<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(animate.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;display=swap);
/* reset
-------------------------------------------------*/
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,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

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

body {
  font: 1.6rem/1 "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
}

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;
}

a:hover {
  opacity: 0.8;
}

button {
  font-family: inherit;
}

/* common
-------------------------------------------------*/
html {
  font-size: 62.5%;
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
}

.cmn_wrapper {
  background-image: linear-gradient(to right, #000 2px, transparent 2px), linear-gradient(to bottom, #000 2px, transparent 2px), linear-gradient(to left, #000 2px, transparent 2px), linear-gradient(to top, #000 2px, transparent 2px);
  background-size: 10px 2px, 2px 10px, 10px 2px, 2px 10px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right bottom, right bottom, left top;
  padding: 50px 0 78px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .cmn_wrapper {
    padding: 8vw 0 12.4vw;
  }
}
.cmn_inner {
  max-width: 790px;
  margin: auto;
}
@media screen and (max-width: 899px) {
  .cmn_inner {
    width: 94%;
  }
}
.cmn_ttl {
  text-align: center;
  width: 185px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 899px) {
  .cmn_ttl {
    width: 28vw;
    margin-bottom: 5vw;
  }
}
.cmn_bg {
  border: #000 solid 3px;
  position: relative;
  padding: 6px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.6);
  margin: 44px 0;
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .cmn_bg {
    margin: 6vw 0;
  }
}
.cmn_bg::before {
  content: "";
  background: url(../../img/shape_01.png);
  width: 124px;
  height: 187px;
  position: absolute;
  top: -1px;
  left: -2px;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 899px) {
  .cmn_bg::before {
    width: 23%;
    height: 28vw;
  }
}
.cmn_bg::after {
  content: "";
  background: url(../../img/shape_02.png);
  width: 124px;
  height: 187px;
  position: absolute;
  bottom: -1px;
  right: -2px;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 899px) {
  .cmn_bg::after {
    width: 23%;
    height: 28vw;
    right: -27px;
  }
}
.cmn_bg .logo_50th {
  position: absolute;
  width: 8%;
  top: 20px;
  right: 20px;
}
.cmn_box {
  width: 596px;
  margin: 0 auto 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .cmn_box {
    width: 96%;
    margin-bottom: 6.8vw;
  }
}
.cmn_box_item {
  width: 47%;
  margin-top: 0;
  margin-bottom: 36px;
}
@media screen and (max-width: 899px) {
  .cmn_box_item {
    margin-top: 5.2vw;
    margin-bottom: 1vw;
  }
}
.cmn_box_item img {
  margin-bottom: 12px;
}
.cmn_box a {
  text-decoration: none;
  color: inherit;
}
.cmn_box--oneguest {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmn_name {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .cmn_name {
    font-size: 3.4vw;
    white-space: nowrap;
  }
}
.cmn_name span {
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
}
@media screen and (max-width: 899px) {
  .cmn_name span {
    font-size: 2.4vw;
    margin-bottom: 1.4vw;
  }
}
.cmn_txt {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 899px) {
  .cmn_txt {
    text-align: left;
    font-weight: 500;
    font-size: 3.4vw;
    line-height: 1.7;
    width: 96%;
    margin: auto;
  }
}
.cmn_txt_accent {
  color: #a015a0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.0;
  font-weight: 900;
  margin-bottom: 30px;
}
@media screen and (max-width: 899px) {
  .cmn_txt_accent {
    text-align: left;
    margin-bottom: 8.6vw;
    font-size: 4vw;
  }
}

.bgcolor_txt {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #fee223), color-stop(80%, transparent));
  background: linear-gradient(transparent 10%, #fee223 10% 90%, transparent 80% 100%);
  padding: 0 8px;
}
@media screen and (max-width: 899px) {
  .bgcolor_txt {
    font-weight: 900;
    padding: 0 8px 0 2px;
    font-weight: 700;
  }
}

.underline {
  border-bottom: solid 2px;
  color: inherit;
}

.underline--thin {
  border-bottom: solid 1px;
  color: inherit;
}

.content_wrapper {
  position: relative;
}

/*  header
-------------------------------------------------*/
.header {
  overflow: hidden;
  height: 64px;
  background: #FFFFFF;
}
@media screen and (max-width: 899px) {
  .header {
    height: 50px;
  }
}
.header_tfm {
  position: absolute;
  top: 14px;
  left: 25px;
  z-index: 9;
}
@media screen and (max-width: 899px) {
  .header_tfm {
    right: 66px !important;
    left: unset;
    top: 12px;
  }
}
.header_tfm img {
  width: 120px;
}
@media screen and (max-width: 899px) {
  .header_tfm img {
    width: 100px;
  }
}
.header_txt {
  position: absolute;
  top: 60px;
  right: 60px;
}
.header_txt img {
  width: 19px;
}
.header_logo {
  position: absolute;
  top: 53%;
  /*top: 28%;*/
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 900px;
  z-index: 5;
}

/* nav
------------------------------------------------------------*/
#nav_bg {
  width: 60px;
  height: 64px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  background: #000;
}
@media screen and (max-width: 899px) {
  #nav_bg {
    width: 50px;
    height: 50px;
  }
}

