@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/* 共通パーツの編集
--------------------------------------------------*/
@media screen and (max-width: 768px) {
  #kyogekka header {
    margin-bottom: 20px;
  }
}
#kyogekka header h1 {
  width: 140px;
}
@media screen and (max-width: 1199px) {
  #kyogekka header h1 {
    width: 112px;
  }
}
@media screen and (max-width: 768px) {
  #kyogekka header h1 {
    width: 100%;
  }
}
#kyogekka header h1 a {
  display: block;
  height: 100%;
}
#kyogekka header h1 img {
  position: relative;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #kyogekka header h1 img {
    top: calc(50% - 10px);
    width: auto;
    height: 40%;
  }
}
#kyogekka header nav {
  margin-left: 50px;
}
@media screen and (max-width: 999px) {
  #kyogekka header nav {
    margin-left: 20px;
  }
}
#kyogekka .brand_bnr {
  position: relative;
}
#kyogekka .brand_bnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: -70px;
  display: block;
  width: 100%;
  height: 272px;
  background-color: #FCFCFC;
  background-image: url(../img/sub/kyogekka_bg.webp);
  background-repeat: repeat;
  background-size: 1200px auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #kyogekka .brand_bnr::before {
    height: 226px;
  }
}
#kyogekka a.btn_top {
  margin: 70px auto 110px;
  padding-top: 116px;
  background-image: url(../img/sub/kyogekka_pagetop.webp);
  background-size: 120px auto;
}
@media screen and (max-width: 768px) {
  #kyogekka a.btn_top {
    margin: 50px auto 90px;
    padding-top: 92px;
    background-size: 100px;
  }
}

/* 共通
--------------------------------------------------*/
.yu-min {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

span.word {
  display: inline-block;
}

/* KV
--------------------------------------------------*/
#kyogekka #kv {
  position: relative;
  height: auto;
  margin-bottom: 0;
}
#kyogekka #kv .kv_img {
  position: relative;
  height: clamp(20vw, 47vw, 500px);
  background-color: #FCFCFC;
  background-image: url(../img/sub/kyogekka_bg.webp);
  background-repeat: repeat;
  overflow: hidden;
}
#kyogekka #kv .kv_img .img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: auto;
  height: 100%;
}

/* イントロ
--------------------------------------------------*/
#intro {
  padding: 60px 0;
  background-color: #B5CAD7;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #intro {
    padding: 40px 0;
  }
}
#intro .contents {
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #intro .contents {
    padding: 34px 0;
  }
}
#intro .contents::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  display: block;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 1px solid #B5CAD7;
  box-sizing: border-box;
}
#intro .inner {
  width: 86%;
  margin: 0 auto;
}
#intro .txt {
  line-height: 2;
  letter-spacing: 0.13em;
  font-size: 18px;
  font-weight: 400;
  color: #221815;
}
@media screen and (max-width: 999px) {
  #intro .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #intro .txt {
    font-size: clamp(10px, 3.58vw, 14px);
  }
}

/* Lineup
--------------------------------------------------*/
#lineup {
  padding-top: 60px;
  background-color: #FCFCFC;
  background-image: url(../img/sub/kyogekka_bg.webp);
  background-size: 1200px auto;
  background-repeat: repeat;
}
#lineup .title_lineup {
  text-align: center;
  margin-bottom: 25px;
}
#lineup .title_lineup img {
  width: 155px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #lineup .title_lineup img {
    width: clamp(100px, 26vw, 120px);
  }
}
#lineup .contents {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 60px 0;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.03);
}
#lineup .contents .inner {
  width: 86%;
  margin: 0 auto;
  box-sizing: border-box;
}
#lineup .list_lineup_top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lineup .list_lineup_top {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 449px) {
  #lineup .list_lineup_top {
    gap: 40px 20px;
  }
}
#lineup .name {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #221815;
}
@media screen and (max-width: 768px) {
  #lineup .name {
    margin-top: 10px;
    font-size: 14px;
  }
}
#lineup .list_lineup_bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lineup .list_lineup_bottom {
    max-width: 400px;
    width: 90%;
    margin: 40px auto 0;
    grid-template-columns: auto;
  }
}
#lineup .list_lineup_bottom .thumb {
  padding: 5%;
}
#lineup .list_lineup_bottom .cont {
  position: relative;
  margin-top: 10px;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #lineup .list_lineup_bottom .cont {
    padding: 10px;
  }
}
#lineup .list_lineup_bottom .cont::before, #lineup .list_lineup_bottom .cont::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
}
#lineup .list_lineup_bottom .cont::before {
  top: 0;
  left: 0;
  border-top: 1px solid #B5CAD7;
  border-left: 1px solid #B5CAD7;
}
#lineup .list_lineup_bottom .cont::after {
  bottom: 0;
  right: 0;
  border-right: 1px solid #B5CAD7;
  border-bottom: 1px solid #B5CAD7;
}
#lineup .list_lineup_bottom .cont .txt {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #221815;
}
@media screen and (max-width: 768px) {
  #lineup .list_lineup_bottom .cont .txt {
    font-size: 13px;
  }
}
/*# sourceMappingURL=kyogekka.css.map */