/*!
 * Start Bootstrap - Landing Page v5.0.9 (https://startbootstrap.com/theme/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family:'Noto Sans JP', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:'Noto Sans JP', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

a {
    color: #555;
}

a:hover {
    text-decoration: none;
    color: #555;
    opacity: 0.8;

}

header.masthead {
  position: relative;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
    height: 80vh;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.05;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase {
    padding-bottom: 10rem;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 25rem;
  background-size: cover;
  background-position: center top;
}

.showcase .showcase-img2 {
  min-height: 25rem;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 3rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.text-primary {
  color: #A18AE4 !important;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}


/* ページトップ */
.page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 1.0;
  border-radius: 50%;
  }
.page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.page_top a:before{
  font-family: 'FontAwesome';
  content: '\f077';
  font-size: 25px;
  color: #222;
  position: absolute;
  width: 25px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* ページトップ */
.link-btnC {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 6px;
    background:#A18AE4;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
}

.link-btnC:hover    {
    color: #fff;
    opacity: 0.8;
}

/* ディスク */
.img_disc {
    width: 100%;
}

/* フォント */
.lyrics {
    font-family: 'Kosugi Maru', sans-serif;
}
.interview {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 1rem;
    line-height: 2rem;
}
.interview b {
    font-weight: 700;
}

/* ハンバーガーメニュー表示設定 */
.menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
}

.headB .menu_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    top: 0;
    left: 0;
}

.headB .menuB_btn {
    display: block;
    border: none;
    padding: 5px;
    width: 50px;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 1001;
    text-align: center;
    outline: none;
    background-color: #fff;
}

.headB .menuB_btn .menuB_bar {
    background-color: #222;
}

.headB .menuB_btn.active .menuB_bar {
    width: 40px;
}

.headB .menuB_btn.active .menuB_bar1 {
    transform: rotate(30deg);
}

.headB .menuB_btn.active .menuB_bar2 {
    opacity: 0;
}

.headB .menuB_btn.active .menuB_bar3 {
    transform: rotate(-30deg);
}

.headB .menuB_bar {
    display: block;
    height: 2px;
    margin: 8px 2px;
    transition: all 0.5s;
    transform-origin: 0 0;
}


/* メニュー表示設定 */
.headB .menuA_wrap {
    width: 300px;
    height: 100%;
    transition: all 0.5s;
    transform: translate(300px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

.headB .menuA {
    display: block;
    position: relative;
    margin-top: 50px;
    padding: 0;
    justify-content: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
}

.headB .menuA li {
    margin: 0;
    padding: 0 15px;
    line-height: 80px;
    position: relative;
    border-top: dotted 1px #ddd;
    list-style: none;
}

.headB .menuA li::before {
    margin: 0;
    display: inline-block;
    text-align: center;
    width: 0;
    font-family: FontAwesome;
    content: "\f101";
    font-size: 1.6rem;
    color: #888;
}

.headB .menuA li:first-child {
    border: none;
}

.headB .menuA li:hover,
.headB .menuA li:active {
    background-color: #eee;
}

.headB .menuA li a {
    text-align: left;
    padding-left: 20px;
    color: #222;
    text-decoration: none;
}


/* スマートフォン2階層目 */
.headB .menuA li ul.second-menu {
    display: none;
    position: relative;
    padding: 0;
    z-index: 1001;
}
.headB .menuA li ul.second-menu li a {
    padding-left: 20px;
}
.headB .menuA_wrap.open {
    transform: translate(0);
}
.headB .menuA .touch-btn {
    position: absolute;
    color: #888;
    top: 0;
    right: 0;
    display: block;
    z-index: 10;
    width: 50px;
    height: 50px;
}