#nav_open {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e600ce), color-stop(50%, #fb8481), to(#fff900));
  background-image: linear-gradient(to bottom, #e600ce 0%, #fb8481 50%, #fff900 100%);
  left: 0;
  top: 0;
  z-index: 10;
}

#nav_toggle {
  cursor: pointer;
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 18px;
  right: 13px;
}
@media screen and (max-width: 899px) {
  #nav_toggle {
    top: 12px;
    right: 12px;
    width: 25px;
    height: 25px;
  }
}

#nav_toggle div {
  position: relative;
}

#nav_toggle span {
  display: block;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
  top: 3px;
}

#nav_toggle span:nth-child(2) {
  top: 11px;
}

#nav_toggle span:nth-child(3) {
  top: 19px;
}

#global-nav {
  margin: calc(50vh - 300px) auto;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 899px) {
  #global-nav {
    margin-top: 60px;
    font-size: 1.4rem;
  }
}
#global-nav.active {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

#global-nav li {
  padding-bottom: 40px;
}

#global-nav li a {
  text-decoration: none;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 2.4rem;
  letter-spacing: 0.01rem;
}

@media screen and (max-width: 899px) {
  #global-nav li a {
    line-height: 1.4;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
/*nav open*/
.open #nav_toggle span {
  background: #FFFFFF;
}

.open #nav_toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav_toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* サイトの右下固定のアンカーリンク */
.anchor_quiz {
  width: 200px;
  height: 200px;
  position: fixed;
  bottom: 8px;
  right: 14px;
  z-index: 4;
}

@media screen and (max-width: 899px) {
  .anchor_quiz_sp {
    width: 32vw;
    height: 32vw;
    top: 8px;
    left: 5px;
    position: absolute;
  }
}

