@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

html {
  *zoom: 1;
  /* firefox */
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

p {
  margin: 0;
}

/* ==========================================================================
  base
========================================================================== */
body.mania {
  position: relative;
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  background: #000000;
  padding-top: 50px;
  font-feature-settings: "palt";
  font-size: 16px;
  max-width: 100%;
  width: 100%;
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body.mania {
    font-size: 20px;
    padding-top: 80px;
  }
}

* {
  box-sizing: border-box;
}

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

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

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

img, video {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  font-size: 0;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover img.hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* ==========================================================================
  anime
========================================================================== */
.hide {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}

.hide-l {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  transform: translate(-40px, 0);
}
@media screen and (max-width: 767px) {
  .hide-l {
    transform: translate(0, 0);
  }
}

.hide-s {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  transform: translate(0, 30px);
}
@media screen and (max-width: 767px) {
  .hide-s {
    transform: translate(0, 20px);
  }
}

.hide-r {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  transform: translate(40px, 0);
}
@media screen and (max-width: 767px) {
  .hide-r {
    transform: translate(0, 0);
  }
}

.hide-mtl {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  transform: translate(-30px, 0);
}
@media screen and (max-width: 767px) {
  .hide-mtl {
    transform: translate(-20px, 0);
  }
}

.hide-mtr {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  transform: translate(30px, 0);
}
@media screen and (max-width: 767px) {
  .hide-mtr {
    transform: translate(20px, 0);
  }
}

.moves {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1 !important;
  transform: translate(0, 0);
}

/* ==========================================================================
  movie
========================================================================== */
.movie-outer {
  width: 100%;
  max-width: 1100px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* ==========================================================================
  menu
========================================================================== */
.menu {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .menu {
    top: 30px;
    right: 30px;
  }
}

.menu span {
  transition: all 0.3s;
  background: #fff;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  display: block;
}
.menu span:nth-child(1) {
  top: 0;
}
.menu span:nth-child(2) {
  top: 9px;
}
.menu span:nth-child(3) {
  bottom: 0;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .menu:hover span:nth-child(1) {
    width: 20px;
  }
  .menu:hover span:nth-child(3) {
    left: 20px;
  }
}

.active span {
  transition: all 0.3s;
}
.active span:nth-child(1) {
  width: 20px;
}
.active span:nth-child(3) {
  left: 20px;
}

/* ==========================================================================
  header
========================================================================== */
.mania-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 100;
  background: #000000;
}
@media screen and (min-width: 768px) {
  .mania-header {
    height: 80px;
  }
}

.header-music {
  background: #7C9F4E;
}

.header-logo {
  position: absolute;
  height: 100%;
  top: 0;
  left: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-logo {
    left: 20px;
  }
}
.header-logo img {
  height: 34px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .header-logo img {
    height: 50px;
  }
}

.gnav {
  display: none;
  width: 100%;
  height: calc(100% - 50px);
  height: calc(100vh - 50px);
  height: calc(100svh - 50px);
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 50px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .gnav {
    top: 80px;
  }
}

.nav-list li {
  background: #202020;
  border-top: 1px solid #707070;
}
.nav-list li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 60px;
  padding: 0 8%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .nav-list li a {
    padding: 0 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100px;
    justify-content: center;
  }
  .nav-list li a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #000000;
  }
}
.nav-list li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 20px;
  background: url(../../img/common/arrow_white.svg) no-repeat;
  background-size: contain;
  margin-top: -7px;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .nav-list li a:after {
    width: 24px;
    height: 30px;
    margin-top: -12px;
    right: 40px;
  }
}
.nav-list li a.nav-cs {
  pointer-events: none;
  cursor: default;
}
.nav-list li a.nav-cs:after {
  content: none;
}

.nav-list-music li {
  background: #A2C648;
  border: none;
}
.nav-list-music li:nth-child(even) {
  background: #7C9F4E;
}
.nav-list-music li a:after {
  transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .nav-list-music li a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #46651C;
  }
}

