/* section */
section { margin-bottom: 12vw; }
section.last { margin-bottom: 5vw; }
section.section_pad { padding: 5vw 0; }
section >* { z-index: 3; }
section .title_box { margin: 0 auto 60px; }
section .title_box font {padding: 10px 0;box-sizing: border-box;line-height: 1;font-size: 50px;z-index: 5;display: block;}
section .title_box font span {width: 280px;height: 3px;top: calc((100% - 3px) / 2);left: 50%;z-index: 1;display: none;}
section .title_box font span:before , section .title_box font span:after { position: absolute; width: 50%; height: 100%; background: var(--secondary); display: block; top: 0; left: 0; content: ""; }
section .title_box font span:after { left: auto; right: 0; }
section .title_box font b {line-height: 100%;letter-spacing: .15em;font-size: 40px;font-weight: 600;text-transform: uppercase;z-index: 4;opacity: 0;color: var(--white);display: block;text-align: left;}
section .title_box font .sub_title {font-weight: bold;font-size: 22px;text-transform: uppercase;/* font-style: italic; *//* top: 80px; *//* left: 85px; */opacity: 0;margin-top: 20px;color: var(--primary);}
section .title_box.showtime font span:before , section .title_box.showtime font span:after { width: 25%; -webkit-transition-delay: .2s; transition-delay: .2s; }
section .title_box.showtime font b { opacity: 1; -webkit-transition-delay: .6s; transition-delay: .6s; }
section .title_box.showtime font .sub_title { opacity: 1; -webkit-transition-delay: .8s; transition-delay: .8s; }
section .img_show:before { position: absolute; width: 200%; height: 100%; background: var(--secondary); content: ""; top: 0; left: -50%; z-index: 10; }
section .img_show.showtime:before { left: 120%; }

/* bg_box */
.bg_box { width: 100%; height: 100%; background: no-repeat 50% / cover; opacity: .5; top: 0; left: 0; }
.bg_box:before { width: 100%; height: 100%; display: block; background: rgba(var(--white-rgb), .3); content: ""; }
.bg_box.white:before { background: rgba(var(--white-rgb), .2); }

/* about_area */
#about_area article {margin-bottom: 30px;line-height: 210%;letter-spacing: 2px;font-weight: 400;text-align: justify;}
#about_area .more {bottom: 15%;}

/* news_area */
#news_area .time { font-weight: 300; font-style: italic; line-height: 120%; }
#news_area .img_cover , #book_area .img_cover {height: auto;}
#news_area h3 { margin-top: 10px; height: 45px; line-height: 45px; letter-spacing: .15em; font-weight: 600; font-size: 22px; }
#news_area h3:before { position: absolute; width: 0; height: 2px; background: var(--secondary); display: block; bottom: 0; left: 0; content: ""; }
#news_area .slick-current h3:before { width: 100%; }
#news_area .more font { font-weight: 600; font-style: italic; }
#news_area .more svg { margin-left: 10px; width: 18px; height: 13px; }

/* product_list */
#product_list { margin: auto; width: 90%; }
#product_list .img_show { z-index: 1; }
#product_list .img_cover { height: 400px; }
#product_list .info_box { margin: -50px auto 30px; padding: 20px 30px; width: calc(90% - 60px); box-shadow: 0 0 10px rgba(var(--black-rgb), .2); z-index: 5; }
#product_list .info_box h3 { margin-bottom: 5px; height: 37px; letter-spacing: .15em; font-size: 22px; }
#product_list .info_box .price_box p { margin-right: 10px; vertical-align: bottom; }
#product_list .info_box .price_box p * { line-height: 100%; font-size: 18px; vertical-align: text-bottom; }
#product_list .info_box .price_box p span { margin-right: 2px; font-size: 12px; }
#product_list .info_box .price_box p.price * { font-weight: 600; }
#product_list .info_box .price_box p.old font { font-size: 15px; text-decoration: line-through; }

/* book_area */
#book_area a { background: rgba(var(--black-rgb), .2); }
#book_area a b { margin: auto; padding: 0 10%; width: 80%; height: 42px; letter-spacing: .15em; font-weight: 700; font-size: 25px; }
#book_area .slick-current a b { letter-spacing: .4em; }

/* custom_area */
#custom_area {margin: 0;padding: 100px 0;}
#custom_area:before {position: absolute;width: 100%;height: 100%;background: rgba(var(--primary-rgb), .1);display: block;bottom: 0;left: 0;opacity: 1;content: "";}
#custom_area .title_box h2{color:#fff;font-size: 40px;}
#custom_area .title_box .sub_title, #product_area .title_box .sub_title{font-size: 15px;color: #8b8b8b;font-weight: 300;letter-spacing: 5px;}
#custom_box ul {display: flex;flex-wrap: wrap;justify-content: center;margin-top: 70px;}
#custom_box li {width: calc((100%/6) - 50px);}
#custom_box li .row {}
#custom_box li .row h2 {width: 60px;margin: 0 auto;-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);}
#custom_box li .row article {margin-top: 30px;line-height: 200%;text-align: center;font-size: 14px;}

@media screen and (min-width: 1281px){
	#product_list { width: var(--width-xl); }
	#book_area li:hover a b { letter-spacing: .4em; }
}
@media screen and (min-width: 1025px){
	section { margin-bottom: 8vw; }
	#about_area #photo_list { order: 1; }
}
@media screen and (max-width: 1024px){
	#about_area .more { margin-top: 15px; }
}
@media screen and (max-width: 768px){
	#custom_box li{width: calc((100%/3) - 50px);margin: 30px 0;}
}
@media screen and (max-width: 640px){
	#custom_box ul{justify-content: space-between;}
	#custom_box li{width: calc((100%/2) - 0px);}
	section.section_pad, section, #custom_area{padding:40px 0;}
	section .title_box {margin: 30px auto 10px;}
	section .title_box font span { width: 200px; }
	section .title_box font b {font-size: 25px;}
	section .title_box font .sub_title { font-size: 17px; left: 55px; }
}
@media screen and (max-width: 380px){
	section .title_box.showtime font span:before , section .title_box.showtime font span:after { width: 10%; }
}