@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  background: #ffc454 url("../img/bg-main-pc.jpg") no-repeat top center;
  background-size: 1660px;
  color: #fff;
  font-family: "Yu Gothic", YuGothic, "Helvetica Neue", Helvetica, Verdana, Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05rem;
  position: relative;
}
@media screen and (max-width: 839px) {
  body {
    background: #ffc454 url("../img/bg-main-pc.jpg") no-repeat top 0 right -360px;
    background-size: auto 860px;
  }
}
@media screen and (max-width: 640px) {
  body {
    background: #ffc454 url("../img/bg-main-sp.jpg") no-repeat top center;
    background-size: 100%;
  }
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

p {
  line-height: 1.7;
}

a {
  transition: all 0.2s linear;
}
a:hover {
  opacity: 0.8;
}

.main {
  display: block;
  margin: auto;
  text-align: left;
  width: 100%;
}

.content {
  margin: auto;
  padding: 0 64px;
  position: relative;
  width: 100%;
  max-width: 1024px;
}
@media screen and (max-width: 839px) {
  .content {
    padding: 0 16px;
  }
}
.content__inner {
  padding: 24px 40px;
}
@media screen and (max-width: 839px) {
  .content__inner {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 640px) {
  .content__inner {
    padding: 24px 0;
  }
}

.main-vidual {
  margin-bottom: -180px;
}
@media screen and (max-width: 839px) {
  .main-vidual {
    margin-bottom: -160px;
  }
}
@media screen and (max-width: 640px) {
  .main-vidual {
    text-align: center;
    margin-bottom: 0;
  }
}
.main-vidual__logo img {
  width: 355px;
}
@media screen and (max-width: 839px) {
  .main-vidual__logo img {
    width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .main-vidual__logo img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.main-vidual__lead {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .main-vidual__lead {
    margin-top: 60%;
  }
}
.main-vidual__lead h2 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .main-vidual__lead h2 {
    font-size: 24px;
  }
}
.main-vidual__lead h2 + p {
  margin-top: 0;
}
.main-vidual__lead p {
  margin-top: 16px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .main-vidual__lead p {
    font-size: 13px;
  }
}

.share {
  background: #26beff;
  border-radius: 0 0 32px 32px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 24px 8px 8px;
  position: absolute;
  top: 0;
  right: 64px;
}
@media screen and (max-width: 839px) {
  .share {
    top: 0;
    right: 16px;
  }
}
.share ul li {
  margin-bottom: 16px;
}
.share ul li a {
  display: block;
}
.share ul li a img {
  width: 24px;
}

.request {
  margin-top: 40px;
  position: relative;
}
.request h3 {
  border-bottom: 2px solid #fff;
  display: inline;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 4px;
  line-height: 1.4;
}
@media screen and (max-width: 839px) {
  .request h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .request h3 {
    font-size: 18px;
  }
}
.request p {
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .request p {
    font-size: 13px;
  }
}
.request__btn {
  display: inline-block;
  margin-top: 24px;
  margin-right: 16px;
}
.request__btn a {
  background: #000;
  border-radius: 24px;
  display: block;
  font-size: 20px;
  padding: 8px 24px;
}
@media screen and (max-width: 640px) {
  .request__btn a {
    font-size: 16px;
  }
}
.request__btn + .request__btn {
  margin-top: 16px;
  margin-right: 0;
}
.request__onair {
  position: absolute;
  top: -16px;
  right: 0;
}
@media screen and (max-width: 839px) {
  .request__onair {
    display: none;
  }
}

.about {
  background: url("../img/bg-onair-pc.png") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 839px) {
  .about {
    background: url("../img/bg-onair-pc.png") no-repeat top 0 left -200px;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 640px) {
  .about {
    background: url("../img/bg-onair-sp.png") no-repeat top center;
    background-size: cover;
    margin-bottom: 0;
  }
}
.about__onair {
  position: absolute;
  top: 0;
  right: 120px;
}
.about__onair img {
  width: 180px;
}
@media screen and (max-width: 839px) {
  .about__onair {
    top: 16px;
    right: 32px;
  }
  .about__onair img {
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  .about__onair {
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.about .content {
  margin-bottom: -200px;
}
@media screen and (max-width: 839px) {
  .about .content {
    margin-bottom: -140px;
  }
}
@media screen and (max-width: 640px) {
  .about .content {
    margin-bottom: -80px;
  }
}
.about .content__inner {
  margin: 0 0 0 auto;
  padding: 240px 40px;
  max-width: 552px;
}
@media screen and (max-width: 839px) {
  .about .content__inner {
    padding: 196px 16px;
    max-width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .about .content__inner {
    padding: 140px 16px;
    max-width: 90%;
  }
}
.about .content__inner h3 {
  border-bottom: 2px solid #fff;
  display: inline;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 4px;
  line-height: 1.4;
}
@media screen and (max-width: 839px) {
  .about .content__inner h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 839px) and (max-width: 640px) {
  .about .content__inner h3 {
    font-size: 18px;
  }
}
.about .content__inner p {
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .about .content__inner p {
    font-size: 13px;
  }
}

.onair {
  background: #ffc454;
  position: relative;
  transform: skewY(10deg);
}
.onair__inner {
  position: relative;
  transform: skewY(-10deg);
}
.onair__inner::after {
  background: #fdfaeb;
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 20px;
}
@media screen and (max-width: 640px) {
  .onair__inner::after {
    content: none;
  }
}
.onair .content {
  z-index: 3;
}
.onair .content__inner {
  padding: 48px 40px 0;
}
@media screen and (max-width: 839px) {
  .onair .content__inner {
    padding: 48px 16px 0;
  }
}
@media screen and (max-width: 640px) {
  .onair .content__inner {
    padding: 48px 0 0;
  }
}
.onair h2 {
  text-align: center;
}
.onair__logo {
  display: block;
}
.onair__logo img {
  width: 300px;
}
@media screen and (max-width: 839px) {
  .onair__logo img {
    width: 240px;
  }
}
@media screen and (max-width: 640px) {
  .onair__logo img {
    width: 60%;
    max-width: 240px;
  }
}
.onair__date {
  display: block;
  margin-top: 20px;
}
.onair__date img {
  width: 480px;
}
.onair-personality {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.onair-personality__komori, .onair-personality__pee {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .onair-personality__komori, .onair-personality__pee {
    width: 100%;
  }
}
.onair-personality__komori figure, .onair-personality__pee figure {
  position: relative;
  text-align: center;
}
.onair-personality__komori figure div, .onair-personality__pee figure div {
  border-radius: 20px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 300px;
}
@media screen and (max-width: 839px) {
  .onair-personality__komori figure div, .onair-personality__pee figure div {
    width: 75%;
  }
}
@media screen and (max-width: 640px) {
  .onair-personality__komori figure div, .onair-personality__pee figure div {
    width: 60%;
  }
}
.onair-personality__komori figure div img, .onair-personality__pee figure div img {
  position: relative;
  width: 100%;
}
.onair-personality__komori figure figcaption, .onair-personality__pee figure figcaption {
  position: absolute;
  top: 34%;
}
.onair-personality__komori figure figcaption img, .onair-personality__pee figure figcaption img {
  width: 160px;
}
@media screen and (max-width: 839px) {
  .onair-personality__komori figure figcaption img, .onair-personality__pee figure figcaption img {
    width: 80%;
  }
}
.onair-personality__komori p, .onair-personality__pee p {
  margin: 32px auto 0;
  width: 90%;
}
@media screen and (max-width: 640px) {
  .onair-personality__komori p, .onair-personality__pee p {
    font-size: 13px;
    width: 100%;
  }
}
.onair-personality__komori figure div {
  box-shadow: -20px 20px 0 -4px #26beff;
}
.onair-personality__komori figure figcaption {
  left: -10px;
}
@media screen and (max-width: 839px) {
  .onair-personality__komori figure figcaption {
    left: 50%;
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 640px) {
  .onair-personality__komori figure figcaption {
    transform: translateX(-115%);
  }
}
@media screen and (max-width: 640px) {
  .onair-personality__pee {
    margin-top: 24px;
  }
}
.onair-personality__pee figure div {
  box-shadow: -20px 20px 0 -4px #ff0072;
}
.onair-personality__pee figure figcaption {
  left: 20px;
}
@media screen and (max-width: 839px) {
  .onair-personality__pee figure figcaption {
    left: 50%;
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 640px) {
  .onair-personality__pee figure figcaption {
    transform: translateX(-115%);
  }
}
.onair-guest {
  margin-top: 64px;
  text-align: center;
}
.onair-guest h3 {
  background: #26beff;
  border-radius: 24px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 4px 16px;
}
.onair-guest__photo {
  border-radius: 24px;
  margin-top: 24px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .onair-guest__photo {
    border-radius: 18px;
  }
}
.onair-guest__name {
  font-size: 36px;
  font-weight: bold;
  margin-top: 16px;
}
@media screen and (max-width: 839px) {
  .onair-guest__name {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .onair-guest__name {
    font-size: 20px;
  }
}
.onair-guest__description {
  margin-top: 24px;
}
.onair-guest__description h4 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .onair-guest__description h4 {
    font-size: 18px;
  }
}
.onair-guest__description p {
  margin-top: 16px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .onair-guest__description p {
    font-size: 13px;
  }
}
.onair-message {
  margin-top: 64px;
  text-align: center;
}
.onair-message h3 {
  background: #ff0072;
  border-radius: 24px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 4px 16px;
}
.onair-message__description {
  margin-top: 24px;
}
.onair-message__description h4 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .onair-message__description h4 {
    font-size: 18px;
  }
}
.onair-message__description p {
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .onair-message__description p {
    font-size: 13px;
  }
}
.onair-message ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .onair-message ul {
    justify-content: center;
    margin-top: 24px;
  }
}
.onair-message ul li {
  width: 30%;
}
@media screen and (max-width: 839px) {
  .onair-message ul li {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  .onair-message ul li {
    width: 45%;
    margin: 8px 8px;
  }
}
.onair-message__photo {
  border-radius: 24px;
  overflow: hidden;
}
.onair-message__name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}
@media screen and (max-width: 839px) {
  .onair-message__name {
    font-size: 13px;
    margin-top: 8px;
  }
}
.onair .request {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -48px;
  margin-left: -64px;
}
@media screen and (max-width: 839px) {
  .onair .request {
    margin-top: -32px;
    margin-left: -32px;
  }
}
@media screen and (max-width: 640px) {
  .onair .request {
    background: url("../img/img-tape-sp.png") top right no-repeat;
    background-size: auto 96%;
    margin-top: -80px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 112px 16px 24px;
  }
}
.onair .request__body {
  max-width: 450px;
}
@media screen and (max-width: 839px) {
  .onair .request__body {
    width: 60%;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .onair .request__body {
    width: 100%;
  }
}
.onair .tape {
  width: 414px;
  z-index: 1;
}
.onair .tape img {
  width: 100%;
}
@media screen and (max-width: 839px) {
  .onair .tape {
    width: 360px;
  }
}
@media screen and (max-width: 640px) {
  .onair .tape {
    display: none;
  }
}

.footer {
  background: #fdfaeb;
  position: relative;
  z-index: 2;
}
.footer .content__inner {
  padding: 48px 0;
}
@media screen and (max-width: 640px) {
  .footer .content__inner {
    padding: 24px 0 64px;
  }
}
.footer__pagetop {
  position: fixed;
  padding: 2px 5px;
  bottom: 16px;
  right: 16px;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  z-index: 100;
}
.footer__pagetop img {
  width: 30px;
  min-height: 0;
}
.footer__pagetop span {
  color: #000;
  display: block;
  margin-top: 1px;
  font-family: "Quicksand", sans-serif;
  font-size: 11px;
}
.footer-supporters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer-supporters li {
  margin: 8px 16px;
}
.footer-supporters li a {
  display: block;
}
.footer-supporters li a img {
  width: auto;
}
.footer-supporters__dshc img {
  height: 36px;
}
@media screen and (max-width: 640px) {
  .footer-supporters__dshc img {
    height: 24px;
  }
}
.footer-supporters__ikeda img {
  height: 48px;
}
@media screen and (max-width: 640px) {
  .footer-supporters__ikeda img {
    height: 36px;
  }
}
.footer__logo {
  margin-top: 64px;
  text-align: center;
}
.footer__tfm {
  display: inline-block;
  margin: 0 16px;
}
.footer__tfm a {
  display: block;
}
.footer__tfm a img {
  width: 140px;
}
@media screen and (max-width: 640px) {
  .footer__tfm a img {
    width: 100px;
  }
}
.footer__jfn {
  display: inline-block;
  margin: 0 16px;
}
.footer__jfn a {
  display: block;
}
.footer__jfn a img {
  width: 64px;
}
@media screen and (max-width: 640px) {
  .footer__jfn a img {
    width: 48px;
  }
}
.footer__copyright {
  text-align: center;
  margin-top: 16px;
}
.footer__copyright small {
  font-size: 12px;
  color: #100b74;
}

@media screen and (min-width: 840px) {
  .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 839px) {
  .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .hidden-pc {
    display: block;
  }
}

@media screen and (min-width: 840px) {
  .hidden-sp {
    display: block;
  }
}
@media screen and (max-width: 839px) {
  .hidden-sp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .hidden-sp {
    display: none;
  }
}
/*# sourceMappingURL=style-fourteen.css.map */