@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: #fff;
  position: relative;
}

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

a {
  text-decoration: none;
  color: #000;
  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:801px) and (max-width:1100px) {
  .btn-menu-open__in {
    width: 6.5em !important;
    height: 6.5em !important;
  }
}
@media (max-width:800px) {
  .btn-menu-open__in {
    width: 7.5em !important;
    height: 7.5em !important;
  }
}
.main {
  width: 100%;
}
.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:801px) and (max-width:1100px) {
  .main_wrap {
    font-size: 0.5208333333vw;
  }
}
@media (max-width:800px) {
  .main_wrap {
    font-size: 1.3020833333vw;
  }
}

.kv {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width:800px) {
  .kv img {
    width: 100%;
  }
}

.about {
  position: relative;
  background: transparent url(../../images/bg_top.webp) repeat-y center top/cover;
  z-index: 1;
  width: 100%;
  margin: 0 auto 0;
  padding-top: 6em;
  padding-bottom: 10em;
}
@media (max-width:800px) {
  .about {
    padding-bottom: 6.4em;
  }
}
.about_inner {
  background-image: url(../../images/left_potatos.png), url(../../images/right_potatos.png);
  background-repeat: no-repeat;
  background-position: top 6em left 4em, top 10em right 0;
  background-size: 22%, 20%;
}
@media (max-width:800px) {
  .about_inner {
    background: none;
    padding: 0 3.4em;
  }
}
.about_ttl {
  width: 82em;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width:800px) {
  .about_ttl {
    width: 62.8em;
  }
}
.about_txt {
  font-size: 2.7em;
  letter-spacing: 0;
  line-height: 1.78;
  text-align: center;
  margin: 1.1111111111em 0 1.9259259259em;
}
.about_txt strong {
  font-weight: 700;
}
@media (max-width:800px) {
  .about_txt {
    font-size: 2.8em;
    margin-top: 0.5em;
  }
}
.about_txt_big {
  display: inline-block;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 0.6571428571em;
  margin-bottom: 0.9714285714em;
}
@media (max-width:800px) {
  .about_txt_big {
    margin-top: 1em;
    margin-bottom: 0.5714285714em;
    font-size: 1.7em;
    line-height: 1.5;
  }
}
.about_lead_wrapper {
  box-sizing: border-box;
  max-width: 104em;
  width: 100%;
  border-radius: 2.3em;
  background-size: cover;
  background-image: url(../../images/present_bg.png);
  background-repeat: no-repeat;
  margin-inline: auto;
  padding: 5em 4.5em 8.5em;
}
@media (max-width:800px) {
  .about_lead_wrapper {
    background-image: url(../../images/present_bg_sp.png);
    width: 100%;
    margin-top: 2em;
    padding: 0.1em 2em;
    background-size: 100% 100%;
  }
}
.about_lead {
  text-align: center;
  max-width: 83.9em;
  width: 100%;
  margin: 2em auto;
}
.about_lead strong {
  display: block;
  font-size: 1.4em;
  letter-spacing: -0.07em;
  line-height: 2.7380952381em;
  height: 2.7380952381em;
  background: transparent url(../../images/line.png) no-repeat center center/contain;
  margin-top: 0.9523809524em;
}
@media (max-width:800px) {
  .about_lead {
    width: 94%;
    margin: 6% auto;
  }
  .about_lead strong {
    font-size: 1.2em;
    margin-top: 1em;
  }
}
.about_lead_img {
  width: 100%;
  max-width: 89.2em;
  margin: 3em 0 0 1em;
}
@media (max-width:800px) {
  .about_lead_img {
    margin: 0 auto;
    width: 94%;
  }
}
.about_btn {
  display: block;
  width: 67.4em;
  margin-inline: auto;
  margin-top: 4em;
}
@media (max-width:800px) {
  .about_btn {
    width: 60em;
    margin-top: 5em;
    margin-bottom: 8%;
  }
}

.rd_wrap {
  width: 100%;
  max-width: 104em;
  margin: 0 auto;
  padding: 0 1em;
  box-sizing: border-box;
  padding-top: 14em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 7em;
  margin-bottom: 4em;
}
@media (max-width:800px) {
  .rd_wrap {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 1.6em;
    gap: 6em;
    margin-bottom: 5.6em;
  }
}

