@charset "UTF-8";
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
header {
  -webkit-box-shadow: 0px 1px 6px 0px #323232;
  box-shadow: 0px 1px 6px 0px #323232;
}
header h1 {
  text-align: left;
  margin-top: 20px;
}
header img {
  width: 400px;
  height: auto;
}
header .inner {
  width: 1120px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}
header nav ul {
  list-style: none;
  display: flex;
  margin-top: 85px;
}
header nav li {
  padding: 0;
  border-right: solid 1px #E5E5E5;
  padding-right: 20px;
  margin-left: 20px;
}
header nav li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
nav a {
  color: #334950;
}
nav a:hover {
  color: #849195;
  text-decoration: underline;
}
#mainVisual {
  background: #000000;
}
#mainVisual ul {
  width: 1120px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.slide-items {
  width: 1120px;
  height: auto;
  margin: 0 auto;
}
.slide-items img {
  width: 1120px;
  height: auto;
  object-fit: cover;
}
.slick-prev:before, .slick-next:before {
  color: black;
}
.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}
.topinfo {
display: flex;
}
.twitter {
  margin-left: 40px;
}
.twitter  .xLink{
	width: 260px;
	padding: 30px 20px;
	background: rgba(219,204,190,1.00) ;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	border: solid rgba(124,105,85,1.00) 
}
.twitter .xLink:hover{
	opacity: 0.8;
}
.twitter  .xLink img{
	width: 120px;
	height: auto;
	margin-bottom: 20px;
}
.x_account {
	font-size: 18px;
	font-weight: bold;
}
.twitter a{
	color: #000000;
	text-decoration: none;
}

