@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/******************* カテゴリー *******************/

.comm__Inner{
  position: relative;
  z-index: 2;
}

p.Center{
  text-align: center;
}

p.white{
  color:#fff !important;
}

.comm__inner{
	    max-width: 1100px;
	margin:auto;
}

header.page{
  border-bottom: 1px solid #eee;
}

header.page nav.navigation{
  position: relative;
  bottom: inherit;
  left: inherit;
  transform: inherit;
}

header.page .caption{
  position: relative;
  bottom: inherit;
  left: inherit;
  width: calc((100% - var(--row-space) * 2));
  margin-left: auto;
  margin-right: auto;
  background: #000;
  border-top-left-radius: .86em;
  border-top-right-radius: .86em;
  max-width: 1240px;
}

header.page{
  padding: 0 !important;
}

header h1.pagetitle{
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-top: 1em;
  font-size: clamp(24px, 2.8875vw, 40px);
  text-align: left;
  padding: .65em var(--row-space);
  overflow: hidden;
}

header h1.pagetitle::after{
  background: #404040;
  position: absolute;
  content: '';
  right: 0;
  top:0;
  height: 100%;
  width: 45px;
}

.page__logo a{
  max-width: 300px;
  display: flex;
  margin: 2em auto;
}

.cate_flex{
  display: flex;
  flex-wrap: wrap;
  gap: 1.546vw;
  margin-bottom: 2em;
}

.cate_flex a{
  width:var(--flex_third_space);
  max-width: 100%;
  background: #fff;
  color:#fff;
  font-size: 0.9rem;
  font-weight: 300;
  font-family:游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.cate_flex a::before {
  background: #999;
  border: 1px solid #454545;
  z-index: -1;
}

h2.cat{
  font-family: "ryo-display-plusn", serif;
  color:#fff;
}

section.contact{
  background:#353535;
}

.news__wrap li h3{
  font-size: 1.1rem;
}

section.contact::before{
  content: '';
  background: #000;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 10%;
}

section.yellow-bg .comm__Inner, section.contact .comm__Inner{
  background: #fff;
  padding: 2.6vw;
  max-width: 1200px;
  margin: auto;
}

.date{
  font-family: var(--Marcellus), sans-serif;
  font-style: italic;
  font-size: 0.9rem;
}

h3{
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 500;
  color: #363636;
  margin-bottom: 1em;
  font-size: var(--h3);
}

.single h3{
  font-family:游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding:.75em;
  font-weight: 300;
  background: #363636;
  color:#fff;
  padding-left: .5em;
  margin-bottom: 2em;
}

section.yellow-bg .comm__Inner .sns{
  color:#000;
  margin-top: 2em;
  align-items: center;
}

section.yellow-bg .comm__Inner .sns a{
  color:#000;
  display: inline-block;
  padding: 10px;
  background: #ddd;
  line-height: 1.0;
  border-radius: 0.16em;
}

/******************* アクセス *******************/

section.access{
  padding-top: calc(var(--row-space) / 3);
  background: rgba(0,0,0,0.925);
}

section.access h2{
  margin-top: 0 !important;
}

section.access .accessmap{
  position: fixed;
  z-index: -1;
  top:0;
  left:0;
  filter: blur(3px);
}

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

section.access .accessmap iframe{
  width: 100vw !important;
  height:100vh !important;
}

section.access .comm__Inner{
  position: relative;
  z-index: 1;
}

dl.access{
  display: flex;
  justify-content: flex-start;
  border-top: #363636 1px solid;
  border-bottom: #363636 1px solid;
  padding: .85em;
  flex-wrap: nowrap;
  color:#fff;
  background: rgba(0,0,0,0.35);
}

dl.access dt{
  width: 30%;
  border-right: #999 solid 1px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

dl.access dd{
  width: 70%;
  display: flex;
  flex-direction: column;
}

/******************* メールフォーム *******************/

input[type="radio"]{
  width:25px;
  height:25px;
  vertical-align:top;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
select,
textarea {
border-radius: 3px;
padding:1em .5em;
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.1);
border:solid 1px #a7a7a7;
margin:auto;
width:100%;
display:block;
line-height:1.4;
font-size: 16px;
font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.wpcf7-not-valid-tip{
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border:solid 1px #d00249;
background-color: #f2f2f2;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="date"] {
    background-color: #fafafa;
    width: 100%;
}

input[type="date" i] {
  padding: .75em;
  margin-bottom: 1em;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], select, textarea{
  width: 100%;
  color:#010101;
}

input[type="reset"],
input[type="button"],
input[type="submit"],
button {
   color: #FFFFFF;
    display:block;
   margin:1em auto 0 auto;
   padding:25px;
   -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-color: #252525;
    border: 0px;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:100%;
    box-sizing:broder-box;
    font-size:1.4rem;
    font-weight:400;
    letter-spacing:1px;
    max-width: 500px;
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.0);
    background:#ea1f0f;
}


select{
 font-size:1.0rem;
 }

 dl.form dt p, dl.form dd p{
  margin-bottom: 0;
 }

 span.text_red{
  background:#fe0000;
  text-align:center;
  color:#fff;
  margin-left:5px;
  display:inline-block;
  line-height:1.0;
  font-size:0.85rem;
  padding:3px;
  font-weight:normal;
  } 
  
hr{position: relative;background: #ddd;opacity: 1;margin: var(--col-space) auto;}

h2.bk{
  color:#000 !important;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
}

dl.privacy {
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}

dl.privacy dt{
  font-weight: bold;
  font-size: 1.1rem;
}

dl.privacy dd{
  margin-bottom: 2em;
}

/**********************シングルページ**********************/

.single figure img{
  max-width: 600px;
  max-height: 600px;
  object-fit: scale-down;
  display: block;
  margin: 0 auto 0;
  background: #fff;
}

.single .textarea{
  padding: 2.6vw;
  background: #464646;
  position: relative;
  color:#fff;
}

.single .textarea p{
  color:#fff;
  font-family:游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
}

.page_navi{
  background: rgba(255,255,255,0.355);
  margin-bottom: 1em;
}

.page_navi a{
  color:#000;
}

.products-page picture img{
	    max-width: 300px;
    max-height: 300px;
    object-fit: scale-down;
    display: block;
    margin: 0 auto 0;
    background: #fff;
}

@media screen and (max-width: 767px) {
  .single figure img{
    max-width: 300px;
    max-height: 300px;
    object-fit: scale-down;
    display: block;
    margin: 0 auto 0;
    background: #fff;
  }

}

/****************プロフィール******************/

.profile__wrap{
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}

.profile__wrap + .profile__wrap{
  margin-top: var(--col-space);
}
.comm__inner + .profile__wrap {
    margin-top: var(--col-space);
}
.profile__wrap .Item:first-of-type{
  width:35%;
}

.profile__wrap .Item:first-of-type img{
  height: auto;
}

.profile__wrap .Item:last-of-type{
  width:62%;
}

.profile__wrap .Item h2{
  margin-bottom: .5em;
}

.profile__wrap + a.btn{
  margin-top: 2em;
}

.service-body-list {
  display: flex
;
  position: relative;
  padding: 0;
}

.service-body-list li {
  position: relative;
  width: 33.3%;
  margin: 0;
  padding: 20px 3% 70px;
  border-bottom: none;
  border-right: 1px solid #111;
  list-style: none;
}

.service-body-list li:first-of-type{
  border-left: 1px solid #111;

}

.service-list-num {
  display: block;
  width: 60px;
  min-height: 130px;
  margin: 0 auto;
}

.service-list-ttl {
  display: flex
;
  align-items: center;
  width: 100%;
  min-height: 200px;
  margin: 0 auto 20px;
  font-size: 1.45rem;
  line-height: 1.6;
  vertical-align: top;
}

.service-body .sec-lead {
  margin-bottom: 35px;
}

.page section#service{
  background: #f5f5f5;
  padding: var(--col-space) var(--row-space);
}


/*************  concept ******************/

section#concepts{
  background:#1c1b1b;
  padding:4.333333333333332vw 2.46vw;
  position: relative;

}

section#concepts::after{
  content: '';
  background: #302f2b;
  position: absolute;
  bottom: 0;
  left:0;
  width: 100vw;
  height: 50%;
}

