@charset "UTF-8";
/* CSS Document */
/* font
=========================================== */
@font-face { /*NotoSansJP*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Regular.ttf"); src: url("../fonts/font/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Regular.woff") format("woff"), url("../fonts/font/NotoSansJP-Regular.ttf") format("truetype"); font-weight: 400; }
@font-face { /*NotoSansJPミディアム*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Medium.ttf"); src: url("../fonts/font/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Medium.woff") format("woff"), url("../fonts/font/NotoSansJP-Medium.ttf") format("truetype"); font-weight: 500; }
@font-face { /*NotoSansJPボールド*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Bold.ttf"); src: url("../fonts/font/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Bold.woff") format("woff"), url("../fonts/font/NotoSansJP-Bold.ttf") format("truetype"); font-weight: 700; }
@font-face { /*Robotoボールド*/
font-family: "Roboto"; src: url("../fonts/font/Oswald-Bold.ttf"); src: url("../fonts/font/Roboto-Bold.woff2") format("woff2"), url("../fonts/font/Roboto-Bold.woff") format("woff"), url("../fonts/font/Roboto-Bold.ttf") format("truetype"); font-weight: 700; }
/* Link
=========================================== */
a:link, a:visited { color: #0A0A0A; text-decoration: none; }

a:hover, a:active { color: #0A0A0A; text-decoration: underline; }

a { outline: none; transition: 0.3s; }

a img { transition: 0.3s; }

:focus { outline: none; }

/* LAYOUT
=========================================== */
body { overflow: hidden; width: 100%; }

.pc { display: none !important; }

.sp { display: block; }

body { color: #0A0A0A; background: #F2F2F2; font-size: 15px; line-height: 1.46; font-family: 'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 400; font-style: normal; word-break: break-all; }

img { width: 100%; height: auto; }

table { width: 100%; table-layout: fixed; }

h1, h2, h3, h4, h5, h6 { font-weight: 700; }

.wrap { position: relative; }

input, select { -webkit-appearance: auto; appearance: auto; }

/*共通設定*/
.btn01 { width: 100%; height: 60px; margin-top: 40px; }

.btn01 a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 18.5px 55px 19.5px; box-sizing: border-box; position: relative; background: url("../img/common/btn_arrow_w.png") no-repeat center right 20px, #0A0A0A; background-size: 32px; border: 2px solid #0A0A0A; border-radius: 30px; }

.btn01 a .btn-text { color: #FFFFFF; font-weight: 700; transition: 0.3s; text-align: center; }

.btn01 a:hover { text-decoration: none; }

.btn01.btn_link a { background: url("../img/common/btn_follow_w.png") no-repeat center right 20px, #0A0A0A; background-size: 32px; }

.btn01.down a { padding: 10px 55px 8px; background: url("../img/common/btn_down_b.png") no-repeat center right 20px; background-size: 32px; }

.btn01.down a .btn-text { color: #0A0A0A; }

.btn02 { display: inline-block; }

.btn02 a { display: flex; align-items: center; width: auto; }

.btn02 a .btn-text { color: #0A0A0A; font-weight: 700; margin-right: 12px; }

.btn02 a .icon { display: inline-block; width: 24px; height: 24px; background: url("../img/common/btn_arrow_b.png") no-repeat center; background-size: contain; transition: 0.3s; }

.btn02 a:hover { text-decoration: none; }

.btn_pdf { width: 100%; height: 50px; margin-top: 30px; }

.btn_pdf a { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; border: 1px solid #0A0A0A; border-radius: 25px; box-sizing: border-box; }

.btn_pdf a .btn-text { font-weight: 700; padding-left: 28px; box-sizing: border-box; background: url("../img/common/icon_pdf_b.svg") no-repeat center left; background-size: 20px; transition: 0.3s; }

.btn_pdf a:hover { text-decoration: none; }

.title01 { margin-bottom: 40px; }

.title01 .ja { display: block; font-size: 32px; line-height: 40px; color: #0A0A0A; }

.title01 .en { display: block; font-family: "Roboto"; font-size: 13px; color: #D81D17; line-height: 17px; margin-top: 5px; }

.title01_box .sub_title { display: block; font-size: 15px; line-height: 22px; font-weight: 700; margin-bottom: -3px; }

.title02 { font-size: 26px; line-height: 38px; padding-bottom: 18px; position: relative; margin-bottom: 30px; }

.title02::before { content: ""; display: block; width: 40px; height: 2px; background: #D81D17; position: absolute; bottom: 0; left: 0; }

.title02.tcenter::before { left: 50%; transform: translateX(-50%); }

.tel_box .tel .num { font-size: 32px; font-weight: 700; line-height: 42px; }

.tel_box .tel-text { margin-top: 12px; }

.bg-stripe { background: repeating-linear-gradient(-45deg, #DF1E19, #DF1E19 30px, #D81D17 30px, #D81D17 60px); }

.under-cont > section { padding: 70px 5% 80px; }

.under-cont > section:first-child { padding-top: 40px; }

.under-cont > section:nth-child(2n) { background: #FFFFFF; }

.grecaptcha-badge { visibility: hidden; }

/*ウェブフォント*/
.normal { font-weight: 400; }

.medium { font-weight: 500; }

.bold { font-weight: 700; }

.common_text { line-height: 2; }

.tcenter { text-align: center; }

.tleft { text-align: left; }

.tright { text-align: right; }

.roboto { font-family: "Roboto"; }

/*色*/
.shiro { color: #fff; }

.kuro { color: #0A0A0A; }

.kuro02 { color: #000000; }

.red { color: #D81D17; }

.mt20 { margin-top: 20px; }

.flex { width: 100%; margin: 0; padding: 0; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

/*header
---------------------------------------------------------------*/
#header { width: 100%; height: 50px; position: fixed; transition: 0.3s; left: 0; right: 0; top: 0; margin: auto; z-index: 100; background: #fff; }

#header .header_inner { height: 100%; justify-content: space-between; align-items: center; flex-wrap: nowrap; position: relative; z-index: 100; box-shadow: 0 0 4px rgba(0, 0, 0, 0.24); }

#header .header_inner .logo_box { width: auto; margin-left: 10px; position: relative; z-index: 1; }

#header .header_inner .logo { width: 256px; }

#header .header_inner .logo a { display: block; width: 100%; }

#header .header_inner .logo a:hover { text-decoration: none; opacity: 0.7; }

#header .header_inner .right { height: 100%; justify-content: flex-end; margin-right: 55px; }

#header .header_inner .right .right_top { height: 100%; justify-content: flex-end; align-items: center; }

#header .header_inner .right .right_top .gnav02 { display: none; }

#header .header_inner .right .right_top .icon_cart { width: 33px; height: 24px; position: relative; }

#header .header_inner .right .right_top .icon_cart a { display: block; width: 100%; height: 100%; background: url("../img/common/icon_cart_b.svg") no-repeat bottom left; background-size: 20px; }

#header .header_inner .right .right_top .icon_cart a > span { display: none; }

#header .header_inner .right .right_top .icon_cart a .cart-count1 { width: 19px; height: 19px; background: #D81D17; border: 1px solid #FFFFFF; border-radius: 50%; position: absolute; top: -4px; right: 0; box-sizing: border-box; display: flex; align-items: center; justify-content: center; }

#header .header_inner .right .right_top .icon_cart a .cart-count1 span { font-size: 10.5px; line-height: 15px; font-weight: 700; white-space: nowrap; color: #FFFFFF; }

#header .header_inner .right .right_top .icon_cart a:hover { text-decoration: none; }

#header .header_inner .right .right_top .contact_btn { display: none; }

/*gnav*/
.gnav { display: none; }

/* nav
=========================================== */
.sp-nav-btn { width: 32px; height: 24px; position: relative; z-index: 101; box-sizing: border-box; text-align: center; transition: 0.3s; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }

.sp-nav-btn > span { width: 100%; height: 2px; background: #D81D17; border-radius: 3px; position: absolute; left: 0; transition: 0.3s; }

.sp-nav-btn .border01 { top: 0; }

.sp-nav-btn .border02 { top: 50%; transform: translateY(-50%); }

.sp-nav-btn .border03 { bottom: 0; }

.sp-nav-btn.opon .border01 { transform: translate(-50%, -50%) rotateZ(45deg); top: 50%; left: 50%; }

.sp-nav-btn.opon .border02 { display: none; }

.sp-nav-btn.opon .border03 { transform: translate(-50%, 50%) rotateZ(-45deg); bottom: 50%; left: 50%; }

.sp-nav-list .navs-list { position: fixed; width: 100%; height: calc(100% - 50px); z-index: 99; top: 50px; background: #fff; right: -100%; transition: 0.3s; overflow-x: hidden; overflow-y: auto; padding: 0 20px 25px; box-sizing: border-box; }

.sp-nav-list .navs-list.opon { right: 0; }

.sp-nav-list .navs-list .list01 > li { padding: 25px 0; box-sizing: border-box; border-bottom: 1px solid #DFDFDF; }

.sp-nav-list .navs-list .list01 > li .nav-midashi { padding-right: 50px; box-sizing: border-box; background: url("../img/common/sp-nav_open.svg") no-repeat center right; background-size: 24px; font-weight: 700; }

.sp-nav-list .navs-list .list01 > li .nav-midashi.on { background: url("../img/common/sp-nav_close.svg") no-repeat center right; background-size: 24px; }

.sp-nav-list .navs-list .list01 > li ul.sp-nav { padding-top: 20px; }

.sp-nav-list .navs-list .list01 > li ul.sp-nav > li { margin-bottom: 12px; }

.sp-nav-list .navs-list .list01 > li ul.sp-nav > li:last-child { margin-bottom: 0; }

.sp-nav-list .navs-list .list01 > li ul.sp-nav > li > a { display: block; padding-left: 12px; box-sizing: border-box; font-weight: 500; position: relative; }

.sp-nav-list .navs-list .list01 > li ul.sp-nav > 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: 6px; left: 0; transition: 0.3s; }

.sp-nav-list .navs-list .list02 { margin-top: 25px; }

.sp-nav-list .navs-list .list02 > li { width: 50%; margin-top: 20px; }

.sp-nav-list .navs-list .list02 > li:nth-child(-n+2) { margin-top: 0; }

.sp-nav-list .navs-list .list02 > li > a { font-weight: 700; }

/* main */
/*-------------------------------------------*/
#main { margin-top: 50px; }

#main.home_main { width: 100%; padding-top: 20px; box-sizing: border-box; background: url("../img/common/bg-img.png") repeat #fff; }

#main.home_main .main_slide { width: 100%; height: 100%; margin-bottom: 0; }

#main.home_main .main_slide .slick-list { height: 100%; overflow: visible; }

#main.home_main .main_slide .dots-class button { display: none; }

#main.home_main .main_slide .dots-class { display: flex; justify-content: space-between; position: absolute; bottom: -16px; left: 50%; transform: translateX(-50px); z-index: 10; }

#main.home_main .main_slide .dots-class li { width: 40px; height: 4px; background-color: #DFDFDF; cursor: pointer; position: relative; margin-right: 5px; }

#main.home_main .main_slide .dots-class li:last-child { margin-right: 0; }

#main.home_main .main_slide .dots-class li::before { content: ""; display: inline-block; background-color: #DFDFDF; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#main.home_main .main_slide .dots-class li.slick-active::before { background-color: #D81D17; }

#main.home_main .main_slide .slide_img { width: 100%; margin: 0 20px; }

#main.home_main .main_slide .slide_img a { display: block; width: 100%; height: 100%; box-shadow: 0 0 4px rgba(0, 0, 0, 0.32); border-radius: 10px; }

#main.home_main .main_slide .slide_img a img { width: 100%; height: 100%; border-radius: 10px; }

/* 下層 main */
/*-------------------------------------------*/
#main.kasou { width: 100%; height: 140px; box-sizing: border-box; background: repeating-linear-gradient(-45deg, #DF1E19, #DF1E19 30px, #D81D17 30px, #D81D17 60px); }

#main.kasou > .wrap { height: 100%; }

#main.kasou h1 { display: flex; width: 100%; height: 100%; flex-direction: column; align-items: center; justify-content: center; }

#main.kasou h1 .en { display: block; font-family: "Roboto"; font-size: 40px; line-height: 53px; color: #FFFFFF; }

#main.kasou h1 .ja { display: block; font-size: 15px; line-height: 22px; color: #FFFFFF; }

/*パンくず*/
div#bread { width: 100%; padding: 4px 5%; box-sizing: border-box; }

ul.bread-list { font-size: 10px; justify-content: flex-start; }

ul.bread-list li { line-height: 15px; color: #000000; }

ul.bread-list li a { text-decoration: none; line-height: 15px; color: #000000; }

ul.bread-list li a:hover { text-decoration: underline; }

ul.bread-list li::after { content: "＞"; margin: 0 4px; }

ul.bread-list li:last-child::after { display: none; }

div#bread.single-bread { padding-top: 58px; }

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger { position: absolute; left: 0; top: 50px; z-index: -100; }

/* CLEARFIX
=========================================== */
.cf:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow: hidden; font-size: 0.1em; line-height: 0; }

.cf { min-height: 1px; }

* html .cf { height: 1px; /*¥*/ 	                 /*/ height: auto; overflow: hidden; /**/ }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration { display: none; }

input[type="submit"]::focus, input[type="button"]::focus { outline-offset: -2px; }

/*ライトボックス設定*/
#fancybox-wrap { padding: 0 !important; width: 100% !important; left: 0 !important; }

div#fancybox-content { border: none; width: 92% !important; padding: 2%; margin: 2%; height: auto !important; }

div#fancybox-outer { background: none; }

#fancybox-close { position: absolute; top: 0 !important; right: 0 !important; }

section { position: relative; }

/* footer */
/*-------------------------------------------*/
footer #contact-sec { padding: 80px 5%; }

#footer { padding: 80px 5% 40px; background: #FFFFFF; }

#footer .footer_box { padding-bottom: 60px; border-bottom: 1px solid #DFDFDF; margin-bottom: 60px; }

#footer .footer_box .navs-list { justify-content: space-between; }

#footer .footer_box .navs-list .navs-list00 { width: calc(50% - 10px); margin: 40px 20px 0 0; }

#footer .footer_box .navs-list .navs-list00:nth-child(2n) { margin-right: 0; }

#footer .footer_box .navs-list .navs-list01, #footer .footer_box .navs-list .navs-list02 { margin-top: 0; }

#footer .footer_box .navs-list .navs-list00 .nav-midashi { font-weight: 700; margin-bottom: 20px; }

#footer .footer_box .navs-list .navs-list00 ul.sp-nav > li { margin-bottom: 12px; }

#footer .footer_box .navs-list .navs-list00 ul.sp-nav > li:last-child { margin-bottom: 0; }

#footer .footer_box .navs-list .navs-list00 ul.sp-nav > li > a { display: block; padding-left: 12px; box-sizing: border-box; font-weight: 500; position: relative; }

#footer .footer_box .navs-list .navs-list00 ul.sp-nav > 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: 6px; left: 0; transition: 0.3s; }

#footer .footer_box .navs-list .navs-list00 a:hover { text-decoration: none; }

#footer .footer_box .navs-list .navs-list05 { display: flex; flex-wrap: wrap; width: 100%; margin-right: 0; }

#footer .footer_box .navs-list .navs-list05 li { width: calc(50% - 10px); margin: 20px 20px 0 0; }

#footer .footer_box .navs-list .navs-list05 li:nth-child(2n) { margin-right: 0; }

#footer .footer_box .navs-list .navs-list05 li:nth-child(-n+2) { margin-top: 0; }

#footer .footer_box .navs-list .navs-list05 li a { font-weight: 700; }

#footer .bottom_box { position: relative; }

#footer .bottom_box .bottom_box_in { flex-direction: column; align-items: center; }

#footer .bottom_box .bottom_box_in .box_in01 { width: 100%; max-width: 295px; }

#footer .bottom_box .bottom_box_in .box_in01 .logo { width: 100%; }

#footer .bottom_box .bottom_box_in .box_in01 .logo a { display: block; width: 100%; }

#footer .bottom_box .bottom_box_in .box_in01 .logo a:hover { text-decoration: none; }

#footer .bottom_box .bottom_box_in .sns-list { justify-content: center; align-items: center; margin-top: 40px; }

#footer .bottom_box .bottom_box_in .sns-list .icon { margin-right: 28px; }

#footer .bottom_box .bottom_box_in .sns-list .icon:last-child { margin-right: 0; }

#footer .bottom_box .bottom_box_in .sns-list .icon a { display: block; width: 28px; height: 28px; }

#footer .bottom_box .bottom_box_in .sns-list .icon.facebook-icon a { background: url("../img/common/icon_facebook.svg") no-repeat center; background-size: contain; }

#footer .bottom_box .bottom_box_in .sns-list .icon.insta-icon a { background: url("../img/common/icon_insta.svg") no-repeat center; background-size: contain; }

#footer .bottom_box .bottom_box_in .sns-list .icon.youtube-icon a { width: 30px; height: 20px; background: url("../img/common/icon_youtube.svg") no-repeat center; background-size: contain; }

#footer .bottom_box .bottom_box_in .box_in02 { width: calc(100% - 40px); margin-top: 40px; }

#footer .bottom_box .bottom_box_in .box_in02 .shop-list .shop-btn { width: 100%; height: 50px; margin-bottom: 5px; }

#footer .bottom_box .bottom_box_in .box_in02 .shop-list .shop-btn:last-child { margin-bottom: 0; }

#footer .bottom_box .bottom_box_in .box_in02 .shop-list .shop-btn a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; border: 1px solid #DFDFDF; box-sizing: border-box; border-radius: 25px; }

#footer .bottom_box .bottom_box_in .box_in02 .shop-list .shop-btn a img { width: auto; height: 25px; }

#footer .bottom_box .bottom_box_in .box_in03 { width: 100%; margin-top: 40px; }

#footer .bottom_box .bottom_box_in .box_in03 .address, #footer .bottom_box .bottom_box_in .box_in03 .tel { font-weight: 700; text-align: center; }

#footer .bottom_box .bottom_box_in .box_in03 .address { margin-bottom: 8px; }

#footer .bottom_box .bottom_box_in .box_in03 .link_list { width: 170px; margin: 40px auto 0; }

#footer .bottom_box .bottom_box_in .box_in03 .link_list li { margin-bottom: 12px; }

#footer .bottom_box .bottom_box_in .box_in03 .link_list li:last-child { margin-bottom: 0; }

#footer .bottom_box .bottom_box_in .box_in03 .link_list li a { display: block; padding-left: 12px; box-sizing: border-box; font-size: 13px; line-height: 19px; font-weight: 500; position: relative; }

#footer .bottom_box .bottom_box_in .box_in03 .link_list 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: 6px; left: 0; transition: 0.3s; }

#footer .bottom_box .bottom_box_in .box_in03 .link_list li a:hover { text-decoration: none; }

#footer .bottom_box .copyright { font-size: 13px; line-height: 19px; text-align: center; margin-top: 40px; }

/*parts
=========================================== */
.slider01 { margin-bottom: 110px !important; }
.slider01 .slick-prev, .slider01 .slick-next { width: 60px; height: 60px; background: transparent; border-radius: 50%; border: 1px solid #0A0A0A; box-sizing: border-box; transition: 0.3s; top: auto; bottom: -80px; }
.slider01 .slick-prev::before, .slider01 .slick-next::before { content: ""; display: block; width: 9px; height: 15px; 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 { left: 50%; transform: translateX(-67px); }
.slider01 .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
.slider01 .slick-next { left: auto; right: 50%; transform: translateX(67px); }

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

.item00 { width: 100%; }
.item00 a { display: block; width: 100%; position: relative; }
.item00 a:hover { text-decoration: none; }
.item00 a .img { width: 100%; aspect-ratio: 1 / 1; border-radius: 20px; overflow: hidden; box-shadow: 0 0 4px rgba(0, 0, 0, 0.24); }
.item00 a .cate-list { width: auto; margin-top: 20px; }
.item00 a .cate-list li { font-size: 13px; line-height: 18.5px; padding: 1.5px 8px 2.5px; box-sizing: border-box; border: 1px solid #B7B7B7; border-radius: 12px; margin-right: 8px; }
.item00 a .cate-list li:last-child { margin-right: 0; }
.item00 a .title { margin-top: 8px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.item00 a .price { line-height: 26.5px; margin-top: 12px; }
.item00 a .price .item-price { font-size: 20px; margin-right: 2px; }
.item00 a .price em.tax { font-size: 15px; font-weight: 400; color: #000000; }

.news00 { width: 100%; }
.news00 a { display: block; width: 100%; position: relative; }
.news00 a:hover { text-decoration: none; }
.news00 a .img { width: 100%; aspect-ratio: 15 / 11; border-radius: 10px; overflow: hidden; box-shadow: 0 0 4px rgba(0, 0, 0, 0.24); }
.news00 a .info { margin-top: 12px; align-items: center; }
.news00 a .info .time { font-size: 13px; line-height: 18.5px; margin-right: 8px; }
.news00 a .info .cate-list { width: auto; }
.news00 a .info .cate-list li { font-size: 13px; line-height: 18.5px; padding: 1.5px 8px 2.5px; box-sizing: border-box; border: 1px solid #B7B7B7; border-radius: 11.5px; 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: 100%; background: #FFFFFF; padding: 60px 20px; box-sizing: border-box; border-radius: 20px; margin-top: 80px; overflow: hidden; }
#youtube-sec .slider-cont { display: block; }
#youtube-sec .slider-cont .text_box { margin-bottom: 40px; }
#youtube-sec .slider-cont .text_box .sub_title { font-weight: 700; }
#youtube-sec .slider-cont #youtube-slider { width: 100%; }
#youtube-sec .slider-cont #youtube-slider .slick-list { overflow: visible; }
#youtube-sec .slider-cont #youtube-slider .youtube00 { width: 248px; aspect-ratio: 16 / 9; margin-right: 20px; 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: 10px; box-shadow: 0 0 4px 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: 10px; }

#insta-sec { padding: 70px 5% 80px; }
#insta-sec .title { font-size: 32px; line-height: 46px; 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: calc(50% - 8px) !important; margin: 14px 15px 0 0 !important; border-radius: 5px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.24); }
#insta-sec .insta_box #sb_instagram #sbi_images .sbi_item:nth-child(2n) { margin-right: 0 !important; }
#insta-sec .insta_box #sb_instagram #sbi_images .sbi_item:nth-child(-n+2) { margin-top: 0 !important; }
#insta-sec .insta_box #sb_instagram #sbi_images .sbi_photo { width: 100%; aspect-ratio: 1/1 !important; border-radius: 5px; overflow: hidden; }

#delay-box { margin-bottom: 80px; }
#delay-box .delay-box_in { padding: 30px 20px 20px; box-sizing: border-box; border: 2px solid #D81D17; }
#delay-box .delay-box_in .delay_title { margin-bottom: 30px; }
#delay-box .delay-box_in .delay_title .icon { display: block; width: 32px; margin: 0 auto 4px; }
#delay-box .delay-box_in .delay_title .text { font-size: 24px; line-height: 35px; color: #D81D17; }
#delay-box .delay-box_in .text_box { font-weight: 700; color: #D81D17; }

#guide-sec .guide-list { display: block; }
#guide-sec .guide-list .guide_box { padding: 30px 20px; box-sizing: border-box; background: #F2F2F2; border-radius: 20px; margin-bottom: 20px; }
#guide-sec .guide-list .guide_box:last-child { margin-bottom: 0; }
#guide-sec .guide-list .guide_box .guide_title01 { font-size: 20px; line-height: 30px; padding-left: 16px; box-sizing: border-box; position: relative; margin-bottom: 21px; }
#guide-sec .guide-list .guide_box .guide_title01::before { content: ""; display: block; width: 4px; height: calc(100% - 2px); background: #D81D17; position: absolute; top: 2px; left: 0; }
#guide-sec .guide-list .guide_box .list { margin-bottom: 20px; }
#guide-sec .guide-list .guide_box .list li { margin-bottom: 12px; 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: 17px; margin: 0 1px; 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: 16px; box-sizing: border-box; position: relative; margin-bottom: 20px; }
#guide-sec .guide-list .guide_box .box_in .guide_title02::before { content: ""; display: block; width: 12px; height: 12px; background: #0A0A0A; border-radius: 50%; position: absolute; top: 9px; left: 0; }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow { justify-content: space-between; padding-bottom: 30px; border-bottom: 1px solid #DFDFDF; margin-bottom: 30px; }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow .flow00 { width: calc(50% - 13px); position: relative; margin: 20px 25px 0 0; }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow .flow00:nth-child(-n+2) { margin-top: 0; }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow .flow00:nth-child(2n) { margin-right: 0; }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow .flow00:nth-child(2n)::before { display: none; }
#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: 6px 0px 6px 6px; position: absolute; top: 40px; right: -16px; }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow .flow00 .img { width: 100%; height: 90px; background: #FFFFFF; border-radius: 5px; position: relative; margin-bottom: 8px; }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow .flow00 .img img { width: 60px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow .flow00 h4 { font-size: 16px; line-height: 23px; margin-bottom: 8px; }
#guide-sec .guide-list .guide_box.guide_box01 .guide-flow .flow00 h4 .num { display: block; font-size: 15px; line-height: 19px; }

#faq-sec .faq_list .faq_box { margin-bottom: 15px; border-radius: 5px; 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 top 13px right 15px, #FFFFFF; background-size: 25px; padding: 13px 50px 13px 15px; box-sizing: border-box; cursor: pointer; transition: 0.3s; }
#faq-sec .faq_list .faq_box .q_text .icon { width: 30px; height: 30px; padding: 2px 0; box-sizing: border-box; background: #D81D17; border-radius: 50%; border: 1px solid #FFFFFF; text-align: center; font-size: 14px; line-height: 20px; font-weight: 700; color: #FFFFFF; margin-right: 10px; }
#faq-sec .faq_list .faq_box .q_text h3 { width: calc(100% - 40px); font-size: 16px; line-height: 24px; margin: 2px 0; transition: 0.3s; }
#faq-sec .faq_list .faq_box .q_text.on { background: url("../img/p03/close_icon.png") no-repeat top 13px right 15px, #D81D17; background-size: 25px; }
#faq-sec .faq_list .faq_box .q_text.on h3 { color: #FFFFFF; }
#faq-sec .faq_list .faq_box .a_text { display: none; padding: 20px; box-sizing: border-box; background: #FFFFFF; font-size: 14px; line-height: 2; }

#contact-sec .title { font-size: 32px; line-height: 46px; margin-bottom: 30px; }
#contact-sec .title .icon { display: block; width: 100%; height: 50px; margin-bottom: 8px; text-align: center; }
#contact-sec .title .icon img { width: 50px; }
#contact-sec .box { width: 100%; padding: 40px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; }
#contact-sec .box .cnt { display: block; }
#contact-sec .box .cnt .box_in { text-align: center; padding-bottom: 40px; border-bottom: 1px solid #DFDFDF; margin-bottom: 40px; box-sizing: border-box; }
#contact-sec .box .cnt .box_in:last-child { padding-bottom: 0; border-bottom: none; margin-bottom: 0; }
#contact-sec .box .cnt .box_in .icon { height: 20px; margin-bottom: 12px; }
#contact-sec .box .cnt .box_in .icon img { width: auto; height: 100%; }
#contact-sec .box .cnt .box_in h3 { font-size: 28px; line-height: 40px; margin-bottom: 20px; }
#contact-sec .box .cnt .box_in .btn01.btn_contact { max-width: 240px; height: 50px; margin: 0 auto; }
#contact-sec .box .cnt .box_in .btn01.btn_contact a { padding: 14px 0; background: #0A0A0A; }
#contact-sec .box01 { margin-bottom: 40px; }
#contact-sec .box01 .cnt .box_in .btn01.btn_contact { margin-bottom: 12px; }
#contact-sec .box02 .cnt02 { display: block; margin-bottom: 45px; }
#contact-sec .box02 .cnt02 .btn_pdf a .btn-text { padding-left: 26px; background: url("../img/common/icon_download_b.svg") no-repeat center left; background-size: 18px; }
#contact-sec .box02 .cnt .box_in .fax-num { font-size: 32px; line-height: 42px; }

.wrap.twin { display: block; }
.wrap.twin div#two-side .side-title { font-size: 20px; line-height: 30px; padding-left: 16px; box-sizing: border-box; position: relative; margin-bottom: 20px; }
.wrap.twin div#two-side .side-title::before { content: ""; display: block; width: 4px; height: calc(100% - 2px); background: #D81D17; position: absolute; top: 2px; 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: 20px 0; box-sizing: border-box; font-weight: 700; color: #0A0A0A; }
.wrap.twin div#two-side .side-link > li > a:hover { text-decoration: none; }
.wrap.twin div#two-side .side-link li.on_cat > a { color: #D81D17; }
.wrap.twin div#two-side .side-link03 > li { padding: 25px 0; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.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; }
.wrap.twin div#two-side .side-link03 > li .nav-icon { display: none; width: 0; height: 0; background: url("../img/p06/side_open.svg") no-repeat center; background-size: contain; }
.wrap.twin div#two-side .side-link03 > li .nav-icon.on { background: url("../img/p06/side_close.svg") no-repeat center; background-size: contain; }
.wrap.twin div#two-side .side-link03 > li .side-link-child { display: none; width: 100%; margin-top: 20px; }
.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; }
.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:has(.side-link-child) .nav-midashi { width: calc(100% - 30px); }
.wrap.twin div#two-side .side-link03 > li:has(.side-link-child) .nav-icon { display: block; width: 24px; height: 24px; }
.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: 40px; height: 40px; margin: 0 2px; text-decoration: none; text-align: center; font-size: 13px; font-weight: 700; line-height: 18px; color: #0A0A0A; background: transparent; border: 1px solid #0A0A0A; box-sizing: border-box; border-radius: 5px; padding-top: 11px; }

.wp-pagenavi { text-align: center; margin-top: 60px; 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; font-size: 10px; }
.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: 4px; height: 8px; 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 { margin-left: 0; }
.wp-pagenavi a.last { margin-right: 0; }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; display: block; width: 8px; height: 8px; 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: 60px; }

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

.post-navigation ul > li a { display: flex; align-items: center; justify-content: center; width: 100px; height: 50px; background: transparent; padding: 15px 0; box-sizing: border-box; border: 2px solid #0A0A0A; border-radius: 25px; }
.post-navigation ul > li a span { line-height: 20px; font-size: 14px; transition: 0.3s; font-weight: 700; color: #0A0A0A; }
.post-navigation ul > li a:focus, .post-navigation ul > li a:hover { text-decoration: none; }

.post-navigation ul > li.blog-back { margin: 0 5px; }
.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.kara { opacity: 0; pointer-events: none; }

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

#topbox01 { padding: 60px 5%; }
#topbox01 .cnt { display: block; }
#topbox01 .cnt .title_box { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
#topbox01 .cnt .title_box h2 { width: 160px; font-size: 24px; }
#topbox01 .cnt .news_box .main_news00 { width: 100%; }
#topbox01 .cnt .news_box .main_news00 a { display: block; width: 100%; padding: 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.24); }
#topbox01 .cnt .news_box .main_news00 a:hover { text-decoration: none; }
#topbox01 .cnt .news_box .main_news00 a .time { font-weight: 500; }
#topbox01 .cnt .news_box .main_news00 a .title { margin-top: 8px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-weight: 500; }

#topbox02 { padding: 70px 5% 80px; background: #F2F2F2; }
#topbox02 #item_slider .slick-list { overflow: visible; }
#topbox02 #item_slider .item00 { width: 200px; margin-right: 20px; }

#topbox03 { height: 1270px; background: #F2F2F2; padding: 0 5%; box-sizing: border-box; position: relative; }
#topbox03 .waku { width: 335px; aspect-ratio: 335 / 1403; background: url("../img/top/seller_bg_sp.png") no-repeat center top; background-size: contain; padding-top: 64px; box-sizing: border-box; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#topbox03 .waku h2 { font-size: 32px; line-height: 46px; }
#topbox03 .waku .bestSeller_box { width: 100%; padding: 0 35px; box-sizing: border-box; margin: 30px auto 0; }
#topbox03 .waku .bestSeller_box .item00 { width: 265px; margin-bottom: 30px; }
#topbox03 .waku .bestSeller_box .item00:last-child { margin-bottom: 0; }
#topbox03 .waku .bestSeller_box .item00 a { padding: 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; }
#topbox03 .waku .bestSeller_box .item00 a .rank { width: 48px; height: 51px; padding-top: 8px; box-sizing: border-box; position: absolute; top: -10px; left: -10px; font-size: 24px; line-height: 31.5px; text-align: center; z-index: 1; }
#topbox03 .waku .bestSeller_box .item00 a .img { height: 225px; border-radius: 0; box-shadow: none; }
#topbox03 .waku .bestSeller_box .item00 a .title { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#topbox03 .waku .bestSeller_box .item00.bestSeller01 a .rank { background: url("../img/top/rank01.png") no-repeat center; background-size: contain; }
#topbox03 .waku .bestSeller_box .item00.bestSeller02 a .rank { background: url("../img/top/rank02.png") no-repeat center; background-size: contain; }
#topbox03 .waku .bestSeller_box .item00.bestSeller03 a .rank { background: url("../img/top/rank03.png") no-repeat center; background-size: contain; }

#topbox04 { padding: 200px 5% 80px; position: relative; }
#topbox04::before { content: ""; display: block; width: 100%; height: 158px; animation: bgMove 70s linear infinite; background: url("../img/top/bg-text.png") repeat-x; background-size: cover; position: absolute; bottom: -34px; left: 0; }
@keyframes bgMove { 0% { background-position: 0; }
  100% { background-position: -2313px; } }
#topbox04 .category_box { display: block; }
#topbox04 .category_box .category00 { width: 100%; margin-bottom: 10px; }
#topbox04 .category_box .category00:last-child { margin-bottom: 0; }
#topbox04 .category_box .category00 a { display: flex; align-items: center; width: 100%; background: #FFFFFF; border-radius: 10px; padding: 30px; box-sizing: border-box; position: relative; box-shadow: 0 0 4px rgba(0, 0, 0, 0.24); }
#topbox04 .category_box .category00 a:hover { text-decoration: none; }
#topbox04 .category_box .category00 a .btn-img { width: 60px; height: 60px; margin-right: 20px; }
#topbox04 .category_box .category00 a .btn-text { width: calc(100% - 110px); text-align: left; }
#topbox04 .category_box .category00 a .btn-text .ja { display: block; font-size: 20px; line-height: 29px; margin-bottom: 4px; }
#topbox04 .category_box .category00 a .btn-text .en { font-size: 13px; line-height: 17px; }
#topbox04 .category_box .category00 a .arrow { display: block; width: 24px; height: 24px; background: url("../img/common/btn_arrow_b.png") no-repeat center; background-size: contain; }

#topbox05 { padding: 80px 5%; background: #F2F2F2; }
#topbox05 .wrap > .img { width: 100%; margin-bottom: 40px; }
#topbox05 .wrap > .text_box .title01 { margin-bottom: 30px; }
#topbox05 .wrap > .text_box .title01 .ja { font-size: 24px; line-height: 35px; }
#topbox05 .wrap > .text_box .title01 .en { margin-top: 6px; }
#topbox05 .wrap > .text_box .point { font-size: 24px; line-height: 36px; margin-bottom: 20px; }

#topbox06 { padding-top: 70px; position: relative; }
#topbox06 .cnt { padding: 0 5%; box-sizing: border-box; position: relative; }
#topbox06 .cnt .text_box { margin-bottom: 40px; }
#topbox06 .cnt .text_box .tag-list { margin-top: 24px; }
#topbox06 .cnt .text_box .tag-list li { padding: 2.5px 10px 3.5px; box-sizing: border-box; border: 1px solid #B7B7B7; border-radius: 13px; margin: 6px 6px 0 0; }
#topbox06 .cnt .text_box .tag-list li:last-child { margin-right: 0; }
#topbox06 .cnt .text_box .tag-list li span { margin-right: 1px; }
#topbox06 .slider-cont { display: block; margin-top: 60px; background: repeating-linear-gradient(-45deg, #DF1E19, #DF1E19 30px, #D81D17 30px, #D81D17 60px); padding: 60px 5%; box-sizing: border-box; }
#topbox06 .slider-cont .slider-title { width: 200px; height: 200px; background: url("../img/top/title-img.png") no-repeat center; background-size: contain; padding: 75px 40px 0; box-sizing: border-box; font-size: 24px; line-height: 35px; margin: 0 auto 40px; }
#topbox06 .slider-cont #original-slider { margin-bottom: 100px !important; }
#topbox06 .slider-cont #original-slider .slick-list { overflow: visible; }
#topbox06 .slider-cont #original-slider .slick-prev, #topbox06 .slider-cont #original-slider .slick-next { border: 2px solid #FFFFFF; }
#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 .item00 { width: 240px; margin-right: 20px; }
#topbox06 .slider-cont #original-slider .item00 a { padding: 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; }
#topbox06 .slider-cont #original-slider .item00 a .img { height: 200px; border-radius: 0; box-shadow: none; }

#topbox07 { padding: 60px 5% 80px; background: #F2F2F2; }
#topbox07 .cnt { display: block; }
#topbox07 .cnt .text_box { margin-bottom: 30px; }
#topbox07 .cnt .text_box .title { font-size: 24px; line-height: 35px; margin-bottom: 20px; }
#topbox07 .cnt .flow_box { display: flex; justify-content: space-between; }
#topbox07 .cnt .flow_box .flow-list { display: block; width: calc(100% - 75px); }
#topbox07 .cnt .flow_box .flow-list .flow00 { display: flex; align-items: center; padding: 12.5px 30px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; min-height: 70px; margin-bottom: 10px; }
#topbox07 .cnt .flow_box .flow-list .flow00:last-child { margin-bottom: 0; }
#topbox07 .cnt .flow_box .flow-list .flow00 .num { margin-right: 12px; }
#topbox07 .cnt .flow_box .flow-list .flow00 h3 { font-size: 16px; line-height: 22px; }
#topbox07 .cnt .flow_box .flow-list .flow01 h3 { width: calc(100% - 74px); }
#topbox07 .cnt .flow_box .flow-list .flow01 .img { width: 44px; }
#topbox07 .cnt .flow_box .flow-list .flow02 h3 { width: calc(100% - 76px); }
#topbox07 .cnt .flow_box .flow-list .flow02 .img { width: 46px; }
#topbox07 .cnt .flow_box .flow-list .flow03 h3 { width: calc(100% - 68px); }
#topbox07 .cnt .flow_box .flow-list .flow03 .img { width: 38px; }
#topbox07 .cnt .flow_box .flow-list .flow04 h3 { width: calc(100% - 70px); }
#topbox07 .cnt .flow_box .flow-list .flow04 .img { width: 40px; }
#topbox07 .cnt .flow_box .flow-list .flow05 h3 { width: calc(100% - 74px); }
#topbox07 .cnt .flow_box .flow-list .flow05 .img { width: 44px; }
#topbox07 .cnt .flow_box .flow-arrow { width: 60px; position: relative; z-index: 1; }
#topbox07 .cnt .flow_box .flow-arrow::before { content: ""; display: block; width: 50px; height: calc(100% - 18px); background: #D81D17; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
#topbox07 .cnt .flow_box .flow-arrow::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: #d81d17 transparent transparent transparent; border-width: 20px 30px 0px 30px; position: absolute; bottom: 0; left: 0; z-index: -1; }
#topbox07 .cnt .flow_box .flow-arrow > span { writing-mode: vertical-rl; white-space: pre; letter-spacing: -0.3em; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#topbox07 .cnt .flow_box .flow-arrow > span .text01 { writing-mode: horizontal-tb; margin: 0 5px -10px 0; }
#topbox07 .cnt .flow_box .flow-arrow > span .text02 { writing-mode: horizontal-tb; margin: 0 5px -5px 0; }
#topbox07 .cnt .flow_box .flow-arrow > span em { font-size: 20px; margin-bottom: 8px; }

#topbox08 { padding: 70px 5% 80px; }
#topbox08 .slider-cont { display: block; }
#topbox08 .slider-cont #news-slider { margin-bottom: 0 !important; }
#topbox08 .slider-cont #news-slider .slick-list { overflow: visible; }
#topbox08 .slider-cont #news-slider .news00 { width: 200px; margin-right: 20px; }
#topbox08 .slider-cont #news-slider .news00:last-child { margin-right: 0; }

#topbox09 .btn-list { display: block; }
#topbox09 .btn-list .btn_box00 { width: 100%; height: 211px; }
#topbox09 .btn-list .btn_box00 a { display: block; width: 100%; height: 100%; position: relative; overflow: hidden; }
#topbox09 .btn-list .btn_box00 a:hover { text-decoration: none; }
#topbox09 .btn-list .btn_box00 a img { display: none; }
#topbox09 .btn-list .btn_box00 a .text_box { position: absolute; bottom: 30px; left: 20px; z-index: 1; }
#topbox09 .btn-list .btn_box00 a .text_box .title { font-size: 28px; line-height: 40px; margin-bottom: 12px; padding-left: 40px; box-sizing: border-box; position: relative; }
#topbox09 .btn-list .btn_box00 a .text_box .title .icon { display: block; width: 32px; height: 32px; background: url("../img/common/btn_box.png") no-repeat center; background-size: contain; position: absolute; top: 7px; left: 0; }
#topbox09 .btn-list .btn_box01 a { background: url("../img/top/btn-bg01.jpg") no-repeat center; background-size: cover; }
#topbox09 .btn-list .btn_box02 a { background: url("../img/top/btn-bg02.jpg") no-repeat center; background-size: cover; }
#topbox09 .btn-list .btn_box03 a { background: url("../img/top/btn-bg03.jpg") no-repeat center; background-size: cover; }

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

#p02box01 .cnt { display: block; margin-bottom: 40px; }
#p02box01 .strength-list { display: block; }
#p02box01 .strength-list .strength00 { margin-bottom: 40px; }
#p02box01 .strength-list .strength00:last-child { margin-bottom: 0; }
#p02box01 .strength-list .strength00 .img { width: 100%; height: 140px; background: #F2F2F2; border-radius: 10px; position: relative; margin-bottom: 17px; }
#p02box01 .strength-list .strength00 .img img { width: 100px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p02box01 .strength-list .strength00 h3 { font-size: 20px; line-height: 30px; margin-bottom: 16px; }

#p02box02 .business-list { margin-top: 40px; }
#p02box02 .business-list .business00 { display: block; margin-bottom: 80px; }
#p02box02 .business-list .business00:last-child { margin-bottom: 0; }
#p02box02 .business-list .business00 .img { margin-bottom: 30px; }
#p02box02 .business-list .business00 .text_box .btn01 { margin-top: 30px; }
#p02box02 #youtube-sec { margin-top: 80px; }

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

#p03box01 .btn-list { display: block; margin-bottom: 80px; }
#p03box01 .btn-list .btn01 { margin: 0 0 10px; }
#p03box01 .btn-list .btn01:last-child { margin-bottom: 0; }
#p03box01 .cnt { display: block; }
#p03box01 .cnt .text_box { margin-bottom: 40px; }
#p03box01 .cnt .text_box .title02 { text-align: center; }
#p03box01 .cnt .text_box .title02::before { left: 50%; transform: translateX(-50%); }
#p03box01 > .btn01 { margin-top: 30px; }

#p03box02 .series-list .series00 { padding: 30px 20px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; margin-bottom: 30px; }
#p03box02 .series-list .series00:last-child { margin-bottom: 0; }
#p03box02 .series-list .series00 .series_box { display: block; }
#p03box02 .series-list .series00 .series_box .img { margin-bottom: 30px; border-radius: 10px; overflow: hidden; }
#p03box02 .series-list .series00 .series_box .text_box .midashi { font-size: 20px; line-height: 28px; margin-bottom: 20px; }
#p03box02 .series-list .series00 .series_box .text_box .btn01 { margin: 30px 0 0; }
#p03box02 .series-list .series00 #series-slider { margin: 30px 0 0 !important; padding: 20px 10px 110px; box-sizing: border-box; background: #F2F2F2; border-radius: 5px; }
#p03box02 .series-list .series00 #series-slider .slick-prev, #p03box02 .series-list .series00 #series-slider .slick-next { bottom: 40px; }
#p03box02 .series-list .series00 #series-slider .item00 { padding: 10px; box-sizing: border-box; }

#p03box03 .cnt { display: block; }
#p03box03 .cnt .title01_box { margin-bottom: 40px; text-align: center; }
#p03box03 .cnt .text01 { margin-bottom: 30px; }
#p03box03 .img_box { width: 100%; aspect-ratio: 71 / 40; margin: 30px 0 60px; }
#p03box03 .box-list .box00 { padding: 30px 20px; box-sizing: border-box; background: #F2F2F2; border-radius: 20px; margin-bottom: 30px; }
#p03box03 .box-list .box00:last-child { margin-bottom: 0; }
#p03box03 .box-list .box00 .box_in01 { display: block; }
#p03box03 .box-list .box00 .box_in01 .img { width: 100%; }
#p03box03 .box-list .box00 .box_in01 .text_box { margin-top: 30px; }
#p03box03 .box-list .box00 .box_in01 .text_box .text_box_in { margin-bottom: 30px; }
#p03box03 .box-list .box00 .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: 24px; line-height: 35px; margin-bottom: 12px; padding-left: 42px; position: relative; }
#p03box03 .box-list .box01 .box_in01 .text_box .text_box_in h4 .num { display: inline-block; width: 32.5px; height: 32.5px; padding: 4px 0 5.5px; box-sizing: border-box; background: #0A0A0A; border-radius: 2.5px; font-size: 16px; line-height: 23px; text-align: center; color: #FFFFFF; position: absolute; left: 0; bottom: 0; }
#p03box03 .box-list .box03 .text01 { margin-bottom: 30px; }
#p03box03 .box-list .box03 .box_in02 { margin-bottom: 20px; padding: 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; }
#p03box03 .box-list .box03 .box_in02 h4 { font-size: 18px; padding-left: 16px; box-sizing: border-box; position: relative; margin-bottom: 20px; }
#p03box03 .box-list .box03 .box_in02 h4::before { content: ""; display: block; width: 12px; height: 12px; background: #0A0A0A; border-radius: 50%; position: absolute; top: 9px; left: 0; }
#p03box03 .box-list .box03 .box_in02 .kaisuu_box { display: block; }
#p03box03 .box-list .box03 .box_in02 .kaisuu_box .kaisuu00 { display: table; width: 100%; height: 60px; border-radius: 5px; position: relative; margin-bottom: 30px; }
#p03box03 .box-list .box03 .box_in02 .kaisuu_box .kaisuu00:nth-child(3)::after { content: "＝"; transform: translateX(-50%) rotate(90deg); }
#p03box03 .box-list .box03 .box_in02 .kaisuu_box .kaisuu00:last-child { margin-bottom: 0; }
#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; font-size: 15px; line-height: 22px; font-weight: 700; position: absolute; bottom: -26px; left: 50%; transform: translateX(-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 { display: block; margin-top: 30px; }
#p03box03 .box-list .box03 .box_in03 .text_box { margin-bottom: 30px; }
#p03box03 .box-list .box03 .box_in03 .text_box h4 { font-size: 20px; line-height: 28px; margin-bottom: 20px; }
#p03box03 .box-list .box03 .box_in03 .img { width: 100%; }
#p03box03 .cnt02 { margin-top: 60px; display: block; }
#p03box03 .cnt02 .guideline-btn { width: 100%; }
#p03box03 .cnt02 .guideline-btn a { display: flex; border-radius: 10px; background: #FFFFFF; box-shadow: 0 0 4px rgba(0, 0, 0, 0.24); overflow: hidden; }
#p03box03 .cnt02 .guideline-btn a:hover { text-decoration: none; }
#p03box03 .cnt02 .guideline-btn a .icon { width: 80px; background: #FFF7F6; padding: 42px 0; box-sizing: border-box; text-align: center; }
#p03box03 .cnt02 .guideline-btn a .icon img { width: 35px; }
#p03box03 .cnt02 .guideline-btn a .text_box { width: calc(100% - 80px); padding: 24px 37px 24px 20px; box-sizing: border-box; background: url("../img/common/btn_arrow_b.png") no-repeat right 15px bottom 15px, #FFFFFF; background-size: 24px; }
#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: 18px; line-height: 25px; }
#p03box03 .cnt02 .guideline-btn a .text_box .btn-text .en { display: block; font-size: 13px; margin-top: 4px; }
#p03box03 .cnt02 .right { margin-top: 30px; }
#p03box03 .cnt02 .right p.bold { margin-bottom: 12px; }

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

#p04box01 .title { font-size: 26px; margin-bottom: 30px; }
#p04box01 .text01 { margin-bottom: 40px; }
#p04box01 .btn-list { display: block; }
#p04box01 .btn-list .btn01 { margin-top: 10px; }
#p04box01 .btn-list .btn01:first-child { margin-top: 0; }

#p04box02 .goods_box .slider_box { padding: 10px 10px 30px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; }
#p04box02 .goods_box .slider_box .goods-slider .item00 { padding: 10px; box-sizing: border-box; }
#p04box02 .goods_box .slider_box .btn01 { margin-top: 30px; }
#p04box02 #goods_box01.goods_box { margin-bottom: 70px; }

/* 防災用品のOEM　p05
=========================================== */
#p05box01 .cnt { display: block; margin-bottom: 40px; }
#p05box01 .point-list { display: block; }
#p05box01 .point-list .point00 { margin-bottom: 40px; }
#p05box01 .point-list .point00:last-child { margin-bottom: 0; }
#p05box01 .point-list .point00 .img { width: 100%; height: 140px; background: #FFFFFF; border-radius: 10px; position: relative; margin-bottom: 17px; }
#p05box01 .point-list .point00 .img img { width: 80px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p05box01 .point-list .point00 h3 { font-size: 20px; line-height: 30px; }

#p05box02 .product-list { margin-top: 40px; }
#p05box02 .product-list .product00 { width: calc(50% - 8px); margin: 30px 15px 0 0; }
#p05box02 .product-list .product00:nth-child(-n+2) { margin-top: 0; }
#p05box02 .product-list .product00:nth-child(2n) { margin-right: 0; }
#p05box02 .product-list .product00 .img { width: 100%; margin-bottom: 4px; }
#p05box02 .product-list .product00 h3 { font-size: 17px; line-height: 25px; }

#p05box03 .reason-list { display: block; }
#p05box03 .reason-list .reason00 { margin-bottom: 40px; }
#p05box03 .reason-list .reason00:last-child { margin-bottom: 0; }
#p05box03 .reason-list .reason00 .img { width: 100%; margin-bottom: 16px; }
#p05box03 .reason-list .reason00 h3 { font-size: 20px; line-height: 30px; margin-bottom: 12px; }

#p05box04 .flow-list .flow00 { width: calc(50% - 13px); position: relative; margin: 30px 25px 0 0; }
#p05box04 .flow-list .flow00:nth-child(-n+2) { margin-top: 0; }
#p05box04 .flow-list .flow00:nth-child(2n) { margin-right: 0; }
#p05box04 .flow-list .flow00:nth-child(2n)::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: 6px 0px 6px 6px; position: absolute; top: 51.5px; right: -16.5px; }
#p05box04 .flow-list .flow00 .img { width: 100%; height: 115px; background: #F2F2F2; border-radius: 5px; position: relative; margin-bottom: 8px; }
#p05box04 .flow-list .flow00 .img img { width: 60px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p05box04 .flow-list .flow00 h3 { font-size: 20px; line-height: 30px; margin-bottom: 12px; }
#p05box04 .flow-list .flow00 h3 .num { display: block; font-size: 15px; line-height: 20px; }

/*商品　p06
=========================================== */
#p06box01 div#two-main { margin-top: 80px; }
#p06box01 div#two-main .items-all-list .item00 { margin-bottom: 60px; }
#p06box01 div#two-main .items-all-list .item00:last-child { margin-bottom: 0; }

#single-itemBox01 div#two-side { margin-top: 80px; }
#single-itemBox01 .itemBox { padding: 20px 20px 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; position: relative; }
#single-itemBox01 .itemBox .cnt { display: block; }
#single-itemBox01 .itemBox .cnt .gallery_img { margin-bottom: 40px; }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_main { margin-bottom: 12px !important; }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_main .slick-prev, #single-itemBox01 .itemBox .cnt .gallery_img .gallery_main .slick-next { width: 33px; height: 33px; background: transparent; border: 1px solid #FFFFFF; border-radius: 50%; transition: 0.3s; z-index: 1; }
#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: 5px; height: 10px; 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: 13px; }
#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: 13px; }
#single-itemBox01 .itemBox .cnt .gallery_img .gallery_main .gallery_main01 { width: 100%; aspect-ratio: 1 / 1; }
#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: calc(25% - 10px); aspect-ratio: 1 / 1; margin: 12px 12px 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: 2px solid #D81D17; box-sizing: border-box; position: absolute; left: 0; top: 0; z-index: 2; }
#single-itemBox01 .itemBox .cnt .info .cate-list { width: auto; margin-bottom: 12px; }
#single-itemBox01 .itemBox .cnt .info .cate-list li { font-size: 13px; line-height: 18px; padding: 2px 8px; box-sizing: border-box; border: 1px solid #B7B7B7; border-radius: 12px; margin: 5px 5px 0 0; }
#single-itemBox01 .itemBox .cnt .info .cate-list li:last-child { margin-right: 0; }
#single-itemBox01 .itemBox .cnt .info .title { font-size: 19px; line-height: 28px; margin-bottom: 30px; padding-bottom: 40px; border-bottom: 1px solid #DFDFDF; }
#single-itemBox01 .itemBox .cnt .info .exp { display: flex; align-items: center; margin-bottom: 4px; }
#single-itemBox01 .itemBox .cnt .info .exp .item-price01 .ss_price { font-size: 28px; margin-right: 2px; }
#single-itemBox01 .itemBox .cnt .info .exp .item-price01 em.tax { font-size: 15px; }
#single-itemBox01 .itemBox .cnt .info .exp .shipping-text { margin-left: 12px; }
#single-itemBox01 .itemBox .cnt .info .delivery-price { font-size: 13px; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #DFDFDF; }
#single-itemBox01 .itemBox .cnt .info .type_box { margin-bottom: 20px; }
#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: 8px; }
#single-itemBox01 .itemBox .cnt .info .type_box dl.item-sku dd { display: block; width: 100%; margin-bottom: 8px; }
#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: 35px; box-sizing: border-box; padding: 5px 10px 6px; font-size: 16px; line-height: 24px; 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: 20px; align-items: center; }
#single-itemBox01 .itemBox .cnt .info .item-count .tit { width: 40px; font-size: 15px; line-height: 22px; font-weight: 400; text-align: left; }
#single-itemBox01 .itemBox .cnt .info .item-count .num-box { width: 105px; }
#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: 35px !important; padding: 6px 0 7px; box-sizing: border-box; height: 35px; background: #FFFFFF; border: solid 1px #D4D4D4; line-height: 22px; text-align: center !important; font-size: 15px; 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 8px; box-sizing: border-box; width: 35px; height: 35px; font-size: 14px; text-align: center !important; line-height: 20px; 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; font-size: 15px; color: #000000; margin-bottom: 8px; }
#single-itemBox01 .itemBox .cnt .info .discount-text dl.itemGpExp li { font-size: 15px; }
#single-itemBox01 .itemBox .cnt .info .discount-text dl.itemGpExp li span.price { font-size: 15px; font-weight: 400; color: #000000; }
#single-itemBox01 .itemBox .cnt .info .discount-text dl.itemGpExp li em.tax { font-size: 15px; color: #000000; }
#single-itemBox01 .itemBox .cnt .info .btn01.cart-btn { width: 100%; height: 50px; margin-top: 30px; }
#single-itemBox01 .itemBox .cnt .info .btn01.cart-btn > input[type="submit"] { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 13px 0 15px; background: #0A0A0A; border-radius: 30px; cursor: pointer; transition: 0.3s; font-family: 'NotoSansJP'; font-size: 15px; line-height: 22px; text-align: center; color: #FFFFFF; font-weight: 700; }
#single-itemBox01 .itemBox .cnt .info .btn01.cart-btn > input[type="submit"]:hover { text-decoration: none; }
#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: 40px; }
#single-itemBox01 .itemBox .cnt .info .info-table tr { display: block; padding: 40px 0; border-top: 1px solid #DFDFDF; }
#single-itemBox01 .itemBox .cnt .info .info-table tr:last-child { padding-bottom: 0; }
#single-itemBox01 .itemBox .cnt .info .info-table tr th { display: block; width: 100%; font-weight: 400; margin-bottom: 8px; }
#single-itemBox01 .itemBox .cnt .info .info-table tr td { display: block; width: 100%; font-weight: 700; word-break: break-all; }
#single-itemBox01 .itemBox .cnt .info .info-table tr td .sub-text { display: block; font-size: 13px; font-weight: 500; }
#single-itemBox01 .itemBox .info_box { margin-top: 60px; }
#single-itemBox01 .itemBox .info_box .item_title { font-size: 18px; padding: 17px 20px 18px; 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 { display: block; 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 { display: block; padding: 14px 20px 15px; background: #F8F8F8; font-weight: 400; }
#single-itemBox01 .itemBox .info_box .item-table tr td { display: block; padding: 15px 20px; }

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

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

.cart-content { padding: 40px 0 80px; }

.catbox { padding: 0 20px; box-sizing: border-box; }

div.usccart_navi ol.ucart { display: flex !important; flex-wrap: wrap; height: auto !important; }
div.usccart_navi ol.ucart li.ucart { width: 50%; }

.scrtbl { overflow: auto; }

.scrtbl .scrtbl-inner { width: 800px; }

.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 input[type="button"], .send.cart-btns input[type="submit"], form#purchase_form .send input[type="button"], form#purchase_form .send input[type="submit"] { width: 100% !important; height: 60px; 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: 30px; cursor: pointer; transition: 0.3s; font-size: 15px; font-weight: 700; line-height: 22px; 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-bottom: 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 .customer_form input, #customer-info .customer_form select { width: 100% !important; }

#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 10px 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; text-align: center; }

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

/* ご利用ガイド　p07
=========================================== */
#p07box01 .wrap.twin div#two-side { margin-bottom: 60px; }
#p07box01 .wrap.twin div#two-side .side-link.side-link02 > li > a { padding: 20px 30px 20px 0; position: relative; }
#p07box01 .wrap.twin div#two-side .side-link.side-link02 > li > a::after { content: ""; display: block; width: 20px; height: 20px; background: url("../img/common/btn_arrow_b.png") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%) rotate(90deg); transition: 0.3s; }
#p07box01 .guide_box00 { padding: 30px 20px 40px; 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: 22px; line-height: 32px; margin-bottom: 30px; }
#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: 18px; line-height: 26px; padding: 17px 20px 18px; box-sizing: border-box; background: #F2F2F2; margin-bottom: 40px; }
#p07box01 .guide_box00 .box-list .box00 .box_in { padding-bottom: 40px; border-bottom: 1px solid #DFDFDF; margin-bottom: 40px; }
#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: 40px 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: 16px; box-sizing: border-box; position: relative; margin-bottom: 22px; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in h4::before { content: ""; display: block; width: 12px; height: 12px; background: #0A0A0A; border-radius: 50%; position: absolute; top: 9px; left: 0; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in .list00 { margin-bottom: 12px; }
#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 { width: 100%; min-width: 420px; }
#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: 80px; padding: 20px 10px; 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: 340px; 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 { min-width: 100%; }
#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: calc(100% - 180px); }
#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: 180px; }
#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: 90px; }
#p07box01 .guide_box00 .box-list .box00 .list .list_in .list-table.list-table-shipping tr td p.flex .midashi_right { width: calc(100% - 90px); }

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

.original-slider02 .item00 { padding: 10px; box-sizing: border-box; }
.original-slider02 .news00 { padding: 10px; box-sizing: border-box; }
.original-slider02 .news00 a .img { aspect-ratio: 1 / 1; }
.original-slider02 .news00 a .title { margin-top: 12px; }

#p08box01 .cnt { display: block; margin-bottom: 60px; }
#p08box01 .cnt .left { width: 120px; height: 120px; background: url("../img/p08/title_img.png") no-repeat center; background-size: contain; padding-top: 43px; box-sizing: border-box; text-align: center; margin: 0 auto 30px; }
#p08box01 .cnt .left span { font-size: 24px; line-height: 31px; }
#p08box01 .cnt .right h2 { font-size: 26px; line-height: 36px; margin-bottom: 30px; text-align: center; }
#p08box01 .box-list .box00 { padding: 30px 20px; box-sizing: border-box; background: #F2F2F2; border-radius: 20px; margin-bottom: 30px; }
#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: calc(50% - 8px); margin: 30px 15px 0 0; }
#p08box01 .box-list .box00 .scene-list .scene00:nth-child(-n+2) { margin-top: 0; }
#p08box01 .box-list .box00 .scene-list .scene00:nth-child(2n) { margin-right: 0; }
#p08box01 .box-list .box00 .scene-list .scene00 .img { width: 100%; margin-bottom: 4px; }
#p08box01 .box-list .box00 .box_in { display: block; }
#p08box01 .box-list .box00 .box_in .img { margin-bottom: 20px; }
#p08box01 .box-list .box00 .box_in02 { margin-top: 40px; background: #FFFFFF; padding-bottom: 20px; border-radius: 5px; overflow: hidden; }
#p08box01 .box-list .box00 .box_in02 h4 { font-size: 20px; line-height: 26px; padding: 13px 0 14px; box-sizing: border-box; background: #D81D17; margin-bottom: 20px; }
#p08box01 .box-list .box00 .box_in02 .text01 { padding: 0 20px; box-sizing: border-box; }
#p08box01 .box-list .box00 .box_in02 .font-list { display: block; margin-top: 30px; padding: 0 20px; box-sizing: border-box; }
#p08box01 .box-list .box00 .box_in02 .font-list .font00 { border-top: 1px solid #DFDFDF; padding-top: 20px; margin-bottom: 20px; }
#p08box01 .box-list .box00 .box_in02 .font-list .font00:last-child { margin-bottom: 0; }
#p08box01 .box-list .box00 .box_in02 .font-list .font00 h5 { font-size: 20px; line-height: 29px; padding-left: 16px; box-sizing: border-box; position: relative; margin-bottom: 21px; }
#p08box01 .box-list .box00 .box_in02 .font-list .font00 h5::before { content: ""; display: block; width: 4px; height: 100%; background: #D81D17; position: absolute; top: 2px; left: 0; }
#p08box01 .box-list .box01 { padding: 30px 10px 120px; }
#p08box01 .box-list .box01 .original-slider02 { margin-bottom: 0 !important; }
#p08box01 .cnt02 { display: block; margin-top: 60px; }
#p08box01 .cnt02 .text_box { margin-bottom: 40px; }
#p08box01 .cnt02 .text_box h3 { font-size: 26px; line-height: 36px; margin-bottom: 30px; }

#p08box03 .flow_box { display: flex; justify-content: space-between; }
#p08box03 .flow_box .flow-list { width: calc(100% - 75px); display: block; order: 1; }
#p08box03 .flow_box .flow-list .flow00 { margin-bottom: 20px; }
#p08box03 .flow_box .flow-list .flow00:last-child { margin-bottom: 0; }
#p08box03 .flow_box .flow-list .flow00 .img { width: 100%; height: 70px; background: #F2F2F2; border-radius: 5px; position: relative; margin-bottom: 8px; }
#p08box03 .flow_box .flow-list .flow00 .img img { width: 44px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p08box03 .flow_box .flow-list .flow00 h3 { font-size: 16px; line-height: 22px; margin-bottom: 12px; }
#p08box03 .flow_box .flow-list .flow00 .text01 .list { margin-top: 12px; }
#p08box03 .flow_box .flow-list .flow00 .text01 .list li { padding-left: 1em; text-indent: -1em; }
#p08box03 .flow_box .flow-list .flow02 .img img { width: 46px; }
#p08box03 .flow_box .flow-list .flow03 .img img { width: 38px; }
#p08box03 .flow_box .flow-list .flow04 .img img { width: 40px; }
#p08box03 .flow_box .flow-arrow { width: 60px; text-align: center; padding-top: 20px; box-sizing: border-box; position: relative; z-index: 1; }
#p08box03 .flow_box .flow-arrow::before { content: ""; display: block; width: 50px; height: calc(100% - 18px); background: #D81D17; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
#p08box03 .flow_box .flow-arrow::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: #d81d17 transparent transparent transparent; border-width: 20px 30px 0px 30px; position: absolute; bottom: 0; left: 0; z-index: -1; }
#p08box03 .flow_box .flow-arrow > span { writing-mode: vertical-rl; white-space: pre; letter-spacing: -0.3em; }
#p08box03 .flow_box .flow-arrow > span em { font-size: 20px; margin-bottom: 8px; }
#p08box03 .flow_box .flow-arrow > span em .text01 { writing-mode: horizontal-tb; margin: 0 5px -10px 0; }
#p08box03 .flow_box .flow-arrow > span .text02 { writing-mode: horizontal-tb; margin: 0 5px -5px 0; }

#p08box04 a { display: block; width: 100%; text-align: center; padding: 55px 0; box-sizing: border-box; background: url("../img/p08/bg_img_sp.jpg") no-repeat center; background-size: cover; }
#p08box04 a:hover { text-decoration: none; }
#p08box04 a img { display: none; }
#p08box04 a .btn-text { font-size: 28px; line-height: 40px; padding-left: 40px; box-sizing: border-box; background: url("../img/common/btn_box.png") no-repeat center left; background-size: 32px; }

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

.p09box00 .cnt { display: block; }
.p09box00 .cnt .title01 { text-align: center; }

#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 { display: block; width: 100%; padding: 14px 20px 15px; box-sizing: border-box; background: #F8F8F8; font-weight: 400; }
#p09box01 .company-table tr td { display: block; width: 100%; padding: 15px 20px; box-sizing: border-box; line-height: 2; }

#p09box02 .access-list .access00 { padding: 30px 20px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; margin-bottom: 30px; }
#p09box02 .access-list .access00:last-child { margin-bottom: 0; }
#p09box02 .access-list .access00 .access_in { display: block; }
#p09box02 .access-list .access00 .access_in .text_box { margin-bottom: 30px; }
#p09box02 .access-list .access00 .access_in .img { border-radius: 10px; overflow: hidden; }
#p09box02 .access-list .access00 .access-map { margin-top: 20px; width: 100%; aspect-ratio: 295 / 222; 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: 30px; }
#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 { display: block; width: 100%; height: auto !important; padding: 14px 20px 15px; box-sizing: border-box; background: #F8F8F8; font-weight: 400; }
#p09box03 .recruit-list .recruit00 table tr td { display: block; width: 100%; height: auto !important; padding: 15px 20px; box-sizing: border-box; line-height: 2; }

#p09box04 .company-table02 { margin-top: 36px; }
#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 { display: block; width: 100%; padding: 14px 20px 15px; box-sizing: border-box; background: #EBEBEB; font-weight: 400; }
#p09box04 .company-table02 tr td { display: block; width: 100%; padding: 15px 20px; box-sizing: border-box; background: #FFFFFF; line-height: 2; }

/*お知らせ　p10
=========================================== */
#p10box01 div#two-side { margin-top: 60px; }
#p10box01 .topics-all-list .news00 { margin-bottom: 40px; }
#p10box01 .topics-all-list .news00:last-child { margin-bottom: 0; }

#newsbox01 div#two-side { margin-top: 60px; }
#newsbox01 .news-singleBox { padding: 30px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; }
#newsbox01 .news-singleBox .info { margin-bottom: 12px; align-items: center; }
#newsbox01 .news-singleBox .info .time { font-size: 13px; line-height: 18.5px; margin-right: 8px; }
#newsbox01 .news-singleBox .info .cate-list { width: auto; }
#newsbox01 .news-singleBox .info .cate-list li { font-size: 13px; line-height: 18.5px; padding: 1.5px 8px 2.5px; box-sizing: border-box; border: 1px solid #B7B7B7; border-radius: 11.5px; margin-right: 8px; }
#newsbox01 .news-singleBox .info .cate-list li:last-child { margin-right: 0; }
#newsbox01 .news-singleBox .title { font-size: 19px; line-height: 28px; margin-bottom: 30px; }

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

#p11box01 { padding-top: 25px; background: #F2F2F2; }
#p11box01 .contact_form { padding: 30px 20px 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; }
#p11box01 .contact_form .text-list { margin-bottom: 35px; }
#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: 35px; }
ul.contact-state > li { display: table; width: 32%; height: 40px; 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: 15px; line-height: 22px; }
ul.contact-state > li.state01 { clip-path: polygon(0 0, calc(100% - 6px) 0%, 100% 50%, calc(100% - 6px) 100%, 0 100%, 0% 50%); }
ul.contact-state > li.state01 > span { background: #0A0A0A; color: #FFFFFF; }
ul.contact-state li.state02 { clip-path: polygon(0 0, calc(100% - 6px) 0%, 100% 50%, calc(100% - 6px) 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; }

form.wpcf7-form { margin-top: -150px; padding-top: 150px; /*placeholder*/ /*text*/ /*textarea*/ /*お問い合わせ項目*/ /*住所*/ /*商品番号*/ /*添付ファイル*/ /*doui-check*/ /*送信ボタン*/ }
form.wpcf7-form tr { display: block; margin-bottom: 40px; }
form.wpcf7-form th { display: block; width: 100%; margin-bottom: 10px; }
form.wpcf7-form th .hissu, form.wpcf7-form th .ninni { padding: 2px 4px 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 10px 9px; font-size: 16px; line-height: 24px; 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: 170px; }
form.wpcf7-form input.wpcf7-text.tel01 { width: 170px; }
form.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea { width: 100%; height: 160px; box-sizing: border-box; padding: 7px 10px 9px; font-size: 16px; line-height: 24px; 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: 20px; }
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: 14px; font-weight: 400; line-height: 20px; margin-left: 10px; }
form.wpcf7-form .address_box .address-list li { margin-bottom: 30px; }
form.wpcf7-form .address_box .address-list li:last-child { margin-bottom: 0; }
form.wpcf7-form .address_box .address-list li .th { margin-bottom: 5px; font-size: 14px; font-weight: 500; }
form.wpcf7-form .address_box .address-list li.zip1 .td input.wpcf7-text { width: 170px; }
form.wpcf7-form .address_box .address-list li.zip1 .td .sub_text { display: block; font-size: 13px; font-weight: 400; line-height: 19px; margin-top: 5px; }
form.wpcf7-form .address_box .address-list select.wpcf7-select { min-width: 170px; height: 40px; box-sizing: border-box; padding: 7px 10px 9px; font-size: 16px; line-height: 24px; background: url("../img/p11/select_arrow.svg") no-repeat center right 10px, #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: 10px; 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: 170px; }
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: 32px; height: 32px; border-radius: 50%; color: transparent; border: none; margin-left: 8px; cursor: pointer; transition: 0.3s; }
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: 13px; }
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: 13px; }
form.wpcf7-form tr.file td { position: relative; }
form.wpcf7-form tr.file td .file-text { margin-top: 8px; }
form.wpcf7-form tr.file td .file-text li { font-size: 14px; line-height: 22px; font-weight: 400; padding-left: 1em; text-indent: -1em; margin-bottom: 8px; }
form.wpcf7-form tr.file td .file-text li:last-child { margin-bottom: 0; }
form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler { border: none; border-radius: 0; margin-bottom: 0; }
form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container { padding: 0; }
form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner { width: auto; text-align: left; }
form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3, form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span { display: none; }
form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap::after { content: "※ファイルが選択されていません"; display: block; font-size: 13px; margin-top: 8px; }
form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { display: flex; height: 40px; width: 130px; padding: 10px 15px; box-sizing: border-box; align-items: center; background: #000000; border: none; border-radius: 0; font-size: 14px; line-height: 20px; font-weight: 400; color: #FFFFFF; transition: 0.3s; }
form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter { display: none; }
form.wpcf7-form .codedropz-upload-wrapper .wpcf7c-conf.wpcf7c-conf-hidden { 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: 20px; height: 20px; border: 1px solid #BEBEBE; border-radius: 0; }
form.wpcf7-form .doui-box td .wpcf7-list-item label .wpcf7-list-item-label { font-size: 14px; font-weight: 400; line-height: 20px; margin-left: 10px; }
form.wpcf7-form .doui-box td .doui-text { margin-top: 10px; font-size: 13px; font-weight: 400; line-height: 22px; }
form.wpcf7-form .doui-box td .doui-text a { text-decoration: underline; }
form.wpcf7-form .contact-submit.flex { display: block; 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 20px, #0A0A0A; background-size: 32px; box-sizing: border-box; border-radius: 30px; cursor: pointer; transition: 0.3s; font-size: 15px; font-weight: 700; line-height: 22px; text-align: center; font-family: 'NotoSansJP'; color: #FFFFFF; border: 2px solid #0A0A0A; }
form.wpcf7-form .contact-submit.flex .btn01 input.wpcf7-form-control:hover { 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-top: 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 20px; background-size: 32px; color: #000000; }
form.wpcf7-form .contact-submit.flex .wpcf7c-elm-step2.mt20 { margin-top: 20px; text-align: center; }
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: 60px 5%; text-align: center; }
#other h2 { font-size: 24px; margin-bottom: 30px; }
#other p { position: relative; }
#other .btn01 { margin-top: 40px; }

/*プライバシーポリシー
=========================================== */
div#pageBox01 { padding: 60px 5%; }

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

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

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 370px) { .wp-pagenavi > span, .wp-pagenavi > a { width: 35px; height: 35px; padding-top: 8px; } }
@media screen and (min-width: 0px) and (max-width: 350px) { #header .header_inner .logo { width: 200px; }
  .post-navigation ul > li a { width: 90px; }
  .post-navigation ul > li a span { font-size: 13px; } }
@media screen and (min-width: 0px) and (max-width: 330px) { .wp-pagenavi > span, .wp-pagenavi > a { width: 32px; height: 32px; padding-top: 7px; } }
/*safari用
=========================================== */
.safari #topbox07 .cnt .flow_box .flow-arrow > span { letter-spacing: 0.1em; }
.safari #topbox07 .cnt .flow_box .flow-arrow > span em .text01 { margin: 0; }
.safari #topbox07 .cnt .flow_box .flow-arrow > span .text02 { margin: 0; }
.safari #p08box03 .flow_box .flow-arrow > span { letter-spacing: 0.1em; }
.safari #p08box03 .flow_box .flow-arrow > span em .text01 { margin: 0; }
.safari #p08box03 .flow_box .flow-arrow > span .text02 { margin: 0; }
