#about img,
#company img,
#terms img,
#privacy img{
  width: 100%;
}
#mv{
  width: 100%;
  height: 700px;
  background:linear-gradient(90deg, #00b9ff,#699dd8,#d64883,#ed1c24);/*グラデーションを定義*/
  background-size: 200% 200%;/*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
  position: relative;
  padding: 50px 0;
  z-index: 0;
  position: fixed;
}
.placeholder{
  display: block;
  z-index: -1;
  height: 700px;
}
@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.mv_box{
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  height: 600px;
}
.mv_slide{
  width: 90%;
  max-width: 1200px;
/*  margin: 0 auto;*/
/*  height: calc(80vh - 110px);*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.mv_slide.pc{
  display: block;
}
.mv_slide.sp{
  display: none;
}
.mv_slide .slide_in{
  height: 600px;
  display: flex;
  position: relative;
  align-items: center;
}
.slide_in .sl_img{
  margin: 0 auto;
/*  height: 500px;*/
 align-items: center;
 width: 100%;
 height: auto;
 padding-top: 100%;
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center center;
 }
/*.slide_in .sl_img img{
  object-fit: contain;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
  -webkit-backface-visibility: hidden;
}*/

.sl_flex,
.sl_bg{
  display: flex;
  align-items: center;
  height: 600px;
  justify-content: center;
  padding: 80px 90px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.sl_bg.black::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
}
.sl_bg.sl_left{
  justify-content: flex-start;
}
.sl_bg.sl_right{
  justify-content: flex-end;
}
.sl_flex .sl_l,
.sl_flex .sl_r{
  width: 50%;
}
.sl_txtbox p,
.sl_txtbox span{
  color: #fff;
  z-index: 2;
  position: relative;
/*  text-align: center;*/
}
.sl_txtbox{
  width: 100%;
}
.sl_bg.sl_left .sl_txtbox p{
  text-align:left;
}
.sl_bg.sl_right .sl_txtbox p{
  text-align:right;
}
.sl_ttl{
  position: relative;
  line-height: 1;
  padding: 15px 0;
}
.sl_ttl span{
  color: #fff;
  font-weight: bold;
}
.sl_ttl.center span{
  text-align: center;
}
.sl_ttl.left span{
  text-align: left;
}
.sl_ttl.right span{
  text-align: right;
}
.sl_txtbox h3{
  position: relative;
  line-height: 1;
  padding: 15px 0;
  font-weight: bold;
  color: #fff;
}
.sl_ttl::before{
 content:'';
 display:block;
 width:90px;
 height:1px;
 background-color:#fff;
 position:absolute;
 top:0;
}
.sl_ttl.center::before,
.sl_ttl.center::after{
 left:50%;
 transform: translateX(-50%);
 -webkit- transform: translateX(-50%);
}
.sl_ttl.left::before,
.sl_ttl.left::after{
  left: 0;
}
.sl_ttl.right::before,
.sl_ttl.right::after{
  right: 0;
}
.sl_bg.sl_left .sl_ttl::before,
.sl_bg.sl_left .sl_ttl::after,
.sl_bg.sl_left .sl_txt::after{
 left:0;
 transform: translateX(0);
 -webkit- transform: translateX(0);
}
.sl_bg.sl_right .sl_ttl::before,
.sl_bg.sl_right .sl_ttl::after,
.sl_bg.sl_right .sl_txt::after{
 right:0;
 left: auto;
 transform: translateX(0);
 -webkit- transform: translateX(0);
}
.sl_ttl::after{
 content:'';
 display:block;
 width:90px;
 height:1px;
 background-color:#fff;
 position:absolute;
 bottom:0;
}
hr{
  height: 0; /*高さをリセット*/
  margin: 0; /*マージンをリセット*/
  padding: 0; /*パディングをリセット*/
  border: 0; /*ボーダーをリセット*/
}

