@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;
  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: #000 url(../../images/ft_bg.jpg) center bottom no-repeat;
  background-size: contain;
}
@media (max-width:767px) {
  .main {
    background: #000 url(../../images/ft_bg_sp.jpg) center bottom no-repeat;
    background-size: contain;
  }
}
.main_wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.kv {
  width: 100%;
  position: relative;
  z-index: 1;
}

.about {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 76vw;
  max-width: 1168px;
  max-height: 1260px;
  margin: -30px auto 0;
  background: url(../../images/cont_bg_pc.png) center top no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width:768px) and (max-width:1100px) {
  .about {
    height: 94vw;
  }
}
@media (max-width:767px) {
  .about {
    height: auto;
    max-height: 1755px;
    margin: -15px auto 0;
    background: url(../../images/cont_bg_sp.png) center top no-repeat;
    background-size: cover;
    padding-bottom: 6vw;
  }
}
.about_inner {
  width: 90%;
  max-width: 960px;
  margin: 30px auto 0;
}
.about_ttl {
  width: 42vw;
  max-width: 698px;
  margin: 1.5vw auto 1.5vw;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_ttl {
    width: 52vw;
  }
}
@media (max-width:767px) {
  .about_ttl {
    width: 70vw;
    margin: 1.5vw auto 4vw;
  }
}
.about_txt {
  color: #2d1908;
  font-size: 1.1vw;
  line-height: 1.5;
  text-align: center;
  transform: skewX(-10deg);
}
.about_txt strong {
  color: #3e0c15;
  font-size: 1.5vw;
}
@media (min-width:1600px) {
  .about_txt {
    font-size: 1.8rem;
  }
  .about_txt strong {
    font-size: 2.4rem;
  }
}
@media (min-width:768px) and (max-width:1100px) {
  .about_txt {
    font-size: 1.5vw;
  }
  .about_txt strong {
    font-size: 2vw;
  }
}
@media (max-width:767px) {
  .about_txt {
    font-size: 2.6vw;
  }
  .about_txt strong {
    font-size: 3vw;
  }
}
.about_lead {
  width: 100%;
  margin: 2vw auto;
  color: #ff3058;
  font-size: 1.6vw;
  font-weight: bold;
  text-align: center;
  transform: skewX(-10deg);
}
@media (min-width:1600px) {
  .about_lead {
    font-size: 2.5rem;
  }
}
@media (min-width:768px) and (max-width:1100px) {
  .about_lead {
    font-size: 2.1vw;
  }
}
@media (max-width:767px) {
  .about_lead {
    font-size: 3.6vw;
    margin: 4vw auto;
  }
}
.about_img {
  width: 35vw;
  max-width: 578px;
  margin: 0 auto;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_img {
    width: 44vw;
  }
}
@media (max-width:767px) {
  .about_img {
    width: 70vw;
  }
}
.about_btn {
  display: block;
  width: 37vw;
  max-width: 590px;
  margin: 1.5vw auto 0;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_btn {
    width: 44vw;
  }
}
@media (max-width:767px) {
  .about_btn {
    width: 70vw;
    margin: 3vw auto 6vw;
  }
}

.rd_wrap {
  width: 76%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width:1101px) and (max-width:1599px) {
  .rd_wrap {
    width: 61%;
    padding: 20px 0 0px;
  }
}
@media (min-width:768px) and (max-width:1100px) {
  .rd_wrap {
    width: 76%;
    padding: 20px 0 0px;
  }
}
@media (max-width:767px) {
  .rd_wrap {
    width: 84%;
    flex-direction: column-reverse;
  }
}

.twitter {
  width: 44%;
  max-width: 440px;
  position: relative;
  padding: 6.5% 0 0 10px;
  box-sizing: border-box;
}
.twitter_yell {
  position: absolute;
  max-width: 265px;
  text-align: right;
  right: 0;
  top: 0;
}
@media (min-width:768px) and (max-width:1100px) {
  .twitter {
    max-width: 370px;
  }
  .twitter_yell {
    position: absolute;
    max-width: 165px;
    text-align: right;
    right: 0;
    top: 0;
  }
}
@media (max-width:767px) {
  .twitter {
    width: 100%;
    max-width: 700px !important;
    padding: 17.5% 0 0 10px;
    box-sizing: border-box;
  }
  .twitter_yell {
    width: 70%;
    position: absolute;
    max-width: 584px;
    text-align: right;
    right: 0;
    top: 0;
  }
}

.radiko {
  width: 50%;
  max-width: 495px;
  margin-top: 7%;
}
.radiko a {
  display: block;
  margin-bottom: 5px;
}
@media (max-width:767px) {
  .radiko {
    width: 100%;
    max-width: 700px !important;
    margin-bottom: 7%;
  }
}

.present {
  width: 100%;
  padding: 60px 0 80px;
}
@media (max-width:767px) {
  .present {
    padding: 30px 0 40px;
  }
}
.present_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.present_lead {
  width: 100%;
  margin: 0 auto 50px;
  color: #ff3058;
  font-size: 1.9vw;
  font-weight: bold;
  text-align: center;
  transform: skewX(-10deg);
}
@media (min-width:1600px) {
  .present_lead {
    font-size: 3.2rem;
  }
}
@media (min-width:768px) and (max-width:1100px) {
  .present_lead {
    font-size: 2.4rem;
  }
}
@media (max-width:767px) {
  .present_lead {
    font-size: 4.6vw;
    margin: 0 auto 25px;
  }
}
.present_img {
  width: 90%;
  max-width: 949px;
  margin: 0 auto;
}
@media (max-width:767px) {
  .present_img {
    width: 70%;
  }
}
.present_btn {
  display: block;
  width: 37vw;
  max-width: 590px;
  margin: 1.5vw auto 0;
}
@media (min-width:768px) and (max-width:1100px) {
  .present_btn {
    width: 54%;
    margin: 5vw auto 0;
  }
}
@media (max-width:767px) {
  .present_btn {
    width: 74%;
    margin: 5vw auto 0;
  }
}

.koikeyaLINK {
  width: 30%;
  margin: auto;
  padding-top: 4%;
  padding-bottom: 4%;
  text-align: center;
}
.koikeyaLINK_wrap {
  width: 100%;
  background: #000;
}
@media (min-width:768px) and (max-width:1100px) {
  .koikeyaLINK {
    width: 22%;
    margin: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
@media (max-width:767px) {
  .koikeyaLINK {
    width: 22%;
    margin: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.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 */