section#concepts *{
  color:#fff;
}

section#concepts .comm__Inner{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  max-width: 1760px;
  margin: auto;
}

section#concepts .comm__Inner .Item{
  width:var(--flex_hurf);
  display: flex;
  flex-direction: column;
}

section#concepts .comm__Inner .Item:first-child{
  flex-direction: column-reverse;
}

section#concepts .comm__Inner .Item.column{
	flex-direction:column;
}

section#concepts .comm__Inner .Text{
  padding: clamp(1em,12.222222222222221vw,110px);
}

section#concepts .comm__Inner .Text.pt__none{
	padding-top:0;
}

.pb__none{
	padding-bottom:0 !important;
}

picture.full{
	width:100%;
	position:relative;
	z-index:2;
	max-width:1240px;
	margin:auto;
	display:block;
}

picture.full img{
	width:100vw;
}

section#concepts .comm__Inner .Text a{
  margin: 2.333333333333332vw 0 0;
}

section#concepts h2{
  color:#fff;
}

.wide{
  display: block !important;
  width: 100% !important;
}

@media screen and (max-width: 767px) {

  section#concepts .comm__Inner{
    flex-wrap: wrap;
  }
  section#concepts .comm__Inner .Text{
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  section#concepts .comm__Inner .Item{
    padding-left: var(--row-space);
    padding-right: var(--row-space);
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  section#concepts .comm__Inner{
    flex-wrap: wrap;
  }
  section#concepts .comm__Inner .Item{
    width: 100%;
  }

  section#concepts .comm__Inner .Text{
    padding-top: 0;
    padding-bottom: 4.333333333333332vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  section#concepts .comm__Inner .Item picture{
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  section#concepts .comm__Inner .Item:first-child picture{
    margin-right: 0;
  }
  section#concepts .comm__Inner .Item:last-child picture{
    margin-left: 0;
    margin-top: -25vh;
  }
}

/*************  concept ******************/