img.alignright{
  display: block;
  margin: 0 0 0 auto;
}
img.alignleft{
  display: block;
  margin: 0 auto 0 0;
}
img.aligncenter{
  display: block;
  margin: 0 auto;
}
.sl_txt{
  padding: 30px 0;
  line-height: 2;
  position: relative;
}
/*.sl_txt::after{
 content:'';
 display:block;
 width:90px;
 height:1px;
 background-color:#fff;
 position:absolute;
 bottom:0;
 left:50%;
 transform: translateX(-50%);
 -webkit- transform: translateX(-50%);
}*/
.slick-dots{
  bottom: -35px!important;
}
.slick-dots li{
  margin: 0 50px!important;
}
.slick-dots li button,
.slick-dots li button:before{
  color: #251e1c!important;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:before{
  color: #fff!important;
}
.mv_slide .slick-arrow{
  width: 26px!important;
  height: 45px!important;
}
.mv_slide .slick-arrow:before{
  content:''!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px!important;
  height: 45px!important;
}
.mv_slide .slick-next{
  right: -90px!important;
}
.mv_slide .slick-next:before{
  background-repeat: no-repeat!important;
  background: url(../images/arrow_w_next.png)!important;
  background-size: contain!important;
}
.mv_slide .slick-prev{
  left: -90px!important;
}
.mv_slide .slick-prev:before{
  background-repeat: no-repeat!important;
  background: url(../images/arrow_w_prev.png)!important;
  background-size: contain!important;
}
/*top content*/
#recommend{
  position: relative;
  background-color: #fff;
  padding: 0 40px;
}
.con_in{
/*  width: 80%;*/
  max-width: 1000px;
  padding: 50px 0 60px;
  margin: 0 auto;  
  position: relative;
}
.top_ttl{
  text-align: center;
  padding-bottom: 40px;
  display: block;
  border-bottom: 1px solid #000;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 45px;
}
.ind_box{
  display: flex;
  flex-wrap: wrap;
}
.ind_box .ind_in{
  width: calc(94% / 4);
  margin-right: 2%;
  margin-bottom: 45px;
}
/*#exhibition .ind_box .ind_in:first-child{
  display: none;
}*/
.pickup_box{
  position: relative;
}
.pickup_box .ind_in{
  margin-bottom: 45px;
}
#top .ind_box .ind_in{
  margin-bottom: 20px;
}
.ind_box .ind_in:nth-child(4n){
  margin-right: 0;
}
.ind_cat{
  font-weight: bold;
  font-size: 1.1em;
  padding: 0 2px 10px 2px;
  line-height: 1;
  display: inline-block;
}
.ind_cat.purple{
  background-color: #ff00ff;
}
.ind_cat.other{
  background-color: #00ffff;
}
.ind_img{
  overflow: hidden;
}
.img_in{
  width: 100%;
  height: auto;
  padding-top: 89%;
  background-size: cover;
  background-position: center center;
  transition: all .3s;
}
.pickup_box .img_in{
  padding-top: 52%;
}
.sold{
  margin-left: 10px;
  background-color: #999;
  color: #fff;
  padding: 0 3px;
}
.sold:empty{
  display: none;
}
.img_in.book{
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.img_in.book img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  object-fit: cover;
}
.ind_in:hover .img_in{
  transform:scale(1.1,1.1);
}
.ind_in:hover .img_in.book{
  transform:scale(1,1);
}
.ind_txt01{
  margin-top: 15px;
  line-height: 1.2;
}
.ind_txt01,
.ind_txt02{
  line-height: 1.5;
  font-weight: bold;
  font-size: 0.99em;
}
.ind_txt02 span{
  display: block;
}
.ind_date{
  font-size: 0.9em;
  line-height: 1;
  padding-bottom: 15px;
  position: relative;
}
.ind_date::after{
  content:'';
  display:block;
  width:90px;
  height:1px;
  background-color:rgba(37,30,28,.7);;
  position:absolute;
  bottom:0;
  left:0;
}
/*editor*/
hr{

}

