@charset "utf-8";

/*
------------------------------------------------------------------------------
reset
------------------------------------------------------------------------------
*/
body {
	-webkit-text-size-adjust: 100%;
	font: 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #222;
	background: url(../images/bg.jpg) repeat;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a img {
	border: none;
}

a:link {
	color:#222;
	text-decoration: none;
}
a:visited {
	color: #222;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

#container {
	width: auto;
	height:auto;
	min-width: 1000px;
	margin: 0 auto;
}

/*----------------------- ヘッダー ----------------------------*/
#header {
	width:950px;
	height:133px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}

#header p{
	padding-top:75px;
	text-align:right;
}

#header .logo{
	display: block;
	width:306px;
	height:51px;
	float:left;
}

#header .logo a{
	display: block;
	margin-top:50px;
	width:306px;
	height:51px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.jpg) no-repeat;
}

#header .logo.calligraphy a{
	display: block;
	margin-top:50px;
	width: 375px;
  height: auto;
  aspect-ratio: 465 / 83;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo-calligraphy4.png) no-repeat;
  background-size: contain;

}

#globalnavi{
	width:950px;
	height:62px;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
}

.menu-list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu-item {
	float:left;
	margin: 0;
	padding: 0;
}

#globalnavi a{
	display: block;
	width:100%;
	height:62px;
	width: 158px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-item:hover .drop-menu-list {
  visibility: visible;
}

.drop-menu {
  position: relative;
}
.drop-menu-list {
  background-color: #FBF7DC;
  left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: max-content;
  z-index: 1;
	list-style: none;
	text-decoration: none;
}

.drop-menu-item {
	border: 1px solid #CECACF;
	border-top: 0;
	width: 156px;
}

.drop-menu-list a {
	color: #888;
	font-weight: 700;
	width: 156px !important;
}

.drop-menu-list a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #222;
}

#wall {
	width:950px;
	height:390px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	position: relative;
}

/*----------------------- コンテンツ ----------------------------*/
#content {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	background-color: #FFF;
	padding:30px 0;
	overflow: hidden;
}

h2.news{
	display: block;
	width:890px;
	height:36px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/whatnews.jpg) no-repeat;
}

h2.news-en{
	display: block;
	width:890px;
	height:36px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/news-tittle_en.jpg) no-repeat;
}

h2.yotei{
	display: block;
	width:890px;
	height:36px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/yotei-tittle.jpg) no-repeat;
}

.news{
	width:890px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

.news dl {
	width:890px;
	height:auto;
	margin-top: 5px;
}

.news dt {
	float: left;
	margin-right: 5px;
	text-align: left;
	line-height: 16px;
	font-weight: normal;
	width: 180px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.news dd {
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 16px;
	padding-left: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
}

*:first-child + html .news dd {
	/* for IE7 */
	padding-left: 10px;
	min-height: 20px;
}

* html .news dd {
	/* for IE6 */
	padding-left: 0px;
	height: 20px;
}

dt img {
	float:right;
}

#inner {
	width:710px;
	padding-left:20px;
	padding-bottom:30px;
	float:left;
}

.section{
	margin-left:20px;
	margin-bottom:50px;
}

.section img{
	margin-right:25px;
	margin-bottom:50px;
	float:left;
}

.section img.sign{
	float: none !important;
	margin: 0 !important;
}

.section li{
	line-height:2.0em;
	margin-left:20px;
	list-style-image : url("../images/artist_list.jpg");
}

.section2{
	margin-left:20px;
	margin-bottom:50px;
}

.section2 img{
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

h1.profile{
	display: block;
	width:695px;
	height:74px;
	margin-bottom:30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/company_01.jpg) no-repeat;
}

h1.profile-en{
	display: block;
	width:695px;
	height:74px;
	margin-bottom:30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/company_en_01.jpg) no-repeat;
}

h1.artist{
	display: block;
	width:695px;
	height:74px;
	margin-bottom:30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/artist_01.jpg) no-repeat;
}

h1.artist-en {
	display: block;
	width:695px;
	height:74px;
	margin-bottom:30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/artist_en_01.jpg) no-repeat;
}

h1.event{
	display: block;
	width:695px;
	height:74px;
	margin-bottom:30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/event_01.jpg) no-repeat;
}

h1.event-en{
	display: block;
	width:695px;
	height:74px;
	margin-bottom:30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/event_en_01.jpg) no-repeat;
}

