/* section */
section { margin-bottom: 12vw; }
section.last { margin-bottom: 5vw; }
section.section_pad {padding: 3vw 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; }
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: 35px;font-weight: 400;text-transform: uppercase;z-index: 4;opacity: 0;color: var(--triadic1);}
section .title_box font .sub_title { font-weight: bold; font-size: 22px; text-transform: uppercase; font-style: italic; top: 80px; left: 85px; opacity: 0; }
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: .15;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: 230%;letter-spacing: 2px;font-weight: 400;text-align: justify;color: var(--white);}
#about_area .more { bottom: 10%; }

/* news_area */
#news_area .time { font-weight: 300; font-style: italic; line-height: 120%; }
#news_area .img_cover , #book_area .img_cover {height: 250px;}
#news_area h3 {padding: 10px;height: 35px;line-height: 35px;letter-spacing: .15em;font-size: 18px;color: var(--white);text-align: center;font-weight: 400;}
#news_area .more font { font-weight: 600; font-style: italic; }
#news_area .more svg { margin-left: 10px; width: 18px; height: 13px; }
#news_area .list_box li {margin: 0 15px;border: 1px solid #6c6c6c;border-radius: 25px;overflow: hidden;}
#news_area .list_box li .row{margin:0;}

/* 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; }

/* tabs_box */
#tabs_box {padding: 80px 0;background: #fcfcfc;margin: 0;}
#tabs_box .title_box font b{color: var(--gray);}

/* productTabs */
#productTabs{display:flex;flex-wrap: wrap;justify-content: space-between;width: 80%;margin: 0 auto;}
#productTabs .tabs {width: 20%;border-radius: 25px;padding: 30px;background: #f1f0ef;border: 1px solid #e1dcd9;}
#productTabs .tabs li{display: block;margin: 15px 0;}
#productTabs .tabs li.active a{background: var(--secondary);color: var(--white);}
#productTabs .tabs a {padding: 10px 15px;letter-spacing: .1em;font-weight: 500;font-size: 18px;display: flex;align-items: center;background: var(--triadic1);border-radius: 50px;color: var(--secondary);justify-content: center;box-shadow: 3px 3px 0 hsl(28deg 5% 53% / 21%);}
#productTabs .tabs a:hover{box-shadow: 0 0 0 rgb(142 135 129);}
#productTabs .tabs a img{width: 40px;margin-left: 10px;}
#productTabs #tabs_container{width: 70%;}
#productTabs .tab_content .text{margin-top: 25px;display: flex;flex-wrap: wrap;justify-content: center;}
#productTabs .tab_content .text a{margin: 10px;background:var(--info);color:var(--white);padding:15px 40px;text-align:center;border-radius:50px}

@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: 5vw;}
	#about_area #photo_list {order: 1;border-radius: 20px;overflow: hidden;}
	#about_area article {width: 90%;}
}
@media screen and (max-width: 1280px){
	#news_area .img_cover , #book_area .img_cover {height: 200px;}
	#productTabs{width:100%}
}
@media screen and (max-width: 1024px){
	#about_area .more { margin-top: 15px; }
	section.section_pad{padding:50px 0;}
	#about_info{margin-top:20px;}
	#photo_list{border-radius: 20px;overflow: hidden;}
}
@media screen and (max-width: 768px){
	#productTabs .tabs{width: calc(100% - 60px);display: flex;flex-wrap: wrap;justify-content: space-between;}
	#productTabs .tabs li{width: calc((100%/3) - 20px);}
	#productTabs #tabs_container{width:100%;margin-top:30px;}
}
@media screen and (max-width: 640px){
	#productTabs .tabs li{width: 100%;margin: 8px 0;}
	section.section_pad{padding-top:15px;}
	#tabs_box{padding:30px 0;}
	section .title_box { margin: 30px auto; }
	section .title_box font span { width: 200px; }
	section .title_box font b { font-size: 40px; }
	section .title_box font .sub_title { font-size: 17px; left: 55px; }
	#news_area h3{height:auto;display: block;letter-spacing: 0;}
	#productTabs .tab_content .text a{font-size:14px;width: calc(50% - 20px);padding: 15px 0;}
}
@media screen and (max-width: 380px){
	section .title_box.showtime font span:before , section .title_box.showtime font span:after { width: 10%; }
}