.contents {
  background: url(../../img/content_bg.png) center top, -webkit-gradient(linear, left top, left bottom, from(#a015a0), color-stop(70%, #ee609c), to(#ffffff));
  background: url(../../img/content_bg.png) center top, linear-gradient(to bottom, #a015a0 0%, #ee609c 70%, #ffffff 100%);
  text-align: center;
  margin-top: -2px;
}
@media screen and (max-width: 899px) {
  .contents {
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#a015a0), color-stop(70%, #ee609c), to(#ffffff));
    background: linear-gradient(to bottom, #a015a0 0%, #ee609c 70%, #ffffff 100%);
  }
}
.contents_inner {
  max-width: 1006px;
  margin: auto;
  padding: 0 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#a015a0), color-stop(70%, #ee609c), to(#ffffff));
  background: linear-gradient(to bottom, #a015a0 0%, #ee609c 70%, #ffffff 100%);
}
@media screen and (max-width: 899px) {
  .contents_inner {
    width: 95%;
    padding: 0 2vw;
  }
}

.kv {
  background: url(../../img/kv_bg.png) no-repeat center bottom/cover;
  padding: 78px 0 166px;
}
@media screen and (max-width: 899px) {
  .kv {
    padding: 4vw 4vw 23vw;
    background: url(../../img/kv_bg_sp.png) no-repeat center bottom/cover;
  }
}
.kv_logo {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.onair_txt {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 36px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .onair_txt {
    font-size: 2.8vw;
    margin-bottom: 6.4vw;
  }
}
.onair_txt_top {
  margin-bottom: 12px;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 899px) {
  .onair_txt_top {
    font-size: 2.3vw;
  }
}

.onair {
  max-width: 831px;
  margin: auto;
}
.onair img {
  margin-bottom: 16px;
}

.location_txt {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 899px) {
  .location_txt {
    font-size: 3.6vw;
    margin-bottom: 3.4vw;
  }
}

/* 左方向にテキストが流れるアニメーション  */
.border {
  width: 100vw;
  height: 100px;
  /* 画像の高さ */
  background-image: url(../../img/border.png);
  background-repeat: repeat-x;
  background-size: auto 100px;
  /* 画像の高さ */
  -webkit-animation: loop 20s linear infinite;
          animation: loop 20s linear infinite;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 899px) {
  .border {
    height: 12vw;
    background-size: cover;
  }
}

@-webkit-keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
    /* 画像のマイナス幅 */
  }
}

@keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
    /* 画像のマイナス幅 */
  }
}
/*  ABOUT
-------------------------------------------------*/
.btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 56px;
}
@media screen and (max-width: 899px) {
  .btn_wrapper {
    display: block;
    width: 84%;
    margin: auto;
    margin-bottom: 5.8vw;
  }
}
.btn_message {
  width: 48%;
}
@media screen and (max-width: 899px) {
  .btn_message {
    width: 100%;
    margin-bottom: 3.5vw;
    display: block;
  }
}
.btn_radiko_wrapper {
  width: 48%;
}
@media screen and (max-width: 899px) {
  .btn_radiko_wrapper {
    width: 100%;
  }
}
.btn_radiko {
  margin-bottom: 10px;
  display: block;
}

.radiko_txt {
  font-size: 11px;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .radiko_txt {
    font-size: 2.8vw;
    line-height: 1.3;
  }
}

/*  GUEST
-------------------------------------------------*/
.guest_ttl {
  width: 608px;
  margin: auto;
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  padding: 2px 0;
  letter-spacing: 0.04em;
  z-index: -2;
  margin-bottom: 26px;
  margin-top: 50px;
  padding: 0.5rem;
}
@media screen and (max-width: 899px) {
  .guest_ttl {
    width: 100%;
    font-size: 4vw;
    margin-bottom: 0;
    margin-top: 5vw;
  }
}
.guest_ttl::before {
  position: absolute;
  content: '';
  width: 608px;
  height: 1.4em;
  background: #a015a0;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 899px) {
  .guest_ttl::before {
    width: 21em;
  }
}
.guest_studio {
  width: 596px;
  margin: 0 auto 2px;
}
@media screen and (max-width: 899px) {
  .guest_studio {
    width: 96%;
  }
}
.guest_item_top {
  margin-bottom: 32px;
}
@media screen and (max-width: 899px) {
  .guest_item_top {
    margin-top: 5.2vw;
    margin-bottom: 0;
  }
}
.guest_item_top img {
  margin-bottom: 12px;
}
.guest_item_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-bottom: 36px;
}
@media screen and (max-width: 899px) {
  .guest_item_bottom {
    width: 45%;
    margin-bottom: 6vw;
  }
}
.guest_item_bottom img {
  margin-bottom: 12px;
}

/*  PRESENT
-------------------------------------------------*/
.present_ttl {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 22px;
}
@media screen and (max-width: 899px) {
  .present_ttl {
    font-size: 5vw;
    margin-bottom: 2.5vw;
  }
}
.present_ttl--set {
  margin-top: 42px;
}
@media screen and (max-width: 899px) {
  .present_ttl--set {
    margin-top: 4vw;
  }
}
.present_inner {
  width: 574px;
  margin: auto;
}
.present_inner img {
  margin-bottom: 20px;
  width: 460px;
}
@media screen and (max-width: 899px) {
  .present_inner img {
    width: 96%;
    margin-bottom: 3.2vw;
  }
}
@media screen and (max-width: 899px) {
  .present_inner {
    width: 100%;
  }
}
.present_img {
  width: 500px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 899px) {
  .present_img {
    width: 100%;
    margin-bottom: 13.4vw;
  }
}
.present_txt {
  font-size: 19px;
  font-weight: 900;
}
@media screen and (max-width: 899px) {
  .present_txt {
    font-size: 3.4vw;
    margin-top: 5vw;
  }
}
.present_detail {
  padding: 10px 20px 16px 12px;
  position: relative;
  background-color: #e3d2a6;
  font-size: 13px;
  width: 330px;
  margin: 0 auto 46px;
  letter-spacing: 0.04em;
}
.present_detail::before {
  position: absolute;
  inset: -8px 8px 8px -8px;
  border: 3px solid #000;
  content: "";
}
@media screen and (max-width: 899px) {
  .present_detail {
    margin-top: 5.2vw;
    width: 82%;
    font-size: 3vw;
    white-space: nowrap;
  }
}
.present_detail_ttl {
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
  padding-bottom: 8px;
}
@media screen and (max-width: 899px) {
  .present_detail_ttl {
    padding-bottom: 2vw;
    margin-bottom: 2.7vw;
  }
}
.present_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
.present_list dt {
  width: 31%;
  margin-bottom: 8px;
  margin-right: 12px;
}
.present_list dd {
  width: 58%;
}
.present_list dd:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 899px) {
  .present_list dd:not(:last-child) {
    margin-bottom: 1.8vw;
  }
}

