@charset "UTF-8";
/* -- 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;
  overflow-x: hidden;
}

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;
  box-sizing: border-box;
}

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-family: "Noto Sans JP", sans-serif;
  color: #000;
  position: relative;
}

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

a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

li {
  list-style: none;
}

main {
  display: block;
}

.main {
  font-size: 10px;
}
@media screen and (min-width: 1080px) {
  .main {
    min-width: 1080px;
  }
}
@media screen and (max-width: 1000px) {
  .main {
    font-size: 0.9259259259vw;
  }
}
@media screen and (max-width: 768px) {
  .main {
    font-size: 1.3333333333vw;
  }
  .main img {
    width: 100%;
  }
}

.kv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  background: url(../../img/kv_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kv .kv_logo {
  width: 100%;
  max-width: 1078px;
}
.kv:after {
  position: absolute;
  bottom: -36px;
  display: block;
  width: 100%;
  height: 36px;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(155, 107, 15) 0%, rgb(203, 174, 85) 21%, rgb(250, 240, 155) 51%, rgb(233, 208, 118) 68%, rgb(215, 176, 81) 100%);
  content: "";
  z-index: 2;
}
.kv img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kv {
    height: auto;
    aspect-ratio: 767/615;
    background: url(../../img/kv_bg-sp.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .kv:after {
    bottom: -4.8vw;
    height: 4.8vw;
  }
}
.about {
  position: relative;
  padding: 126px 0;
  color: #4c2912;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: url(../../img/about_bg.jpg);
}
.about .about_container {
  width: 90%;
  max-width: 845px;
  margin: 0 auto;
  padding: 56px;
  box-sizing: border-box;
  border-image-slice: 57 57 57 57;
  border-image-width: 57px 57px 57px 57px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url(../../img/about_border.png);
}
.about .about_inner {
  background: url(../../img/about_container_bg.jpg);
}
.about .about_heading {
  position: relative;
  top: -65px;
  width: 245px;
  margin: 0 auto;
}
.about .about_line_1 {
  position: relative;
  top: -45px;
  display: block;
  width: 173px;
  margin: 0 auto;
}
.about .about_line_2 {
  display: block;
  width: 800px;
  max-width: 100%;
  margin: 35px auto 0;
}
.about .about_line_3 {
  display: block;
  width: 173px;
  margin: 40px auto 0;
}
.about .about_title {
  position: relative;
  top: -20px;
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
}
.about .about_txt {
  font-size: 1.7rem;
  line-height: 1.75;
  text-align: center;
}
.about .about_txt strong {
  font-weight: 900;
}
.about .about_msg {
  display: block;
  width: 731px;
  margin: 30px auto 0;
}
.about .about_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 612px;
  height: 82px;
  max-width: 95%;
  margin: 45px auto 0;
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  background: #bb0724;
  border-radius: 41px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 14px rgba(181, 9, 35, 0.53);
  transition: opacity 0.3s;
}
.about .about_btn:hover {
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 17.4667vw 0;
  }
  .about .about_container {
    width: 90%;
    max-width: 845px;
    margin: 0 auto;
    padding: 7.3vw;
    box-sizing: border-box;
    border-image-slice: 57 57 57 57;
    border-image-width: 7.6vw 7.6vw 7.6vw 7.6vw;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url(../../img/about_border.png);
  }
  .about .about_heading {
    top: -9.6vw;
    width: 36.4vw;
  }
  .about .about_line_1 {
    top: -5.3333vw;
    width: 20vw;
  }
  .about .about_line_2 {
    width: 74.2667vw;
    margin: 6vw auto 0;
  }
  .about .about_line_3 {
    width: 20vw;
    margin: 7.3333vw auto 0;
  }
  .about .about_title {
    top: -3vw;
    font-size: 3.65vw;
  }
  .about .about_txt {
    font-size: 3.0667vw;
  }
  .about .about_msg {
    margin: 5.3333vw auto 0;
    width: 69.0667vw;
  }
  .about .about_btn {
    width: 74vw;
    height: 14.4vw;
    margin: 7.3333vw auto 0;
    font-size: 4.6667vw;
    border-radius: 7.2vw;
    border: 0.4vw solid #fff;
    box-shadow: 0 0 1.8667vw rgba(181, 9, 35, 0.53);
  }
}
.episode {
  padding: 30px 0 0;
}
.episode .episode_heading {
  color: #bb070f;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.episode .episode_txt {
  margin: 25px auto 0;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .episode {
    padding: 6vw 0 0;
  }
  .episode .episode_heading {
    font-size: 4.6667vw;
    line-height: 1.42;
  }
  .episode .episode_txt {
    margin: 4.6667vw auto 0;
    font-size: 3.0667vw;
  }
}
.sponsor {
  background: #fff;
}
.sponsor:after {
  display: block;
  width: 100%;
  height: 36px;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(155, 107, 15) 0%, rgb(203, 174, 85) 21%, rgb(250, 240, 155) 51%, rgb(233, 208, 118) 68%, rgb(215, 176, 81) 100%);
  content: "";
}
.sponsor .sponsor_bnr {
  display: flex;
  width: 341px;
  margin: 0 auto;
  padding: 50px 0 46px;
}

@media screen and (max-width: 768px) {
  .sponsor:after {
    height: 4.8vw;
  }
  .sponsor .sponsor_bnr {
    width: 55vw;
    padding: 8vw 0;
  }
}
/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .footer_listen.sp {
    display: block !important;
  }
}
.footer-cmn-sub {
  background: #69b4e9 !important;
}

.shop {
  width: 1140px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
.shop li {
  width: 100%;
  max-width: 270px;
}
@media screen and (max-width: 768px) {
  .shop {
    width: 90%;
    margin: 0 auto 20px;
    flex-wrap: wrap;
  }
  .shop li {
    width: 47%;
    max-width: 270px;
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */