html {
  height: 100%
}
body {
  font-family: "Sawarabi Mincho";
  background-color: #f9f6eb;
  background-color: #2e2b26;
  color: #193150;
  height: 100%
}
.layout {
  height: 100%;
  overflow-y: scroll
}
.nav {
  background-color: #f9f6eb;
  padding: 90px 0 0 0;
  position: relative
}
@media screen and (max-width: 1000px) {
  .nav {
    padding: 90px 0 0 0
  }
}
.wrapper {
  margin: 0
}
.parallax {
  width: 100%;
  text-align: center;
  position: relative
}
.parallax .bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d
}
.parallax .bg.bg-01 {
  background-image: url(../../img/header.jpg)
}
.parallax .bg.bg-02 {
  background-image: url(../../img/request.jpg);
  background-position: center
}
.parallax .bg.bg-03 {
  background-image: url(../../img/history.jpg);
  background-size: auto;
  background-repeat: repeat-y
}
#parallax-01 {
  min-height: 670px
}
@media screen and (max-width: 1280px) {
  #parallax-01 {
    min-height: 600px
  }
}
@media screen and (max-width: 1000px) {
  #parallax-01 {
    min-height: 400px
  }
}
@media screen and (max-width: 600px) {
  #parallax-01 {
    min-height: 400px
  }
}
.content {
  width: 100%;
  background-color: #f9f6eb
}
#parallax-02 {
  min-height: 950px
}
@media screen and (max-width: 1280px) {
  #parallax-02 {
    min-height: 900px
  }
}
@media screen and (max-width: 1000px) {
  #parallax-02 {
    min-height: 900px
  }
}
@media screen and (max-width: 600px) {
  #parallax-02 {
    min-height: 700px
  }
}
#parallax-03 {
  overflow: hidden
}
@media screen and (max-width: 1280px) {
  #parallax-03 {
    min-height: 900px
  }
}
@media screen and (max-width: 1000px) {
  #parallax-03 {
    background-size: contain;
    background-image: url(../../img/his_bg2.png);
    background-repeat: repeat
  }
}
@media screen and (max-width: 600px) {
  #parallax-03 {
    min-height: 700px;
    background-image: url(../../img/his_bg2.png);
    background-repeat: repeat
  }
}
.parallax.bg-04 {
  background-image: url(../../img/BKhisotory.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 230px
}
.header {
  width: 100%
}
.header_ttl img {
  position: relative;
  width: 653px;
  height: auto;
  margin: -70px 0 0 0
}
.header_day {
  position: absolute;
  bottom: -8px;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.85)
}
.header_day img {
  width: 90%;
  max-width: 1100px;
  height: auto
}
@media screen and (max-width: 1000px) {
  .header_inner {
    width: auto
  }
  .header_ttl {
    margin: -10px 0 0 0
  }
  .header_ttl img {
    width: 60%;
    max-width: 600px;
    height: auto
  }
  .header_day {
    position: absolute;
    bottom: -8px;
    width: 100%;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.85)
  }
}
@media screen and (max-width: 600px) {
  .header_ttl {
    margin: -5px 0 0 0
  }
  .header_ttl img {
    width: 90%;
    max-width: 400px;
    height: auto
  }
}
.about {
  padding: 50px 0 0 0
}
.about_lead {
  padding: 0 0 50px 0;
  font-size: 1.2rem;
  line-height: 1.7;
  border-bottom: 5px solid #193150
}
.about_inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto
}
.about_artist {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0 70px 0;
  font-size: 1.2rem;
  line-height: 1.7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top
}
.about_area1 {
  width: 40%
}
.about_area1 img:first-child {
  width: 100%;
  padding: 0 0 15px 0
}
.about_area1 img:last-child {
  width: 100%
}
.about_area2 {
  width: 55%
}
.about_area2 ul {
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}
.about_area2 ul li:first-child {
  width: 57%
}
.about_area2 ul li:last-child {
  width: 40%
}
.about_area2 ul li img {
  width: 100%;
  height: auto
}
.about_area2 ul li img:first-child {
  padding: 0 0 8px 0
}
.about_ttl {
  padding: 0 0 25px 0;
  text-align: center
}
.about_artist_txt {
  padding: 15px 15px 5px 15px;
  border: 1px dotted #193150;
  font-size: 0.85rem
}
.about_artist_txt h4 {
  padding: 0 0 10px 0
}
.about_artist_intro {
  display: block;
  padding: 0 0 40px 0
}
.about_bnr{
  text-align: center;
}
.about_bnr .sp{
  display: none;
}
@media screen and (max-width: 1000px) {
  .about {
    padding: 7% 0 0 0
  }
  .about_lead {
    padding: 0 0 3% 0
  }
  .about_artist {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 5% 0 5% 0;
    font-size: 1.2rem;
    line-height: 1.7;
    display: block
  }
  .about_area1 {
    width: 90%;
    margin: 0 auto
  }
  .about_area1 img:first-child {
    width: 100%;
    padding: 0 0 15px 0
  }
  .about_area1 img:last-child {
    width: 100%;
    padding: 0 0 15px 0
  }
  .about_area2 {
    width: 90%;
    margin: 0 auto
  }
  .about_area2 ul {
    margin: 5% 0 0 0
  }
  .about_ttl {
    padding: 0 0 2% 0
  }
  .about_ttl img {
    width: 50%;
    height: auto
  }
  .about_bnr .pc{
    display: none;
  }
  .about_bnr .sp{
    display: block;
    width: 100%;
    height: auto;
    margin: 2% 0 4% 0;
  }
}
.grad-wrap {
  position: relative
}
.grad-wrap + .grad-wrap {
  margin-top: 40px
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 120px;
  margin: 0 auto 20px;
  padding: 2px 0;
  background: #d6dadf;
  border: 2px solid #193150;
  color: #193150;
  font-size: 90%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}