.nav-box {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-box .en {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .nav-box .en {
    margin-bottom: 15px;
    text-align: center;
  }
}
.nav-box .en img {
  height: 14px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .nav-box .en img {
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .nav-box .en img img {
    height: 12px;
  }
}
.nav-box .jp {
  font-weight: bold;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .nav-box .jp {
    font-size: 1.2em;
    text-align: center;
  }
}
.nav-box .jp span {
  font-size: 12px;
  color: #000000;
  background: #fff;
  font-weight: bold;
  font-family: Helvetica;
  padding: 4px;
  vertical-align: 5px;
}
@media screen and (max-width: 767px) {
  .nav-box .jp span {
    font-size: 10px;
    padding: 2px;
    vertical-align: 2.5px;
  }
}

.nav-mania {
  padding: 30px 8%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .nav-mania {
    padding: 60px 10%;
  }
}

.nav-about-ttl {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .nav-about-ttl {
    margin: 0 auto 30px;
  }
}

.nav-about-btn {
  display: block;
  padding: 10px 20px;
  background: #000000;
  width: 70%;
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .nav-about-btn:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #46651C;
  }
}

/* ==========================================================================
  footer
========================================================================== */
.mania-footer {
  background: #fff;
}

.footer-float {
  display: none;
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .footer-float {
    left: auto;
    right: 0;
  }
}

.btn-shiryo {
  display: block;
  background: #39356A;
  width: 100%;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 400px;
}
.btn-shiryo img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .btn-shiryo img {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .btn-shiryo {
    padding: 20px;
  }
  .btn-shiryo:hover {
    background: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.footer-bottom {
  padding: 30px 0 100px;
  border-top: 1px solid #ccc;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    padding: 60px 0;
  }
}

.footer-logo {
  width: 50%;
  max-width: 160px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    margin: 0 auto 30px;
    max-width: 200px;
  }
}

.footer-copy {
  font-size: 0.6em;
  letter-spacing: -0.02em;
}

/* ==========================================================================
  about
========================================================================== */
.about-area {
  background: #fff;
  padding: 8vw 8vw 40px 8vw;
}
@media screen and (min-width: 768px) {
  .about-area {
    padding: 80px 30px;
  }
}

.about-img {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .about-img {
    max-width: 800px;
    margin: 0 auto 80px;
  }
}

.about-logo {
  width: 56%;
  max-width: 600px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .about-logo {
    max-width: 480px;
    margin: 0 auto 80px;
  }
}

.about-lead {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .about-lead {
    max-width: 480px;
    margin: 0 auto 80px;
  }
}

.about-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-text {
    max-width: 1020px;
    margin: 0 auto;
  }
}

.about-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 900px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .about-nav {
    margin: 20px auto 0;
  }
}

.about-nav-box {
  width: calc(100% / 3);
}

.about-nav-box-01 {
  width: 34.6%;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .about-nav-box-01 {
    padding-right: 10px;
  }
}

.about-nav-box-02 {
  width: 31.3%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .about-nav-box-02 {
    padding: 0 10px;
  }
}

.about-nav-box-03 {
  width: 34.1%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .about-nav-box-03 {
    padding-left: 10px;
  }
}

.about-nav-box-02 {
  border-right: 1px dotted #000000;
  border-left: 1px dotted #000000;
}

