body {
    display: block;
    margin: 0px;
	font-family: 'Noto Sans JP', sans-serif !important;

}
sup {
    top: -3em !important;
    font-size: 20% !important;
}
p{    font-size: 16px;
    letter-spacing: 1px;
    line-height: 27px;
	word-break:normal;
	/*font-family: "dnp-shuei-mincho-pr6", sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif !important;

-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

}
a{
	font-size: 16px;
	 line-height: 27px;
	 letter-spacing: 1px;
	font-family: 'Noto Sans JP', sans-serif !important;
	color: #000000 !important;
	cursor: pointer;
}
a:hover img{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha(opacity=70)";}

.m-t-10{
	margin-top:10px;
}
.m-t-20{
	margin-top:20px;
}

.m-t-30{
	margin-top:30px;
}

.m-t-40{
	margin-top:40px;
}
.m-t-50{
	margin-top:50px;
}

.m-t-85{
	margin-top:85px;
}

.m-b-85{
	margin-bottom:85px;
}

.m-b-0{
	margin-bottom:0px !important;
}
.m-b-20{
	margin-bottom:20px !important;
}
.m-b-10{
	margin-bottom:10px;
}
.m-b-30{
	margin-bottom:30px;
}
.m-b-50{
	margin-bottom:50px;
}
.m-b-01{
	    margin-bottom: 3px;
}
.p-0{
	padding:0px;
}

.fw-b{
	font-weight:bold;
}

.p-tb{
	padding:10px 0;
}

.p-b-10{
	padding-bottom:10px;
}

.p-b-20{
	padding-bottom:20px;
}

.p-t-10{
	padding-top:10px;
}

.p-t-20{
	padding-top:20px;
}

.p-t-30{
	padding-top:30px;
}

.p-b-30{
	padding-bottom:30px;
}

.p-md{
	padding:20px 0;
}

.p-lr-10{
	padding:0 10px;
}



/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 2%;
    bottom: 20%;
    font-size: 1.2rem;
    line-height: 1.2rem;
    background: #fff;
    color: #1284a4 !important;
    padding: 30px;
    border: solid 2px #1284a4;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
}


/*pc画面*/	
@media screen and (min-width: 767px){
.pc-none{
	display:none !important;
}
}

/*スマホ画面*/
@media screen and (max-width: 767px){
.sp-none{
	display:none !important;
}
}
.center{
	text-align:center;
}
img {
  pointer-events: none;
}
.fade{
  animation: fadeIn 0.2s ease 0.3s 1 normal;
}
@keyframes fadeIn { /*animation-nameで設定した値を書く*/
  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/

}
/* ---------------レスポンシブ--------------- */

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
@media screen and (max-width: 767px){
.container2{
    padding-right: 30px !important;
    padding-left: 30px !important;
}}

/* ---------------ヘッダー--------------- */
.navbar-light .navbar-toggler {
    border-color: #ffffff !important;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}
.pagetop{
      position: fixed;
    bottom: 45px;
    right: 16px;
    z-index: 1000;
    }
 
.pagetop a{
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover{
    opacity: 0.85 ;
}
.header1{
	background: #000000;
}
.header2{
	background: #000000;
	border-bottom: #863a50 solid 4px;
	position: relative;
}
.header3{
	background: #000000;
	border-bottom: #ad8230 solid 4px;
	position: relative;
}
.logo-h{
	position: absolute;
	top: 10px;
	width: 80px;
	left: 10px;
}
.navbar-desgin a{
	color: #FFFFFF !important;
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
	letter-spacing: 2px;
}
@media screen and (min-width: 767px){
.w-30s{
	margin-left:35%;
    width: 30% !important;
}
.w-40s{
	margin-left:30%;
    width: 40% !important;
}
.w-50s{
	margin-left:25%;
    width: 50% !important;
}
.w-60s{
	margin-left: 20%;
    width:60% !important;
}
.w-75s{
	margin-left: 12.5%;
    width: 75% !important;
}}
@media screen and (max-width: 767px){
.w-30s{
	margin-left: 0%;
    width:100% !important;
}
.w-40s{
	margin-left: 0%;
    width:100% !important;
}
.w-50s{
	margin-left: 0%;
    width:100% !important;
}
.w-60s{
	margin-left: 0%;
    width:100% !important;
}
.w-75s{
	margin-left: 0%;
    width:100% !important;
}}
.bg01{
	background: linear-gradient(180deg, #000000 0%, #000000 70%, #a1a1a1 30%, #a1a1a1 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg02{
	background: #a1a1a1;
}
.bg03{
	background: #000000;
}
.bg04{
	background: #ded0d3;
}
.bg05{
	background: #b6ac97;
}
.bg06{
	background: url("../img/new/bgimg.png");
}
.bg07{
	background: #d7d2c7;
}
.bg08{
	background:#FFFFFF;
}
.bg09{
	background:#874e5f;
}
.bg10{
	background:#ebebec;
}
.bg11{
	background: url(../img/new/a-bg.png);
	background-size:cover;
  background-position:50%;

}
.news-link{
	border-bottom: solid 1px #A2A0A0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.day{
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
	font-size: 12px;
}
.news-link a{
	margin-left: 10px;
	
}
.img_wrap{
  margin: 20px auto 0;
  transition-duration: 0.5s;
}
.img_wrap img{
  width: 100%;
  cursor: pointer;
}
.img_wrap:hover{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}
/* ---------------フッター--------------- */
.footer{
	background: #000000;
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer a{
	color: #878787 !important;
	margin-bottom: 10px;
}
.footer2{
	background-color: #454242;
}
.footer2 p{
	margin: 0px;
    font-size: 10px;
	color: #878787;
    letter-spacing: 1.5px;
}
@media screen and (max-width: 767px){
.footer{
	padding-bottom: 100px;
}}
/* ------------------------------ */
.news-list a img{
	height: 100%;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.news-list a{
	display: block;
	margin-top:10px;
}
.news-list a :hover {
	opacity: 0.5 !important;

}
.pankuzu{
	color: #aaaaaa;
	letter-spacing: 1px;
}
.pankuzu a{
	color: #aaaaaa !important;
}
@media screen and (max-width: 767px){
.pankuzu{
	font-size:10px;
}
.pankuzu a{
	font-size:10px;
}
}}
.about-midasi{
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
	letter-spacing: 3px;
}
.about-midasi2{
	font-family: "dnp-shuei-mincho-pr6", sans-serif  !important;
	font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 2px;
}
.midasi1{
	text-align: center;
    color: #ab9555;
    letter-spacing: 9px;
    font-family: serif;
    font-weight: 100;
   font-size: 3rem;
}

.midasi2{
	text-align: center;
    color: #ab9555;
    letter-spacing: 9px;
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 100;
    font-size: 2.5rem;
}
.midasi3 p{
	text-align: center;
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: 1rem;
}
.midasi3{
    background: #806523;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.midasi5{
	text-align: center;
    color: #c3c3c3;
    letter-spacing: 9px;
    font-family: serif;
    font-weight: 100;
    font-size: 3rem;
}

.midasi6{
	text-align: center;
    color: #e0e0e0;
    letter-spacing: 9px;
    font-family: serif;
    font-weight: 100;
    font-size: 2rem;
}
.midasi7{
	text-align: center;
    color: #4d4d4d;
    letter-spacing: 9px;
    font-family: serif;
    font-weight: 100;
    font-size: 2rem;
}
.midasi8{
	text-align: center;
   color: #cc95a5;
    letter-spacing: 9px;
    font-family: serif;
    font-weight: 100;
   font-size:2.3rem;
	word-break: break-all;
}
.midasi9{
	text-align: center;
   color: #808080;
    letter-spacing: 9px;
    font-family: serif;
    font-weight: 100;
   font-size:2.3rem;
	word-break: break-all;
}
@media screen and (max-width: 767px){
	.midasi9{letter-spacing:4px;}
	.midasi8{letter-spacing:4px;}
	.midasi1{font-size: 2rem; letter-spacing: 4px;}
}
	
.single-title{
	text-align: center;
    color: #1a1a1a;
    letter-spacing: 3px;
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 100;
    font-size: 2rem;
}
.single-title2 {
    text-align: center;
    color: #000000;
    letter-spacing: 5px;
    font-weight: normal;
    font-size: 1.2rem;
}
.store1{
	text-align: center;
    letter-spacing: 3px;
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 100;
    font-size: 1rem;
}
.store1 a{
	text-align: center;
    letter-spacing: 3px;
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 100;
    font-size: 1rem;
	color: #ab9555 !important;
}
.store2{
	letter-spacing: 5px;
    font-weight: 100;
    font-size: 1.8rem;
	padding-bottom: 10px;
	color: #1a1a1a;
}
.store2 {
display: flex;
align-items: center;
}
.store2:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.store2:after {
margin-left: 1rem;
}
.store3{
	letter-spacing: 5px;
    font-weight: 100;
    font-size: 1.8rem;
	text-align: center;
	border-bottom: 1px solid #1a1a1a;
	padding-bottom: 10px;
	color: #1a1a1a;
}

.midasi4{
	text-align: center;
    color: #bababa;
    letter-spacing: 9px;
    font-family: serif;
    font-weight: 100;
    font-size: 3rem;
}
.price{
	width: 100%;
}
.price th,td {
    border: solid 1px #909090;
	padding: 10px;
	text-align: center;
}
table {
    border-collapse:  collapse; 
}
.wpcf7-form-control{
    width: 100%;
}

.red{
	color: #b8272d;
}
textarea {
    width: 100%;
}
.artwork .vk_borderBox_body{
	    color: #ad8330;
}
.artwork .vk_borderBox_title_container{
	    background-color: #ad8330 !important;
}
.artwork .alert-info {
    background-color: #fbfaf7;
    color: #ad8330;
    border-color: #ad8330;
}
/* ------------投稿装飾----------------- */

.toukou h3{
	background: #b0a763;
    border-radius: 3px;
    color: #ffffff;
    padding: 1rem;
    font-size: 1.5rem;
    margin: 2rem 0 1rem 0;
}
.toukou h4{
    font-size: 1.3rem;
    margin: 3.5rem 0 1rem 0;
    border-bottom: solid 2px #b0a763;
    padding-bottom: 0.5rem;
	font-weight:bold;
	line-height: 2rem;
}
.toukou h5{
    font-size: 1.2rem;
    margin: 2rem 0 1rem 0;
    font-weight: bold;
}
@media screen and (min-width: 767px){
.toukou{
}
.k-f img{
	width:100%;
	height: auto;
}
	
}
@media screen and (max-width: 767px){
.k-f img{
	width: 100%;
    height: auto;
}
	
.toukou img {
        width: 100% !important;
        height: auto !important;
    }
	
.toukou iframe{
	width: 100%;
	height: auto;
}
}
.toukou p{
	margin-bottom: 30px;
}
.toukou a{
	color:#ad8330 !important;
	text-decoration: underline;
	cursor: pointer;
}
.no_bullets{
	width:100% !important;
}
.singlenext a{color: #1388a6;}
.singlenext {margin-top: 100px;}
.tagbox{background: #f2f2f2; padding: 20px 20px; border-radius: 14px;}

.p-n {text-align: center; margin-top:30px;}
.p-n span {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 20px 20px;
}

.p-n a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    padding:17px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	display: -webkit-inline-box;
	margin-bottom:20px;
}
.p-n a:hover{background-color:#444444;color:#FFFFFF !important;opacity:0.8;transition-duration:500ms;transition-property:all;transition-timing-function:ease;}
.alert-info {
    background-color: #f7eeda !important;
    color: #b18a3d !important;
    border-color: #b18a3d !important;
}
iframe.wp-embedded-content {
 width:100%;
}
@media screen and (max-width: 767px){
iframe.wp-embedded-content {
	height:450px;
}}
.sns_btn {
  margin: 1em 0;
}

.sns_btn__ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  font-size: 80%;
  font-weight: bold;
}

.sns_btn__li {
  width: 25%;
  margin: 4px;
  text-align: center;
  color: #ffffff;
}

.sns_btn__li:first-child {
  margin-left: 0;
}

.sns_btn__li:last-child {
  margin-right: 0;
}

.sns_btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 0.4em 0.2em;
  border-radius: 0.3em;
  position: relative;
}

.sns_btn__link::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  display: inline-block;
  margin-right: 3px;
  text-align: center;
  font-size: 155%;
  width: 1.2em;
}


.sns_btn__link, .sns_btn__link:hover {
    color: inherit;
    text-decoration: none;
}

.sns_btn__link .count {
  position: absolute;
  right: 3px;
  top: 2px;
  font-size: 10px;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  margin: 0;
  min-width: 1.5em;
}

.twitter .sns_btn__link {
  background: #00acee;
  -webkit-box-shadow: 0 3px 0 #0092ca;
          box-shadow: 0 3px 0 #0092ca;
	color: #ffffff !important;
}

.twitter .sns_btn__link::before {
  content: '\f099';
}

.facebook .sns_btn__link {
  background: #1f6aba;
  -webkit-box-shadow: 0 3px 0 #2c4373;
          box-shadow: 0 3px 0 #2c4373;
	color: #ffffff !important;
}

.facebook .sns_btn__link::before {
  content: "\f09a";
}

.hatebu .sns_btn__link {
  background-color: #2f70be;
  -webkit-box-shadow: 0 3px 0 #43638b;
          box-shadow: 0 3px 0 #43638b;
	color: #ffffff !important;
}

.hatebu .sns_btn__link::before {
  content: 'B!';
  font-family: inherit;
  font-weight: bold;
}

.line .sns_btn__link {
  background: #25af00;
  -webkit-box-shadow: 0 3px 0 #219900;
          box-shadow: 0 3px 0 #219900;
	color: #ffffff !important;
}

.line .sns_btn__link::before {
  content: "\f3c0";
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.cast-name{
	    font-size: 13px;
    line-height: 20px;
}
/* ---------------reCAPTCHA--------------- */
.grecaptcha-badge {visibility: hidden;}
/* ---------------youtube--------------- */
.youtube {
  width: 80%;
  aspect-ratio: 16 / 9;
margin-left:10%;
}
@media screen and (max-width: 767px){
.youtube {
	width: 100% !important;
	margin-left:0 !important;
}}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.w-title{
	text-align: center; font-size: 1.6em; border-top: solid 1px; border-bottom: solid 1px; padding: 10px 0 18px 0; margin: 0px;
	font-family: "dnp-shuei-mincho-pr6", sans-serif !important;
}
.dli-check {
  display: inline-block;
  vertical-align: middle;
  color: #c6b99b;
  line-height: 1;
  width: 1em;
  height: 0.45em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
	margin-right:10px;
}
.mozilis-ttitle{
	    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    color: #595757;
    text-align: center;
    border: 1px solid #595757;
    padding: 10px;
    letter-spacing: 3px;
    font-size: 1.3rem;
}
.btn_send {width:70%;
    margin-left: 15%;
	}
.btn_send input{
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
    padding: 10px;
    font-size: 1.3rem;
    color: #909090;
    letter-spacing: 4px;
	box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 35%);
	    background-color: #ffffff;
    border: solid 1px #909090;
	border-radius: 30px;
}
.btn_send input:hover{
	background-color: #f0efef;
}
@media screen and (min-width: 767px){
.btn_send2 {width: 50%;
    margin-left: 25%;
	}
}
.btn_send2 input{
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
    padding: 10px;
    font-size: 1.3rem;
    color: #909090;
    letter-spacing: 4px;
	box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 35%);
	    background-color: #ffffff;
    border: solid 1px #909090;
	border-radius: 30px;
}
.lotInfo tr td{
	border: none;
    padding: 15px;
    text-align: left;
}
.lot-background td, .lot-header {
    background-color: #f4f2ed;
}
@media (max-width: 576px) {
.lotInfo td {
    display: inline-block;
    width: 100%;
    float: left;
  }
	.lot-price-left{
		padding-bottom:0px !important;
	}	
}
.thumbnail img{
	pointer-events: auto;
	cursor: pointer;
}

.slick-slide {height: auto;}


.main_img img {
    width: 60%;
	margin-left:20%;
	margin-top: 240px;
}
.main_img{
    background-image: url(https://yusei-art.com/contents2/wp-content/themes/yuji/img/new/main01.png); 
    background-repeat: no-repeat;
    background-position: 0px 0px;
	background-size: cover;
    width: 100%;
    height:700px;
    animation: act_anime 20s infinite alternate linear;
}
@media (max-width: 576px) {
.main_img{
	height:300px  !important;
}
.main_img img {
	width: 80% !important;
	margin-left:10% !important;
	margin-top:120px !important
}
}
@keyframes act_anime {
    0% { 
        background-position:  0px -150px;
     }
    100% { 
        background-position: 0px 0px;
    }
}
.step-de{
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem 1rem 120px;
  background: #d6d1c6;
	margin-bottom: 10px;
}
.step-de:before {
  position: absolute;
  content: '';
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  transform: rotate(25deg);
  background: #847f65;
}
.step-de span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 30px;
	font-size: 1rem;
	padding-left: 16px;
	color: #fff;
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
	letter-spacing: 3px;
	padding-top: 1rem;
}
.button-form{
border-radius: 25px;
    background: #796e66;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
	margin-top: 5px;
}
.button-form a{
    color: #ffffff !important;
    font-weight: normal;
    font-size: 14px;
}
.button-form a:hover{
	text-decoration:none;
}
@media (min-width: 576px) {
.form-btnsp{
	width: 50%;
    margin-left: 25%;
}}
.w-30{
	width: 30%;
}

.store_midasi {
  position: relative;
  text-align: center;
  background: #5d5049;
	color: #ffffff;
}
.store_midasi i {
   font-size: 1.5rem !important;
	}
.store_midasi:before,
.store_midasi:after {
  position: absolute;
  content: '';
}

.store_midasi:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #5d5049;
}

.store_midasi:after {
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #5d5049;
}

.store_midasi i {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.store_midasi span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem;
}

.store_midasi span:before,
.store_midasi span:after {
  position: absolute;
  content: '';
}

.store_midasi span:before {
  top: -34px;
  left: calc(50% - 34px);
  width: 68px;
  height: 40px;
  border-radius: 50vw 50vw 0 0;
}

.store_midasi span:after {
  position: absolute;
  top: 4px;
  left: calc(50% - 32px);
  width: 64px;
  height: 10px;
  background: #5d5049;
}

.artwork-01{
	background: url(../img/store/a-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
	margin-bottom:50px;
}
.artwork-01 p{
	font-family: "dnp-shuei-mincho-pr6", sans-serif !important;
    line-height: 2rem;
}
.artwork-02{
	background: url(../img/store/c-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
	margin-bottom:50px;
}
.artwork-02 p{
	font-family: "dnp-shuei-mincho-pr6", sans-serif !important;
    line-height: 2rem;
}
@media (max-width: 576px) {
.sp-title{
	font-size: 1.5rem;
	margin: 30px 0px;
}}

.buttonde a {
    background:#ac9555;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 450px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #333333;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	color: #ffffff !important;
}
.buttonde a:hover {
    background: #75622d;
    color: #FFF;
}
.buttonde a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff !important;
    border-right: 3px solid #ffffff !important;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.buttonde a:hover:after {
    border-color: #FFF;
}
.gakuerabi
{
	 width:50%;
}



.target-link::before {
  content:"\f35d";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.dli-external-link {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.9em;
  height: 0.9em;
  border: 0.1em solid currentColor;
  border-radius: 0.1em;
  background: #fff;
  box-sizing: content-box;
  position: relative;
	margin: 4px;
}

.dli-external-link > span {
  position: absolute;
  top: -0.2em;
  right: -0.2em;
  width: 45%;
  height: 45%;
  border: 0.1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  background: #fff;
  box-shadow: -0.1em 0.1em 0 0.1em #fff;
  box-sizing: border-box;
}

.dli-external-link > span::before {
  content: '';
  position: absolute;
  top: -0.05em;
  right: -0.1em;
  width: 0.1em;
  height: 0.9em;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: top center;
}
@media (max-width: 576px) {
.toukou-txt p{
	    font-size: 0.8rem;
    line-height: 1rem;
}}

/* FAQ ライブ絵本 */
.area01{
background-color: #fff;
}
.inner {
width:750px;
margin: 20px auto;
}
.qa_box{
margin-bottom: 20px;
}
.qa_box .qa_q {
background-color: #eee9e5;
padding: 5px 25px;
position: relative;
cursor: pointer;
}
.toggle_icon {
position: absolute;
top: 50%;
right: 2rem;
width: 20px;
height: 20px;
margin-top: -15px;
}
.toggle_icon:before{
position: absolute;
content: "▼";
margin: auto;
box-sizing: border-box;
vertical-align: middle;
color: #bfa895;
}
.qa_q.open .toggle_icon:before{
position: absolute;
content: "ー";
margin: auto;
box-sizing: border-box;
vertical-align: middle;
}
.qa_box .qa_a {
display: none;
padding: 5px 30px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
box-sizing: border-box;
background: #fff;
}
.q_txt{
display: block;
padding-left: 35px;
position: relative;
line-height: 1.5;
font-size: 20px;
}
.q_txt::before {
position: absolute;
left: 0;
content: "Q．";
color: #fff;
font-size: 20px;
font-weight: bold;
}
.a_txt {
display: block;
padding-left: 35px;
position: relative;
line-height: 1.5;
}
.a_txt::before {
position: absolute;
left: 0;
content: "A．";
color: #de0000;
font-size: 20px;
font-weight: bold;
}
@media screen and (max-width: 750px) { 
.inner{
width: auto;
}
.toggle_icon {
right: 0.8rem;
}
.toggle_icon:before {
width: 15px;
}
.toggle_icon:after {
height: 15px;
right: 7px;
}
}
@media screen and (max-width: 480px) { 
.toggle_icon {
right: 0.4rem;
}
}
.sankasya-voice{
	background:#eee9e5;
	padding: 30px;
    border-radius: 20px;
	height: 100%;
}

/* ボタンの基本スタイル */
.btn-live a {
  position: relative;
  display: block;
  width:100%;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 700;
  color:  #d1d4d6;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  transition: .2s;
  box-sizing: border-box;
	border:3px solid #d1d4d6;
}
.btn-live a::after {
	
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid rgb(0 0 0);
  border-right: 2px solid rgb(0 0 0);
  transform: rotate(45deg);
  transition: .2s;
  box-sizing: border-box;
}

/* ホバー時のスタイル */
.btn-color-live a {
  border:3px solid #d1d4d6;
	 text-decoration: none;
}
.btn-color-live a:hover {
  background-color:#d1d4d6;
  color: rgb(0 0 0);

}
.btn-color-live a:hover::after {
  border-color:  #d1d4d6;
	  border-top: 2px solid rgb(0 0 0);
  border-right: 2px solid rgb(0 0 0);
}
@media screen and (max-width: 750px) { 
	.button-49 {
		 margin: 0 auto;
		width: 100% !important;
	}}
.button-49 a{
	color: #fff !important;
}
.button-49:hover {
	background-color: #b68597;
	 box-shadow: 0 0 0 3px #b68597;
}
.button-49 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    padding: .9em 2em;
    border: 2px solid #fff;
    border-radius: 25px;
    box-shadow: 0 0 0 3px #e2abbf;
    background-color: #e2abbf;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
	    cursor: pointer;
}

.button-49::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.cast-01{
	background: url(../img/new/cast/c-02.png);
    background-size: cover;
    background-position: 50%;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 1.5rem;
    padding: 20px 10px;
    margin-bottom: 30px;
}
.cast-02{
	background: url(../img/new/cast/c-05.png);
    background-size: cover;
    background-position: 50%;
    color: #42210b;
    text-align: center;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 1.5rem;
    padding: 20px 10px;
    margin-bottom: 30px;
}
.ouenbtn {
display: inline-block;
    padding: 0.8em 3em;
    background-color: #ea728a;
    box-shadow: 0 5px 0 #ae3d53;
    border-radius: 60px;
   	color: #fff !important;
	font-weight:bold;
    cursor: pointer;
    text-decoration: none;
}

/* ホバー時 */
.ouenbtn:hover {
  box-shadow: none;
  transform: translateY(5px);
}
/* クリック時 */
.ouenbtn:active {
  box-shadow: none;
  transform: translateY(5px);
}

@media screen and (max-width: 750px) { 
.f-table td{
  width:100%;
  display:block;
	text-align:center !important;
}
}
.f-table2 td{
  border:none;
	text-align:left;
	vertical-align: text-top;
}
.f-table2tr{
	background: #f4f2e9;
}