.grad-btn::after {
  content: "続きを読む"
}
.grad-btn:hover {
  background: #f9f6eb;
  color: #193150
}
.grad-btn .fa {
  margin-right: 0.5em
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 143px
}
.grad-item p + p {
  margin-top: 1em
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 246, 235, 0)), color-stop(50%, rgba(249, 246, 235, 0.9)), color-stop(50%, rgba(249, 246, 235, 0.9)), to(#f9f6eb));
  background: linear-gradient(top, rgba(249, 246, 235, 0) 0%, rgba(249, 246, 235, 0.9) 50%, rgba(249, 246, 235, 0.9) 50%, #f9f6eb 100%)
}
.grad-trigger {
  display: none
}
.grad-trigger:checked ~ .grad-btn {
  display: block;
  bottom: -1.2em
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.grad-trigger:checked ~ .grad-item {
  height: auto
}
.grad-trigger:checked ~ .grad-item::before {
  display: none
}
.grad-wrap2 {
  position: relative
}
.grad-wrap2 + .grad-wrap2 {
  margin-top: 40px
}
.grad-btn2 {
  z-index: 9999;
  position: absolute;
  right: 0;
  bottom: -54px;
  left: 0;
  width: 120px;
  margin: 0 auto 20px;
  padding: 2px 0;
  background: #d6dadf;
  border: 2px solid #193150;
  color: #193150;
  font-size: 90%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}
.grad-btn2::after {
  content: "続きを読む"
}
.grad-btn2:hover {
  background: #fff;
  color: #193150
}
.grad-btn2 .fa {
  margin-right: 0.5em
}
.grad-item2 {
  position: relative;
  overflow: hidden;
  height: 810px
}
.grad-item2 p + p {
  margin-top: 1em
}
.grad-item2::before {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%)
}
.grad-trigger2 {
  display: none
}
.grad-trigger2:checked ~ .grad-btn2 {
  display: block;
  bottom: -1.2em
}
.grad-trigger2:checked ~ .grad-btn2::after {
  content: "閉じる"
}
.grad-trigger2:checked ~ .grad-btn2 .fa2 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.grad-trigger2:checked ~ .grad-item2 {
  height: auto
}
.grad-trigger2:checked ~ .grad-item2::before {
  display: none
}
.present {
  padding: 30px 0 0 0;
  margin: 0 0 0 0
}
.present_ttl {
  margin: 50px 0 50px 0;
  text-align: center
}
.present_ttl img {
  display: block;
  width: 645px;
  height: auto;
  margin: 0 auto
}
.present_inner {
  width: 1000px;
  margin: 0 auto;
  color: #fff
}
.present_txt {
  font-size: 120%
}
.present strong img {
  display: block;
  margin: 0 auto 50px
}
.present strong img.sp {
  display: none
}
.present_detail {
  margin: 50px 0 0 0;
  text-align: center
}
.present_detail img {
  display: block;
  width: 820px;
  height: auto;
  margin: 0 auto
}
.present_detail img.sp {
  display: none
}
.present_btn {
  width:815px;
  margin: 40px auto 0;
  background: #fff;
}

.present_btn img{
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;

}
.present_btn img.sp {
  display: none
}
.present_listen{
  padding: 10px 0 0 0;
  font-size: 140%;
}
.present_listen img{
  width:400px;
  height: auto;
  margin: 0 0 3px 0;
}

.present_listen a:hover img{
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.present_listen a{
  display: block;
  padding: 40px 0 0 0;
  font-size: 140%;
  color: #fff;
  text-decoration: underline;
}
.present_listen br{
  display: none;
}
@media screen and (max-width: 1000px) {
  .present {
    padding: 5% 0 5% 0;
    margin: 0 0 0 0
  }
  .present_ttl {
    margin: 4% 0 8% 0;
    text-align: center
  }
  .present_ttl img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto
  }
  .present_inner {
    width: 90%;
    margin: 0 auto;
    text-align: left
  }
  .present_inner br {
    display: none
  }
  .present_txt {
    font-size: 100%
  }
  .present strong img {
    width: 100%;
    height: auto;
    margin: 0 auto 8%
  }
  .present strong img.pc {
    display: none
  }
  .present strong img.sp {
    display: block
  }
  .present_detail {
    width: 98%;
    margin: 8% auto 0;
    text-align: center
  }
  .present_detail img {
    width: 100%;
    height: auto
  }
  .present_detail img.pc {
    display: none
  }
  .present_detail img.sp {
    display: block
  }
  .present_btn {
    width: 98%;
    margin: 8% auto 0
  }
  .present_btn img {
    width: 100%;
    height: auto
  }

  .present_btn img.pc {
    display: none
  }
  .present_btn img.sp {
    display: block
  }
  .present_listen{
    text-align: center;
    font-size: 110%;
  }
  .present_listen img{
    width: 70%;
    height: auto;
  }
  .present_listen br{
    display: inline-block;
  }
}
.history {
  padding: 70px 0 70px 0;
  text-align: center
}
.history_ttl {
  padding: 0 0 50px 0;
  text-align: left
}
.history_ttl img {
  display: block;
  width: 500px;
  height: auto;
  margin: 0 auto
}
.history_wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 20px 20px 80px 20px;
  background: rgba(255, 255, 255, 0.9);
  background: url(../../img/his_bg.png) repeat-y;
  border-top: 7px solid #193150;
  border-bottom: 7px solid #193150
}
.history_inner {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  background: url(../../img/border_y.png) no-repeat 64.5% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top
}
.history_mariya {
  width: 69%;
  position: relative
}
.history_mariya_ttl {
  text-align: left
}
.history_mariya_ttl img.pc {
  display: block
}
.history_mariya_ttl img.sp {
  display: none
}
.history_mariya_ttl img.pc {
  width: 540px;
  height: auto
}
.history_mariya ul {
  clear: both
}
.history_mariya ul li {
  float: left;
  text-align: left;
  margin: 0 0 5px 0
}
.history_mariya ul li:first-child {
  width: 90px;
  margin: 30px 0 20px 0;
  float: right;
  text-align: center
}
.history_mariya ul li:first-child img {
  width: 82px;
  height: auto
}
.history_mariya .sp {
  display: none
}
.history_mariya_con {
  float: left;
  width: 485px
}
.history_mariya_cd {
  padding: 0 0 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}