.abput-nav-img {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.abput-nav-img:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
.abput-nav-img.about-nav-cs {
  pointer-events: none;
  cursor: default;
}

/* ==========================================================================
 TOP
========================================================================== */
.top-mv {
  background: url(../../img/music/top_mv_bg_sp_5.webp) center center no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vw;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top-mv {
    height: auto;
    min-height: 100%;
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
    background: url(../../img/music/top_mv_bg_sp_5.webp) center center no-repeat;
    background-size: cover;
    justify-content: flex-start;
  }
}

.top-mv-h1 {
  opacity: 0;
  display: block;
  width: 48%;
  margin: 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 768px) {
  .top-mv-h1 {
    text-align: left;
    margin: 0 0 0 10%;
  }
  .top-mv-h1 img {
    height: 60vh;
    width: auto;
    filter: drop-shadow(0 0 3px #7C9F4E);
  }
}
@media screen and (max-width: 767px) {
  .top-mv-h1 img {
    filter: drop-shadow(0 0 3px #7C9F4E);
  }
}

.top-hero {
  background: url(../../img/music/top_hero_bg.webp) 65% bottom no-repeat;
  background-size: cover;
  padding: 50px 6%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-hero {
    padding: 100px 10%;
    background: url(../../img/music/top_hero_bg.webp) left center no-repeat;
    background-size: cover;
  }
}

.top-hero-h2 {
  display: block;
  width: 90%;
  max-width: 480px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-hero-h2 {
    margin-bottom: 60px;
  }
}

.top-hero-text {
  color: #fff;
  font-size: 1em;
  line-height: 2;
  margin-bottom: 30px;
  font-weight: bold;
}

.top-hero-lead {
  font-size: 1.4em;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  font-weight: 700;
}

/* ==========================================================================
 英文タイトル
========================================================================== */
.ttl-en img {
  height: 14px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .ttl-en img {
    height: 28px;
  }
}

/* ==========================================================================
コンサートホールのような我が家
========================================================================== */
.music01-area {
  background: #26322D;
  background: #171C1A;
  padding-bottom: 50px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .music01-area {
    padding-bottom: 160px;
  }
}

.music01-hero {
  position: relative;
  background: url(../../img/music/music01_top_bg.webp) 40% center no-repeat;
  background-size: auto 120%;
  padding: 60px 8vw;
  height: 150vw;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .music01-hero {
    height: auto;
    padding: 100px 8vw;
    min-height: 700px;
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
    background: url(../../img/music/music01_top_bg.webp) center center no-repeat;
    background-size: cover;
    margin-bottom: 100px;
  }
}

.music-top-en {
  margin-bottom: 15px;
}

.music-top-h3 img {
  width: 85%;
  max-width: 600px;
}

.music01-hero-lead {
  position: absolute;
  left: 8vw;
  bottom: 50px;
  line-height: 2;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .music01-hero-lead {
    font-size: 1.2em;
  }
}

.music01-set {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto 160px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.music01-set:last-of-type {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .music01-set {
    display: block;
    padding: 0;
    margin: 0 auto 50px;
  }
}

.music01-set-l {
  flex-direction: row-reverse;
}

.music01-img {
  position: relative;
  width: 50%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .music01-img {
    width: 80vw;
  }
}
.music01-img:after {
  content: "";
  position: absolute;
  bottom: -60px;
  width: 150px;
  height: 60px;
  background: #A2C648;
}
@media screen and (max-width: 767px) {
  .music01-img:after {
    width: 20vw;
    height: 8vw;
    bottom: -8vw;
  }
}

@media screen and (max-width: 767px) {
  .music01-set-l .music01-img {
    margin-left: 20vw;
  }
}
.music01-set-l .music01-img:after {
  left: -150px;
}
@media screen and (max-width: 767px) {
  .music01-set-l .music01-img:after {
    left: -20vw;
  }
}

.music01-set-r .music01-img:after {
  right: -150px;
}
@media screen and (max-width: 767px) {
  .music01-set-r .music01-img:after {
    right: -20vw;
  }
}

.music01-ttl img {
  height: 120px;
  width: auto;
}
@media screen and (max-width: 920px) {
  .music01-ttl img {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .music01-ttl {
    position: absolute;
    top: 30px;
    z-index: 2;
  }
  .music01-ttl img {
    height: 70px;
    width: auto;
  }
  .music01-ttl.hide-mtl {
    left: -10vw;
  }
  .music01-ttl.hide-mtr {
    right: -10vw;
  }
}

.music01-text {
  width: 44%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .music01-text {
    width: 100%;
    padding: 0 8vw;
    margin-bottom: 0;
  }
}
.music01-text p {
  margin-top: 60px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .music01-text p {
    margin-top: 30px;
  }
  .music01-text p:first-of-type {
    margin-top: 60px;
  }
}

/* ==========================================================================
 薪ストーブ・ラバーズ
========================================================================== */
.music02-area {
  background: #E8E3DB;
  color: #08090E;
}

.music02-top {
  position: relative;
  background: url(../../img/music/music02_top_bg_sp.webp) top center no-repeat;
  background-size: cover;
  padding-top: 50px;
  height: 150vw;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .music02-top {
    height: auto;
    padding: 100px 0;
    min-height: 700px;
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
    background: url(../../img/music/music02_top_bg_pc.webp) center center no-repeat;
    background-size: cover;
  }
}

.music02-top-cont {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

.music02-top-ttl {
  display: block;
  margin: 0 auto 30px;
}

.music02-top-lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .music02-top-lead {
    font-size: 1.4em;
    text-shadow: 0 0 5px #000000;
  }
}

.music02-hero {
  position: relative;
  background: url(../../img/music/music02_hero_bg_sp.webp) top center no-repeat;
  background-size: cover;
  height: 150vw;
}
@media screen and (min-width: 768px) {
  .music02-hero {
    height: auto;
    padding-top: 150px 0 50px;
    background: url(../../img/music/music02_hero_bg_sp.webp) center 30% no-repeat;
    background-size: cover;
    min-height: 700px;
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
  }
}

.music02-tab {
  position: absolute;
  top: -25px;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .music02-tab {
    top: -30px;
    justify-content: center;
  }
}

.tab-box {
  position: relative;
  width: 45%;
  height: 50px;
  background: #fff;
  padding-right: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .tab-box {
    height: 60px;
    max-width: 320px;
  }
  .tab-box:first-child {
    margin-right: 30px;
  }
}
.tab-box:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 20px;
  background: url(../../img/common/arrow_brown.svg) no-repeat;
  background-size: contain;
  margin-top: -6px;
}
@media screen and (min-width: 768px) {
  .tab-box:after {
    width: 24px;
    height: 30px;
    margin-top: -10px;
    right: 20px;
  }
}
.tab-box.cs {
  padding-right: 0;
}
.tab-box.cs:after {
  content: none;
}
.tab-box p {
  font-size: 0.9em;
  font-weight: bold;
  font-family: Helvetica;
  color: #7C9F4E;
  text-align: center;
}
.tab-box p img {
  height: 13px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .tab-box p img {
    width: 60%;
    height: auto;
  }
}
.tab-box p:nth-child(1) {
  display: none;
}
.tab-box p:nth-child(2) {
  display: block;
}

.tab-active {
  background: #7C9F4E;
}
.tab-active p:nth-child(1) {
  display: block;
}
.tab-active p:nth-child(2) {
  display: none;
}
.tab-active:after {
  background: url(../../img/common/arrow_white.svg) no-repeat;
  background-size: contain;
}

.music02-hero-box {
  width: 65%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .music02-hero-box {
    margin: 0 0 0 10%;
  }
}

.music02-hero-en {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .music02-hero-en {
    margin-bottom: 40px;
  }
  .music02-hero-en img {
    -webkit-filter: drop-shadow(0 0 10px black);
    filter: drop-shadow(0 0 10px black);
  }
}

.music02-hero-ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .music02-hero-ttl {
    margin-bottom: 40px;
  }
  .music02-hero-ttl img {
    -webkit-filter: drop-shadow(0 0 10px black);
    filter: drop-shadow(0 0 10px black);
  }
}

.music02-hero-box {
  position: absolute;
  left: 0;
  bottom: 80px;
}
@media screen and (max-width: 767px) {
  .music02-hero-box {
    left: 8vw;
    bottom: 40px;
  }
}

.music02-hero-name {
  background: #000000;
  padding: 8px;
  font-weight: bold;
  color: #fff;
  font-size: 0.9em;
  display: inline-block;
}

.music02-text {
  padding: 40px 8%;
  color: #08090E;
}
@media screen and (min-width: 768px) {
  .music02-text {
    padding: 80px 20px;
    margin: 0 auto;
    max-width: 1060px;
  }
}
.music02-text p {
  margin-bottom: 40px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .music02-text p {
    line-height: 2.2;
  }
}
.music02-text p:last-child {
  margin-bottom: 0;
}

.music02-img {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .music02-img-1 {
    width: 49%;
  }
}

@media screen and (min-width: 768px) {
  .music02-img-2 {
    width: 49%;
  }
}

@media screen and (min-width: 768px) {
  .music02-img-3 {
    margin-bottom: 20px;
  }
}

.music02-img-4 {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .music02-img-4 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .music02-img-4 {
    margin-bottom: 20px;
  }
}

.music02-img-5 {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .music02-img-5 {
    width: 50%;
  }
}

.lov-outer {
  background: #fff;
  margin-top: 50px;
  padding: 30px 8vw;
}
@media screen and (min-width: 768px) {
  .lov-outer {
    margin-top: 100px;
    padding: 80px 20px;
  }
}

.lov-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.lov-ttl {
  width: 56vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lov-ttl {
    width: 100%;
    max-width: 400px;
  }
}

.lov-set {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .lov-set {
    margin-top: 60px;
  }
}

.swiper-container {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  height: auto;
}
@media screen and (min-width: 768px) {
  .swiper-container {
    margin-bottom: 30px;
  }
}

.swiper-wrapper {
  height: auto;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.lov-name {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .lov-name {
    margin-bottom: 15px;
  }
}
.lov-name span {
  padding: 4px 10px;
  background: #A2C648;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.lov-text {
  font-size: 0.9em;
  line-height: 1.8;
}

/* ==========================================================================
 本物の木に愛され、音楽は美しさを増す
========================================================================== */
.music03-area {
  background: url(../../img/music/music03_bg.webp) center top repeat;
  background-size: 100% auto;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  color: #08090E;
}
@media screen and (min-width: 768px) {
  .music03-area {
    background: url(../../img/music/music03_bg.webp) center top repeat;
    background-size: 40% auto;
    padding: 0 20px;
  }
}

.music03-top-wood {
  overflow-x: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .music03-top-wood {
    margin-bottom: 50px;
    text-align: center;
  }
}
.music03-top-wood img {
  width: 120%;
  transform: translate(-7%, 0);
}
@media screen and (min-width: 768px) {
  .music03-top-wood img {
    width: 80%;
    max-width: 900px;
    transform: translate(0, 0);
  }
}

.music03-en {
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music03-en {
    margin: 0 auto 40px;
  }
}

.music03-h3 {
  display: block;
  padding: 0 8vw;
  max-width: 500px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .music03-h3 {
    width: 100%;
    margin: 0 auto 60px;
    padding: 0;
  }
}

.music03-lead-outer {
  width: 90vw;
  margin: 0 auto 30px;
  padding: 5px 0;
  border-top: 1px solid #573A12;
  border-bottom: 1px solid #573A12;
}
@media screen and (min-width: 768px) {
  .music03-lead-outer {
    max-width: 960px;
    margin: 0 auto 60px;
  }
}

.music03-lead-inner {
  border-top: 2px solid #573A12;
  border-bottom: 2px solid #573A12;
  padding: 15px 0;
  line-height: 1.7;
  font-size: 0.9em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music03-lead-inner {
    padding: 30px 0;
    font-size: 1.1em;
  }
}

.music03-01 {
  padding: 0 0 0 8vw;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .music03-01 {
    max-width: 960px;
    margin: -150px auto 0;
    padding: 0;
    align-items: flex-end;
  }
}

.music03-01-left {
  width: calc(100% - 90px);
}
@media screen and (min-width: 768px) {
  .music03-01-left {
    width: 76%;
  }
}

.music03-h4 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .music03-h4 {
    font-size: 2em;
    margin-bottom: 40px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .music03-h4-w {
    width: 100%;
    max-width: 370px;
  }
}

.music03-text {
  line-height: 2;
}

.music03-text01 {
  width: 90%;
}

.music03-01-right {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .music03-01-right {
    margin-top: -7vw;
  }
}
@media screen and (min-width: 768px) {
  .music03-01-right {
    width: 24%;
  }
}

.gakki01 {
  width: 32%;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .gakki01 {
    max-width: 200px;
    margin: 80px auto 60px;
  }
}

.music03-h4-center {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.music03-text02 {
  width: 80vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .music03-text02 {
    max-width: 960px;
  }
}

.gakki02 {
  width: 60%;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .gakki02 {
    max-width: 360px;
    margin: 80px auto 60px;
  }
}

.music03-last {
  overflow: hidden;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .music03-last {
    padding-bottom: 100px;
    text-align: center;
    margin-top: 40px;
  }
}
.music03-last img {
  width: 140vw;
  transform: translate(-20vw, 0);
}
@media screen and (min-width: 768px) {
  .music03-last img {
    max-width: 800px;
    transform: translate(0, 0);
  }
}

/* ==========================================================================
音楽的才能
========================================================================== */
.music04-area {
  position: relative;
  background: #C0E562;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .music04-area {
    padding-bottom: 0px;
  }
}

.music04-bg-01 {
  position: absolute;
  top: 25vw;
  left: 0;
  height: 50vw;
  width: 100%;
  background: url(../../img/music/music04_bg_01.webp) center center repeat-x;
  background-size: auto 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .music04-bg-01 {
    height: 100vw;
  }
}

.music04-top {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .music04-top {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .music04-top {
    padding-top: 120px;
    margin-bottom: 160px;
  }
}

.music04-top-en {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .music04-top-en {
    margin-bottom: 40px;
  }
}

.music04-top-cont {
  position: relative;
  width: 84vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .music04-top-cont {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .music04-top-cont {
    margin: 0 auto 50px;
  }
}

.music04-top-h3 {
  display: block;
  width: 100%;
}

.music04-top-lead {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65%;
}
@media screen and (min-width: 768px) {
  .music04-top-lead {
    width: 100%;
    max-width: 420px;
  }
}

.tech-article {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.tech-01,
.tech-02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .tech-01,
.tech-02 {
    padding: 0 8vw;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .tech-03,
.tech-04 {
    padding: 0 8vw;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}

.tech-h4-01 {
  width: 14%;
}
@media screen and (max-width: 767px) {
  .tech-h4-01 {
    width: 17%;
  }
}
@media screen and (min-width: 768px) {
  .tech-h4-01 {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.tech-text {
  width: 74%;
  padding-top: 60px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .tech-text {
    padding-top: 0;
  }
}

.tech-text-01,
.tech-text-03 {
  margin-left: 20%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .tech-text-01,
.tech-text-03 {
    margin: 0 0 40px 0;
  }
}

@media screen and (min-width: 768px) {
  .tech-graph {
    width: 75%;
  }
}

.tech-graph-01 {
  margin-left: 20%;
}
@media screen and (max-width: 767px) {
  .tech-graph-01 {
    margin: 0;
  }
}

.graph01 {
  position: relative;
  width: 90%;
  margin: 0 auto 40px;
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .graph01 {
    width: 100%;
    padding-top: 16vw;
    margin: 0 auto 20px;
  }
}

.graph01-2 {
  width: 81.7%;
  bottom: 7.3%;
  left: 10.8%;
}

.graph01-3 {
  width: 84.7%;
  bottom: 7.3%;
  left: 10.8%;
}

.graph01-4 {
  width: 81.7%;
  bottom: 10.9%;
  left: 10.8%;
}

.graph01-5 {
  width: 36%;
  top: 0;
  left: 15%;
}

.tech-graph-01-text {
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .tech-graph-01-text {
    margin-bottom: 10px;
  }
}

.tech-graph-01-note {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tech-graph-01-note {
    font-size: 12px;
  }
}

.tech-h4-02,
.tech-h4-04 {
  width: 14%;
}
@media screen and (max-width: 767px) {
  .tech-h4-02,
.tech-h4-04 {
    width: 17%;
  }
}
@media screen and (min-width: 768px) {
  .tech-h4-02,
.tech-h4-04 {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.tech-text-02 {
  margin-right: 20%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .tech-text-02 {
    margin: 0 0 40px 0;
  }
}

.tech-graph-02,
.tech-graph-03,
.tech-graph-04 {
  margin-right: 20%;
}
@media screen and (max-width: 767px) {
  .tech-graph-02,
.tech-graph-03,
.tech-graph-04 {
    margin: 0;
  }
}

.graph02 {
  position: relative;
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .graph02 {
    margin: 0 auto 40px;
  }
}

.graph02-2 {
  width: 53.7%;
  left: 12.1%;
  bottom: 10.8%;
}

.graph02-3 {
  width: 24.5%;
  left: 27%;
  bottom: 4.2%;
}

.graph02-4 {
  width: 96.1%;
  left: 0;
  bottom: 0;
}

.graph03 {
  width: 100%;
  margin: 0 auto 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .graph03 {
    margin: 0 auto 30px;
  }
}

.graph03-1 {
  width: 25%;
}

.graph03-2 {
  width: 29%;
}

.graph03-3 {
  width: 29%;
}

.tech-graph-04-lead {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .tech-graph-04-lead {
    margin-bottom: 15px;
  }
}

.graph04 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .graph04 {
    margin-bottom: 15px;
  }
}
.graph04 img {
  border-radius: 20px;
}

.tech-graph-04-text {
  font-size: 0.85em;
  line-height: 1.7;
  text-align: center;
}

.graph-ab {
  position: absolute;
}

.graph-op {
  opacity: 0;
}

.g-move-0 {
  opacity: 1;
  transition: 1s;
}

.g-move-1 {
  opacity: 1;
  transition: 1s;
  transition-delay: 0.8s;
}

.g-move-2 {
  opacity: 1;
  transition: 1s;
  transition-delay: 1.6s;
}

.g-move-3 {
  opacity: 1;
  transition: 1s;
  transition-delay: 2.4s;
}

.tech-h4-03 {
  width: 7.5%;
}
@media screen and (min-width: 768px) {
  .tech-h4-03 {
    position: absolute;
    left: 0;
    top: 0;
    width: 6%;
    margin-left: 5%;
  }
}

.tech-03 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .tech-03 {
    margin-bottom: 20px;
  }
}

.tech-text-03 {
  margin-bottom: 60px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .tech-text-03 {
    margin-bottom: 20px;
  }
}

.music04-bg-02 {
  position: absolute;
  bottom: -180px;
  left: 0;
  height: 50vw;
  width: 100%;
  background: url(../../img/music/music04_bg_02.webp) center center repeat-x;
  background-size: auto 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .music04-bg-02 {
    bottom: -15vw;
    height: 60vw;
  }
}

.music04-mado {
  width: 80%;
  margin-left: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .music04-mado {
    width: 50%;
    margin: 0 auto;
  }
}
.music04-mado img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .music04-mado img {
    width: 100%;
  }
}

.tech-04 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .tech-04 {
    margin-bottom: 0;
  }
}

.tech-text-04 {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .tech-text-04 {
    padding: 0;
  }
}

.tech-last {
  width: 100%;
  background: url(../../img/music/music04_bg_03.webp) center center no-repeat;
  background-size: auto 100%;
  height: 50vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tech-last {
    background-size: 100% auto;
  }
}

.tech-last-inner {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tech-last-inner {
    padding: 0 8vw;
  }
}

.tech-last-ttl {
  max-width: 480px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .tech-last-ttl {
    width: 70%;
    margin: 0 auto 30px;
  }
}

.tech-last-text {
  text-align: center;
  line-height: 2;
  font-weight: 900;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .tech-last-text {
    font-size: 1em;
  }
}

/* ==========================================================================
 薪ストーブのあるモデルハウス
========================================================================== */
.music05-area {
  background: #fff;
}

.music05-top {
  padding: 50px 0 30px;
}
@media screen and (min-width: 768px) {
  .music05-top {
    padding: 80px 0;
  }
}

.music05-ttl {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music05-ttl {
    margin-bottom: 60px;
  }
}

.music05-top-en {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .music05-top-en {
    margin-bottom: 40px;
  }
}

.music05-top-sub {
  padding: 0 8vw;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: center;
  font-size: 0.9em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .music05-top-sub {
    max-width: 960px;
    margin: 0 auto 40px;
    text-align: center;
  }
}

.music05-top-h3 {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  font-size: 1.8em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .music05-top-h3 {
    font-size: 2.4em;
  }
}

.conto4-top-img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .conto4-top-img {
    max-width: 960px;
    margin: 0 auto 60px;
  }
}

.music05-top-lead {
  font-weight: bold;
  font-size: 1em;
  line-height: 2;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 8vw;
}
@media screen and (min-width: 768px) {
  .music05-top-lead {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 40px;
  }
}

.music05-top-cap {
  line-height: 1.7;
  font-size: 0.8em;
  text-align: left;
  padding: 0 8vw;
}
@media screen and (min-width: 768px) {
  .music05-top-cap {
    text-align: center;
  }
}

.model-img {
  width: 92%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .model-img {
    width: 80%;
  }
}

.model-text {
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  .model-text {
    position: absolute;
    right: 5vw;
    bottom: 5vw;
    width: 30vw;
    height: auto;
    background: #FAF8F4;
    padding: 40px;
  }
}
.model-text h5 {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .model-text h5 {
    margin-bottom: 20px;
  }
}

.music05-list {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .music05-list {
    margin-bottom: 80px;
  }
}
.music05-list li {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .music05-list li {
    position: relative;
    margin-bottom: 80px;
  }
}
.music05-list li:last-child {
  margin-bottom: 0;
}
.music05-list li:nth-child(even) .model-img {
  margin-left: 8%;
}
@media screen and (min-width: 768px) {
  .music05-list li:nth-child(even) .model-img {
    margin-left: 20%;
  }
}
@media screen and (min-width: 768px) {
  .music05-list li:nth-child(even) .model-text {
    right: auto;
    left: 5vw;
  }
}

.model-det {
  font-size: 0.9em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .model-det {
    font-size: 0.8em;
  }
}

.music05-bottom {
  background: #FAF8F4;
  padding: 40px 8%;
}
@media screen and (min-width: 768px) {
  .music05-bottom {
    padding: 80px 30px;
  }
}

.music05-list-ttl {
  font-size: 1.1em;
  margin-bottom: 15px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music05-list-ttl {
    margin-bottom: 30px;
  }
}

.music05-model-modashi {
  padding: 5px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .music05-model-modashi {
    padding: 10px 0;
    max-width: 960px;
    margin: 0 auto;
  }
}

.model-table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.8em;
  width: 100%;
}
.model-table td {
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .model-table td {
    padding: 12px 0;
  }
}

.td-01 {
  width: 20%;
}

.td-02 {
  width: 35%;
}

.td-03 {
  width: 45%;
}

.model-list-box {
  height: 300px;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .model-list-box {
    height: 400px;
    max-width: 960px;
    margin: 0 auto 60px;
  }
}

.model-list-table {
  padding: 15px 0;
}
.model-list-table li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #707070;
}
.model-list-table li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.music05-btn {
  display: block;
  padding: 10px 0;
  color: #fff;
  background: #A2C648;
  text-decoration: none;
  margin-bottom: 30px;
  max-width: 480px;
  margin: 0 auto 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .music05-btn {
    margin: 0 auto 60px;
  }
  .music05-btn:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #7C9F4E;
  }
}

.model-btn-logo {
  width: 36%;
  margin: 0 auto 10px;
}

.model-btn-text {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.model-cap {
  font-size: 0.8em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .model-cap {
    max-width: 960px;
    margin: 0 auto;
    font-size: 0.7em;
  }
}

.btn-yoyaku {
  display: block;
  padding-right: 10px;
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  text-decoration: none;
  margin-top: 10px;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  background: #000000;
}
@media screen and (min-width: 768px) {
  .btn-yoyaku {
    height: 36px;
    line-height: 36px;
    width: 200px;
  }
}
.btn-yoyaku:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}

/*# sourceMappingURL=style.css.map */
