@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------------------------------------------------
 URL設定
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 カラー設定
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 フォント設定
-------------------------------------------------------------*/
/*-------------------------------------------------------------
カラム余白設定　　→　common.scss
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 メディアクエリ
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 基本設定
-------------------------------------------------------------*/
.unit-base {
  padding-bottom: 0;
}

img {
  width: 100%;
}

.btn:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.theme-1 .image-0001__item img {
  border-radius: 0;
}

.note {
  padding: 15px 0;
}
.note ul li {
  padding: 0.5rem 0.5rem 0.5rem 1em;
  text-align: left;
  text-indent: -1em;
  border-bottom: 1px solid #939292;
}
.note ul li:last-child {
  border: none;
}
.note ul li::before {
  content: "＊";
}

.pc-none {
  display: block;
}

.sp-none {
  display: none;
}

@media (max-width: 767px) {
  .image-0001__item {
    margin: 0 auto 0;
  }
}
@media (min-width: 768px) {
  .note {
    padding: 20px 0;
  }
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }
}
@media (min-width: 1024px) {
  .note.copy-0004 {
    margin: 0 139px 0;
  }
}
#ichioshi-lineup img {
  max-width: 100%;
  height: auto;
}
#ichioshi-lineup .image-0001__item {
  font-size: 0;
}
@media (min-width: 768px) and (hover: hover) {
  #ichioshi-lineup a {
    transition: opacity 0.3s;
  }
  #ichioshi-lineup a:hover {
    opacity: 0.6;
  }
}
#ichioshi-lineup .mod-section {
  position: relative;
}
#ichioshi-lineup .mod-section .box-btn {
  display: block;
  width: max(46.3541666667vw, 178px);
  margin: 16px auto 24px;
}
@media (min-width: 768px) {
  #ichioshi-lineup .mod-section .box-btn {
    position: absolute;
    left: 0;
    right: -9px;
    margin: auto;
    width: max(19.7368421053vw, 200px);
    bottom: max(1.3157894737vw, 10px);
  }
}
@media (min-width: 2020px) {
  #ichioshi-lineup .mod-section .box-btn {
    width: 400px;
    bottom: 22px;
  }
}
#ichioshi-lineup .bnr-section {
  display: flex;
  gap: 27px;
  justify-content: center;
  margin: 40px auto;
}
#ichioshi-lineup .bnr-section > * {
  width: max(33.8815789474vw, 415px);
  aspect-ratio: 415/185;
}
@media (min-width: 2020px) {
  #ichioshi-lineup .bnr-section > * {
    width: 685px;
  }
}
#ichioshi-lineup .note li.maru::before {
  content: "◎";
}
#ichioshi-lineup .note li.no-border {
  border-bottom: none;
  padding-bottom: 0;
}/*# sourceMappingURL=naradeha.css.map */