.history_mariya_cd img {
  width: 200px;
  height: auto;
  margin: 5px 10px 0 0
}
.history_mariya_cd img:last-child {
  margin: 5px 0 0 0 0
}
.history_mariya_amazon {
  display: inline-block;
  width: 200px;
  font-style: normal;
  font-size: 0.8rem;
  text-align: center
}
a .history_mariya_amazon {
  color: #193150
}
.history_jfn.pc {
  display: block
}
.history_jfn {
  width: 30%
}
.history_jfn_ttl img.pc {
  display: block;
  width: 100%;
  height: auto
}
.history_jfn_ttl img.sp {
  display: none
}
.history_jfn ul li:first-child {
  display: none
}
.history_jfn_con {
  display: block;
  float: left;
  width: 215px;
  text-align: left
}
.history_year {
  display: block;
  float: left;
  width: 45px;
  color: #ba2222;
  vertical-align: top;
  text-align: left
}
.history_m1955 {
  padding: 88px 0 0 0
}
.history_m1970 {
  padding: 88px 0 0 0
}
.history_m1980 {
  padding: 30px 0 0 0
}
.history_m1990 {
  padding: 18px 0 0 0
}
.history_m1992 {
  padding: 88px 0 0 0
}
.history_m2000 {
  padding: 48px 0 0 0
}
.history_m2010 {
  padding: 30px 0 0 0
}
.history_m2020 {
  padding: 40px 0 0 0
}
.history_j1969 {
  padding: 200px 0 0 0
}
.history .j1969-2 {
  float: left;
  margin: 0 10px 0 0
}
.history_j1970 {
  padding: 0px 0 0 0
}
.history_j1982 {
  padding: 1200px 0 0 0
}
.history_j1987 {
  padding: 98px 0 0 0
}
.history_j1990 {
  padding: 350px 0 0 0
}
.history_j1994 {
  padding: 278px 0 0 0
}
.history_j1995 {
  padding: 0 0 0 0
}
.history_j1992 {
  padding: 40px 0 0 0
}
.history_j1999 {
  padding: 100px 0 0 0
}
.history_j2001 {
  padding: 198px 0 0 0
}
@media screen and (max-width: 1000px) {
  .history {
    min-height: auto;
    padding: 7% 0 0 0;
    text-align: center;
    font-size: 0.8rem
  }
  .history_ttl {
    padding: 0 0 5% 0;
    text-align: center
  }
  .history_ttl img {
    display: block;
    width: 60%;
    height: auto
  }
  .history_wrapper {
    width: auto;
    padding: 5% 0 15% 0;
    background: rgba(255, 255, 255, 0.8)
  }
  .history_inner {
    width: 100%;
    margin: 5% auto 0;
    padding: 0 5%;
    background: none;
    display: block
  }
  .history_bg {
    background: url(../../img/border_y_sp.png) repeat-y
  }
  .history_mariya {
    width: 100%;
    margin: 0 auto 10%;
    position: relative;
    display: block
  }
  .history_mariya_ttl {
    width: 100%
  }
  .history_mariya_ttl img.pc {
    display: none
  }
  .history_mariya_ttl img.sp {
    display: block;
    width: 100%;
    height: auto
  }
  .history_mariya ul {
    clear: both
  }
  .history_mariya ul li {
    clear: both;
    float: left;
    text-align: left;
    margin: 0 0 5px 0;
    padding: 0 0 0 40px
  }
  .history_mariya ul li:first-child {
    width: 90px;
    margin: 30px 0 20px 0;
    padding: 0 0 0 0;
    float: left;
    text-align: center
  }
  .history_mariya ul li:first-child img {
    width: 62px;
    height: auto
  }
  .history_mariya .sp {
    display: block
  }
  .history_mariya .blue {
    color: #0066ff
  }
  .history_mariya_con {
    clear: both;
    display: block;
    float: none;
    width: 100%
  }
  .history_mariya_cd {
    padding: 0 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
  }
  .history_mariya_cd img {
    width: 100px;
    height: auto;
    margin: 5px 10px 0 0
  }
  .history_mariya_cd img:last-child {
    margin: 5px 0 0 0 0
  }
  .history_mariya_amazon {
    display: inline-block;
    width: 100px;
    font-style: normal;
    font-size: 0.8rem;
    text-align: center
  }
  .history_mariya_year {
    display: block;
    float: left
  }
  .history_jfn.pc {
    display: none
  }
  .history_jfn {
    width: 95%;
    margin: 3% auto 0;
    text-align: left
  }
  .history_jfn_bg {
    width: auto;
    margin: 0 auto 5%;
    padding: 5% 0 5% 0;
    background: url(../../img/border_y_sp.png) repeat-y
  }
  .history_jfn_ttl img.pc {
    display: none
  }
  .history_jfn_ttl img.sp {
    display: block;
    width: 100%;
    height: auto
  }
  .history_jfn ul li {
    margin: 0 0 0 40px
  }
  .history_jfn ul.sp, .history_jfn ul li.sp {
    display: none
  }
  .history_jfn ul li:first-child {
    margin: 0 0 2% 0
  }
  .history_jfn ul li:first-child img {
    width: 82px;
    height: auto;
    display: block
  }
  .history_jfn ul li:last-child {
    margin: 0 0 2% 40px
  }
  .history_jfn_con {
    display: block;
    clear: both;
    float: none;
    width: auto;
    text-align: left
  }
  .history_year {
    display: block;
    float: none;
    width: 45px;
    color: #ba2222;
    vertical-align: top
  }
  .history_m1955 {
    padding: 0 0 0 0
  }
  .history_m1970 {
    padding: 0 0 0 0
  }
  .history_m1980 {
    padding: 0 0 0 0
  }
  .history_m1990 {
    padding: 0 0 0 0
  }
  .history_m1992 {
    padding: 0 0 0 0
  }
  .history_m2000 {
    padding: 0 0 0 0
  }
  .history_m2010 {
    padding: 0 0 0 0
  }
  .history_j1969 {
    position: relative;
    margin: 0 0 0 0
  }
  .history_j1969.sp {
    display: block
  }
  .history_j1970 {
    position: relative;
    margin: 0 0 0 0
  }
  .history_j1982 {
    position: relative;
    margin: 0 0 0 0
  }
  .history_j1987 {
    position: relative;
    margin: 0 0 0 0
  }
  .history_j1994 {
    position: relative;
    margin: 0 0 0 0
  }
  .history_j1995 {
    position: relative;
    margin: 0 0 0 0
  }
  .history_j1990 {
    position: relative;
    margin: 0 0 0 0
  }
  .history_j1992 {
    position: relative;
    margin: 0 0 0 0
  }
  .history_j1999 {
    position: relative;
    margin: 0 0 0 0
  }
  .history_j2001 {
    position: relative;
    margin: 0 0 0 0
  }
}
.footer {
  width: auto;
  margin: 0 auto 0;
  padding: 40px 0 40px 0;
  border-top: 4px solid #193150;
  text-align: center;
  background: #f9f6eb
}
.footer_sb {
  width: 140px;
  margin: 0 auto 30px
}
.footer_sb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}
.footer_sb ul > li img {
  width: 38px;
  height: auto
}
.footer_bnr span {
  font-size: 140%;
  color: #193150
}
.footer_bnr p img {
  width: 250px;
  padding: 30px 0 0 0;
  height: auto
}
.footer_bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px 0 40px 0
}
.footer_bnr ul li {
  list-style: none
}
.footer_bnr ul li:first-child {
  width: 150px;
  height: auto;
  margin: 10px 20px 0 0
}
.footer_bnr ul li:last-child {
  width: 55px
}
.footer_bnr ul li:first-child img {
  width: 100%
}
.footer_bnr ul li:last-child img {
  width: 100%
}
.footer_bnr ul li:first-child img[src$=".svg"] {
  width: 100%;
  height: auto
}
.footer_copy {
  padding: 0 0 20px 0
}
@media screen and (max-width: 1000px) {
  .footer {
    width: auto;
    margin: 0 auto 0;
    padding: 5% 0 5% 0
  }
  .footer_sb {
    width: 140px;
    margin: 0 auto 4%
  }
  .footer_bnr span {
    font-size: 120%
  }
  .footer_bnr p img {
    width: 60%;
    max-width: 230px;
    padding: 5% 0 0 0;
    height: auto
  }
  .footer_bnr ul {
    max-width: 230px;
    margin: 7% auto 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
  }
  .footer_bnr ul li {
    list-style: none
  }
  .footer_bnr ul li:first-child {
    width: 120px;
    height: auto;
    margin: 0 5% 0 0
  }
  .footer_bnr ul li:last-child {
    width: 50px
  }
  .footer_copy {
    padding: 0 0 5% 0;
    font-size: 0.8rem
  }
}
.sp_img {
  display: none
}
@media screen and (max-width: 1000px) {
  .sp_img {
    display: block
  }
  .sp_img img {
    width: 100%;
    height: auto
  }
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none
}
button:focus {
  outline: 0
}
.bold {
  width: 100%;
  background: none;
  font-style: normal
}
@media screen and (max-width: 1000px) {
  .bold {
    clear: both;
    display: block;
    background: #d6dadf
  }
}