@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  font-weight: 500;
  color: #333;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

main {
  display: block;
}

p {
  font-family: "Noto Sans JP", sans-serif;
}

/* -- LAYOUT -- */
@media (min-width: 768px) and (max-width: 1100px) {
  .btn-menu-open__in {
    width: 6.5em !important;
    height: 6.5em !important;
  }
}
@media (max-width: 767px) {
  .btn-menu-open__in {
    width: 7.5em !important;
    height: 7.5em !important;
  }
}
.main {
  width: 100%;
  background: url(../../images/request_bg.png) repeat left top/contain;
}
.main_wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 10px;
}
@media (min-width: 1101px) and (max-width: 1919px) {
  .main_wrap {
    font-size: 0.5208333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .main_wrap {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  .main_wrap {
    font-size: 1.3020833333vw;
  }
}

.kv {
  width: 100%;
  position: relative;
  z-index: 2;
}

.about {
  position: relative;
  background: transparent url(../../images/about_bg.png) repeat-y center top/cover;
  z-index: 1;
  width: 100%;
  margin: 0 auto 0;
  padding-bottom: 9.5em;
}
@media (max-width: 767px) {
  .about {
    padding-bottom: 4.75em;
    background: transparent url(../../images/about_bg_sp.png) repeat-y center top/cover;
  }
}
.about_ttl {
  width: 72em;
  max-width: 720px;
  margin: 0 auto;
  padding-top: 9em;
}
@media (max-width: 767px) {
  .about_ttl {
    width: 50em;
    padding-top: 4.5em;
  }
}
.about_txt {
  font-size: 2.4em;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  margin-top: calc(50em / 24);
}
.about_txt strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .about_txt {
    font-size: 2em;
    margin-top: 1.25em;
  }
}
.about_lead_wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 97.5em;
  border-radius: 2.3em;
  background-color: #fff;
  margin-inline: auto;
  padding: 5.5em 4.5em;
  margin-top: 4em;
}
@media (max-width: 767px) {
  .about_lead_wrapper {
    width: 65em;
    padding: 4.5em 1.5em;
    margin-top: 2em;
  }
}
.about_lead {
  font-size: 3em;
  color: #f84949;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
.about_lead strong {
  display: block;
  font-size: 1.4em;
  letter-spacing: -0.07em;
  line-height: calc(115em / (30 * 1.4));
  height: calc(115em / (30 * 1.4));
  background: transparent url(../../images/line.png) no-repeat center center/contain;
  margin-top: calc(40em / (30 * 1.4));
}
@media (max-width: 767px) {
  .about_lead {
    font-size: 2.4em;
  }
  .about_lead strong {
    font-size: 1.2em;
    margin-top: 1em;
  }
}
.about_lead_img {
  width: 100%;
  margin-top: 5em;
}
@media (max-width: 767px) {
  .about_lead_img {
    margin-top: 6em;
  }
}
.about_btn {
  display: block;
  width: 67.4em;
  margin-inline: auto;
  margin-top: 5em;
}
@media (max-width: 767px) {
  .about_btn {
    width: 55em;
    margin-top: 6em;
  }
}

.rd_wrap {
  position: relative;
  width: 97.5em;
  margin: 13.5em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 3;
}
@media (max-width: 767px) {
  .rd_wrap {
    width: 84%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 6.75em auto 0;
  }
}

.twitter {
  width: 42em;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.twitter_img {
  position: absolute;
  width: 30.6em;
  text-align: right;
  right: -2.5em;
  top: -7em;
}
@media (max-width: 767px) {
  .twitter {
    width: 100%;
    margin-top: 16em;
  }
  .twitter_img {
    width: 45em;
    right: -1.5em;
    top: -12em;
  }
}

.radiko {
  width: 50em;
}
.radiko a {
  display: block;
}
.radiko a:not(:first-child) {
  margin-top: 1.6em;
}
@media (max-width: 767px) {
  .radiko {
    width: 100%;
  }
}

.present {
  padding-bottom: 11em;
  margin-top: 8.5em;
}
@media (max-width: 767px) {
  .present {
    margin-top: 4.25em;
  }
}

.koikeyaLINK {
  width: 30%;
  margin: auto;
  padding-top: 4%;
  padding-bottom: 4%;
  text-align: center;
}
.koikeyaLINK_wrap {
  width: 100%;
  background: #bfe5f8;
}
.koikeyaLINK a {
  display: block;
  width: 13.0833333em;
  aspect-ratio: 157 / 144;
  margin-inline: auto;
  font-size: 10px;
}
@media (min-width: 1101px) and (max-width: 1919px) {
  .koikeyaLINK a {
    font-size: 0.5208333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .koikeyaLINK a {
    font-size: 0.9090909091vw;
  }
}
@media (max-width: 767px) {
  .koikeyaLINK a {
    width: 18em;
    font-size: 1.3020833333vw;
  }
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.footer-cmn-sub {
  background: #bfe5f8 !important;
}
.footer-cmn-sub .txt-footer span {
  color: #000 !important;
}

.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 980px) {
  .spDetail {
    display: block;
  }

  .pcDetail {
    display: none;
  }
}
@media (max-width: 767px) {
  .pcDetail {
    display: none;
  }

  .spDetail {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block !important;
  }
}