/*exhibition*/
#exhibition{
  position: relative;
  padding: 0 40px;
  min-height: calc(100vh - 284px);
}
.category_list{
  position: fixed;
  left: 40px;
  top: 115px;
}
.category_list li a{
  font-weight: bold;
  color: #b3b3b3;
  padding-bottom: 20px;
  display: block;
}
.category_list li a.active{
  color: #251e1c;
}
.pager{
  margin-top: 50px;
}
.pager ul li{
  display: inline-block;
}
.pager ul li:first-child{
  display: none;
}
.pager ul li a{
  width: 48px;
  margin-right: 10px;
  position: relative;
  display: block;
  text-align: center;
  padding-top: 5px;
  font-weight: bold;
  color: #b3b3b3;
}
.pager ul li a.current{
  color: #251e1c;
}
.pager ul li a.nextpostslink,
.pager ul li a.previouspostslink{
  display: none;
}
.pager ul li a::before{
 content:'';
 display:block;
 width:100%;
 height:3px;
 background-color:#b3b3b3;
 position:absolute;
 top:0;
 left:0;
}
.pager ul li a.current::before{
  background-color:#251e1c;
}
/*.con_slide{
  margin-bottom: 40px!important;
}*/

.con_slide .con_slide_in{
  width: 100%;
  padding-top: 67%;
/*  padding-top: 75%;*/
  height: auto;
  object-fit: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f7f8f8;
}
#book .con_slide .con_slide_in{
  padding-top: 67%;
}
.con_slide .slide-dots li{
  display: inline-block;
  margin-right: 10px;
}
.slick-dots > li:only-child {
    display: none;
}
.con_slide .slide-dots button{
  position: relative;
  width: 55px;
  text-indent:9999px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.con_slide .slide-dots button::before{
  content: '';
  position: absolute;
  width: 55px;
  height: 3px;
  background-color: #b3b3b3;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.con_slide .slide-dots li.slick-active button:before{
  background-color: #000;
}
.con_content{
  position: relative;
  padding: 30px 0;
  margin-bottom: 30px;
  margin-top: 40px;
}
.con_content::before{
  content:'';
 display:block;
 width:90px;
 height:1px;
 background-color:rgba(37,30,28,0.5);
 position:absolute;
 top:0;
 left:0;
}
.page-template-terms .con_content::before,
.page-template-privacy .con_content::before,
.page-template-company .con_content::before{
  height: 0;
}
.page-template-terms .con_lead,
.page-template-privacy .con_lead,
.page-template-company .con_lead{
  margin-bottom: 30px;
}
.page-template-terms .con_txt,
.page-template-company .con_txt{
  margin-bottom: 80px;
}
.privacy_box{
  margin-bottom: 60px;
}
.ind_list{
}
.ind_list li {
   text-indent: -1em;
   padding-left: 1em;
}
.btm30{
  margin-bottom: 30px;
}
.con_content strong,
.sl_txt strong{
  font-weight: bold;
}
.con_content blockquote,
.con_content em,
.sl_txt blockquote,
.sl_txt em{
  font-style: italic;
}
/*.con_lead.contact_btn{
  position: relative;
  padding-bottom: 30px;
} */
.about_line{
  position: relative;
  width: 100%;
  height: 1px;
  display: block;
  margin-bottom: 30px;
}
.con_content::after,
.about_line::after{
  content:'';
 display:block;
 width:90px;
 height:1px;
 background-color:rgba(37,30,28,0.5);
 position:absolute;
 bottom:0;
 left:0;
}
.contact_popup{
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  width: 250px;
  height: 40px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all .3s;
  border: 1px solid #000;
}
.contact_popup:hover{
  background-color: #fff;
  color: #000;
}
#book .con_content::after{
  height: 0;
}
.con_content p{
  text-align: justify;
}
.con_content p a,
.con_career_box p a{
  cursor: pointer;
  color: #302f2f;
  border-bottom: 1px solid #302f2f;
}
.con_name{
/*  padding-left: 55px;*/
  font-weight: bold;
  margin-bottom: 20px;
}
.con_sub{
  padding-left: 55px;
  margin-bottom: 20px;
  font-size: 0.9em;
  font-weight: bold;
  display: block;
}
.con_career{
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
  margin-bottom: 35px;
}
.con_career dt{
  width: 45px;
  margin-right: 10px;
  text-align: right;
}
.con_career dd{
  width: calc(100% - 55px);
}
#relation .con_in{
}
.head02{
  font-size: 1.2em;
  font-weight: bold;
  display: block;
}
.con_ttl{
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
}
.con_ttl::after{
  content:'';
  display:block;
  width:90px;
  height:1px;
  background-color:rgba(37,30,28,0.5);
  position:absolute;
  bottom:0;
  left:0;
}
.con_sub_ttl{
  font-size: 0.8em;
  display: block;
  line-height: 1;
  font-weight: normal;
}
/*.con_ttl br{
  display: none;
}*/
.head03{
  display: block;
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  padding-top: 50px;
}
.head03::before{
  content:'';
 display:inline-block;
 width:calc(100% - 80px);
 height:1px;
 background-color:rgba(37,30,28,0.5);
 position:absolute;
 top:0;
 left:40px;
}
.head03 span{
  display: block;
  position: relative;
  width: 165px;
  margin: 0 auto;
  line-height: 1;
  font-weight: bold;
  font-size: 1.1em;
}
.head03 span::before{
 content:'';
 display:inline-block;
 width:1.25px;
 height:18px;
 background-color:#251e1c;
 position:absolute;
 top:-2px;
 left:0;
}
.head03 span::after{
 content:'';
 display:inline-block;
 width:1.25px;
 height:18px;
 background-color:#251e1c;
 position:absolute;
 top:-2px;
 right:0;
}
.con_slide .slick-arrow{
  width: 21px!important;
  height: 35px!important;
  z-index: 1;
}
.con_slide .slick-arrow:before{
  content:''!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 21px!important;
  height: 35px!important;
  background-repeat: no-repeat!
  ;
}
.con_slide .slick-next{
  right: 10px!important;
}
.con_slide .slick-next:before{
  background-repeat: no-repeat!important;
  background: url(../images/arrow_b_next.png)!important;
  background-size: contain!important;
}
.con_slide .slick-prev{
  left: 10px!important;
}
.con_slide .slick-prev:before{
  background-repeat: no-repeat!important;
  background: url(../images/arrow_b_prev.png)!important;
  background-size: contain!important;
}
.pickup_ttl{
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ff00ff;
  padding: 2px;
  font-weight: bold;
  z-index: 2;
  font-size: 1.2em;
  line-height: 1.5;
}
.past_ttl{
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.event_info{
  font-weight: bold;
  margin-bottom: 30px;
}
/*event*/
.con_mv{
  width: 100%;
  height: auto;
  padding-top: 67%;
  background-color: #f7f8f8;
  background-size: contain;
  background-repeat: no-repeat;
/*  background-size: cover;*/
  background-position: center center;
}
.bottom_txt{
  text-align: right;
  font-size: 0.8em;
}
#event .con_content,
#article .con_content{
  margin-bottom: 0;
  padding-bottom: 0;
}
#event .con_content::after,
#article .con_content::after{
  width: 0;
}
/*book*/
.post-type-archive-book #main_contents,
.tax-cat_book #main_contents{
  background-color: #f4f4f4;
}
#book{
/*  background-color: #f4f4f4;*/
  position: relative;
  min-height: calc(100vh - 284px);
}
.book_info{
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(37,30,28,0.5);
  margin-bottom: 30px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.book_info .box_l{
  width: calc(100% - 330px);
}
.book_info .box_r{
  width: 330px;
}
.book_price span{
  font-size: 1.5em;
}
.cart_btn{
  margin-bottom: 15px;
}
.cart_area{
  width: 280px;
  margin: -20px 0 0 auto;
}
.cart_area .shopify-buy-frame--product{
  margin: 0 0 0 auto;
}
.shopify-buy__btn{
  width: 100%;
}
.cart_btn button,
button.shopify-buy__btn {
  border: 1px solid #000!important;
  color: #fff!important;
  font-weight: bold!important;
  font-size: 1.6em!important;
  width: 245px!important;
  text-align: center!important;
  line-height: 1!important;
  padding: 5px!important;
  background-color: #000!important;
  transition: all .2s!important;
  cursor: pointer!important;
}
.cart_btn button:hover,
button.shopify-buy__btn:hover{
  color: #000;
  background-color: transparent!important;
}
.about_cart{
  text-align: right!important;
  font-size: 0.4em;
  margin-top: 5px;
  display: block;
  width: 330px;
}
.about_cart a{
  border-bottom: 1px solid #000;
  transition: all .3s;
}
.about_cart a:hover{
  opacity: .7;
}
.con_comment p{
  text-align: justify;
}
.con_comment h3{
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.7;
  margin-bottom: 30px;
}
.con_comment .right{
  display: block;
}
.comment_author{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 60px;
}
.map_box {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 30px;
}
.map_box iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*article*/
.con_lead{
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 75px;
}
.sub_ttl{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 35px;
}
.con_content .img{
  position: relative;
  padding: 30px 0;
  margin: 30px 0;
}
.con_content .img::before{
  content:'';
 display:block;
 width:90px;
 height:1px;
 background-color:rgba(37,30,28,0.5);
 position:absolute;
 top:0;
 left:0;
}
.con_content .img::after{
  content:'';
 display:block;
 width:90px;
 height:1px;
 background-color:rgba(37,30,28,0.5);
 position:absolute;
 bottom:0;
 left:0;
}
.top20{
  margin-top: 20px;
}
.con_content img{
  max-width: 100%;
/*  width: 100%;*/
}
/*movie*/
.con_movie {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 30px;
}
.con_movie iframe {
  width: 100%;
  height: 100%;
}
#about{
  background:linear-gradient(90deg, #00b9ff,#699dd8,#d64883,#ed1c24);/*グラデーションを定義*/
  background-size: 200% 200%;/*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
  position: relative;
  padding: 0 50px;
}
@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#about .con_in,
#terms .con_in,
#company .con_in,
#privacy .con_in{
  background-color: #fff;
  max-width: 1000px;
  padding: 40px;
}
.img{
  position: relative;
  margin-bottom: 30px;
}
.img img{
  width: 100%;
}
#about .con_lead{
  margin-bottom: 40px;
}
.access_txt span{
  font-weight: bold;
  font-size: 1.1em
}
.time_box{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.time_box dt{
  width: 180px;
  position: relative;
}
.time_box dt::after{
  content: '｜';
  position: absolute;
  right: 0;
}
.time_box dd{
  width: calc(100% - 180px);
}
/*btn popup*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px 45px;
  background-color: #fff;
  z-index: 2;
}
.inner02{
  border: #83423a solid 1px;
  position: relative;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn img {
  width: 25px;
  font-size: 20px;
  color: #333;
  position: absolute;
  right: -35px;
  top: 0;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  z-index: 1;
  cursor: pointer;
}
.popup_ttl{
  padding-top: 55px;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
.popup_txt{
  width: 70%;
  margin: 0 auto 50px;
  font-size: 1.2em;
  letter-spacing: 0.05em;
}
.contact_tbl{
  width: 100%;
  margin-bottom: 20px;
}
.contact_tbl th,
.contact_tbl td{
  display: block;
}
.contact_tbl td{
  margin-bottom: 10px;
}
.contact_tbl input,
.contact_tbl textarea{
  width: 100%;
  border-radius: 0;
  border: 1px solid #000;
  padding: 5px;
}
.popup button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.wpcf7 form.sent .wpcf7-response-output{
  background-color: transparent;
}
.btn.submit,
.wpcf7-submit{
  background-color: #000;
  padding: 5px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.wpcf7-spinner{
  position: absolute!important;
  right: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  top: 0;
}
.contact_btn .btn{
  position: relative;
}
.btn.reset{
  padding: 5px;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  margin-left: 5px;
  line-height: 1;
  border-radius: 0px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output{
  border: none!important;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  color: #dc3232!important;
}
@media screen and (max-width: 1500px) {
#mv,
.placeholder{
  height: 600px;
}
#mv{
  padding: 50px 0;
}
.mv_box,
.sl_flex,
.sl_bg{
  height: 500px;
}
.mv_slide .slide_in{
  height: 500px;
}
.mv_slide{
  max-width: 1100px;
}
.slick-dots{
  bottom: -35px!important;
}
/*#terms .con_in,
#privacy .con_in{
  width: 95%;
}*/
}
@media screen and (max-width: 1200px) {
#exhibition .con_in,
#book .con_in,
#relation .con_in,
#article .con_in,
#event .con_in{
/*  padding: 50px 25px 60px 100px;*/
}
#book .con_in{
  padding: 50px 25px 60px 100px;
}
.category_list{
  left: 25px;
}
.con_in.search{
  width: 95%;
  min-height: calc(100vh - 317px);
}
}
@media screen and (max-width: 980px) {
.ind_box .ind_in,
.ind_box .ind_in:nth-child(4n){
  width: 32%;
  margin-right: 2%;
}
.ind_box .ind_in:nth-child(3n){
  margin-right: 0;
}
.cart_btn button{
  font-size: 1.3em;
  width: 200px;
}
.book_l{
  width: calc(100% - 220px);
}
.con_slide .slide-dots button{
  width: 30px;
}
.con_slide .slide-dots button{
  width: 30px;
}
.con_slide .slide-dots button::before{
  width: 30px;
}
.con_slide .slide-dots li{
  margin-right: 5px;
}
}
@media screen and (max-width: 899px) {
.mv_slide.pc{
  display: none;
}
.mv_slide.sp{
  display: block;
}

}
@media screen and (max-width: 599px) {
.con_in,
#terms .con_in, #company .con_in, #privacy .con_in{
  padding: 30px 0 40px;
}
.top_ttl{
  padding-bottom: 30px;
}
.sl_flex{
  flex-wrap: wrap;
  padding: 0 20px;
}
.sl_flex .sl_l, .sl_flex .sl_r{
  width: 100%;
}
.slide_in .sl_img{
  text-align: center;
}
.slide_in .sl_img img{
  max-height: 230px;
  margin: 0 auto;
}
.sl_ttl::before,
.sl_ttl::after,
.sl_txt::after{
  width: 70px;
}
#recommend{
  padding: 0 25px;
}
.slick-dots li{
  margin: 0 25px!important;
}
.sl_bg{
  padding: 30px 20px;
}
.sl_txtbox{
  padding-top: 20px;
}
.sl_txt{
  font-size: 0.7em;
  padding: 20px 0;
}
.ind_box .ind_in,
.ind_box .ind_in:nth-child(3n),
.ind_box .ind_in:nth-child(4n){
  width: 48%;
  margin-right: 4%;
}
.ind_box .ind_in:nth-child(2n){
  margin-right: 0;
}
#exhibition,
#book,
#article,
#event{
  padding: 0 25px;
}
#exhibition .con_in{
  margin-left: 0;
  padding-top: 20px;
}
.category_list {
  padding-top: 10px;
  position: relative;
  left: auto;
  top: auto;
}
.category_list li{
  display: inline-block;
  margin-right: 15px;
}
.category_list li a{
  padding-bottom: 0;
  display: inline-block;
}
#relation .con_in{
  padding: 0 25px 50px;
}
#exhibition .con_in{
  padding: 20px 0 50px;
}
#book .con_in{
  padding: 80px 0 50px;
}
.category_list{
  position: absolute;
  top: 30px;
}
#about,
#terms,
#privacy{
  padding: 0 25px;
}
.popup-inner{
  padding: 30px 20px;
}
#about .con_in{
  padding: 30px 25px;
}
.book_info{
  flex-wrap: wrap;
}
.book_l,
.book_r{
  width: 100%;
}
.book_l{
  margin-bottom: 30px;
}
.about_cart{
  width: 100%;
}
}