@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@media (max-width: 700px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 700px) {
  .sp-only {
    display: inline-block !important;
  }
}

/*YouTubeレスポンシブ*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.play-movie {
  width: 130px;
  height: 117px;
  background-image: url("/_var/kimiomoi/morehappy/icon-play.png");
  background-size: contain;
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

/*モーダル*/
[data-spn-modal=dialog] {
  background: transparent;
  width: 1000px;
  max-width: 100%;
  max-height: inherit;
}

[data-spn-modal=close] {
  text-align: right;
  color: #fff;
  width: 51px;
  height: 51px;
  background-image: url(/_var/kimiomoi/morehappy/icon-close.png);
  background-size: contain;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  [data-spn-modal=close] {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
  }
}

/*-------------------------------全体-------------------------------*/
.kimiomoi {
  color: #4e4e4e;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}
.kimiomoi img {
  max-width: 100%;
  vertical-align: bottom;
}
.kimiomoi ul {
  margin: 0;
  padding: 0;
}
.kimiomoi li {
  list-style: none;
}
.kimiomoi a {
  text-decoration: none;
}
.kimiomoi a:hover, .kimiomoi a:visited, .kimiomoi a:active {
  text-decoration: none;
}

.inner {
  width: 100%;
  max-width: 1030px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.sub-titile {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.link-button {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
@media (max-width: 700px) {
  .link-button {
    max-width: 284px;
  }
}

p.note {
  font-size: 12px;
  text-align: center;
}

/*------------------------スペシャル映像ボタン------------------------*/
.special-movie {
  position: fixed;
  right: 50px;
  bottom: 20px;
  z-index: 6000000;
}
@media (max-width: 700px) {
  .special-movie {
    width: 100px;
    height: 100px;
    right: 7px;
    bottom: 10px;
  }
}
.special-movie__inner {
  position: relative;
}
.special-movie__button {
  position: absolute;
  right: 16px;
  top: 5px;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 700px) {
  .special-movie__button {
    width: 20px;
    right: 7px;
  }
}

/*-----------------------------リード-------------------------------*/
.lead-block {
  text-align: center;
  padding-bottom: 120px;
  background-image: url("/_var/kimiomoi/morehappy/lead-bg_pc.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 60px;
}
@media (max-width: 700px) {
  .lead-block {
    padding-top: 15px;
    padding-bottom: 70px;
    background-image: url("/_var/kimiomoi/morehappy/lead-bg_sp.png");
    background-position: center 35%;
  }
}
.lead-block .kv {
  width: 100%;
}
.lead-block .lead__title {
  padding-top: 70px;
  padding-bottom: 40px;
  margin: 0;
}
@media (max-width: 700px) {
  .lead-block .lead__title {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.lead-block .lead p {
  line-height: 2;
  margin: 0;
  font-size: 16px;
  line-height: 36px;
}
@media (max-width: 700px) {
  .lead-block .lead p {
    font-size: 14px;
    line-height: 31px;
    letter-spacing: -0.8px;
  }
}
.lead-block .lead__menu {
  margin: 150px 0 90px;
}
@media (max-width: 700px) {
  .lead-block .lead__menu {
    margin: 40px 0 50px;
  }
}
.lead-block .lead__menu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.lead-block .lead__menu ul li {
  border-radius: 15px;
}
@media (min-width: 701px) {
  .lead-block .lead__menu ul li {
    width: 320px;
    height: 75px;
  }
}
@media (max-width: 700px) {
  .lead-block .lead__menu ul li {
    width: calc((100% - 15px) / 3);
  }
}
.lead-block .lead__menu ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 700px) {
  .lead-block .lead__menu ul li a {
    display: block;
    height: auto;
  }
}

.news-block {
  border: dotted 4px #0059ab;
  border-radius: 40px;
  padding: 30px 25px 22px 70px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .news-block {
    padding: 30px 15px 15px 27px;
    border-radius: 20px;
  }
}
.news-block__title {
  margin: 0;
}
@media (max-width: 700px) {
  .news-block__title {
    margin-bottom: 15px;
  }
}
.news-block__detail {
  text-align: left;
  height: 100px;
  overflow-y: scroll;
}
.news-block__detail::-webkit-scrollbar {
  width: 7px;
  background-color: #818181;
  border-radius: 10px;
}
.news-block__detail dl {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 16px;
}
@media (max-width: 700px) {
  .news-block__detail dl {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.news-block__detail dl dd {
  margin-left: 30px;
}

@media (max-width: 700px) {
  #sec01,
  #brandsong,
  #specialmovie {
    padding-top: 48px;
    margin-top: -48px;
    display: block;
  }
}

/*-----------------------------傾聴飼育とは-------------------------------*/
.sec01 {
  background: #ffe46c;
  padding-top: 90px;
  padding-bottom: 120px;
  text-align: center;
}
@media (min-width: 701px) {
  .sec01 {
    background-image: url("/_var/kimiomoi/morehappy/sec01-bg.png");
    background-size: 100% auto;
  }
}
@media (max-width: 700px) {
  .sec01 {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
.sec01__title {
  margin: 0;
}
.sec01__text {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 40px;
}
@media (max-width: 700px) {
  .sec01__text {
    margin: 0 0 60px;
    font-size: 14px;
    line-height: 28px;
  }
}

.sec01-about {
  margin: 80px auto 40px;
  background: #fff;
  width: 100%;
  max-width: 540px;
  height: 124px;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 700px) {
  .sec01-about {
    margin: 75px auto 30px;
    border-radius: 15px;
  }
}
.sec01-about:before {
  content: '';
  width: 205px;
  height: 51px;
  background-image: url("/_var/kimiomoi/morehappy/sec01-title-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}
@media (max-width: 700px) {
  .sec01-about:before {
    width: 176px;
    height: 46px;
    top: -46px;
  }
}
.sec01-about__inner {
  position: relative;
  top: -35px;
}
.sec01-about__title {
  font-weight: 800;
  font-size: 20px;
  background-image: url("/_var/kimiomoi/morehappy/question.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33px 64px;
  height: 64px;
  padding-top: 25px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .sec01-about__title {
    height: 56px;
    background-size: 29px 56px;
    font-size: 18px;
  }
}
.sec01-about__text {
  font-size: 18px;
  line-height: 35px;
}
.sec01-about__text span {
  color: #0059ab;
  font-weight: 800;
  font-size: 22px;
}
@media (max-width: 700px) {
  .sec01-about__text {
    font-size: 16px;
    line-height: 28px;
  }
  .sec01-about__text span {
    font-size: 19px;
  }
}

.sec01-point {
  margin-bottom: 95px;
}
@media (max-width: 700px) {
  .sec01-point {
    margin-top: 25px;
    margin-bottom: 35px;
  }
}
.sec01-point__title {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 700px) {
  .sec01-point__title {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.sec01-point p {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 700px) {
  .sec01-point p {
    font-size: 14px;
  }
}

.sec01-point-lists {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (min-width: 701px) {
  .sec01-point-lists {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 700px) {
  .sec01-point-lists {
    margin-top: 20px;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.sec01-point-list {
  width: 100%;
  max-width: 300px;
  background: #fff;
  border-radius: 30px;
}
@media (min-width: 701px) {
  .sec01-point-list {
    height: 200px;
    border-radius: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (max-width: 700px) {
  .sec01-point-list {
    max-width: 165px;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 15px;
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 700px) {
  .sec01-point-list.list01 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 700px) {
  .sec01-point-list.list02 {
    margin-right: 15px;
  }
}

.sec01-point-dr {
  border-radius: 30px;
  border: 2px solid #fff;
  padding: 55px 70px;
  margin-bottom: 60px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (max-width: 700px) {
  .sec01-point-dr {
    padding: 25px 25px 40px;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-radius: 15px;
  }
}
.sec01-point-dr__text {
  width: calc(100% - 220px);
  padding-right: 50px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  line-height: 36px;
}
@media (max-width: 700px) {
  .sec01-point-dr__text {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
  }
}
.sec01-point-dr__image {
  width: 220px;
}
@media (max-width: 700px) {
  .sec01-point-dr__image {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.sec01-point-dr__image img {
  max-width: 100%;
}
.sec01-point-dr__photo {
  margin-bottom: 25px;
  overflow: hidden;
}
.sec01-point-dr__photo img {
  border-radius: 20px;
}
@media (max-width: 700px) {
  .sec01-point-dr__photo {
    width: 55%;
  }
  .sec01-point-dr__photo img {
    border-radius: 10px;
  }
}
.sec01-point-dr__info {
  text-align: left;
}
@media (max-width: 700px) {
  .sec01-point-dr__info {
    width: 45%;
    padding-left: 15px;
    box-sizing: border-box;
  }
}
.sec01-point-dr__info--name {
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .sec01-point-dr__info--name {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.sec01-point-dr__info--name span {
  font-size: 18px;
}
@media (max-width: 700px) {
  .sec01-point-dr__info--name span {
    font-size: 15px;
  }
}
.sec01-point-dr__info--info {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 700px) {
  .sec01-point-dr__info--info {
    font-size: 12px;
  }
}
.sec01-point-dr__info--icon {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 700px) {
  .sec01-point-dr__info--icon {
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 78px;
    display: block !important;
  }
  .sec01-point-dr__info--icon.pc-only {
    display: none !important;
  }
}

/*-----------------------------ブランドソング-------------------------------*/
.sec02 {
  background: #fab8aa;
  padding-top: 70px;
  padding-bottom: 90px;
  text-align: center;
}
@media (min-width: 701px) {
  .sec02 {
    background-image: url("/_var/kimiomoi/morehappy/sec02-bg.png");
    background-size: 100% auto;
  }
}
@media (max-width: 700px) {
  .sec02 {
    padding-top: 48px;
    padding-bottom: 40px;
  }
}
.sec02__title {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .sec02__title {
    margin-bottom: 35px;
  }
}
.sec02 p {
  margin: 0;
  font-size: 18px;
  line-height: 40px;
}
@media (max-width: 700px) {
  .sec02 p {
    font-size: 14px;
    line-height: 28px;
  }
}

.singer {
  margin-top: 80px;
  margin-bottom: 120px;
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  box-sizing: border-box;
}
@media (min-width: 701px) {
  .singer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (max-width: 700px) {
  .singer {
    margin-top: 30px;
    padding: 40px 20px 35px;
    margin-bottom: 70px;
    border-radius: 15px;
  }
}
.singer__photo {
  width: 270px;
}
.singer__photo img {
  border-radius: 15px;
}
@media (max-width: 700px) {
  .singer__photo {
    width: 100%;
    max-width: 210px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.singer__text {
  width: calc(100% - 270px);
  padding-left: 47px;
  text-align: left;
  line-height: 36px;
  font-size: 16px;
}
@media (min-width: 701px) {
  .singer__text {
    letter-spacing: -0.7px;
  }
}
@media (max-width: 700px) {
  .singer__text {
    width: 100%;
    padding-left: 0;
    line-height: 28px;
    font-size: 14px;
  }
}

.song-block {
  margin-bottom: 120px;
}
@media (max-width: 700px) {
  .song-block {
    margin-bottom: 70px;
  }
}
.song-block__title {
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .song-block__title {
    margin-bottom: 33px;
  }
}
.song-block__words {
  width: 100%;
  background: #fff;
  border-radius: 30px;
  padding-top: 75px;
  padding-bottom: 90px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 700px) {
  .song-block__words {
    border-radius: 20px;
    padding-bottom: 10px;
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 38px;
  }
}
.song-block__button {
  width: 28px;
  height: 22px;
  background-image: url("/_var/kimiomoi/morehappy/modal-open.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: auto;
}
@media (max-width: 700px) {
  .song-block__button {
    margin-top: 20px;
  }
}
.song-block__button[data-is-open] {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/_var/kimiomoi/morehappy/modal-close.png");
  background-position: center bottom;
}
.song-block .word-note {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .song-block .word-note {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

#accordion-1 {
  padding-bottom: 53px;
}
@media (max-width: 700px) {
  #accordion-1 {
    padding-top: 70px;
  }
}

/*#specialmovie {
  padding-top: 70px;
  margin-top: -70px;
  display: block;
}*/
.song-movies__title {
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .song-movies__title {
    margin-bottom: 33px;
  }
}
.song-movies .dl-button {
  margin-top: 50px;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .song-movies .dl-button {
    margin-top: 40px;
  }
}
.song-movies .note {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 14px;
}
@media (max-width: 700px) {
  .song-movies .note {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
.song-movies .note-dl {
  margin-top: 0;
  margin-bottom: 120px;
  font-size: 14px;
}
@media (max-width: 700px) {
  .song-movies .note-dl {
    margin-bottom: 70px;
    font-size: 12px;
  }
}

.sns-cp__title {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .sns-cp__title {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.sns-cp .note {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 700px) {
  .sns-cp .note {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (min-width: 701px) {
  .song-movie-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 700px) {
  .song-movie-block {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.song-movie-block__movie {
  width: 100%;
  max-width: 480px;
}
@media (max-width: 700px) {
  .song-movie-block__movie {
    margin-bottom: 25px;
  }
}

/*----------------------みんなの「キミおもい」ムービー-------------------*/
.sec03 {
  padding-top: 95px;
  padding-bottom: 50px;
  background: #a9dee4;
  text-align: center;
}
@media (min-width: 701px) {
  .sec03 {
    background-image: url("/_var/kimiomoi/morehappy/sec04-bg.png");
    background-size: 100% auto;
    padding-bottom: 10px;
  }
}
@media (max-width: 700px) {
  .sec03 {
    padding-top: 34px;
    padding-bottom: 20px;
  }
}
.sec03__title {
  margin-bottom: 40px;
  margin-top: 0;
}
.sec03 p {
  margin: 0;
  line-height: 2;
}

.sec03-movies {
  margin-top: 60px;
  margin-bottom: 120px;
}
@media (min-width: 701px) {
  .sec03-movies {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 700px) {
  .sec03-movies {
    margin-top: 35px;
    margin-bottom: 70px;
  }
}

.sec03-movie {
  width: 100%;
  max-width: 480px;
}
@media (max-width: 700px) {
  .sec03-movie {
    margin-bottom: 25px;
  }
}

.sns-dog-movie {
  margin-bottom: 70px;
}
@media (max-width: 700px) {
  .sns-dog-movie {
    margin-bottom: 40px;
  }
}
.sns-dog-movie__title {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .sns-dog-movie__title {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.sns-dog-movie .note {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .sns-dog-movie .note {
    margin-bottom: 30px;
  }
}

.sns-cat-movie {
  margin-bottom: 120px;
}
@media (max-width: 700px) {
  .sns-cat-movie {
    margin-bottom: 0;
  }
}
.sns-cat-movie__title {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .sns-cat-movie__title {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.sns-cat-movie .note {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .sns-cat-movie .note {
    margin-bottom: 30px;
  }
}