h1.past-event{
	display: block;
	width:695px;
	height:74px;
	margin-bottom:30px;
	text-indent: -9999px;
	overflow: hidden;
}


h1#year-2013{
	background: url(../images/past_event_2013.jpg) no-repeat;
}

h1#year-2014{
	background: url(../images/past_event_2014.jpg) no-repeat;
}

h1#year-2015{
	background: url(../images/past_event_2015.jpg) no-repeat;
}

h1#year-2016{
	background: url(../images/past_event_2016.jpg) no-repeat;
}

h1#year-2017{
	background: url(../images/past_event_2017.jpg) no-repeat;
}

h1#year-2019{
	background: url(../images/past_event_2019.jpg) no-repeat;
}

h1#year-2020{
	background: url(../images/past_event_2020.jpg) no-repeat;
}
h1#year-2021{
	background: url(../images/past_event_2021.jpg) no-repeat;
}
h1#year-2022{
	background: url(../images/past_event_2022.jpg) no-repeat;
}
h1#year-2023{
	background: url(../images/past_event_2023.jpg) no-repeat;
}
h1#year-2024{
	background: url(../images/past_event_2024.jpg) no-repeat;
}

h1#year-2013-en{
	background: url(../images/past_event_2013_en.jpg) no-repeat;
}

h1#year-2014-en{
	background: url(../images/past_event_2014_en.jpg) no-repeat;
}

h1.contact{
	display: block;
	width:695px;
	height:74px;
	margin-bottom:30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/contact_01.jpg) no-repeat;
}

h1.contact-en {
	display: block;
	width:695px;
	height:74px;
	margin-bottom:30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/contact_en_01.jpg) no-repeat;
}

h1.sitemap {
	display: block;
	width:695px;
	height:74px;
	margin-bottom:30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sitemap_01.jpg) no-repeat;
}

h1.sitemap-en {
	display: block;
	width:695px;
	height:74px;
	margin-bottom:30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sitemap_en_01.jpg) no-repeat;
}

h2{
	display: block;
	font-size: 14px;
	width:675px;
	margin-bottom: 20px;
	letter-spacing: 3px;
	text-indent: 20px;
	line-height: 58px;
	background: url(../images/h2_bg.jpg) no-repeat;
}

h3.event {
	line-height:2.0em;
	font-size:13px;
	margin-right:10px;
}

.tbox{
	float:right;
	width:470px;
}

/*----------------------- サイド --------------------------*/
#side {
	width:200px;
	height:auto;
	float:left;
}

#side img{
	margin-bottom:30px;
}

h2.side {
	display: block;
	width:190px;
	height:60px;
	margin-bottom:15px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/pickup.jpg) no-repeat;
}

h2.side-en {
	display: block;
	width:190px;
	height:60px;
	margin-bottom:15px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/pickup_en.gif) no-repeat;
}

#side ul li{
	font-size:15px;
	padding-bottom:12px;
	margin-bottom:30px;
	margin-right:10px;
	border-bottom-color:#888;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	list-style:none;
}

/*----------------------- フッター ----------------------------*/
#footer {
	width:950px;
	height:115px;
	margin-left:auto;
	margin-right:auto;
}

#footer p{
	margin-top:20px;
}

#footercopy {
	width: 950px;
	height: 40px;
	float: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #888;
}

#footercopy p {
	/* コピーライト文字設定 */
	font-size: 12px;
	color: #222;
	text-align: left;
}

.footer-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  padding-right: 40px;
}
.footer-banner-wrp-02 {
  display: flex;
	gap: 20px;
	align-items: end;
}
.footer-banner-wrp p {
  margin: 0;
  text-align: center;
}
.footer-banner-wrp img {
  width: 200px;
  height: auto;
}

/*----------------------- スタイル -------------------------*/
.right {
	float:right;
}


.left {
	float:left;
}

.margin-none{
	margin: 0 0 5px 0 !important;
}


p.big {
	font-style: normal;
	font-variant: normal;
	font-weight:700;
	font-size:20px;
	margin-left:20px;
	width:380px;
	text-align:right;
}
p.small {
	font-size:13px;
	margin-left:20px;
	width:380px;
	text-align:right;
}

p.artist {
	line-height:2.0em;
	margin-right:10px;
	clear:both;
}