.txt_more {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 50px;
}
@media screen and (max-width: 899px) {
  .txt_more {
    margin-bottom: 9vw;
    font-size: 4vw;
  }
}

/*  QUIZ
-------------------------------------------------*/
.quiz_ttl {
  max-width: 592px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 899px) {
  .quiz_ttl {
    margin-bottom: 5vw;
  }
}
.quiz_txt_wrapper {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: left;
  width: 560px;
  margin: auto;
  margin-bottom: 6px;
}
@media screen and (max-width: 899px) {
  .quiz_txt_wrapper {
    font-size: 4vw;
    width: 100%;
  }
}
@media screen and (max-width: 899px) {
  .quiz .condition_annotation {
    text-indent: 0;
  }
}

.coming_soon {
  width: 250px;
  margin: 60px auto 0;
}
@media screen and (max-width: 899px) {
  .coming_soon {
    margin-top: 10vw;
    width: 50%;
  }
}

.x_box {
  max-width: 690px;
  margin: auto;
  width: 100% !important;
}
.x_box .twitter-timeline {
  width: 100% !important;
  margin: 60px auto 80px !important;
}
@media screen and (max-width: 899px) {
  .x_box .twitter-timeline {
    margin: 60px auto 40px !important;
  }
}
@media screen and (max-width: 899px) {
  .x_box {
    width: 100% !important;
    margin: auto;
  }
}

.logo_zennoh {
  width: 189px;
  margin: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 899px) {
  .logo_zennoh {
    width: 160px;
    padding-bottom: 60px;
  }
}

.logo_cdj {
  max-width: 485px;
  margin: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 899px) {
  .logo_cdj {
    max-width: 320px;
    padding-bottom: 60px;
  }
}

.arrow {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #a015a0;
  position: relative;
  height: 60px;
  width: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 899px) {
  .arrow {
    height: 50px;
    width: 50px;
    z-index: 2;
    bottom: -93px;
  }
}