.inner {
  width: 1120px;
  margin: 0 auto;
  padding: 40px 0;
}
h1 {
  text-align: center;
  font-size: 3rem;
  font-family: 'Zen Antique', serif;
  font-weight: normal;
  color: #334950;
  margin-bottom: 40px;
  letter-spacing: 0.4rem;
}
.blist {
  width: 1120px;
  margin: 0 auto;
}
.blist ul {
  display: flex;
  list-style: none;
  margin-top: 26px;
  margin-bottom: 26px;
  font-size: 0.9rem;
}
.blist ul li:not(:last-child):after {
  content: "　>　";
}
footer .inner {
  text-align: center
}
footer nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
footer nav li {
  padding: 0;
  margin: 0px 24px;
}
.footerTop {
  background: #D9CDBF;
  padding: 50px;
  margin-top: 80px;
}
.footerEnd {
  width: 1120px;
  margin: 0 auto;
  border-top: solid 1px #cccccc;
  padding-top: 20px;
  display: flex;
  justify-content: space-between
}
.footerEnd a {
  color: #334950;
}
.footerEnd a:hover {
  color: #849195;
  text-decoration: underline;
}
/* 公演情報 /////////////////*/
.note dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: dotted 1px #334950;
	margin-bottom: 15px;
}
.note dt {
  width: 160px; /* 適宜調整 */
  text-align: left;
  padding-right: 10px;
}
.note dd {
  margin-left: 0;
  flex: 1;
  padding-bottom: 10px;
}
.note p {
  margin: 0;
  padding: 0;
}
.note time {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.noteTitle {
  font-weight: bold;
  margin-bottom: 5px;
}
.noteDsc {
  margin: 0;
}
.twitter_sp {
  display: none;
}
/* 所属アーティスト /////////////////*/
#artist {
  background: #D9CDBF;
  height: 980px
}
.artistBox {
  position: relative;
  height: 360px;
}
.artistBox figure {
  z-index: 2;
  position: absolute;
}
.Profile {
  background: #7A6957;
  padding: 20px 20px 40px;
  color: #FFFFFF;
  width: 920px;
  height: 260px;
  z-index: 1;
  position: absolute;
  top: 40px;
  left: 200px;
  display: flex;
}
.Profile h2 {
  font-family: 'Zen Antique', serif;
  font-weight: normal;
  font-size: 3rem;
  margin-left: 60px;
  margin-bottom: 30px;
}
.Profile ul {
  margin-left: 60px;
  margin-top: 10px;
  font-size: 1.2rem;
}
.infoBtn {
  margin-left: 60px;
}
.infoBtn a, .askBtn a {
  background: #ffffff;
  color: #00B1FF;
  border: solid 1px #00B1FF;
  padding: 10px 40px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px 0px #323232;
  box-shadow: 1px 1px 2px 0px #323232;
}
.infoBtn a:hover, .askBtn a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  background: #F0F0F0;
}
.infoBtn i, .askBtn i {
  margin-right: 6px;
}
.askBtn {
  text-align: center;
}
.askBtn a {
  padding: 15px 60px;
}
/* 所属アーティスト（単体） /////////////////*/
#ap_artist {
  background: #D9CDBF;
}
.ap_artistBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ap_Profile {
  background: #7A6957;
  box-sizing: border-box;
  color: #FFFFFF;
  width: 100%;
  padding: 20px;
  margin-left: 0px;
}
.ap_Profile h2 {
  font-family: 'Zen Antique', serif;
  font-weight: normal;
  font-size: 2rem;
}
.ap_Profile ul {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.2rem;
}
.ap_Profile a {
    color: #DAFEFF;
    text-decoration: underline;
}
.ap_info {
  border: solid 1px #ffffff;
  padding: 20px 20px 10px;
  font-size: 1.1rem;
}
.artistprf {
  width: 1120px;
  margin: 0 auto;
  margin-top: 40px;
}
.artistprf h2 {
  text-align: center;
  font-size: 2.5rem;
  font-family: 'Zen Antique', serif;
  font-weight: normal;
  color: #334950;
  letter-spacing: 0.4rem;
  border-top: solid 2px #334950;
  border-bottom: solid 2px #334950;
  padding: 16px 0;
}
.artistprf table {
  width: 100%;
  margin-bottom: 40px;
}
.artistprf td, th {
  border-bottom: solid 1px #334950;
  padding: 8px 0;
}
.artistprf th {
  width: 15%
}
.youtube {
  width: 1120px;
  margin: 0 auto;
  margin-top: 60px;
}
.youtube ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.youtube ul li {
  width: 24%;
}
.youtube ul li iframe {
  width: 100%;
}
.youtube h2 {
  text-align: center;
  font-size: 2.5rem;
  font-family: 'Zen Antique', serif;
  font-weight: normal;
  color: #334950;
  letter-spacing: 0.4rem;
  border-top: solid 2px #334950;
  border-bottom: solid 2px #334950;
  padding: 16px 0;
}
.slider6-wrap {
  width: 300px;
  margin: 0 auto;
  position: relative;
}
.slider6-wrap p {
  margin: 0;
  padding-bottom: 0;
}
.slider-6 .slick-slide {
  height: 365px;
  overflow: hidden;
}
.slider-6 .slick-slide img {
  display: block;
  width: 285px;
  height: 100%;
  object-fit: cover;
}
.slider6-wrap ul {
  margin: 0;
  padding: 0;
}
.thumbs_dots {
  margin: 0;
}
.thumbs_list li {
  display: inline-block;
  width: 95px;
  height: 130px;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
}
.thumbs_list li.slick-active {
  opacity: 1;
}
/* 会社概要 /////////////////*/
#companyPage h1 {
  text-align: center;
  font-size: 2.5rem;
  font-family: 'Zen Antique', serif;
  font-weight: normal;
  color: #334950;
  letter-spacing: 0.4rem;
  border-top: solid 2px #334950;
  border-bottom: solid 2px #334950;
  padding: 16px 0;
  margin: 0;
}
#companyPage table {
  width: 100%;
  margin-bottom: 40px;
}
#companyPage td, th {
  border-bottom: solid 1px #334950;
  padding: 8px 0;
  vertical-align: top;
}
#companyPage th {
  width: 15%
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* 会社概要 /////////////////*/
#contactPage h1 {
  text-align: center;
  font-size: 2.5rem;
  font-family: 'Zen Antique', serif;
  font-weight: normal;
  color: #334950;
  letter-spacing: 0.4rem;
  border-top: solid 2px #334950;
  border-bottom: solid 2px #334950;
  padding: 16px 0;
  margin: 0;
}
.contactInfo {
  background: #D9CDBF;
  width: 100%;
  margin: 0;
  padding: 0;
}
.contactInfo ul {
  margin: 0;
  padding-left: 1rem;
}
.contactInfo p {
  margin: 0;
}
/* お問い合わせ /////////////////*/
.inquiry {
  width: 1120px;
  padding: 20px;
}
.inquiry dt {
  color: #000000
}
.inquiry dt span {
  color: #FF0004;
  font-size: 0.9rem;
  padding-left: 1rem;
}
.inquiry h3 {
  text-align: center;
  font-size: 1.5rem;
  color: #DECEAE
}
.m-form-text {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.m-form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
.m-form-item-textarea textarea {
  height: 300px;
}
.m-form-textarea {
  display: block;
  width: 100%;
  padding: 4px 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: vertical;
}
.m-form-textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
.form-submit-button {
  display: inline-block;
  width: 60%;
  padding: 8px;
  border: none;
  border-radius: 4px;
  background-color: #00B1FF;
  color: #fff;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 2px solid transparent;
  margin-bottom: 20px;
}
.form-submit-button:hover {
  background-color: #AFAFAF;
}
.form-submit-button:focus {
  outline: 0;
  background-color: #000;
  border: 2px solid rgb(33, 150, 243);
}
/* 個人情報の取り扱いについて /////////////////*/
#privacyPage h1 {
  text-align: center;
  font-size: 2.5rem;
  font-family: 'Zen Antique', serif;
  font-weight: normal;
  color: #334950;
  letter-spacing: 0.4rem;
  border-top: solid 2px #334950;
  border-bottom: solid 2px #334950;
  padding: 16px 0;
  margin: 0;
  margin-bottom: 40px;
}
.sp img {
  display: none;
}
/* SMP /////////////////*/
@media screen and (max-width: 1120px) {
  header {
    -webkit-box-shadow: 0px 1px 2px 0px #BFBFBF;
    box-shadow: 0px 1px 2px 0px #BFBFBF;
  }
  header h1 {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  header img {
    width: 50%;
    height: auto;
  }
  header .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    display: block;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  header nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    font-size: 0.7rem;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
  }
  header nav li {
    padding: 0;
    border-right: solid 1px #E5E5E5;
    padding-right: 5px;
    margin-left: 5px;
  }
  header nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  nav a {
    color: #334950;
  }
  nav a:hover {
    color: #849195;
    text-decoration: underline;
  }
#mainVisual {
  background: #000000;
    width: 100%;
}
#mainVisual ul {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.slide-items {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.slide-items img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slick-prev, .slick-next {
 display: none;
}
.slick-prev:before, .slick-next:before {
  color: black;
}
.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}
  h1 {
    text-align: center;
    font-size: 2rem;
    font-family: 'Zen Antique', serif;
    font-weight: normal;
    color: #334950;
    margin-bottom: 40px;
    letter-spacing: 0.4rem;
  }
  .topinfo {
    display: block;
  }
  .twitter {
    margin-left: 40px;
  }
  footer nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    font-size: 0.7rem
  }
  footer nav li {
    padding: 0;
    margin: 0px 10px;
  }
  .footerTop {
    background: #D9CDBF;
    padding: 20px;
    margin-top: 80px;
  }
  .footerEnd {
    width: 100%;
    margin: 0 auto;
    border-top: solid 1px #cccccc;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    padding: 10px;
  }
  .footerEnd a {
    color: #334950;
  }
  .footerEnd a:hover {
    color: #849195;
    text-decoration: underline;
  }
  .blist {
    width: 100%;
    margin: 0 auto;
  }
  .blist ul {
    display: flex;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.8rem;
    padding-left: 10px;
    ;
  }
  .blist ul li:not(:last-child):after {
    content: "　>　";
  }
  /* 所属アーティスト /////////////////*/
  #artist {
    background: #D9CDBF;
    height: auto;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .artistBox {
    position: static;
    height: auto;
  }
  .artistBox figure {
    z-index: 1;
    position: static;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 20px;
  }
  .artistBox figure img {
    width: 100%;
    height: auto
  }
  .Profile {
    background: #7A6957;
    padding: 20px 20px 40px;
    color: #FFFFFF;
    width: 100%;
    height: auto;
    z-index: 1;
    position: static;
    top: 0;
    left: 0;
    display: block;
      margin-bottom: 20px;
  }
  .Profile h2 {
    font-family: 'Zen Antique', serif;
    font-weight: normal;
    font-size: 2rem;
    margin: 0 0 20px;
    text-align: center;
  }
  .Profile ul {
    margin: 0;
    font-size: 1rem;
  }
  .infoBtn {
    margin: 0 auto 20px;
    text-align: center;
  }
  .infoBtn a, .askBtn a {
    background: #ffffff;
    color: #00B1FF;
    border: solid 1px #00B1FF;
    padding: 10px 40px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px 0px #323232;
    box-shadow: 1px 1px 2px 0px #323232;
  }
  .infoBtn a:hover, .askBtn a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    background: #F0F0F0;
  }
  .infoBtn i, .askBtn i {
    margin-right: 6px;
  }
  .askBtn a {
    background: #ffffff;
    color: #00B1FF;
    border: solid 1px #00B1FF;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px 0px #323232;
    box-shadow: 1px 1px 2px 0px #323232;
    font-size: 0.8rem;
  }
  .askBtn {
    text-align: center;
    margin: 10px 0;
  }
  /* 会社概要 /////////////////*/
  #companyPage h1 {
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Zen Antique', serif;
    font-weight: normal;
    color: #334950;
    letter-spacing: 0.2rem;
    border-top: solid 2px #334950;
    border-bottom: solid 2px #334950;
    padding: 16px 0;
    margin: 0;
  }
  #companyPage table {
    width: 96%;
    margin: 0 auto;
    font-size: 0.7rem;
  }
  #companyPage td, th {
    border-bottom: solid 1px #334950;
    padding: 8px 0;
    vertical-align: top;
  }
  #companyPage th {
    width: 20%
  }
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  /* 公演情報 /////////////////*/
  .note h1 {
    text-align: center;
    font-size: 1.4rem;
    font-family: 'Zen Antique', serif;
    font-weight: normal;
    color: #334950;
    letter-spacing: 0.2rem;
    padding: 16px 0;
    margin: 20px 0 0;
  }
  .note dl {
    display: block;
    width: 96%;
    margin: 15px 0 auto;
  }
  .note dt {
    width: 160px; /* 適宜調整 */
    text-align: left;
    padding-right: 10px;
  }
  .note dd {
    margin-left: 0;
    flex: 1;
    padding-bottom: 10px;
  }
  .note p {
    margin: 0;
    padding: 0;
  }
  .note time {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .noteTitle {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .noteDsc {
    margin: 0;
  }
  .twitter_sp {
    display: block;
    margin: 20px auto;
    width: 90%
  }
	.twitter_sp  .xLink{
	width: 	100%;
	padding: 10px 20px;
	background: rgba(219,204,190,1.00) ;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	border: solid rgba(124,105,85,1.00) 
}
.twitter_sp .xLink:hover{
	opacity: 0.8;
}
.twitter_sp  .xLink img{
	width: 30%;
	height: auto;
	margin-bottom: 20px;
}
.x_account {
	font-size: 18px;
	font-weight: bold;
}
.twitter_sp a{
	color: #000000;
	text-decoration: none;
}
  .twitter {
    display: none;
  }
  /* 会社概要 /////////////////*/
  #contactPage h1 {
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Zen Antique', serif;
    font-weight: normal;
    color: #334950;
    letter-spacing: 0.2rem;
    border-top: solid 2px #334950;
    border-bottom: solid 2px #334950;
    padding: 16px 0;
    margin: 0;
  }
  .contactInfo {
    background: #D9CDBF;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
  }
  .contactInfo ul {
    margin: 0;
    padding-left: 1rem;
  }
  .contactInfo p {
    margin: 0;
  }
  /* お問い合わせ /////////////////*/
  .inquiry {
    width: 100%;
    padding: 20px;
  }
  .inquiry dt {
    color: #000000
  }
  .inquiry dt span {
    color: #FF0004;
    font-size: 0.9rem;
    padding-left: 1rem;
  }
  .inquiry h3 {
    text-align: center;
    font-size: 1.5rem;
    color: #DECEAE
  }
  .m-form-text {
    height: 2.4em;
    width: 100%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .m-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
  }
  .m-form-item-textarea textarea {
    height: 300px;
  }
  .m-form-textarea {
    display: block;
    width: 100%;
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
  }
  .m-form-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
  }
  .form-submit-button {
    display: inline-block;
    width: 60%;
    padding: 8px;
    border: none;
    border-radius: 4px;
    background-color: #00B1FF;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
    margin-bottom: 20px;
  }
  .form-submit-button:hover {
    background-color: #AFAFAF;
  }
  .form-submit-button:focus {
    outline: 0;
    background-color: #000;
    border: 2px solid rgb(33, 150, 243);
  }
  /* 所属アーティスト（単体） /////////////////*/
  #ap_artist {
    background: #D9CDBF;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ap_artistBox {
    display: block;
    margin-bottom: 30px;
  }
  .ap_Profile {
    background: #7A6957;
    box-sizing: border-box;
    color: #FFFFFF;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    margin-left: 0px;
  }
  .ap_Profile h2 {
    font-family: 'Zen Antique', serif;
    font-weight: normal;
    font-size: 2rem;
    text-align: center;
  }
  .ap_Profile ul {
    list-style: none;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    font-size: 1rem;
  }
  .ap_info {
    border: solid 1px #ffffff;
    padding: 20px 20px 10px;
    font-size: 1rem;
  }
  .artistprf {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .artistprf h2 {
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Zen Antique', serif;
    font-weight: normal;
    color: #334950;
    letter-spacing: 0.2rem;
    border-top: solid 2px #334950;
    border-bottom: solid 2px #334950;
    padding: 16px 0;
  }
  .artistprf table {
    width: 96%;
    margin-bottom: 40px;
    margin: 20px auto 40px;
  }
  .artistprf td, .artistprf th {
    border-bottom: solid 1px #334950;
    padding: 8px 0;
  }
  .artistprf td {
    display: block;
  }
  .artistprf th {
    width: 100%;
    display: block;
    border-bottom: none;
    font-size: 0.8rem;
  }
  .youtube {
    width: 96%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .youtube ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .youtube ul li {
    width: 46%;
  }
  .youtube ul li iframe {
    width: 100%;
  }
  .youtube h2 {
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Zen Antique', serif;
    font-weight: normal;
    color: #334950;
    letter-spacing: 0.2rem;
    border-top: solid 2px #334950;
    border-bottom: solid 2px #334950;
    padding: 16px 0;
  }
  .slider6-wrap {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .slider6-wrap p {
    margin: 0;
    padding-bottom: 0;
  }
  .slider-6 .slick-slide {
    height: 100%;
    overflow: hidden;
  }
  .slider-6 .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slider6-wrap ul {
    margin: 0;
    padding: 0;
  }
  .thumbs_dots {
    margin: 0;
  }
  .thumbs_list li {
    display: inline-block;
    width: 33.3%;
    height: 300px;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .thumbs_list li.slick-active {
    opacity: 1;
  }
  /* 個人情報の取り扱いについて /////////////////*/
  #privacyPage h1 {
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Zen Antique', serif;
    font-weight: normal;
    color: #334950;
    letter-spacing: 0.2rem;
    border-top: solid 2px #334950;
    border-bottom: solid 2px #334950;
    padding: 16px 0;
    margin: 0;
    margin-bottom: 40px;
  }
  #privacyPage .inner {
    width: 96%;
    margin: 0 auto;
  }
  #privacyPage h3 {
    font-size: 1rem;
  }
  #privacyPage p {
    font-size: 0.8rem;
  }
  .sp img {
    display: block;
    width: 100%;
    height: auto;
  }
}
/* SMP /////////////////*/
@media screen and (max-width: 640px) {
  .thumbs_list li {
    display: inline-block;
    width: 33.3%;
    height: 110px;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.3s;
  }
}