@charset "UTF-8";
/* CSS Document */
/*parts
=========================================== */
.slider01 .slick-prev, .slider01 .slick-next { width: 64px; height: 64px; background: transparent; border-radius: 50%; border: 2px solid #0A0A0A; box-sizing: border-box; transition: 0.3s; }
.slider01 .slick-prev::before, .slider01 .slick-next::before { content: ""; display: block; width: 16px; height: 22px; opacity: 1; background: url("../img/common/slide_arrow_b.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
.slider01 .slick-prev:hover, .slider01 .slick-prev:focus, .slider01 .slick-next:hover, .slider01 .slick-next:focus { background: #0A0A0A; }
.slider01 .slick-prev:hover:before, .slider01 .slick-prev:focus:before, .slider01 .slick-next:hover:before, .slider01 .slick-next:focus:before { background: url("../img/common/slide_arrow_w.svg") no-repeat center; background-size: contain; }
.slider01 .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }

.new-icon { width: 48px; height: 48px; background: #D81D17; border-radius: 50%; padding: 13px 0 15px; box-sizing: border-box; position: absolute; top: -10px; left: -10px; font-size: 14px; line-height: 20px; text-align: center; z-index: 1; }

.item00 { width: 250px; }
.item00 a { display: block; width: 100%; position: relative; }
.item00 a:hover { text-decoration: none; }
.item00 a:hover .img img { transform: scale(1.1); }
.item00 a .img { width: 100%; height: 250px; border-radius: 20px; overflow: hidden; box-shadow: 0 0 8px rgba(0, 0, 0, 0.24); }
.item00 a .img img { transition: 0.3s; }
.item00 a .cate-list { width: auto; margin-top: 8px; }
.item00 a .cate-list li { font-size: 14px; line-height: 20px; padding: 3px 16px 5px; box-sizing: border-box; border: 1px solid #B7B7B7; border-radius: 16px; margin: 8px 8px 0 0; font-weight: 500; }
.item00 a .cate-list li:last-child { margin-right: 0; }
.item00 a .title { min-height: 48px; line-height: 24px; margin-top: 12px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.item00 a .price { line-height: 32px; margin-top: 8px; }
.item00 a .price .item-price { font-size: 24px; margin-right: 4px; }
.item00 a .price em.tax { font-size: 16px; color: #000000; }

.news00 { width: 260px; }
.news00 a { display: block; width: 100%; position: relative; }
.news00 a:hover { text-decoration: none; }
.news00 a:hover .img img { transform: scale(1.1); }
.news00 a .img { width: 100%; height: 190px; border-radius: 20px; overflow: hidden; box-shadow: 0 0 8px rgba(0, 0, 0, 0.24); }
.news00 a .img img { transition: 0.3s; }
.news00 a .info { margin-top: 16px; align-items: center; }
.news00 a .info .time { font-size: 14px; line-height: 20px; margin-right: 6px; }
.news00 a .info .cate-list { width: auto; }
.news00 a .info .cate-list li { font-size: 14px; line-height: 20px; padding: 3px 16px 5px; box-sizing: border-box; border: 1px solid #B7B7B7; border-radius: 16px; margin-right: 8px; }
.news00 a .info .cate-list li:last-child { margin-right: 0; }
.news00 a .title { margin-top: 8px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

#youtube-sec { width: 1440px; background: #FFFFFF; padding: 100px 0 100px 170px; box-sizing: border-box; margin: 0 auto; border-radius: 40px; }
#youtube-sec .slider-cont { justify-content: space-between; position: relative; }
#youtube-sec .slider-cont .title01_box { width: 290px; }
#youtube-sec .slider-cont #youtube-slider { width: calc(100% - 290px); margin-bottom: 0; }
#youtube-sec .slider-cont #youtube-slider .slick-list { overflow-y: visible; box-sizing: border-box; padding: 10px; }
#youtube-sec .slider-cont #youtube-slider .slick-prev, #youtube-sec .slider-cont #youtube-slider .slick-next { top: auto; bottom: 10px; transform: translate(0, 0); }
#youtube-sec .slider-cont #youtube-slider .slick-prev { left: -290px; }
#youtube-sec .slider-cont #youtube-slider .slick-next { left: -214px; right: auto; }
#youtube-sec .slider-cont #youtube-slider .youtube00 { width: 408px; height: 230px; margin-right: 30px; position: relative; z-index: 1; }
#youtube-sec .slider-cont #youtube-slider .youtube00:last-child { margin-right: 0; }
#youtube-sec .slider-cont #youtube-slider .youtube00::before { content: ""; display: block; width: 100%; height: 100%; border-radius: 20px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.24); position: absolute; top: 0; left: 0; z-index: -1; }
#youtube-sec .slider-cont #youtube-slider .youtube00 a { display: block; width: 100%; height: 100%; overflow: hidden; border-radius: 20px; }
#youtube-sec .slider-cont #youtube-slider .youtube00 a:hover img { transform: scale(1.1); }
#youtube-sec .slider-cont #youtube-slider .youtube00 a img { width: 100%; transition: 0.3s; }
#youtube-sec > .btn01 { padding-right: 170px; }

#insta-sec .title { font-size: 48px; line-height: 70px; margin-bottom: 40px; }
#insta-sec .insta_box #sb_instagram #sbi_images { display: flex; flex-wrap: wrap; padding: 0; }
#insta-sec .insta_box #sb_instagram #sbi_images .sbi_item { width: 250px !important; margin: 30px 33px 0 0 !important; border-radius: 10px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.24); }
#insta-sec .insta_box #sb_instagram #sbi_images .sbi_item:nth-child(4n) { margin-right: 0 !important; }
#insta-sec .insta_box #sb_instagram #sbi_images .sbi_item:nth-child(-n+4) { margin-top: 0 !important; }
#insta-sec .insta_box #sb_instagram #sbi_images .sbi_photo { width: 100%; height: 250px !important; border-radius: 10px; overflow: hidden; }
#insta-sec .insta_box #sb_instagram #sbi_images .sbi_photo:hover { opacity: 1; }
#insta-sec .insta_box #sb_instagram #sbi_images .sbi_photo:hover img { transform: scale(1.1); }
#insta-sec .insta_box #sb_instagram #sbi_images .sbi_photo img { transition: 0.3s; }

#delay-box { margin-bottom: 100px; }
#delay-box .delay-box_in { padding: 40px; box-sizing: border-box; border: 3px solid #D81D17; }
#delay-box .delay-box_in .delay_title { margin-bottom: 32px; }
#delay-box .delay-box_in .delay_title .icon { display: block; width: 40px; margin: 0 auto 8px; }
#delay-box .delay-box_in .delay_title .text { font-size: 32px; line-height: 46px; color: #D81D17; }
#delay-box .delay-box_in .text_box { font-weight: 700; text-align: center; color: #D81D17; }

#guide-sec .guide-list { justify-content: space-between; }
#guide-sec .guide-list .guide_box { width: 540px; padding: 35px 40px 40px 40px; box-sizing: border-box; background: #F2F2F2; border-radius: 10px; margin-top: 20px; }
#guide-sec .guide-list .guide_box .guide_title01 { font-size: 20px; padding-left: 12px; box-sizing: border-box; position: relative; margin-bottom: 24px; }
#guide-sec .guide-list .guide_box .guide_title01::before { content: ""; display: block; width: 4px; height: calc(100% - 6px); background: #D81D17; position: absolute; top: 4px; left: 0; }
#guide-sec .guide-list .guide_box .list { margin-bottom: 24px; }
#guide-sec .guide-list .guide_box .list li { margin-bottom: 8px; padding-left: 1em; text-indent: -1em; }
#guide-sec .guide-list .guide_box .list li:last-child { margin-bottom: 0; }
#guide-sec .guide-list .guide_box .list li .big { font-size: 18px; margin: 0 2px; color: #D81D17; font-weight: 700; }
#guide-sec .guide-list .guide_box .list.sub-list li { margin-bottom: 4px; }
#guide-sec .guide-list .guide_box .list.sub-list li:last-child { margin-bottom: 0; }
#guide-sec .guide-list .guide_box .box_in .guide_title02 { font-size: 18px; padding-left: 18px; box-sizing: border-box; position: relative; margin-bottom: 16px; }
#guide-sec .guide-list .guide_box .box_in .guide_title02::before { content: ""; display: block; width: 10px; height: 10px; background: #0A0A0A; border-radius: 50%; position: absolute; top: 9px; left: 0; }
#guide-sec .guide-list .guide_box.guide_box01 { width: 100%; margin-top: 0; }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow { justify-content: space-between; padding-bottom: 32px; border-bottom: 1px solid #DFDFDF; margin-bottom: 32px; }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow .flow00 { width: 170px; position: relative; }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow .flow00:last-child::before { display: none; }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow .flow00::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #d81d17; border-width: 8px 0px 8px 8px; position: absolute; top: 52px; right: -25px; }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow .flow00 .img { width: 100%; height: 120px; background: #FFFFFF; border-radius: 10px; position: relative; margin-bottom: 8px; }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow .flow00 .img img { width: 80px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow .flow00 h4 { font-size: 18px; line-height: 26px; margin-bottom: 10px; }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow .flow00 h4 .num { display: block; }

#faq-sec .faq_list .faq_box { margin-bottom: 30px; border-radius: 10px; overflow: hidden; }
#faq-sec .faq_list .faq_box:last-child { margin-bottom: 0; }
#faq-sec .faq_list .faq_box .q_text { background: url("../img/p03/open_icon.png") no-repeat center right 30px, #FFFFFF; background-size: 30px; padding: 20px 100px 20px 30px; box-sizing: border-box; cursor: pointer; transition: 0.3s; }
#faq-sec .faq_list .faq_box .q_text .icon { width: 40px; height: 40px; padding: 4px 0 10px; box-sizing: border-box; background: #D81D17; border-radius: 50%; border: 1px solid #FFFFFF; text-align: center; font-size: 18px; line-height: 26px; font-weight: 700; color: #FFFFFF; margin-right: 10px; }
#faq-sec .faq_list .faq_box .q_text h3 { width: calc(100% - 50px); line-height: 24px; margin: 6px 0; transition: 0.3s; }
#faq-sec .faq_list .faq_box .q_text.on { background: url("../img/p03/close_icon.png") no-repeat center right 30px, #D81D17; background-size: 30px; }
#faq-sec .faq_list .faq_box .q_text.on h3 { color: #FFFFFF; }
#faq-sec .faq_list .faq_box .a_text { display: none; padding: 26px 30px; box-sizing: border-box; background: #FFFFFF; font-weight: 500; line-height: 2; }

#contact-sec .title { font-size: 48px; line-height: 70px; margin-bottom: 24px; }
#contact-sec .title .icon { width: 64px; height: 64px; margin-right: 16px; margin-top: 6px; }
#contact-sec .box { width: 100%; padding: 40px 0; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; }
#contact-sec .box .cnt { justify-content: center; }
#contact-sec .box .cnt .box_in { text-align: center; padding: 20px 0; border-right: 1px solid #DFDFDF; box-sizing: border-box; }
#contact-sec .box .cnt .box_in:last-child { border-right: none; }
#contact-sec .box .cnt .box_in .icon { height: 24px; margin-bottom: 16px; }
#contact-sec .box .cnt .box_in .icon img { width: auto; height: 100%; }
#contact-sec .box .cnt .box_in h3 { font-size: 32px; line-height: 46px; margin-bottom: 24px; }
#contact-sec .box .cnt .box_in .btn01.btn_contact { width: 240px; height: 56px; margin: 0 auto; }
#contact-sec .box .cnt .box_in .btn01.btn_contact a { padding: 16px 0; background: #0A0A0A; border: none; }
#contact-sec .box .cnt .box_in .btn01.btn_contact a:hover { background: #D81D17; }
#contact-sec .box .cnt .box_in .btn01.btn_contact a:hover .btn-text { color: #FFFFFF; }
#contact-sec .box01 { margin-bottom: 50px; }
#contact-sec .box01 .cnt .box_in { width: 50%; }
#contact-sec .box01 .cnt .box_in .btn01.btn_contact { margin-bottom: 14px; }
#contact-sec .box02 { padding-top: 60px; }
#contact-sec .box02 .cnt02 { justify-content: space-between; padding: 0 60px; box-sizing: border-box; margin-bottom: 40px; }
#contact-sec .box02 .cnt02 .text01 { width: 510px; }
#contact-sec .box02 .cnt02 .btn_pdf a:hover .btn-text { background: url("../img/common/icon_download_w.svg") no-repeat center left; background-size: 22px; }
#contact-sec .box02 .cnt02 .btn_pdf a .btn-text { padding-left: 34px; background: url("../img/common/icon_download_b.svg") no-repeat center left; background-size: 22px; }
#contact-sec .box02 .cnt .box_in { width: calc(100% / 3); }
#contact-sec .box02 .cnt .box_in .fax-num { font-size: 40px; line-height: 53px; }

.wrap.twin { display: flex; justify-content: space-between; }
.wrap.twin div#two-main { width: 840px; }
.wrap.twin div#two-side { width: 200px; }
.wrap.twin div#two-side .side-title { font-size: 20px; line-height: 30px; padding-left: 12px; box-sizing: border-box; position: relative; margin-bottom: 24px; }
.wrap.twin div#two-side .side-title::before { content: ""; display: block; width: 4px; height: calc(100% - 6px); background: #D81D17; position: absolute; top: 4px; left: 0; }
.wrap.twin div#two-side .side-link > li { border-bottom: 1px solid #DFDFDF; }
.wrap.twin div#two-side .side-link > li:first-child { border-top: 1px solid #DFDFDF; }
.wrap.twin div#two-side .side-link > li > a { display: block; padding: 24px 0; box-sizing: border-box; font-weight: 700; color: #0A0A0A; }
.wrap.twin div#two-side .side-link > li > a:hover { text-decoration: none; color: #D81D17; }
.wrap.twin div#two-side .side-link li.on_cat > a { color: #D81D17; }
.wrap.twin div#two-side .side-link03 > li { padding: 24px 0; box-sizing: border-box; }
.wrap.twin div#two-side .side-link03 > li .nav-midashi { width: 100%; }
.wrap.twin div#two-side .side-link03 > li .nav-midashi a { display: block; font-weight: 700; color: #0A0A0A; }
.wrap.twin div#two-side .side-link03 > li .nav-midashi a:hover { text-decoration: none; color: #D81D17; }
.wrap.twin div#two-side .side-link03 > li .nav-icon { display: none; }
.wrap.twin div#two-side .side-link03 > li .side-link-child { margin-top: 24px; }
.wrap.twin div#two-side .side-link03 > li .side-link-child > li { margin-bottom: 16px; }
.wrap.twin div#two-side .side-link03 > li .side-link-child > li:last-child { margin-bottom: 0; }
.wrap.twin div#two-side .side-link03 > li .side-link-child > li a { display: block; padding-left: 13px; box-sizing: border-box; font-weight: 500; position: relative; }
.wrap.twin div#two-side .side-link03 > li .side-link-child > li a:hover { text-decoration: none; color: #D81D17; }
.wrap.twin div#two-side .side-link03 > li .side-link-child > li a:hover::before { border-color: transparent transparent transparent #D81D17; }
.wrap.twin div#two-side .side-link03 > li .side-link-child > li a::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #0a0a0a; border-width: 5px 0px 5px 8px; position: absolute; top: 8px; left: 0; transition: 0.3s; }
.wrap.twin div#two-side .side-link03 > li .side-link-child > li.on_cat a::before { border-color: transparent transparent transparent #D81D17; }
.wrap.twin div#two-side .side-link03 > li.on_cat .nav-midashi a { color: #D81D17; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 60px; height: 60px; margin: 0 4px; text-decoration: none; text-align: center; font-size: 18px; font-weight: 700; line-height: 26px; color: #0A0A0A; background: transparent; border: 2px solid #0A0A0A; box-sizing: border-box; border-radius: 10px; padding-top: 14px; }

.wp-pagenavi { text-align: center; margin-top: 80px; position: relative; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { color: #FFFFFF; background: #0A0A0A; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { width: auto; color: #0A0A0A; border: none; }
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink { position: relative; color: transparent; }
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { content: ""; display: block; width: 8px; height: 15px; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.previouspostslink::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.previouspostslink:hover::before, .wp-pagenavi a.nextpostslink:hover::before { background: url("../img/common/page_arrow01_h.svg") no-repeat center; background-size: cover; }
.wp-pagenavi a.first, .wp-pagenavi a.last { position: relative; color: transparent; }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; display: block; width: 14px; height: 15px; background: url("../img/common/page_arrow02.svg") no-repeat center; background-size: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.first::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.first:hover::before, .wp-pagenavi a.last:hover::before { background: url("../img/common/page_arrow02_h.svg") no-repeat center; background-size: cover; }

.post-navigation { margin-top: 80px; }

.post-navigation ul { justify-content: center; align-items: center; }

.post-navigation ul > li a { display: flex; align-items: center; justify-content: center; width: 200px; height: 60px; background: transparent; padding: 18px 0; box-sizing: border-box; border: 2px solid #0A0A0A; border-radius: 40px; }
.post-navigation ul > li a span { line-height: 24px; font-size: 16px; transition: 0.3s; font-weight: 700; color: #0A0A0A; }
.post-navigation ul > li a:focus, .post-navigation ul > li a:hover { background: #0A0A0A; text-decoration: none; }
.post-navigation ul > li a:focus span, .post-navigation ul > li a:hover span { color: #FFFFFF; }

.post-navigation ul > li.blog-back { margin: 0 16px; }
.post-navigation ul > li.blog-back a { background: #0A0A0A; }
.post-navigation ul > li.blog-back a span { color: #FFFFFF; }
.post-navigation ul > li.blog-back a span::before { display: none; }
.post-navigation ul > li.blog-back a:focus, .post-navigation ul > li.blog-back a:hover { background: transparent; }
.post-navigation ul > li.blog-back a:focus span, .post-navigation ul > li.blog-back a:hover span { color: #0A0A0A; }

.post-navigation ul > li.kara { opacity: 0; pointer-events: none; }

/*TOPページ　p01
=========================================== */
.home main { background: url("../img/common/bg-img.png") repeat #fff; }
.home #insta-sec { padding: 90px 0 100px; background: #F2F2F2; }

#topbox01 { padding: 100px 0 80px; }
#topbox01 .cnt { justify-content: space-between; align-items: flex-start; }
#topbox01 .cnt .title_box { width: 210px; }
#topbox01 .cnt .title_box h2 { margin-bottom: 16px; font-size: 32px; }
#topbox01 .cnt .news_box { width: 840px; }
#topbox01 .cnt .news_box .main_news00 { width: 100%; }
#topbox01 .cnt .news_box .main_news00 a { display: block; width: 100%; padding: 25px 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 50px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.24); font-weight: 500; }
#topbox01 .cnt .news_box .main_news00 a:hover { text-decoration: none; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }
#topbox01 .cnt .news_box .main_news00 a .title { margin-top: 2px; font-weight: 500; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

#topbox02 { padding: 90px 0 20px; background: #F2F2F2; }
#topbox02 #item_slider .slick-list { overflow: visible; }
#topbox02 #item_slider .slick-prev, #topbox02 #item_slider .slick-next { top: auto; bottom: -104px; transform: translate(0, 0); }
#topbox02 #item_slider .slick-prev { left: 0; }
#topbox02 #item_slider .slick-next { left: 76px; right: auto; }
#topbox02 #item_slider .item00 { margin-right: 34px; }
#topbox02 .btn01 { margin-right: 0; }

#topbox03 { height: 672px; background: #F2F2F2; position: relative; }
#topbox03 .waku { width: 1440px; height: 782px; background: url("../img/top/seller_bg.png") no-repeat center top; background-size: contain; padding-top: 90px; box-sizing: border-box; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#topbox03 .waku h2 { font-size: 48px; line-height: 70px; }
#topbox03 .waku .bestSeller_box { width: 1100px; margin: 40px auto 0; }
#topbox03 .waku .bestSeller_box .item00 { width: 340px; margin-right: 40px; }
#topbox03 .waku .bestSeller_box .item00:last-child { margin-right: 0; }
#topbox03 .waku .bestSeller_box .item00 a { padding: 30px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; }
#topbox03 .waku .bestSeller_box .item00 a:hover .rank::before { animation: rotation 4s linear infinite; }
#topbox03 .waku .bestSeller_box .item00 a .rank { width: 64px; height: 68px; padding: 12px 0 13px; box-sizing: border-box; position: absolute; top: -10px; left: -10px; font-size: 32px; line-height: 43px; text-align: center; z-index: 1; }
#topbox03 .waku .bestSeller_box .item00 a .rank::before { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; transition: 0.3s; }
@keyframes rotation { 0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); } }
#topbox03 .waku .bestSeller_box .item00 a .img { height: 280px; border-radius: 0; box-shadow: none; }
#topbox03 .waku .bestSeller_box .item00.bestSeller01 a .rank::before { background: url("../img/top/rank01.png") no-repeat center; background-size: contain; }
#topbox03 .waku .bestSeller_box .item00.bestSeller02 a .rank::before { background: url("../img/top/rank02.png") no-repeat center; background-size: contain; }
#topbox03 .waku .bestSeller_box .item00.bestSeller03 a .rank::before { background: url("../img/top/rank03.png") no-repeat center; background-size: contain; }

#topbox04 { padding: 220px 0 180px; position: relative; }
#topbox04::before { content: ""; display: block; width: 100%; height: 211px; animation: bgMove 70s linear infinite; background: url("../img/top/bg-text.png") repeat-x; background-size: cover; position: absolute; bottom: -43px; left: 0; }
@keyframes bgMove { 0% { background-position: 0; }
  100% { background-position: -3089px; } }
#topbox04 .category_box .category00 { width: 340px; margin-right: 40px; }
#topbox04 .category_box .category00:last-child { margin-right: 0; }
#topbox04 .category_box .category00 a { display: block; width: 100%; background: #FFFFFF; border-radius: 20px; padding: 40px 0; box-sizing: border-box; text-align: center; position: relative; box-shadow: 0 0 8px rgba(0, 0, 0, 0.24); }
#topbox04 .category_box .category00 a:hover { text-decoration: none; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }
#topbox04 .category_box .category00 a .btn-img { width: 72px; height: 72px; margin: 0 auto 19px; }
#topbox04 .category_box .category00 a .btn-text .ja { display: block; font-size: 29px; line-height: 42px; margin-bottom: 6px; }
#topbox04 .category_box .category00 a .arrow { display: block; width: 32px; height: 32px; background: url("../img/common/btn_arrow_b.png") no-repeat center; background-size: contain; position: absolute; bottom: 20px; right: 20px; }

#topbox05 { padding: 70px 0 100px; background: #F2F2F2; }
#topbox05 .wrap > .img { width: 600px; height: 630px; position: absolute; top: -130px; left: -100px; }
#topbox05 .wrap > .text_box { width: 520px; margin: 0 0 106px auto; }
#topbox05 .wrap > .text_box .title01 .ja { font-size: 32px; line-height: 46px; }
#topbox05 .wrap > .text_box .title01 .en { font-size: 14px; line-height: 20px; margin-top: 6px; }
#topbox05 .wrap > .text_box .point { font-size: 40px; line-height: 60px; margin-bottom: 40px; }
#topbox05 .wrap > .text_box .text01 { margin-bottom: 40px; }
#topbox05 .wrap > .text_box .btn01 { margin: 0; }

#topbox06 { padding: 100px 0; position: relative; }
#topbox06::before { content: ""; max-width: 800px; width: 42%; height: 676px; background: repeating-linear-gradient(-45deg, #DF1E19, #DF1E19 30px, #D81D17 30px, #D81D17 60px); border-top-right-radius: 40px; position: absolute; bottom: 0; left: 0; }
#topbox06 .cnt { position: relative; }
#topbox06 .cnt .text_box { width: 440px; }
#topbox06 .cnt .text_box .text01 { font-weight: 500; }
#topbox06 .cnt .text_box .tag-list { margin-top: 32px; }
#topbox06 .cnt .text_box .tag-list li { padding: 3px 16px 5px; box-sizing: border-box; border: 1px solid #B7B7B7; border-radius: 16px; margin: 8px 8px 0 0; font-weight: 500; }
#topbox06 .cnt .text_box .tag-list li:last-child { margin-right: 0; }
#topbox06 .cnt .text_box .tag-list li span { margin-right: 2px; }
#topbox06 .cnt .img { width: 680px; position: absolute; top: 0; right: -100px; }
#topbox06 .slider-cont { justify-content: space-between; position: relative; margin-top: 260px; }
#topbox06 .slider-cont .slider-title { width: 240px; height: 240px; background: url("../img/top/title-img.png") no-repeat center; background-size: contain; padding: 84px 40px 0; box-sizing: border-box; font-size: 32px; line-height: 44px; }
#topbox06 .slider-cont #original-slider { width: calc(50vw + 262px); margin-right: calc(-50vw + 50%); margin-bottom: 0; }
#topbox06 .slider-cont #original-slider .slick-track { display: flex; }
#topbox06 .slider-cont #original-slider .slick-track .slick-slide { height: auto; }
#topbox06 .slider-cont #original-slider .slick-track .slick-slide a { height: 100%; }
#topbox06 .slider-cont #original-slider .slick-list { padding: 10px; box-sizing: border-box; }
#topbox06 .slider-cont #original-slider .slick-prev, #topbox06 .slider-cont #original-slider .slick-next { border: 2px solid #FFFFFF; top: auto; bottom: 60px; transform: translate(0, 0); }
#topbox06 .slider-cont #original-slider .slick-prev::before, #topbox06 .slider-cont #original-slider .slick-next::before { background: url("../img/common/slide_arrow_w.svg") no-repeat center; background-size: contain; }
#topbox06 .slider-cont #original-slider .slick-prev:hover, #topbox06 .slider-cont #original-slider .slick-prev:focus, #topbox06 .slider-cont #original-slider .slick-next:hover, #topbox06 .slider-cont #original-slider .slick-next:focus { background: #FFFFFF; }
#topbox06 .slider-cont #original-slider .slick-prev:hover:before, #topbox06 .slider-cont #original-slider .slick-prev:focus:before, #topbox06 .slider-cont #original-slider .slick-next:hover:before, #topbox06 .slider-cont #original-slider .slick-next:focus:before { background: url("../img/common/slide_arrow_b.svg") no-repeat center; background-size: contain; }
#topbox06 .slider-cont #original-slider .slick-prev { left: -240px; }
#topbox06 .slider-cont #original-slider .slick-next { left: -164px; }
#topbox06 .slider-cont #original-slider .item00 { margin-right: 30px; }
#topbox06 .slider-cont #original-slider .item00:last-child { margin-right: 0; }
#topbox06 .slider-cont #original-slider .item00 a { padding: 20px 20px 24px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.24); }
#topbox06 .slider-cont #original-slider .item00 a:hover { box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }
#topbox06 .slider-cont #original-slider .item00 a:hover .img img { transform: scale(1); }
#topbox06 .slider-cont #original-slider .item00 a .img { height: 210px; border-radius: 0; box-shadow: none; }
#topbox06 .slider-cont #original-slider .item00 a .title { min-height: 48px; }

#topbox07 { padding: 100px 0; background: #F2F2F2; }
#topbox07 .cnt { justify-content: space-between; align-items: flex-start; }
#topbox07 .cnt .text_box { width: 240px; order: 1; }
#topbox07 .cnt .text_box .title { font-size: 32px; line-height: 46px; margin-bottom: 32px; }
#topbox07 .cnt .text_box .text01 { font-weight: 500; }
#topbox07 .cnt .flow_box { width: 800px; }
#topbox07 .cnt .flow_box .flow-list { justify-content: space-between; }
#topbox07 .cnt .flow_box .flow-list .flow00 { width: 150px; height: 220px; padding-top: 24px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; }
#topbox07 .cnt .flow_box .flow-list .flow00 .num { line-height: 21px; text-align: center; }
#topbox07 .cnt .flow_box .flow-list .flow00 h3 { display: table; width: 100%; font-size: 20px; line-height: 28px; min-height: 56px; }
#topbox07 .cnt .flow_box .flow-list .flow00 h3 span { display: table-cell; vertical-align: middle; text-align: center; }
#topbox07 .cnt .flow_box .flow-list .flow00 .img { width: 72px; margin: 0 auto; }
#topbox07 .cnt .flow_box .flow-list .flow01 h3 { margin-bottom: 27px; }
#topbox07 .cnt .flow_box .flow-list .flow02 h3 { margin-bottom: 25px; }
#topbox07 .cnt .flow_box .flow-list .flow03 h3 { margin-bottom: 20px; }
#topbox07 .cnt .flow_box .flow-list .flow03 .img { width: 62px; }
#topbox07 .cnt .flow_box .flow-list .flow04 h3 { margin-bottom: 20px; }
#topbox07 .cnt .flow_box .flow-list .flow05 h3 { margin-bottom: 34px; }
#topbox07 .cnt .flow_box .flow-arrow { width: 100%; height: 56px; text-align: center; position: relative; margin-top: 22px; padding-top: 8px; box-sizing: border-box; z-index: 1; }
#topbox07 .cnt .flow_box .flow-arrow::before { content: ""; display: block; width: 776px; height: 40px; background: #D81D17; position: absolute; top: 50%; left: 0; transform: translateY(-50%); z-index: -1; }
#topbox07 .cnt .flow_box .flow-arrow::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #d81d17; border-width: 28px 0px 28px 25px; position: absolute; top: 0; right: 0; z-index: -1; }
#topbox07 .cnt .flow_box .flow-arrow span em { font-size: 24px; margin-right: 8px; }
#topbox07 .btn01 { width: 240px; margin: 0; position: absolute; bottom: 0; right: 0; }

#topbox08 { padding: 100px 0; }
#topbox08 .slider-cont { justify-content: space-between; }
#topbox08 .slider-cont .title01 { width: 100px; }
#topbox08 .slider-cont #news-slider { width: 960px; margin-bottom: 0; }
#topbox08 .slider-cont #news-slider .slick-list { overflow: visible; }
#topbox08 .slider-cont #news-slider .news00 { width: 300px; margin-right: 30px; }
#topbox08 .slider-cont #news-slider .news00:last-child { margin-right: 0; }
#topbox08 .slider-cont #news-slider .news00 a .img { height: 220px; }

#topbox09 .btn-list .btn_box00 { width: calc(100% / 3); height: 360px; }
#topbox09 .btn-list .btn_box00 a { display: block; width: 100%; height: 100%; position: relative; overflow: hidden; }
#topbox09 .btn-list .btn_box00 a:hover img { transform: translate(-50%, -50%) scale(1.1); }
#topbox09 .btn-list .btn_box00 a img { max-width: none; width: auto; height: 100%; aspect-ratio: 16 / 9; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
#topbox09 .btn-list .btn_box00 a .text_box { position: absolute; bottom: 40px; left: 40px; z-index: 1; }
#topbox09 .btn-list .btn_box00 a .text_box .title { font-size: 40px; line-height: 60px; margin-bottom: 16px; padding-left: 56px; box-sizing: border-box; position: relative; }
#topbox09 .btn-list .btn_box00 a .text_box .title .icon { display: block; width: 48px; height: 48px; background: url("../img/common/btn_box.png") no-repeat center; background-size: contain; position: absolute; top: 7px; left: 0; }
#topbox09 .btn-list .btn_box00 a .text_box .text01 { font-weight: 500; }

/*事業内容　p02
=========================================== */
.page-aboutus { background: #FFFFFF; }
.page-aboutus .under-cont > section:nth-child(2n) { background: #F2F2F2; }

#p02box01 .cnt { justify-content: space-between; align-items: center; margin-bottom: 40px; }
#p02box01 .cnt .title01 { width: 623px; border-right: 1px solid #DFDFDF; margin-bottom: 0; }
#p02box01 .cnt .text01 { width: 360px; }
#p02box01 .strength-list { justify-content: space-between; }
#p02box01 .strength-list .strength00 { width: 340px; }
#p02box01 .strength-list .strength00 .img { width: 100%; height: 240px; background: #F2F2F2; border-radius: 20px; position: relative; margin-bottom: 16px; }
#p02box01 .strength-list .strength00 .img img { width: 120px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p02box01 .strength-list .strength00 h3 { font-size: 28px; line-height: 40px; margin-bottom: 24px; }

#p02box02 .text01 { text-align: center; }
#p02box02 .business-list { margin-top: 60px; }
#p02box02 .business-list .business00 { justify-content: space-between; align-items: flex-start; margin-bottom: 80px; }
#p02box02 .business-list .business00:nth-child(2n) .img { order: 1; }
#p02box02 .business-list .business00:last-child { margin-bottom: 0; }
#p02box02 .business-list .business00 .img { width: 520px; }
#p02box02 .business-list .business00 .text_box { width: 500px; }
#p02box02 .business-list .business00 .text_box .btn01 { margin: 50px 0 0; }
#p02box02 .business-list .business00 .text_box .btn01 a .btn-text { text-align: center; }
#p02box02 #youtube-sec { margin-top: 100px; }

/* 防災用品の企画・開発　p03
=========================================== */
.page-bousai { background: #FFFFFF; }
.page-bousai .under-cont > section:nth-child(2n) { background: #F2F2F2; }

#p03box01 .btn-list { justify-content: center; margin-bottom: 120px; }
#p03box01 .btn-list .btn01 { margin: 0 16px 0 0; }
#p03box01 .btn-list .btn01:last-child { margin-right: 0; }
#p03box01 .cnt { justify-content: space-between; align-items: flex-start; }
#p03box01 .cnt .text_box { width: 500px; order: 1; }
#p03box01 .cnt .img { width: 520px; }
#p03box01 > .btn01 { margin: 50px auto 0; }

#p03box02 .series-list .series00 { padding: 50px 60px 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; margin-bottom: 40px; }
#p03box02 .series-list .series00:last-child { margin-bottom: 0; }
#p03box02 .series-list .series00 .series_box { justify-content: space-between; }
#p03box02 .series-list .series00 .series_box .img { width: 440px; height: 440px; border-radius: 20px; overflow: hidden; order: 1; }
#p03box02 .series-list .series00 .series_box .text_box { width: 480px; }
#p03box02 .series-list .series00 .series_box .text_box .midashi { font-size: 24px; line-height: 40px; margin-bottom: 40px; }
#p03box02 .series-list .series00 .series_box .text_box .btn01 { margin: 40px 0 0; }
#p03box02 .series-list .series00 #series-slider { margin: 40px 0 0; padding: 40px 60px; box-sizing: border-box; background: #F2F2F2; border-radius: 10px; }
#p03box02 .series-list .series00 #series-slider .slick-list { overflow: visible; }
#p03box02 .series-list .series00 #series-slider .item00 { margin-right: 55px; }
#p03box02 .series-list .series00 #series-slider .item00:last-child { margin-right: 0; }

#p03box03 .cnt { justify-content: space-between; align-items: center; }
#p03box03 .cnt .title01_box { width: 370px; border-right: 1px solid #DFDFDF; }
#p03box03 .cnt .text01 { width: 650px; }
#p03box03 .img_box { width: 100%; height: 356px; margin: 60px 0 80px; position: relative; }
#p03box03 .img_box img { width: 1200px; max-width: 1200px; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#p03box03 .box-list .box00 { padding: 50px 40px 60px 60px; box-sizing: border-box; background: #F2F2F2; border-radius: 20px; margin-bottom: 40px; }
#p03box03 .box-list .box00:last-child { margin-bottom: 0; }
#p03box03 .box-list .box00 .box_in01 { justify-content: space-between; align-items: flex-start; }
#p03box03 .box-list .box00 .box_in01 .text_box { width: 510px; }
#p03box03 .box-list .box00 .box_in01 .text_box .text_box_in { margin-bottom: 32px; }
#p03box03 .box-list .box00 .box_in01 .text_box .text_box_in:last-child { margin-bottom: 0; }
#p03box03 .box-list .box01 { padding: 50px 60px 60px; }
#p03box03 .box-list .box01 .box_in01 .img { width: 430px; order: 1; }
#p03box03 .box-list .box01 .box_in01 .text_box { width: 510px; }
#p03box03 .box-list .box01 .box_in01 .text_box .text_box_in { margin-bottom: 32px; }
#p03box03 .box-list .box01 .box_in01 .text_box .text_box_in:last-child { margin-bottom: 0; }
#p03box03 .box-list .box01 .box_in01 .text_box .text_box_in h4 { font-size: 32px; line-height: 46px; margin-bottom: 16px; padding-left: 48px; position: relative; }
#p03box03 .box-list .box01 .box_in01 .text_box .text_box_in h4 .num { display: inline-block; width: 36px; height: 36px; padding: 2px 0 5px; box-sizing: border-box; background: #0A0A0A; border-radius: 5px; font-size: 20px; line-height: 29px; text-align: center; color: #FFFFFF; position: absolute; left: 0; bottom: 2px; }
#p03box03 .box-list .box02 .box_in01 .img { width: 450px; }
#p03box03 .box-list .box03 .text01 { margin-bottom: 40px; }
#p03box03 .box-list .box03 .box_in02 { margin-bottom: 20px; padding: 40px 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; }
#p03box03 .box-list .box03 .box_in02 h4 { font-size: 18px; padding-left: 18px; box-sizing: border-box; position: relative; margin-bottom: 16px; }
#p03box03 .box-list .box03 .box_in02 h4::before { content: ""; display: block; width: 10px; height: 10px; background: #0A0A0A; border-radius: 50%; position: absolute; top: 9px; left: 0; }
#p03box03 .box-list .box03 .box_in02 .kaisuu_box { justify-content: space-between; align-items: center; }
#p03box03 .box-list .box03 .box_in02 .kaisuu_box .kaisuu00 { display: table; width: 200px; height: 80px; border-radius: 10px; position: relative; }
#p03box03 .box-list .box03 .box_in02 .kaisuu_box .kaisuu00:nth-child(3)::after { content: "＝"; }
#p03box03 .box-list .box03 .box_in02 .kaisuu_box .kaisuu00:last-child::after { display: none; }
#p03box03 .box-list .box03 .box_in02 .kaisuu_box .kaisuu00::after { content: "×"; display: block; width: 27px; font-size: 18px; line-height: 26px; font-weight: 700; text-align: center; position: absolute; top: 50%; right: -27px; transform: translateY(-50%); }
#p03box03 .box-list .box03 .box_in02 .kaisuu_box .kaisuu00 span { display: table-cell; vertical-align: middle; text-align: center; font-weight: 700; }
#p03box03 .box-list .box03 .box_in02 .kaisuu_box .kaisuu01 { background: #FFF7EB; }
#p03box03 .box-list .box03 .box_in02 .kaisuu_box .kaisuu02 { background: #EBF4FF; }
#p03box03 .box-list .box03 .box_in02 .kaisuu_box .kaisuu03 { background: #EBFFF1; }
#p03box03 .box-list .box03 .box_in02 .kaisuu_box .kaisuu04 { background: #FFF7F6; }
#p03box03 .box-list .box03 .box_in03 { margin-top: 40px; justify-content: space-between; align-items: flex-end; }
#p03box03 .box-list .box03 .box_in03 .text_box { width: 660px; }
#p03box03 .box-list .box03 .box_in03 .text_box h4 { font-size: 24px; line-height: 35px; margin-bottom: 24px; }
#p03box03 .box-list .box03 .box_in03 .img { width: 280px; }
#p03box03 .cnt02 { margin-top: 80px; justify-content: space-between; }
#p03box03 .cnt02 .guideline-btn { width: 600px; }
#p03box03 .cnt02 .guideline-btn a { display: flex; border-radius: 20px; background: #FFFFFF; box-shadow: 0 0 8px rgba(0, 0, 0, 0.24); overflow: hidden; }
#p03box03 .cnt02 .guideline-btn a:hover { text-decoration: none; opacity: 0.7; }
#p03box03 .cnt02 .guideline-btn a .icon { width: 160px; background: #FFF7F6; padding: 45px 0 43px; box-sizing: border-box; text-align: center; }
#p03box03 .cnt02 .guideline-btn a .icon img { width: 70px; }
#p03box03 .cnt02 .guideline-btn a .text_box { width: calc(100% - 160px); padding: 25px 80px 24px 40px; box-sizing: border-box; background: url("../img/common/btn_arrow_b.png") no-repeat right 20px bottom 20px, #FFFFFF; background-size: 32px; }
#p03box03 .cnt02 .guideline-btn a .text_box .btn-text { font-weight: 700; }
#p03box03 .cnt02 .guideline-btn a .text_box .btn-text .ja { display: block; font-size: 29px; line-height: 40px; }
#p03box03 .cnt02 .guideline-btn a .text_box .btn-text .en { display: block; margin-top: 8px; }
#p03box03 .cnt02 .right { width: 460px; }
#p03box03 .cnt02 .right p.bold { margin-bottom: 16px; }

/* 日用雑貨の販売　p04
=========================================== */
.page-goods { background: #FFFFFF; }
.page-goods .under-cont > section:nth-child(2n) { background: #F2F2F2; }

#p04box01 .title { font-size: 36px; margin-bottom: 32px; text-align: center; }
#p04box01 .text01 { text-align: center; margin-bottom: 60px; }
#p04box01 .btn-list { justify-content: center; }
#p04box01 .btn-list .btn01 { margin: 0 16px 0 0; }
#p04box01 .btn-list .btn01:last-child { margin-right: 0; }

#p04box02 .goods_box .slider_box { padding: 60px 50px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; }
#p04box02 .goods_box .slider_box .goods-slider .slick-list { padding: 10px; box-sizing: border-box; }
#p04box02 .goods_box .slider_box .goods-slider .slick-prev, #p04box02 .goods_box .slider_box .goods-slider .slick-next { top: auto; bottom: -104px; transform: translate(0, 0); }
#p04box02 .goods_box .slider_box .goods-slider .slick-prev { left: 0; }
#p04box02 .goods_box .slider_box .goods-slider .slick-next { left: 76px; right: auto; }
#p04box02 .goods_box .slider_box .goods-slider .item00 { width: 230px; margin-right: 20px; }
#p04box02 .goods_box .slider_box .goods-slider .item00 a .img { height: 230px; }
#p04box02 .goods_box .slider_box .btn01 { margin: 40px 0 0 auto; }
#p04box02 #goods_box01.goods_box { margin-bottom: 90px; }

/* 防災用品のOEM　p05
=========================================== */
#p05box01 .cnt { justify-content: space-between; align-items: flex-start; margin-bottom: 60px; }
#p05box01 .cnt .title02 { width: 410px; margin-bottom: 0; }
#p05box01 .cnt .text01 { width: 595px; }
#p05box01 .point-list { justify-content: space-between; }
#p05box01 .point-list .point00 { width: 340px; }
#p05box01 .point-list .point00 .img { width: 100%; height: 200px; background: #FFFFFF; border-radius: 20px; position: relative; margin-bottom: 16px; }
#p05box01 .point-list .point00 .img img { width: 120px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p05box01 .point-list .point00 h3 { font-size: 28px; line-height: 40px; }

#p05box02 .title01 { text-align: center; }
#p05box02 .text01 { text-align: center; }
#p05box02 .product-list { margin-top: 60px; }
#p05box02 .product-list .product00 { width: 260px; margin: 40px 20px 0 0; }
#p05box02 .product-list .product00:nth-child(-n+4) { margin-top: 0; }
#p05box02 .product-list .product00:nth-child(4n) { margin-right: 0; }
#p05box02 .product-list .product00 .img { width: 100%; margin-bottom: 8px; }
#p05box02 .product-list .product00 h3 { font-size: 20px; line-height: 30px; }

#p05box03 .title01 { text-align: center; }
#p05box03 .reason-list { justify-content: space-between; }
#p05box03 .reason-list .reason00 { width: 340px; }
#p05box03 .reason-list .reason00 .img { width: 100%; margin-bottom: 16px; }
#p05box03 .reason-list .reason00 h3 { font-size: 28px; line-height: 40px; margin-bottom: 16px; }

#p05box04 .flow-list .flow00 { width: 250px; position: relative; margin: 40px 33px 0 0; }
#p05box04 .flow-list .flow00:nth-child(-n+4) { margin-top: 0; }
#p05box04 .flow-list .flow00:nth-child(4n) { margin-right: 0; }
#p05box04 .flow-list .flow00:nth-child(4n)::before { display: none; }
#p05box04 .flow-list .flow00:last-child::before { display: none; }
#p05box04 .flow-list .flow00::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #d81d17; border-width: 8px 0px 8px 8px; position: absolute; top: 82px; right: -21px; }
#p05box04 .flow-list .flow00 .img { width: 100%; height: 180px; background: #F2F2F2; border-radius: 10px; position: relative; margin-bottom: 8px; }
#p05box04 .flow-list .flow00 .img img { width: 100px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p05box04 .flow-list .flow00 h3 { font-size: 24px; line-height: 35px; margin-bottom: 8px; }
#p05box04 .flow-list .flow00 h3 .num { display: block; font-size: 16px; line-height: 21px; }

/*商品　p06
=========================================== */
#p06box01 div#two-main { width: 800px; }
#p06box01 div#two-main .items-all-list .item00 { margin: 40px 25px 0 0; }
#p06box01 div#two-main .items-all-list .item00:nth-child(-n+3) { margin-top: 0; }
#p06box01 div#two-main .items-all-list .item00:nth-child(3n) { margin-right: 0; }
#p06box01 div#two-side { width: 240px; }

#single-itemBox01 div#two-main { width: 800px; order: 1; }
#single-itemBox01 div#two-side { width: 240px; }
#single-itemBox01 .itemBox { padding: 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; position: relative; }
#single-itemBox01 .itemBox .cnt { justify-content: space-between; align-items: flex-start; }
#single-itemBox01 .itemBox .cnt .gallery_img { width: 360px; order: 1; }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_main { margin-bottom: 14px !important; }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_main .slick-prev, #single-itemBox01 .itemBox .cnt .gallery_img .gallery_main .slick-next { width: 40px; height: 40px; background: transparent; border: 2px solid #FFFFFF; border-radius: 50%; transition: 0.3s; z-index: 1; top: 170px; transform: translate(0, 0); }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_main .slick-prev::before, #single-itemBox01 .itemBox .cnt .gallery_img .gallery_main .slick-next::before { content: ""; display: block; width: 8px; height: 15px; opacity: 1; background: url("../img/p06/slide_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_main .slick-prev:hover, #single-itemBox01 .itemBox .cnt .gallery_img .gallery_main .slick-prev:focus, #single-itemBox01 .itemBox .cnt .gallery_img .gallery_main .slick-next:hover, #single-itemBox01 .itemBox .cnt .gallery_img .gallery_main .slick-next:focus { opacity: 0.7; }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_main .slick-prev { left: 16px; }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_main .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_main .slick-next { right: 16px; }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_main .gallery_main01 { width: 100%; height: 360px; }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_thum { width: 100%; margin-bottom: 0 !important; }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_thum .slick-track { width: 100% !important; }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: 80px; height: 80px; margin: 14px 13px 0 0; }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_thum .gallery_thum01:nth-child(-n+4) { margin-top: 0; }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_thum .gallery_thum01:nth-child(4n) { margin-right: 0; }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_thum .gallery_thum01.slick-current::before { content: ""; width: 100%; height: 100%; border: 3px solid #D81D17; box-sizing: border-box; position: absolute; left: 0; top: 0; z-index: 2; }
#single-itemBox01 .itemBox .cnt .info { width: 320px; }
#single-itemBox01 .itemBox .cnt .info .cate-list { width: auto; margin-bottom: 8px; }
#single-itemBox01 .itemBox .cnt .info .cate-list li { font-size: 14px; line-height: 20px; padding: 3px 16px 5px; box-sizing: border-box; border: 1px solid #B7B7B7; border-radius: 16px; margin: 8px 8px 0 0; }
#single-itemBox01 .itemBox .cnt .info .cate-list li:last-child { margin-right: 0; }
#single-itemBox01 .itemBox .cnt .info .title { font-size: 20px; line-height: 30px; margin-bottom: 24px; padding-bottom: 32px; border-bottom: 1px solid #DFDFDF; }
#single-itemBox01 .itemBox .cnt .info .exp { display: flex; align-items: center; margin-bottom: 8px; }
#single-itemBox01 .itemBox .cnt .info .exp .item-price01 .ss_price { font-size: 32px; margin-right: 4px; }
#single-itemBox01 .itemBox .cnt .info .exp .item-price01 em.tax { font-size: 16px; }
#single-itemBox01 .itemBox .cnt .info .exp .shipping-text { margin-left: 16px; }
#single-itemBox01 .itemBox .cnt .info .delivery-price { font-size: 14px; margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid #DFDFDF; }
#single-itemBox01 .itemBox .cnt .info .type_box { margin-bottom: 24px; }
#single-itemBox01 .itemBox .cnt .info .type_box dl.item-sku { display: block; padding: 0; border: none; }
#single-itemBox01 .itemBox .cnt .info .type_box dl.item-sku dt, #single-itemBox01 .itemBox .cnt .info .type_box dl.item-sku dd { border: none; }
#single-itemBox01 .itemBox .cnt .info .type_box dl.item-sku dt { width: 100%; font-size: 16px; line-height: 24px; font-weight: 400; display: block; padding: 0; background-color: transparent; margin-bottom: 16px; }
#single-itemBox01 .itemBox .cnt .info .type_box dl.item-sku dd { display: block; width: 100%; padding: 0; margin-bottom: 16px; }
#single-itemBox01 .itemBox .cnt .info .type_box dl.item-sku dd:last-child { margin-bottom: 0; }
#single-itemBox01 .itemBox .cnt .info .type_box dl.item-sku dd select { width: 100%; height: 40px; box-sizing: border-box; padding: 6px 10px 8px; font-size: 18px; font-weight: 400; border: solid 1px #D4D4D4; font-family: 'NotoSansJP'; background: #FFFFFF; -webkit-appearance: none; appearance: none; border-radius: 0; cursor: pointer; }
#single-itemBox01 .itemBox .cnt .info .type_box dl.item-sku dd select option { color: #000000; }
#single-itemBox01 .itemBox .cnt .info .item-count { margin-bottom: 24px; align-items: center; }
#single-itemBox01 .itemBox .cnt .info .item-count .tit { width: 48px; font-size: 16px; line-height: 24px; font-weight: 400; text-align: left; }
#single-itemBox01 .itemBox .cnt .info .item-count .num-box { width: 120px; }
#single-itemBox01 .itemBox .cnt .info .item-count .num-box .num-text { display: flex; flex-wrap: wrap; align-items: center; }
#single-itemBox01 .itemBox .cnt .info .item-count .num-box input.skuquantity { font-family: 'NotoSansJP'; width: 40px !important; padding: 6px 0 8px; box-sizing: border-box; height: 40px; background: #FFFFFF; border: solid 1px #D4D4D4; line-height: 26px; text-align: center !important; font-size: 18px; font-weight: 400; }
#single-itemBox01 .itemBox .cnt .info .item-count .num-box input#minus1, #single-itemBox01 .itemBox .cnt .info .item-count .num-box input#add1 { font-family: 'NotoSansJP'; padding: 7px 0 9px; box-sizing: border-box; width: 40px; height: 40px; font-size: 16px; text-align: center !important; line-height: 24px; border: solid 1px #D4D4D4; background: #EFEFEF; transition: 0.3s; font-weight: 400; }
#single-itemBox01 .itemBox .cnt .info .item-count .num-box input#minus1:hover, #single-itemBox01 .itemBox .cnt .info .item-count .num-box input#add1:hover { opacity: 0.7; }
#single-itemBox01 .itemBox .cnt .info .discount-text { text-align: left; }
#single-itemBox01 .itemBox .cnt .info .discount-text dl.itemGpExp dt { padding: 0; color: #000000; margin-bottom: 8px; }
#single-itemBox01 .itemBox .cnt .info .discount-text dl.itemGpExp li { font-size: 16px; }
#single-itemBox01 .itemBox .cnt .info .discount-text dl.itemGpExp li span.price { font-size: 16px; font-weight: 400; color: #000000; }
#single-itemBox01 .itemBox .cnt .info .discount-text dl.itemGpExp li em.tax { font-size: 16px; color: #000000; }
#single-itemBox01 .itemBox .cnt .info .btn01.cart-btn { width: 100%; height: 56px; margin: 32px 0 0; }
#single-itemBox01 .itemBox .cnt .info .btn01.cart-btn > input[type="submit"] { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 15px 0 17px; background: #0A0A0A; border: 2px solid #0A0A0A; border-radius: 40px; cursor: pointer; transition: 0.3s; font-family: 'NotoSansJP'; font-size: 16px; line-height: 24px; text-align: center; color: #FFFFFF; font-weight: 700; }
#single-itemBox01 .itemBox .cnt .info .btn01.cart-btn > input[type="submit"]:hover { text-decoration: none; background: transparent; color: #0A0A0A; }
#single-itemBox01 .itemBox .cnt .info .contact-text { margin-top: 8px; }
#single-itemBox01 .itemBox .cnt .info .contact-text a { text-decoration: underline; }
#single-itemBox01 .itemBox .cnt .info .contact-text a:hover { text-decoration: none; }
#single-itemBox01 .itemBox .cnt .info .info-table { margin-top: 32px; }
#single-itemBox01 .itemBox .cnt .info .info-table tr { border-top: 1px solid #DFDFDF; }
#single-itemBox01 .itemBox .cnt .info .info-table tr:last-child th, #single-itemBox01 .itemBox .cnt .info .info-table tr:last-child td { padding-bottom: 0; }
#single-itemBox01 .itemBox .cnt .info .info-table tr th { width: 130px; padding: 32px 0; font-weight: 400; vertical-align: top; }
#single-itemBox01 .itemBox .cnt .info .info-table tr td { width: calc(100% - 130px); padding: 32px 0; font-weight: 700; word-break: break-all; }
#single-itemBox01 .itemBox .cnt .info .info-table tr td .sub-text { display: block; font-size: 14px; font-weight: 400; margin-top: 4px; }
#single-itemBox01 .itemBox .info_box { margin-top: 40px; }
#single-itemBox01 .itemBox .info_box .item_title { font-size: 20px; padding: 10px 24px 11px; box-sizing: border-box; background: #F2F2F2; margin-bottom: 40px; }
#single-itemBox01 .itemBox .info_box .item-table { margin-top: 40px; }
#single-itemBox01 .itemBox .info_box .item-table tr { border-top: 1px solid #DFDFDF; }
#single-itemBox01 .itemBox .info_box .item-table tr:last-child { border-bottom: 1px solid #DFDFDF; }
#single-itemBox01 .itemBox .info_box .item-table tr th { width: 180px; padding: 24px 20px; background: #F8F8F8; font-weight: 400; vertical-align: top; }
#single-itemBox01 .itemBox .info_box .item-table tr td { width: calc(100% - 180px); padding: 24px 20px; }

/*カート
=========================================== */
.page-usces-cart { background: #fff; }

.cart-bread { margin-top: 0 !important; padding-top: 108px !important; }

.cart-content { padding: 90px 0 100px; }

.entry.login-now h5, .entry.login-now form.ff01, .entry.login-now table.customer_form.ff02, .entry.login-now dl.mem-kiyaku.flex { display: none; }

#confirm_table th, #confirm_table td, #delivery-info th, #delivery-info td { font-size: 18px !important; vertical-align: top; }

div.usccart_navi li { background-size: auto 100%; }

.upbutton { margin-bottom: 10px; }

.upbutton input[type="submit"] { width: 120px; height: 35px; background: #0A0A0A; color: #fff; border-radius: 20px; font-size: 16px; font-weight: 500; transition: 0.3s; appearance: none; border: 2px solid #0A0A0A; box-sizing: border-box; padding: 5px 0 6px; line-height: 24px; }

.upbutton input[type="submit"]:hover { background: transparent; }

.send.cart-btns, form#purchase_form .send { display: flex; align-items: center; justify-content: center; }
.send.cart-btns input[type="button"], .send.cart-btns input[type="submit"], form#purchase_form .send input[type="button"], form#purchase_form .send input[type="submit"] { width: 280px !important; height: 64px; display: flex; justify-content: center; align-items: center; background: url("../img/common/btn_arrow_w.png") no-repeat center right 10px, #0A0A0A; background-size: 32px; box-sizing: border-box; border-radius: 40px; cursor: pointer; transition: 0.3s; font-size: 16px; font-weight: 700; line-height: 24px; text-align: center; font-family: 'NotoSansJP'; color: #FFFFFF; border: 2px solid #0A0A0A; padding: 0 50px; }
.send.cart-btns input[type="button"]:hover, .send.cart-btns input[type="submit"]:hover, form#purchase_form .send input[type="button"]:hover, form#purchase_form .send input[type="submit"]:hover { background: url("../img/common/btn_arrow_b.png") no-repeat center right 10px; background-size: 32px; color: #000000; text-decoration: none; }
.send.cart-btns input#previouscart, .send.cart-btns input.back_cart_button, .send.cart-btns input.back_to_customer_button, .send.cart-btns input.back_to_delivery_button, form#purchase_form .send input#previouscart, form#purchase_form .send input.back_cart_button, form#purchase_form .send input.back_to_customer_button, form#purchase_form .send input.back_to_delivery_button { background: url("../img/p11/btn_back_b.png") no-repeat center left 16px; background-size: 32px; color: #000000; margin-right: 20px; }
.send.cart-btns input#previouscart:hover, .send.cart-btns input.back_cart_button:hover, .send.cart-btns input.back_to_customer_button:hover, .send.cart-btns input.back_to_delivery_button:hover, form#purchase_form .send input#previouscart:hover, form#purchase_form .send input.back_cart_button:hover, form#purchase_form .send input.back_to_customer_button:hover, form#purchase_form .send input.back_to_delivery_button:hover { background: url("../img/p11/btn_back_w.png") no-repeat center left 16px, #0A0A0A; background-size: 32px; color: #FFFFFF; }

.guide-tit01.gedan-tit { margin-top: 50px; }

#customer-info th { font-size: 16px !important; padding: 10px !important; }

#customer-info td { font-size: 16px !important; padding: 10px !important; }

#delivery-info .customer_form dt { font-size: 16px !important; }

table.customer_form input[type="password"], table.customer_form input[type="text"], table.customer_form select { height: 40px; padding: 7px 20px 9px; font-size: 16px; }

.ship-chui.flex { flex-direction: row-reverse; justify-content: space-between; align-items: center; }

.ship-chui.flex .left { font-size: 16px; }

.btn01.new-pass-btn > a { margin: 0 auto; }

form.ff01 { margin-bottom: 50px !important; }

.catbox .post .entry { border-bottom: none !important; }

div#cart_completion h3 { font-size: 24px; margin-bottom: 25px; }

div#cart_completion div.header_explanation { font-size: 18px; padding-left: 15px; position: relative; margin: 10px 0; }

/* ご利用ガイド　p07
=========================================== */
.page-guide { overflow: visible; }

#p07box01 .wrap.twin div#two-main { width: 800px; }
#p07box01 .wrap.twin div#two-side { width: 240px; }
#p07box01 .wrap.twin div#two-side .side-link.side-link02 { position: sticky; top: 100px; }
#p07box01 .wrap.twin div#two-side .side-link.side-link02 > li > a { padding: 24px 30px 24px 0; position: relative; }
#p07box01 .wrap.twin div#two-side .side-link.side-link02 > li > a::after { content: ""; display: block; width: 24px; height: 24px; background: url("../img/common/btn_arrow_b.png") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%); transition: 0.3s; }
#p07box01 .wrap.twin div#two-side .side-link.side-link02 > li > a:hover { color: #0A0A0A; }
#p07box01 .wrap.twin div#two-side .side-link.side-link02 > li > a:hover::after { background: url("../img/common/btn_arrow_r.png") no-repeat center; background-size: contain; }
#p07box01 .guide_box00 { padding: 40px 40px 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; margin-bottom: 40px; }
#p07box01 .guide_box00:last-child { margin-bottom: 0; }
#p07box01 .guide_box00 h2 { font-size: 36px; line-height: 52px; margin-bottom: 40px; }
#p07box01 .guide_box00 .box-list .box00 { margin-bottom: 40px; }
#p07box01 .guide_box00 .box-list .box00:last-child { margin-bottom: 0; }
#p07box01 .guide_box00 .box-list .box00 h3 { font-size: 20px; line-height: 29px; padding: 10px 24px 11px; box-sizing: border-box; background: #F2F2F2; margin-bottom: 40px; }
#p07box01 .guide_box00 .box-list .box00 .box_in { padding-bottom: 32px; border-bottom: 1px solid #DFDFDF; margin-bottom: 32px; }
#p07box01 .guide_box00 .box-list .box00 .box_in:last-child { padding-bottom: 0; border-bottom: none; margin-bottom: 0; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in { padding: 32px 0; border-bottom: 1px solid #DFDFDF; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in:first-child { padding-top: 0; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in:last-child { padding-bottom: 0; border-bottom: none; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in h4 { font-size: 18px; padding-left: 18px; box-sizing: border-box; position: relative; margin-bottom: 16px; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in h4::before { content: ""; display: block; width: 10px; height: 10px; background: #0A0A0A; border-radius: 50%; position: absolute; top: 9px; left: 0; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in .list00 { margin-bottom: 16px; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in .list00:last-child { margin-bottom: 0; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in .list-table tr th, #p07box01 .guide_box00 .box-list .box00 .list .list_in .list-table tr td { width: 200px; padding: 16px 40px 17px; box-sizing: border-box; background: #FFFFFF; border-bottom: 1px solid #DFDFDF; vertical-align: middle; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in .list-table tr th:first-child, #p07box01 .guide_box00 .box-list .box00 .list .list_in .list-table tr td:first-child { width: calc(100% - 200px); background: #F2F1EC; border-bottom: 1px solid #D6D3C2; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in .list-table tr th { border-top: 1px solid #DFDFDF; text-align: center; font-weight: 400; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in .list-table tr th:first-child { border-top: 1px solid #D6D3C2; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in .list-table tr td { text-align: right; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in .list-table tr td:first-child { text-align: left; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in .list-table.list-table-payment tr th, #p07box01 .guide_box00 .box-list .box00 .list .list_in .list-table.list-table-payment tr td { width: 320px; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in .list-table.list-table-payment tr th:first-child, #p07box01 .guide_box00 .box-list .box00 .list .list_in .list-table.list-table-payment tr td:first-child { width: calc(100% - 320px); }
#p07box01 .guide_box00 .box-list .box00 .list .list_in .list-table.list-table-payment tr td:first-child { text-align: right; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in .list-table.list-table-shipping tr td p.flex .midashi_left { width: 107px; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in .list-table.list-table-shipping tr td p.flex .midashi_right { width: calc(100% - 107px); }

/* オリジナルデザイン　p08
=========================================== */
.page-original { background: #FFFFFF; }
.page-original .under-cont > section:nth-child(2n) { background: #F2F2F2; }

.original-slider02 { margin-bottom: 0 !important; }
.original-slider02 .slick-list { padding: 10px; box-sizing: border-box; margin: -10px; }
.original-slider02 .slick-prev, .original-slider02 .slick-next { top: auto; bottom: -94px; transform: translate(0, 0); }
.original-slider02 .slick-prev { left: 0; }
.original-slider02 .slick-next { left: 76px; right: auto; }
.original-slider02 .item00 { width: 230px; margin-right: 20px; }
.original-slider02 .item00 a .img { height: 230px; }
.original-slider02 .news00 { width: 250px; margin-right: 33px; }
.original-slider02 .news00 a .img { height: 250px; }
.original-slider02 .news00 a .title { margin-top: 16px; }

#p08box01 .cnt { justify-content: center; align-items: flex-start; margin-bottom: 80px; }
#p08box01 .cnt .left { width: 200px; height: 200px; background: url("../img/p08/title_img.png") no-repeat center; background-size: contain; padding-top: 74px; box-sizing: border-box; text-align: center; margin-right: 40px; }
#p08box01 .cnt .left span { font-size: 40px; line-height: 51px; letter-spacing: 0.04em; }
#p08box01 .cnt .right { width: 710px; }
#p08box01 .cnt .right h2 { font-size: 36px; line-height: 52px; margin-bottom: 30px; }
#p08box01 .box-list .box00 { padding: 50px 60px 60px; box-sizing: border-box; background: #F2F2F2; border-radius: 20px; margin-bottom: 40px; }
#p08box01 .box-list .box00:last-child { margin-bottom: 0; }
#p08box01 .box-list .box00 .scene-list { justify-content: space-between; }
#p08box01 .box-list .box00 .scene-list .scene00 { width: 220px; }
#p08box01 .box-list .box00 .scene-list .scene00 .img { width: 100%; margin-bottom: 8px; }
#p08box01 .box-list .box00 .scene-list .scene00 h4 { font-size: 20px; line-height: 29px; }
#p08box01 .box-list .box00 .box_in { justify-content: space-between; align-items: flex-start; }
#p08box01 .box-list .box00 .box_in .img { width: 400px; }
#p08box01 .box-list .box00 .box_in .text01 { width: 540px; }
#p08box01 .box-list .box00 .box_in02 { margin-top: 56px; background: #FFFFFF; padding-bottom: 40px; border-radius: 10px; overflow: hidden; }
#p08box01 .box-list .box00 .box_in02 h4 { font-size: 24px; line-height: 35px; padding: 13px 0 12px; box-sizing: border-box; background: #D81D17; margin-bottom: 40px; }
#p08box01 .box-list .box00 .box_in02 .text01 { text-align: center; }
#p08box01 .box-list .box00 .box_in02 .font-list { margin-top: 40px; justify-content: space-between; align-items: flex-start; padding: 0 40px; box-sizing: border-box; }
#p08box01 .box-list .box00 .box_in02 .font-list .font00 { width: 430px; border-top: 1px solid #DFDFDF; padding-top: 24px; }
#p08box01 .box-list .box00 .box_in02 .font-list .font00 h5 { font-size: 20px; line-height: 29px; padding-left: 12px; box-sizing: border-box; position: relative; margin-bottom: 24px; }
#p08box01 .box-list .box00 .box_in02 .font-list .font00 h5::before { content: ""; display: block; width: 4px; height: calc(100% - 5px); background: #D81D17; position: absolute; top: 4px; left: 0; }
#p08box01 .cnt02 { justify-content: space-between; align-items: flex-start; margin-top: 80px; }
#p08box01 .cnt02 .text_box { width: 540px; }
#p08box01 .cnt02 .text_box h3 { font-size: 32px; line-height: 50px; margin-bottom: 40px; }
#p08box01 .cnt02 .text_box .btn_pdf { margin-top: 40px; }
#p08box01 .cnt02 .img { width: 500px; }

#p08box02 .title01 { text-align: center; }
#p08box02 .btn01 { margin: 40px 0 0 auto; }

#p08box03 .flow_box .flow-list { justify-content: space-between; align-items: flex-start; margin-bottom: 40px; }
#p08box03 .flow_box .flow-list .flow00 { width: 200px; }
#p08box03 .flow_box .flow-list .flow00 .img { width: 100%; height: 120px; background: #F2F2F2; border-radius: 10px; position: relative; margin-bottom: 16px; }
#p08box03 .flow_box .flow-list .flow00 .img img { width: 72px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p08box03 .flow_box .flow-list .flow00 h3 { font-size: 24px; line-height: 32px; margin-bottom: 8px; }
#p08box03 .flow_box .flow-list .flow00 .text01 .list { margin-top: 8px; }
#p08box03 .flow_box .flow-list .flow00 .text01 .list li { padding-left: 1em; text-indent: -1em; }
#p08box03 .flow_box .flow-list .flow03 .img img { width: 62px; }
#p08box03 .flow_box .flow-arrow { width: 100%; height: 56px; text-align: center; padding-top: 8px; box-sizing: border-box; position: relative; z-index: 1; }
#p08box03 .flow_box .flow-arrow::before { content: ""; display: block; width: calc(100% - 20px); height: 40px; background: #D81D17; position: absolute; top: 50%; left: 0; transform: translateY(-50%); z-index: -1; }
#p08box03 .flow_box .flow-arrow::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #d81d17; border-width: 28px 0px 28px 25px; position: absolute; top: 0; right: 0; z-index: -1; }
#p08box03 .flow_box .flow-arrow span em { font-size: 24px; margin-right: 8px; }

#p08box04 a { display: block; width: 100%; text-align: center; padding: 100px 0; box-sizing: border-box; position: relative; overflow: hidden; }
#p08box04 a:hover { text-decoration: none; }
#p08box04 a:hover img { transform: translate(-50%, -50%) scale(1.1); }
#p08box04 a img { max-width: none; width: auto; height: 100%; aspect-ratio: 320 / 43; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; z-index: -1; }
#p08box04 a .btn-text { font-size: 40px; line-height: 60px; padding-left: 56px; box-sizing: border-box; background: url("../img/common/btn_box.png") no-repeat center left; background-size: 48px; }

/* 会社概要　p09
=========================================== */
.page-company { background: #FFFFFF; }
.page-company .under-cont > section:nth-child(2n) { background: #F2F2F2; }

.p09box00 .cnt { justify-content: space-between; align-items: flex-start; }
.p09box00 .cnt .title01 { width: 100px; }
.p09box00 .cnt .right { width: 950px; }

#p09box01 .company-table tr { border-bottom: 1px solid #DFDFDF; }
#p09box01 .company-table tr:first-child { border-top: 1px solid #DFDFDF; }
#p09box01 .company-table tr th { width: 200px; padding: 24px 0 24px 40px; box-sizing: border-box; background: #F8F8F8; font-weight: 400; line-height: 2; vertical-align: top; }
#p09box01 .company-table tr td { width: calc(100% - 200px); padding: 24px 0 24px 40px; box-sizing: border-box; line-height: 2; }

#p09box02 .access-list .access00 { padding: 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; margin-bottom: 40px; }
#p09box02 .access-list .access00:last-child { margin-bottom: 0; }
#p09box02 .access-list .access00 .access_in { justify-content: space-between; align-items: flex-start; }
#p09box02 .access-list .access00 .access_in .text_box { width: calc(100% - 500px); }
#p09box02 .access-list .access00 .access_in .img { width: 480px; border-radius: 20px; overflow: hidden; }
#p09box02 .access-list .access00 .access-map { margin-top: 40px; width: 100%; height: 360px; position: relative; overflow: hidden; }
#p09box02 .access-list .access00 .access-map iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#p09box03 .recruit-list .recruit00 { margin-bottom: 40px; }
#p09box03 .recruit-list .recruit00:last-child { margin-bottom: 0; }
#p09box03 .recruit-list .recruit00 table tr { border-bottom: 1px solid #DFDFDF; }
#p09box03 .recruit-list .recruit00 table tr:first-child { border-top: 1px solid #DFDFDF; }
#p09box03 .recruit-list .recruit00 table tr th { width: 200px; padding: 24px 0 24px 40px; box-sizing: border-box; background: #F8F8F8; font-weight: 400; line-height: 2; vertical-align: top; }
#p09box03 .recruit-list .recruit00 table tr td { width: calc(100% - 200px); padding: 24px 0 24px 40px; box-sizing: border-box; line-height: 2; vertical-align: top; }

#p09box04 .title01 { text-align: center; }
#p09box04 .text01 { text-align: center; }
#p09box04 .company-table02 { margin-top: 60px; }
#p09box04 .company-table02 tr:first-child th { border-top: 1px solid #CCCCCC; }
#p09box04 .company-table02 tr:first-child td { border-top: 1px solid #DFDFDF; }
#p09box04 .company-table02 tr th { width: 260px; padding: 24px 0 24px 40px; box-sizing: border-box; background: #EBEBEB; border-bottom: 1px solid #CCCCCC; font-weight: 400; line-height: 2; vertical-align: top; }
#p09box04 .company-table02 tr td { width: calc(100% - 260px); padding: 24px 0 24px 40px; box-sizing: border-box; background: #FFFFFF; border-bottom: 1px solid #DFDFDF; line-height: 2; }

/*お知らせ　p10
=========================================== */
#p10box01 .topics-all-list .news00 { margin: 40px 30px 0 0; }
#p10box01 .topics-all-list .news00:nth-child(-n+3) { margin-top: 0; }
#p10box01 .topics-all-list .news00:nth-child(3n) { margin-right: 0; }

#newsbox01 { padding: 87px 0 120px; }
#newsbox01 .news-singleBox { padding: 40px 50px 50px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; }
#newsbox01 .news-singleBox .info { margin-bottom: 16px; align-items: center; }
#newsbox01 .news-singleBox .info .time { font-size: 14px; line-height: 20px; margin-right: 6px; }
#newsbox01 .news-singleBox .info .cate-list { width: auto; }
#newsbox01 .news-singleBox .info .cate-list li { font-size: 14px; line-height: 20px; padding: 3px 16px 5px; box-sizing: border-box; border: 1px solid #B7B7B7; border-radius: 16px; margin-right: 8px; }
#newsbox01 .news-singleBox .info .cate-list li:last-child { margin-right: 0; }
#newsbox01 .news-singleBox .title { font-size: 24px; line-height: 40px; margin-bottom: 40px; }

/*お問い合わせ　p11
=========================================== */
.page-contact footer #contact-sec { display: none; }
.page-contact #contact-sec { padding-bottom: 40px; }
.page-contact #contact-sec .box .cnt .box_in .btn01.btn_contact a { background: url("../img/p11/btn_arrow.svg") no-repeat center right 24px, #0A0A0A; background-size: 16px; }
.page-contact #contact-sec .box .cnt .box_in .btn01.btn_contact a:hover { background: url("../img/p11/btn_arrow.svg") no-repeat center right 24px, #D81D17; background-size: 16px; }
.page-contact #contact-sec .box01 { margin-bottom: 80px; }

#p11box01 { padding-top: 40px; background: #F2F2F2; }
#p11box01 .contact_form { padding: 40px 60px 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; }
#p11box01 .contact_form .text-list { margin-bottom: 40px; }
#p11box01 .contact_form .text-list li { padding-left: 1em; text-indent: -1em; margin-bottom: 8px; }
#p11box01 .contact_form .text-list li:last-child { margin-bottom: 0; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 40px; }
ul.contact-state > li { display: table; width: 310px; height: 60px; position: relative; }
ul.contact-state > li > span { display: table-cell; text-align: center; vertical-align: middle; background: #D4D4D4; font-weight: 700; color: #737373; font-size: 16px; }
ul.contact-state > li.state01 { clip-path: polygon(0 0, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0 100%, 0% 50%); }
ul.contact-state > li.state01 > span { background: #0A0A0A; color: #FFFFFF; font-size: 18px; }
ul.contact-state li.state02 { clip-path: polygon(0 0, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0 100%, 0% 50%); }
ul.contact-state li.state03 { clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 50%); }

ul.contact-state.contact-state02 { display: flex; flex-wrap: wrap; justify-content: space-between; }
ul.contact-state.contact-state02 > li.state02 > span { background: #0A0A0A; color: #FFFFFF; font-size: 18px; }

form.wpcf7-form { margin-top: -150px; padding-top: 150px; /*placeholder*/ /*text*/ /*textarea*/ /*お問い合わせ項目*/ /*住所*/ /*商品番号*/ /*添付ファイル*/ /*doui-check*/ /*送信ボタン*/ }
form.wpcf7-form tr { display: block; margin-bottom: 60px; }
form.wpcf7-form th { display: block; width: 100%; margin-bottom: 10px; }
form.wpcf7-form th .hissu, form.wpcf7-form th .ninni { padding: 2px 7px 3px; font-size: 13px; font-weight: 700; line-height: 19px; margin-right: 8px; display: inline-block; box-sizing: border-box; border: 1px solid #D81D17; }
form.wpcf7-form th .hissu { color: #fff; background: #D81D17; }
form.wpcf7-form th .ninni { color: #D81D17; background: #fff; }
form.wpcf7-form td { display: block; width: 100%; }
form.wpcf7-form input.wpcf7-text, form.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea, form.wpcf7-form select.wpcf7-select { color: #000000; }
form.wpcf7-form input.wpcf7-text::placeholder, form.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea::placeholder, form.wpcf7-form select.wpcf7-select::placeholder { color: #9A9A9A; }
form.wpcf7-form input.wpcf7-text { width: 100%; height: 40px; box-sizing: border-box; padding: 7px 20px 9px; font-size: 16px; border: 0; background: #FFFFFF; border: 1px solid #D4D4D4; font-family: 'NotoSansJP'; border-radius: 0; color: #000000; }
form.wpcf7-form input.wpcf7-text.your-name { width: 200px; }
form.wpcf7-form input.wpcf7-text.tel01 { width: 160px; }
form.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea { width: 100%; height: 120px; box-sizing: border-box; padding: 7px 20px 9px; font-size: 16px; border: 0; background: #FFFFFF; border: 1px solid #D4D4D4; font-family: 'NotoSansJP'; border-radius: 0; color: #000000; }
form.wpcf7-form td.koumoku .wpcf7-list-item { display: block; margin-left: 0; margin-top: 10px; }
form.wpcf7-form td.koumoku .wpcf7-list-item label { display: flex; align-items: center; }
form.wpcf7-form td.koumoku .wpcf7-list-item label input[type="radio"] { width: 20px; height: 20px; border: 1px solid #D4D4D4; border-radius: 0; }
form.wpcf7-form td.koumoku .wpcf7-list-item label .wpcf7-list-item-label { font-size: 16px; font-weight: 400; line-height: 24px; margin-left: 10px; }
form.wpcf7-form td.koumoku .wpcf7-list-item.first { margin-top: 0; }
form.wpcf7-form .address_box th { margin-bottom: 20px; }
form.wpcf7-form .address_box .address-list li { margin-bottom: 20px; }
form.wpcf7-form .address_box .address-list li:last-child { margin-bottom: 0; }
form.wpcf7-form .address_box .address-list li .th { margin-bottom: 10px; font-weight: 400; }
form.wpcf7-form .address_box .address-list li.zip1 .td { display: flex; align-items: center; }
form.wpcf7-form .address_box .address-list li.zip1 .td input.wpcf7-text { width: 130px; }
form.wpcf7-form .address_box .address-list li.zip1 .td .sub_text { font-size: 14px; font-weight: 400; line-height: 20px; margin-left: 10px; }
form.wpcf7-form .address_box .address-list select.wpcf7-select { min-width: 160px; height: 40px; box-sizing: border-box; padding: 7px 33px 9px 16px; font-size: 16px; background: url("../img/p11/select_arrow.svg") no-repeat center right 16px, #FFFFFF; background-size: 10px; border: 1px solid #D4D4D4; font-family: 'NotoSansJP'; border-radius: 0; color: #000000; -webkit-appearance: none; appearance: none; }
form.wpcf7-form .address_box .address-list select.wpcf7-select option { color: #000000; }
form.wpcf7-form .item-num_box .sub_text { margin-bottom: 10px; }
form.wpcf7-form .item-num_box .wpcf7-field-group { margin-bottom: 15px; position: relative; }
form.wpcf7-form .item-num_box .wpcf7-field-group:last-child { margin-bottom: 0; }
form.wpcf7-form .item-num_box .wpcf7-field-group br { display: none; }
form.wpcf7-form .item-num_box .wpcf7-field-group input.wpcf7-text.item-num { width: 200px; }
form.wpcf7-form .item-num_box .wpcf7-field-group button.wpcf7-field-group-add, form.wpcf7-form .item-num_box .wpcf7-field-group button.wpcf7-field-group-remove { width: 40px; height: 40px; border-radius: 50%; color: transparent; border: none; margin-left: 12px; cursor: pointer; transition: 0.3s; }
form.wpcf7-form .item-num_box .wpcf7-field-group button.wpcf7-field-group-add:hover, form.wpcf7-form .item-num_box .wpcf7-field-group button.wpcf7-field-group-remove:hover { opacity: 0.7; }
form.wpcf7-form .item-num_box .wpcf7-field-group button.wpcf7-field-group-add { background: url("../img/p11/add.svg") no-repeat center, #0A0A0A; background-size: 16px; }
form.wpcf7-form .item-num_box .wpcf7-field-group button.wpcf7-field-group-remove { background: url("../img/p11/remove.svg") no-repeat center, #0A0A0A; background-size: 16px; }
form.wpcf7-form .file-text { margin-top: 8px; }
form.wpcf7-form .file-text li { font-size: 14px; line-height: 22px; font-weight: 400; padding-left: 1em; text-indent: -1em; margin-bottom: 8px; }
form.wpcf7-form .file-text li:last-child { margin-bottom: 0; }
form.wpcf7-form .codedropz-upload-wrapper .wpcf7c-conf.wpcf7c-conf-hidden { display: none; }
form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler { background: #FFFFFF; border: 1px dashed #D4D4D4; border-radius: 2px; position: relative; }
form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container { height: 100%; padding: 25px 0; box-sizing: border-box; }
form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3 { margin: 0 0 5px; font-size: 24px; font-weight: 500; line-height: 35px; }
form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner > span { font-size: 14px; font-weight: 400; }
form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap { margin-top: 5px; }
form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { display: inline-block; height: 35px; background: #CCCCCC; border: 1px solid #707070; border-radius: 0; padding: 7px 12px 8px; box-sizing: border-box; font-size: 14px; font-weight: 400; line-height: 20px; margin: 0 auto; }
form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter { display: none; }
form.wpcf7-form .codedropz-upload-wrapper:has(.dnd-upload-status) .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { display: none; }
form.wpcf7-form .doui-box { margin-bottom: 0; }
form.wpcf7-form .doui-box td .wpcf7-list-item { margin: 0; }
form.wpcf7-form .doui-box td .wpcf7-list-item label { display: flex; align-items: flex-end; }
form.wpcf7-form .doui-box td .wpcf7-list-item label input[type="checkbox"] { width: 16px; height: 16px; border: 1px solid #BEBEBE; border-radius: 2px; }
form.wpcf7-form .doui-box td .wpcf7-list-item label .wpcf7-list-item-label { font-size: 15px; font-weight: 700; line-height: 20px; color: #444444; margin-left: 8px; }
form.wpcf7-form .doui-box td .doui-text { margin-top: 10px; font-size: 14px; font-weight: 400; line-height: 23px; }
form.wpcf7-form .doui-box td .doui-text a { text-decoration: underline; }
form.wpcf7-form .doui-box td .doui-text a:hover { opacity: 0.7; }
form.wpcf7-form .contact-submit.flex { justify-content: center; flex-direction: row-reverse; margin-top: 40px; }
form.wpcf7-form .contact-submit.flex .btn01 { margin: 0; }
form.wpcf7-form .contact-submit.flex .btn01 input.wpcf7-form-control { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: url("../img/common/btn_arrow_w.png") no-repeat center right 16px, #0A0A0A; background-size: 32px; box-sizing: border-box; border-radius: 40px; cursor: pointer; transition: 0.3s; font-size: 16px; font-weight: 700; line-height: 24px; text-align: center; font-family: 'NotoSansJP'; color: #FFFFFF; border: 2px solid #0A0A0A; }
form.wpcf7-form .contact-submit.flex .btn01 input.wpcf7-form-control:hover { background: url("../img/common/btn_arrow_b.png") no-repeat center right 16px; background-size: 32px; color: #000000; text-decoration: none; }
form.wpcf7-form .contact-submit.flex .btn01:has(.wpcf7c-force-hide) { display: none; }
form.wpcf7-form .contact-submit.flex .btn01.back { margin-right: 20px; }
form.wpcf7-form .contact-submit.flex .btn01.back input.wpcf7-form-control { background: url("../img/p11/btn_back_b.png") no-repeat center left 16px; background-size: 32px; color: #000000; }
form.wpcf7-form .contact-submit.flex .btn01.back input.wpcf7-form-control:hover { background: url("../img/p11/btn_back_w.png") no-repeat center left 16px, #0A0A0A; background-size: 32px; color: #FFFFFF; }
form.wpcf7-form .contact-submit.flex .wpcf7c-elm-step2.mt20 { margin-top: 20px; }
form.wpcf7-form .contact-submit.flex input.wpcf7-form-control:focus { outline: none; }
form.wpcf7-form .wpcf7c-conf { background-color: #D4D4D4 !important; }
form.wpcf7-form input:-webkit-autofill, form.wpcf7-form input:-internal-autofill-selected { -webkit-appearance: none; -webkit-box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; }
form.wpcf7-form .wpcf7 .ajax-loader { display: none !important; }
form.wpcf7-form .wpcf7-spinner { display: none !important; }

/*Thanks・404
=========================================== */
#other { padding: 90px 0 100px; text-align: center; }
#other h2 { font-size: 24px; margin-bottom: 25px; }
#other p { font-size: 18px; padding-left: 15px; position: relative; margin: 10px 0; }

/*プライバシーポリシー
=========================================== */
div#pageBox01 { padding: 90px 0 100px; }

h2.pp-title01 { font-size: 24px; border-bottom: solid 2px; margin-bottom: 25px; padding-bottom: 10px; }

h3.pp-title02 { font-size: 20px; position: relative; margin: 25px 0; padding-left: 10px; }
h3.pp-title02::before { content: ""; width: 5px; height: 65%; background: #000; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 1500px) { #youtube-sec { width: 1100px; padding: 100px 0 100px 30px; }
  #youtube-sec > .btn01 { padding-right: 30px; } }
/*ipad対策
=========================================== */
/*Firefox用
=========================================== */
@-moz-document url-prefix() { .title01.tate .ja { letter-spacing: 0.1em; margin-top: 0; } }
/*safari用
=========================================== */
.safari .title01.tate .ja { letter-spacing: 0.1em; margin-top: 0; }