.radiko {
  flex: 1;
  max-width: 500px;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.radiko a {
  display: block;
}
.radiko a:not(:first-child) {
  margin-top: 2.3em;
}
@media (max-width:800px) {
  .radiko a img {
    width: 100%;
  }
}
@media (max-width:800px) {
  .radiko {
    max-width: 100%;
    width: 100%;
    margin-top: 4em;
  }
}

.playlist {
  flex: 1;
  max-width: 436px;
  width: 100%;
  min-width: 0;
  position: relative;
}
@media (max-width:800px) {
  .playlist {
    margin-top: 4em;
    max-width: 100%;
  }
}
.playlist::before {
  content: "";
  background: url(../../images/playlist_ballon.png);
  background-size: contain;
  width: 34.9em;
  height: 11.9em;
  position: absolute;
  top: -8.2em;
  right: -4.4em;
}
@media (max-width:800px) {
  .playlist::before {
    display: none;
  }
}
.playlist_inner {
  max-width: 100em;
  width: 100%;
  margin: 0 auto;
}
@media (max-width:800px) {
  .playlist {
    width: 100%;
    margin: 0 auto;
  }
}
.playlist iframe {
  width: 100% !important;
  height: 420px !important;
  border: none;
  border-radius: 12px;
}
@media (min-width: 801px) and (max-width: 1100px) {
  .playlist iframe {
    height: 352px !important;
  }
}
@media (max-width:800px) {
  .playlist iframe {
    height: 78em !important;
  }
}

.present {
  padding-bottom: 6em;
}
@media (max-width:800px) {
  .present {
    margin-top: 4.25em;
    padding-bottom: 7em;
  }
}

.koikeyaLINK_wrap {
  padding-top: 5em;
  width: 100%;
  background: #fff;
  position: relative;
}
.koikeyaLINK_wrap::after {
  content: "";
  display: block;
  margin: 5rem auto 0;
  width: 100%;
  max-width: 191.2rem;
  height: 1.2rem;
  background: url("../../images/line_footer.png") no-repeat center/contain;
}
@media (max-width:800px) {
  .koikeyaLINK_wrap::after {
    display: none;
  }
}
@media (max-width:800px) {
  .koikeyaLINK_wrap {
    padding-top: 0;
  }
}
.koikeyaLINK {
  width: 30%;
  margin: auto;
  text-align: center;
}
@media (max-width:800px) {
  .koikeyaLINK {
    padding: 5.5em 0;
  }
}
.koikeyaLINK a {
  display: block;
  width: 15.7em;
  aspect-ratio: 157/143;
  margin-inline: auto;
  font-size: 10px;
}
@media (min-width:1101px) and (max-width:1919px) {
  .koikeyaLINK a {
    font-size: 0.5208333333vw;
  }
}
@media (min-width:801px) and (max-width:1100px) {
  .koikeyaLINK a {
    font-size: 0.9090909091vw;
  }
}
@media (max-width:800px) {
  .koikeyaLINK a {
    width: 24.6em;
    font-size: 1.3020833333vw;
  }
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.footer-cmn-sub {
  background: linear-gradient(to left, #FBCF00 0%, #FFFCD1 25.28%, #FBF4C0 29.54%, #EFDE93 38%, #DCBB4D 49.71%, #CB9B0C 59.55%, #E8CE69 79.9%, #F3E18B 87.08%, #FFFCD1 100%) !important;
}
.footer-cmn-sub .txt-footer span {
  color: #000 !important;
}

.spFirefox {
  display: none;
}
@media (max-width:800px) {
  .spFirefox {
    display: inline-block;
  }
}

.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:800px) {
  .pcDetail {
    display: none;
  }
  .spDetail {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
}
.btm_wrapper {
  background: url(../../images/bg_btm.webp) repeat left top/contain;
}
.btm_inner {
  background-image: url(../../images/left_potatos.png), url(../../images/right_potatos.png);
  background-repeat: no-repeat;
  background-position: left 4em top 17em, right 0em top 21em;
  background-size: 22%, 20%;
}
@media (max-width:800px) {
  .btm_inner {
    background: none;
    padding: 0 3em;
  }
}

.footer-cmn-sub .txt-footer {
  padding: 20px 0 !important;
  font-weight: 600;
}
@media (max-width:800px) {
  .footer-cmn-sub .txt-footer {
    padding: 10px 0 !important;
  }
}/*# sourceMappingURL=style.css.map */