@charset "UTF-8";


/*=========  main-visual.css  =========*/

.mainVisual{
  position: relative;
  height: 100vh;
  background-image: url(../img/main-visual.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

h2.catch-copy {
  position: absolute;
  font-size: 120px;
  font-family: 'impact';
  line-height: 1.1;
  color: #6e1e31;
  opacity: .8;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*=========  message.css  =========*/

.messageText {
  text-align: center;
  font-size: 25px;
  line-height: 1.8;
}



/*=========  recommend.css  =========*/

.music-items.fl a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  line-height: 1.5;
  padding: 5px;
}

.playlist-item-fun a{
  font-size: .9em;
  color: inherit;
  margin-top: 10px;
}

.music-items{
  position: relative;
}

.music-items.youtube {
  margin-bottom: auto;
  border: none;
  width: 46%;
  margin-top: 50px;
}

.music-list{
  padding: 50px 0 0;
}

.music-list:nth-child(2) {
  padding: 0;
  justify-content: space-around;
  border-bottom: 1px solid #000;
}

/* .music-items.fl:nth-of-type(odd) {
  margin-right: 8%;
} */

.sec-content .music-list:nth-child(n+3):nth-child(-n+4){
  border: none;
}

.music-text-wrap {
  flex: 1;
  margin-left: 15px;
}

.music-img-wrap{
  position: relative;
  width: 35%;
  height: auto;
}

.music-img-wrap::before{
  content: "";
  display: block;
  padding-top: 100%;
}

.music-img{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hasbg{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  height: 100%;
}

.hasbg img{
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.article-bgimg-hover img{
  opacity: 0.7;
  transition: all 0.3s ease-out;
}

.sounds-ttl {
  font-size: 21px;
  letter-spacing: 1px;
}

.sounds-ttl .name {
  font-size: 15px;
  margin-top: 7px;
}

.sounds-text {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.9;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

.youtube img{
  width: 100%;
}


/*=========  guide.css  =========*/

.guide {
  background-color: #e6e6e6;
  margin-bottom: 100px;
}

.guide-ttl {
  text-align: center;
  margin-bottom: 35px;
}

.guide-ttl h5 {
  font-size: 50px;
}

.guide-ttl p{
  margin-top: 25px;
  line-height: 1.5;
}

.blog:nth-child(-n+2) {
  margin-right: 1.25%;
}

.blog a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.blog {
  position: relative;
  width: 32.5%;
  padding: 15px 15px 30px;
  background-color: #fff;
}

.blog-img-wrap{
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.blog-img-wrap::before{
  content: "";
  display: block;
  padding-top: 70%;
}

.blog-text {
  font-size: 14px;
  line-height: 1.9;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

.more {
  margin-top: 50px;
  text-align: right;
}

a.morebtn {
  position: relative;
  padding: 10px 45px;
  background-color: #000;
  color: #fff;
}

a.morebtn::before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  left: 11px;
  font-size: 13px;
  top: 10px;
}


/*=========  insis.css  =========*/

.insistence{
  margin-bottom: 190px;
  background-color: #000;
  color: #fff;
  padding: 50px 0 0;
}

.insistence-content{
  background-color: #000;
  background-image: url(../img/main-visual.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1140px;
  text-align: center;
  position: relative;
}

.insistence-content .inner{
  height: 100%;
  position: relative;
}

.logo-img{
  margin-bottom: 35px;
}

.insis-text {
  line-height: 2;
  letter-spacing: 2px;
  font-size: 16px;
}

.insis-text-strong {
    margin: 40px 0 50px;
    font-size: 34px;
    font-weight: 600;
}

.parts-list {
  justify-content: space-between;
  position: absolute;
  width: 100%;
  bottom: -150px;
}

.parts {
  width: 23%;
}


/*=========  author.css  =========*/

.context {
  text-align: center;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 35px;
}

.authorItems {
  width: 48%;
}

.author-img {
  justify-content: space-between;
}

.inner2 {
  max-width: 1300px;
  margin: 0 auto;
}

/*=========  interviwe.css  =========*/

.art-ttl {
  font-size: 25px;
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: 2px;
}

.art-img {
  width: 30%;
}

.art-list {
  justify-content: space-around;
}


.interview-list{
  justify-content: space-between;
}

.interview-person{
  width: 30%;
  position: relative;
}

.interview-person a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.interview-img-wrap{
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.interview-img-wrap::before{
  content: "";
  display: block;
  padding-top: 66%;
}

.interview-date {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

span.interview-day {
  font-size: 46px;
  margin-right: 15px;
}

span.interview-month {
  font-size: 18px;
  color: #848484;
}

.interview-person-name{
  font-size: 23px;
  margin-bottom: 18px;
}

.interview-desc {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
}

/*=========  demo.css  =========*/


.demo-desc{
  position: relative;
}

.car{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46%; 
  z-index: -1;
}

.car-introduce p {
  line-height: 2;
}

.mb-2 {
  margin-bottom: 20px;
}

.car-name {
  font-size: 25px;
  margin-bottom: 30px;
}

span.strong {
  font-weight: bold;
}

.sp-only-car{
  display: none;
}

.car-introduce {
  margin-bottom: 50px;
}

.car-introduce-text p {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
}

/*=========  awards.css  =========*/

.awards-wrap {
  text-align: center;
}

.awards-wrap img {
  width: 50%;
}

/*=========  information.css  =========*/

.information-content {
  justify-content: space-between;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 15px;
}

.info-items {
  padding: 10px 15px;
  border-left: 1px solid #afafaf;
}

.info-items:last-child{
  border-left: none;
}

.info-table{
  width: 40%;
}

.wid-info{
  width: 30%;
}

.shop-img img {
  width: 100%;
}

.info-table tr th,
.info-table tr td {
  padding: 10px 0;
}

.info-table tr th {
  text-align: left;
  font-weight: 100;
}

.info-table tr td {
  padding-left: 25px;
}

.name {
  padding: 10px 0;
}

.name a{
  color: #000;
}


.googlemap iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