section#page .comm__Inner{
  max-width: 1100px;
  margin: auto;
}
.small__comm__Inner{
  max-width: 1100px !important;
  margin: auto;
}
.flex__wrap{
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
  justify-content: center;
}

.flex__wrap + .flex__wrap{
  flex-direction: row-reverse;
}

.flex__wrap.align__center{
  align-items: center;
}

.flex__wrap.space{
  justify-content: space-between;
}

.flex__wrap .Item{
  width: var(--flex_five);
}

.flex__wrap .Image{
  width: 40%;
}

.flex__wrap .Text{
  width: 55%;
}

.flex__wrap .Item.icon p.image{
  padding: .25em;
  background: rgb(253, 246, 231);
}

.flex__wrap .Item.icon p.ttl{
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  padding-bottom: .5em;
  border-bottom: 2px solid #efe300;
}

.flex__wrap .Item p.text{
  font-size: 0.8rem;
  margin-bottom: 0;
}

p.price{
  font-size: clamp(17px,1.65rem,1.8rem);
  font-weight: bold;
  text-decoration: underline;
}

p.price span.min{
  font-size: 0.8rem;
}

/*********************コンサート********************/

section#concert .comm__Inner{
  max-width: 1100px;
  margin: auto;
}

/*********************ケース***********************/

.case__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.case {
  padding-left: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

.case > li {
  list-style-type: none;
  padding: 0 0 1.3em 2.3em;
  margin: 0;
  position: relative;
}

.case > li .icon06 {
  font-size: 0.7em;
  display: block;
  color: #F88400;
}

.marker{
  background: linear-gradient(transparent 70%, #fafdc6 0%);
  display: inline;
  font-size: 1.45rem;
}

.case > li .icon06::before {
  content: "";
  display: block;
  width: 12px;
  border-top: solid 3px #f88400;
  position: absolute;
  top: 10px;
  left: 12px;
}

.case > li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #F88400;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

.case > li:not(:last-child)::after {
  content: "";
  display: block;
  height: 100%;
  border-left: solid 5px #bbb;
  position: absolute;
  top: 20px;
  left: 3px;
}

.case > li dl::after {
    content: "";
    width: 100%;
    display: block;
    border-bottom: solid 3px #F88400;
    position: absolute;
    bottom: 22px;
    left: 21px;
}

.case > li dl::before {
    content: "";
    height: calc(100% - 35px);
    display: block;
    border-left: solid 3px #F88400;
    position: absolute;
    top: 10px;
    left: 21px;
}

.case > li dl dt {
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 10px;
}

.case > li dl dd {
  margin-left: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

p.middle{
  font-size: 1.25rem;
}

.gray__box{
  background: #fafaf2;
  padding: 1em;
  margin: 2em auto;
}

.fukidashi {
  position: relative;
  padding: 1em 0.7em;
  margin: 2em 0;
  background: #e6f4ff;
  color: #5c98d4;
  font-weight: bold;
  font-size: 1.1rem
}
.fukidashi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e6f4ff;
  width: 0;
  height: 0;
}
.fukidashi p, .fukidashi02 p{
  margin: 0; 
  padding: 0;
}

.fukidashi02 {
  position: relative;
  padding: 1em 0.7em;
  margin: 2em 0;
  background: #fff0c6;
  color: #e2b72b;
  font-weight: bold;
  font-size: 1.1rem
}
.fukidashi02:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #fff0c6;
  width: 0;
  height: 0;
}

.sns__wrap{
  display: flex;
  column-gap: 5px;
  justify-content: center;
  color:#000;
  margin-top: 2em;
}

.sns__wrap i{
  color:#000;
  font-size: 38px;
}

.sns__wrap a{
  color:#000;
  text-decoration: none;
}

/*************コンサート***************/

.concerts__wrap{
  padding: 0;
}

.concerts__wrap li{
  display: flex;
  column-gap: 2%;
  justify-content: space-between;
  align-items: flex-start;
}

.concerts__wrap a.btn{
  max-width: 400px;
}

.concerts__wrap h3 {
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-top: 0;
  font-size: clamp(18px,24px,30px);
}

.concerts__wrap li + li{
  margin-top: var(--col-space);
}

.concerts__wrap h3 a{
  display: block;
  color:#202020;
}

.concerts__wrap li .date{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: .5em;
}

.concerts__wrap li .Image{
  width: 20%;
  max-width: 20%;
}

.concerts__wrap li .Image img{
  height: auto !important;
  width: 100% !important;
}

.concerts__wrap li .Text{
  width: 75%;
}

.concerts__wrap dl.border * {
  color:#202020;
}

.concerts__wrap a.btn{
  margin-top: 1em;
}

a.btn.contact{
  background: rgb(158, 3, 3) !important;
  border-radius: 4.46em;
  padding: 1.5em;
}

a.btn.contact:hover{
  color:#fff;
  background: rgb(199, 3, 3) !important;
}

a.btn.contact:before,a.btn.contact:after{
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .concerts__wrap li .Image{
    width: 30%;
    max-width: 30%;
  }

  .concerts__wrap li .Text{
    width: 65%;
  }
}