@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;
  color: #333;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333;
  -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: #ff3f23;
}
.main_wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 12px;
}
@media (min-width: 1101px) and (max-width: 1919px) {
  .main_wrap {
    font-size: 0.625vw;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .main_wrap {
    font-size: 0.625vw;
  }
}
@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;
}
.about_bg_yellow {
  width: 100%;
  aspect-ratio: 1920 / 53;
}
.about_inner1 {
  position: relative;
  z-index: 2;
  width: 100%;
}
.about_inner1::before {
  content: "";
  position: absolute;
  top: 8.3em;
  left: 11.6em;
  width: 25.4166666em;
  aspect-ratio: 305/594;
  background: transparent url(../../images/about_bg01.png) no-repeat left top/contain;
}
@media (max-width: 767px) {
  .about_inner1::before {
    display: none;
    top: 6em;
    left: 3em;
    width: 20em;
  }
}
.about_inner1::after {
  content: "";
  position: absolute;
  top: 8.5em;
  right: 12.2em;
  width: 25.4166666em;
  aspect-ratio: 305/628;
  background: transparent url(../../images/about_bg02.png) no-repeat left top/contain;
}
@media (max-width: 767px) {
  .about_inner1::after {
    display: none;
    top: 6em;
    right: 3em;
    width: 20em;
  }
}
.about_inner2 {
  width: 100%;
  margin: 0 auto;
}
.about_ttl {
  width: 60em;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 6em;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .about_ttl {
    width: 50em;
  }
}
.about_txt {
  color: #2d1908;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.5em;
  position: relative;
  z-index: 3;
}
.about_txt strong {
  color: #3e0c15;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .about_txt {
    font-size: 1.8em;
    margin-top: 3em;
  }
}
.about_lead {
  width: 100%;
  color: #f45225;
  font-size: 1.5em;
  letter-spacing: -0.05em;
  line-height: 1.6;
  position: relative;
  z-index: 3;
  font-weight: 700;
  text-align: center;
}
.about_img {
  width: 100%;
  aspect-ratio: 1920 / 597;
  margin: 5em auto 0;
}
@media (max-width: 767px) {
  .about_img {
    width: 100%;
    aspect-ratio: auto;
    overflow: hidden;
  }
  .about_img img {
    max-width: none;
    width: 136em;
    aspect-ratio: 1920 / 597;
    -webkit-transform: translateX(-29.2em);
            transform: translateX(-29.2em);
  }
}
.about_btn {
  position: absolute;
  display: block;
  width: 56.41777777em;
  aspect-ratio: 677 / 89;
  left: 50%;
  bottom: 12.5em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .about_btn {
    width: 64em;
    bottom: 7.5em;
  }
}

.rd_wrap {
  position: relative;
  width: 81em;
  margin: 4.2em 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;
  }
}

.twitter {
  width: 35em;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.twitter_img {
  position: absolute;
  width: 25.5em;
  aspect-ratio: 306 / 98;
  text-align: right;
  right: -2.5em;
  top: -6em;
}
@media (max-width: 767px) {
  .twitter {
    width: 100%;
    margin-top: 16em;
  }
  .twitter_img {
    width: 45em;
    right: -1.5em;
    top: -12em;
  }
}

.radiko {
  width: 41.25em;
  margin-top: 1.5em;
}
.radiko a {
  display: block;
  margin-bottom: 0.2em;
}
@media (max-width: 767px) {
  .radiko {
    width: 100%;
  }
}

.present {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 875;
  padding-top: 5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.present_inner {
  width: 100%;
  margin: 0 auto;
}
.present_lead {
  width: 100%;
  margin: 0 auto;
  color: #fcf882;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: calc(0.5em / 28);
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .present_lead {
    font-size: 2.7em;
  }
}
.present_img {
  width: 108.333333333em;
  aspect-ratio: 1300 / 596;
  margin: 4.5em auto 0;
  -webkit-transform: translateX(-16.2em);
          transform: translateX(-16.2em);
}
@media (max-width: 767px) {
  .present_img {
    width: 100%;
    aspect-ratio: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    overflow: hidden;
  }
  .present_img img {
    max-width: none;
    width: 92em;
    aspect-ratio: 1300 / 596;
    -webkit-transform: translateX(-21.2em);
            transform: translateX(-21.2em);
  }
}
.present_btn {
  position: absolute;
  display: block;
  width: 56.41777777em;
  aspect-ratio: 677 / 89;
  margin: 8.5em auto 0;
  left: 50%;
  bottom: 8em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .present_btn {
    width: 64em;
    bottom: 5em;
  }
}

.koikeyaLINK {
  width: 30%;
  margin: auto;
  padding-top: 4%;
  padding-bottom: 4%;
  text-align: center;
}
.koikeyaLINK_wrap {
  width: 100%;
  background: #ff3f23;
}
.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: #ff3f23 !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;
  }
}

/*# sourceMappingURL=style.css.map */