p.sitemap{
	width:670px;
	line-height:2.0em;
	margin-bottom:20px;
	border-bottom-color:#888;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

p.sitemap1{
	float:left;
	width:315px;
	line-height:2.0em;
	margin-bottom:20px;
	margin-left:20px;
	border-bottom-color:#888;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

p.sitemap2{
	float:left;
	width:295px;
	line-height:2.0em;
	margin-bottom:20px;
	margin-left:40px;
	border-bottom-color:#888;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

.artist{

	list-style-image : url("../images/artist_list.jpg");
}

p.boss{
	font-size:14px;
	margin-left:20px;
	width:380px;
}

span{
	color:#888;
}
/*----------------------- テーブル -------------------------*/
.company table {
	border-collapse: collapse;
	border-bottom-color:#888;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

.company table td {
	border-bottom-color:#888;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

.thstyle1{/* 文字左よせ */
	font-weight:500;
	border-top-color:#888;
	border-top-style:dotted;
	border-top-width:1px;
	padding: 8px 10px;
	text-align:left;
	line-height: 2.0;
	width:460px;
}

.thstyle3{
	/*  文字中央よせ */
	font-weight:700;
	border-top-color: #888;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-align: left;
	line-height: 2.0;
	width: 170px;
	background:#fbf7dc;
}

/*----------------------- slider -------------------------*/
#slider {
	float: left;
	width:100%;
	height:100%;
}
/* #slider {
	float: left;
	width:1900px;
	height:390px;
} */

/* #slider ul {
	float: left;
	width:1900px;
	height:390px;
} */

/* #slider li{
	float: left;
	width:950px;
	height:390px;
	list-style: none;
} */
.p-slider {
  width: 100%;
  height: 100%;
}

.p-slider img {
  width: 100%;
  height: auto;
  aspect-ratio: 950 / 390;
  object-fit: cover;
  object-position: center;
}

/*----------------------- clear -------------------------*/
#clear{
	height:30px;
	clear:both;
}

/*----------------------- event -------------------------*/
.event-img{
	float: left;
}

.img-title{
	padding-top: 10px;
	text-align: center;
}

/*----------------------- フォーム -------------------------*/
textarea, input[type=text],input[type=email],input[type=tel] {
  font-size: max(1.15rem, 16px);
  -webkit-appearance: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  textarea, input[type=text],input[type=email],input[type=tel] {
    font-size: max(1rem, 16px);
  }
}
.c-form {
  background: #F1F1F1;
  padding: 50px 30px;
}
.c-form form {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .c-form form {
    gap: 30px 0;
  }
}
.c-form form img {
  width: 100%;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel] {
  width: 100%;
  height: 30px;
  border: 1px solid;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.c-form select {
  font-size: max(1.15rem, 16px);
  width: 100%;
  height: 30px;
  cursor: pointer;
  -webkit-appearance: none;
  border: 1px solid;
  padding: 1px 2px;
  background-color: #fff;
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-form select {
    font-size: max(1rem, 16px);
  }
}
.c-form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.c-form__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px 40px;
  width: 100%;
}
.c-form__item {
  flex-direction: row;
}
.c-form .ml-auto {
  margin-left: auto;
}
.p-form__body {
  flex: 0 1 65%;
}
.p-form__title {
  font-size: 14px;
  flex: 1;
}
.p-form__select-wrp {
  position: relative;
  width: 100%;
  height: 30px;
}
.p-form__select-wrp::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-75%) rotate(135deg);
}
.p-form--check .p-form__select-wrp::after {
  content: none;
}
.p-required {
  font-size: 93%;
  color: #B70000;
}
.p-form__btn {
  cursor: pointer;
}
.p-form__iframe-wrp {
  width: 100%;
}
.p-form__iframe-wrp iframe {
  border: 1px solid;
}
.p-contact__error {
  background-color: #fbf7dc;
  color: #B70000;
  margin: 20px 0 30px;
  padding: 10px;
}

/*----------------------- privacy-policy -------------------------*/
.privacy-policy {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}
.privacy-policy h1 {
  font-size: 120%;
}
.privacy-policy h2 {
  width: 100%;
}
.privacy-policy p {
  margin-bottom: 20px;
}
.privacy-policy ul {
  list-style-position: inside;
}
.privacy-policy li {
  text-indent: -1em;
  padding-left: 1em;
}
.privacy-policy .text-right {
  text-align: right;
}

.artist-link {
	text-decoration: underline !important;
	font-weight: bold;
}

.artist-link:hover {
	color: #c3d500 !important;
}

.artist-link-old {
	text-decoration: underline !important;
	font-weight: bold;
	color:#888 !important;
}

.artist-link-old:hover {
	color: #c3d500 !important;
}