.arrow::before {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  border-top: solid 4px;
  border-right: solid 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* footer
------------------------------------------------------------*/
.footer {
  padding: 15px 0;
  background-color: #000;
}

.footer_wrap .copy {
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
}
@media screen and (max-width: 899px) {
  .footer_wrap .copy {
    font-size: 0.8rem;
    letter-spacing: -0.001em;
  }
}
.footer_wrap .copy li {
  margin: 0 auto;
}

.footer_box {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

@media screen and (max-width: 899px) {
  .footer {
    text-align: center;
    padding: 15px 0;
  }

  .footer_wrap {
    height: auto;
    display: inherit;
    padding: 0;
  }

  .footer_wrap .copy {
    position: inherit;
    width: 100%;
    max-width: 100%;
    display: inherit;
    padding: 7px 0 5px;
    font-size: 0.8rem;
  }
  .footer_wrap .copy li {
    margin-right: 0;
    padding-bottom: 5px;
  }

  .footer_box {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}
.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  z-index: 2;
  margin-left: 16px;
}

.sns &gt; li:not(:last-child) {
  margin-right: 9px;
}

@media screen and (max-width: 899px) {
  .sns {
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sns li a img {
    width: 35px;
    height: auto;
  }
}
/* -- UTILITY -- */
.pc {
  display: block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 899px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}
/* viewing
------------------------------------------------------------*/
.viewing_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 899px) {
  .viewing_inner {
    display: block;
  }
}
.viewing_ttl {
  font-size: 22px;
  font-weight: 900;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 20px;
  margin-bottom: 28px;
}
@media screen and (max-width: 899px) {
  .viewing_ttl {
    font-size: 4vw;
    padding-bottom: 2vw;
    margin-bottom: 3.2vw;
  }
}
.viewing_img {
  width: 16.6%;
}
@media screen and (max-width: 899px) {
  .viewing_img {
    width: 36%;
    margin: auto;
  }
}

.cmn_txt_viewing {
  text-align: left;
  width: 80%;
  margin-right: 36px;
  letter-spacing: unset;
}
@media screen and (max-width: 899px) {
  .cmn_txt_viewing {
    width: 100%;
    margin-right: unset;
    margin-bottom: 4vw;
  }
}

/* condition
------------------------------------------------------------*/
@media screen and (max-width: 899px) {
  .condition {
    margin-top: 8.6vw;
  }
}
.condition_txt_wrapper {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: left;
  width: 300px;
  margin: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 899px) {
  .condition_txt_wrapper {
    font-size: 4vw;
    width: 76%;
  }
}
.condition_txt {
  text-align: center;
}
.condition_btn {
  display: block;
  background-color: #a015a0;
  font-weight: 700;
  color: #FFFFFF;
  padding: 17px;
  border-radius: 40px;
  letter-spacing: 0.04em;
  margin: 20px auto 18px;
  width: 424px;
}
@media screen and (max-width: 899px) {
  .condition_btn {
    font-size: 3.2vw;
    padding: 3vw 6vw;
    margin-top: 6.7vw;
    width: 84%;
  }
}
.condition_annotation {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  text-indent: 1.4em;
  margin-bottom: 6px;
}
@media screen and (max-width: 899px) {
  .condition_annotation {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
}
.condition_annotation--btm {
  margin-bottom: 56px;
}
@media screen and (max-width: 899px) {
  .condition_annotation--btm {
    margin-bottom: 10.6vw;
  }
}

/* -- TW ウィジェット -- */
.widget {
  width: 600px;
  margin: 70px auto;
}

@media screen and (max-width: 899px) {
  .widget {
    width: 90%;
    margin: 8.6vw auto 12vw;
  }
}
/* モーダルここから
------------------------------------------------------------*/
.modal {
  font-family: "Noto Sans JP", sans-serif;
  z-index: 5;
  position: relative;
  color: #a015a0;
}
.modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal_content {
  background: #ffe0ff url(../../img/city.png) no-repeat center bottom;
  padding: 50px 32px 126px;
  border-radius: 25px;
}
@media screen and (max-width: 899px) {
  .modal_content {
    padding: 7.1049840933vw 4.1357370095vw 12.1951219512vw;
    background-image: url(../../img/city_sp.png);
    background-size: 100%;
    border-radius: 2.6511134677vw;
  }
}
.modal_ttl {
  width: 562px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 899px) {
  .modal_ttl {
    width: 77.624602333vw;
    margin-bottom: 3.8176033934vw;
  }
}
.modal_inner {
  text-align: center;
}
.modal_txt {
  font-weight: 700;
  line-height: 1.56;
  font-size: 26px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 899px) {
  .modal_txt {
    text-align: center;
    font-size: 3.3934252386vw;
  }
}
.modal_txt_question {
  font-weight: 700;
  line-height: 1.56;
  font-size: 26px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 899px) {
  .modal_txt_question {
    text-align: left;
    font-size: 4.2417815483vw;
  }
}
.modal_q {
  margin-bottom: 24px;
  height: 56px;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .modal_q {
    height: 6.3626723224vw;
    margin-bottom: 2.545068929vw;
  }
}
.modal_q[data-num="1"] {
  background: url(../../img/q1.png) no-repeat center/auto 100%;
}
.modal_q[data-num="2"] {
  background: url(../../img/q2.png) no-repeat center/auto 100%;
}
.modal_q[data-num="3"] {
  background: url(../../img/q3.png) no-repeat center/auto 100%;
}
.modal_q[data-num="4"] {
  background: url(../../img/q4.png) no-repeat center/auto 100%;
}
.modal_q[data-num="5"] {
  background: url(../../img/q5.png) no-repeat center/auto 100%;
}
.modal_btn {
  cursor: pointer;
  background: #ffffff;
  border-radius: 38.42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d491d4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 76px;
  font-weight: 700;
  line-height: 1.1;
  font-size: 26px;
}
@media screen and (min-width: 900px) {
  .modal_btn:hover {
    opacity: .8;
  }
}
@media screen and (max-width: 899px) {
  .modal_btn {
    min-height: 14.4220572641vw;
    border-radius: 7.211028632vw;
    text-align: center;
    font-size: 3.8176033934vw;
    padding-top: 4.7189819724vw;
  }
}
.modal_btn::before {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 899px) {
  .modal_btn::before {
    width: 28.8441145281vw;
    height: 4.7189819724vw;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.modal_btn--a::before {
  background-image: url(../../img/a.png);
}
@media screen and (max-width: 899px) {
  .modal_btn--a::before {
    background-image: url(../../img/a_sp.png);
  }
}
.modal_btn--b::before {
  background-image: url(../../img/b.png);
}
@media screen and (max-width: 899px) {
  .modal_btn--b::before {
    background-image: url(../../img/b_sp.png);
  }
}
.modal_btn--c::before {
  background-image: url(../../img/c.png);
}
@media screen and (max-width: 899px) {
  .modal_btn--c::before {
    background-image: url(../../img/c_sp.png);
  }
}
.modal input {
  display: none;
}
.modal label {
  cursor: pointer;
}

/* スクロールロックする時 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------*/
/* モーダルウインドウ fade */
/*----------------------------------------------------------*/
.modal {
  display: none;
}

/* モーダルウインドウ／背景 */
.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: .3s;
  transition: .3s;
}

/* モーダルウインドウ／コンテンツ */
.modal-main-container {
  z-index: 11;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 899px) {
  .modal-main-container {
    width: 100%;
    padding: 3.3934252386vw 4.0296924708vw;
  }
}

.modal-main-contents {
  width: 740px;
  border-radius: 12px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: rgba(0, 0, 0, 0.28) 0px 8px 28px;
          box-shadow: rgba(0, 0, 0, 0.28) 0px 8px 28px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}
@media screen and (max-width: 899px) {
  .modal-main-contents {
    width: 100%;
  }
}

.modal-scroll__container {
  max-height: calc(100vh - 20px);
  overflow-y: auto;
}
@media screen and (max-width: 899px) {
  .modal-scroll__container {
    max-height: calc(100vh - 6.6vw);
  }
}

/* モーダルウインドウ／閉じるボタン */
.modal-close-btn {
  background: no-repeat;
  border: none;
  width: 67px;
  height: 67px;
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: -18px;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .modal-close-btn {
    right: -3.1813361612vw;
    width: 13.361611877vw;
    height: 13.361611877vw;
  }
}

/* モーダルを開くボタン */
.modal-open-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.8;
  padding: 20px;
  background: none;
  border: none;
  width: 373px;
  margin: 20px auto;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  .modal-open-btn {
    width: 88%;
  }
}

/* liのhover設定 */
@media (hover: hover) {
  .currency__item:hover {
    background-color: #eeeeee;
  }
}
/* 正解の〇 */
.is-correct::before {
  content: "";
  background: url(../../img/correct.png) center no-repeat;
}

/* 不正解の× */
.not-correct::before {
  content: "";
  background: url(../../img/wrong.png) center no-repeat;
}

.quiz-lsits {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .quiz-lsits {
    margin-top: 6.3626723224vw;
  }
}
.quiz-lsits li + li {
  margin-top: 15px;
}
@media screen and (max-width: 899px) {
  .quiz-lsits li + li {
    margin-top: 4.9840933192vw;
  }
}
.quiz-lsits::before {
  position: absolute;
  width: 330px;
  height: 330px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  z-index: 2;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .quiz-lsits::before {
    width: 49.8409331919vw;
    height: 57.2640509014vw;
  }
}

.result {
  display: none;
}
.result_ttl {
  margin-top: 60px;
}
@media screen and (max-width: 899px) {
  .result_ttl {
    margin-top: 11.4528101803vw;
    margin-bottom: 4.8780487805vw;
  }
}
.result_ttl img {
  height: 67px;
  width: auto;
  margin: auto;
}
@media screen and (max-width: 899px) {
  .result_ttl img {
    height: 9.756097561vw;
  }
}
.result_txt {
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 1.56;
  font-size: 26px;
  margin-top: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 899px) {
  .result_txt {
    font-size: 4.2417815483vw;
    margin: 4.8780487805vw 0 5.408271474vw;
  }
}
.result .modal_btn {
  margin-top: 25px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 899px) {
  .result .modal_btn {
    margin-top: 2.7571580064vw;
    padding-top: 0;
  }
}
.result .modal_txt {
  margin-top: 20px;
}
.result .all {
  display: none;
}
.result button {
  width: 100%;
  color: inherit;
}

.all .try_again {
  display: none;
}
.all .all {
  display: block;
}

.share-btn {
  background-color: #a015a0;
  color: #fff;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-30-pc {
  margin-bottom: 30px;
}
@media screen and (max-width: 899px) {
  .mb-30-pc {
    margin-bottom: 0;
  }
}

.mb-44 {
  margin-bottom: 44px;
}

@media screen and (max-width: 899px) {
  .mt-20-sp {
    margin-top: 20px;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/*# sourceMappingURL=style.css.map */</pre></body></html>