@charset "euc-jp";

body, dl, dt, dd, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote {font-weight:450;}
body, dl, dt, dd, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote {margin:0;padding:0;font-style:normal;text-align:left;}
* html body{font-size:small; font:x-small;}
html{scroll-behavior: smooth;}
/**:first-child+html body{font-size: small; font: x-small;}*/
img, a img{border:0; vertical-align:bottom; padding:0px; margin:0px;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
ul,dl,ol{text-indent:0;}li{list-style:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal; font-weight:normal;}
input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;}
* html input,* html textarea,* html select{font-size:100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select{font-size:100%;}
table{border-collapse:collapse; border-spacing:0; font-size: inherit; width:100%;}th,td{text-align:left; vertical-align:top;}caption{text-align:left;}
pre,code,kbd,samp,tt{font-family:monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt{font-size:108%; line-height:100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt{font-size:108%; line-height:100%;}
input,select,textarea{font-size:100%; font-family:Verdana, Helvetica, sans-serif;}
input, textarea{margin:0; padding:0; vertical-align:middle;}
strong, em{font-weight:bold;}

*{scrollbar-color: #000 rgba(0,0,0,0.2); scrollbar-width: thin;}
html::-webkit-scrollbar {width: 8px; height: 8px;}
html::-webkit-scrollbar-thumb {background: #000;}
html::-webkit-scrollbar-track {background: rgba(0,0,0,0.2);}

*{box-sizing: border-box;}

@media (min-width:961px){
	a[href^="tel:"]{pointer-events: none;}
    .sponly{
        display: none;
    }
}
@media (max-width:960px){
    .pconly{
        display: none;
    }
    body.gnav_open{
        overflow: hidden;
    }
}


body,input,textarea{
	font-family:
	'Kiwi Maru',
	"Yu Gothic",
	YuGothic,
	"Hiragino Kaku Gothic Pro",
	"Helvetica Neue",
	Arial,
	Meiryo,
	"MS PGothic",
	sans-serif;
}
body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  font-size:min(3.7vw,16px);
  line-height:1.6;
  -webkit-text-size-adjust:100%;/*スマホ表示対応*/
  font-feature-settings: "palt";
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}
.hover{background:inherit; transition:filter 0.3s, opacity 0.3s;}
.hover:hover, .hover:active{filter:alpha(opacity=60); opacity:0.60;}

.acc {
	position: absolute;
	visibility: hidden;
}


.disable {
	pointer-events: none;
	opacity: 0.3;
}

.main_wrapper{
    margin-top: 2em;
  word-break: break-all;
}
.section_wrapper + .section_wrapper{
	margin-top: 8em;
}
.section_wrapper2 + .section_wrapper2{
	margin-top: 6em;
}
.section_inner + .section_inner{
	margin-top: 3.5em;
}
.pagebox_wrapper{
	padding-right: 3.5em;
	padding-left: 3.5em;
}
.pagebox{
    margin-right:auto;
	margin-left:auto;
    width: 100%;
	max-width:1200px;
}
.pagebox.lv1{
    max-width: 840px;
}
@media (max-width:1320px){
	.pagebox_wrapper{
		padding-right: 20px;
		padding-left: 20px;
	}
}


/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c,
.center { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

.mt1{margin-top: 1em;}
.mt2{margin-top: 2em;}
.mt3{margin-top: 3em;}
.mt4{margin-top: 4em;}
.mb1{margin-bottom: 1em;}
.mb2{margin-bottom: 2em;}
.mb3{margin-bottom: 3em;}
.mb4{margin-bottom: 4em;}

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}


/* header */
.header{
    display: flex;
    justify-content: space-between;
    padding: 1em 1.5em;
    gap: 1em 2em;
    position: relative;
    z-index: 6;
}

.headlogo{
    display: flex;
    gap: 2em 1em;
    align-items: center;
}
.headlogo:hover{
    text-decoration: none;
}
.headlogo .text{
    font-weight: bold;
    display: flex;
    flex-direction: column;
    font-size: 120%;
}

.header .nav{
    display: flex;
    gap: 1em;
    justify-content: flex-end;
}
.header .nav .link{
    text-decoration: none;
}

.header .subnav .link:hover{
    color: #0064db;
}

.drawer-button{
	display: none;
	cursor: pointer;
    text-align: center;
}
.menubar{
	display: flex;
	margin-right: auto;
	margin-left:auto;
	width: 36px;
	height: 26px;
	position: relative;
    margin-bottom: 7px;
}
.menubar::before,
.menubar::after,
.menubar_close::before,
.menubar_close::after{
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-color: #000;
	position: absolute;
}
.menubar::before,
.menubar::after{
	right:0;
	transition: width .3s;
}
.menubar::before{
	top:0;
}
.menubar::after{
	bottom:0;
	transition-delay: .1s;
}
.menubar_close::before,
.menubar_close::after{
	top: calc(50% - 1px);
	transform-origin: center;
	transform: rotate(0);
	transition: .3s;
}
.gnav_open .menubar::before,
.gnav_open .menubar::after{
	opacity: 0;
}
.gnav_open .menubar_close::before{
	transform: rotate(45deg);
}
.gnav_open .menubar_close::after{
	transform: rotate(-45deg);
}

@media (min-width:961px){
    .headlogo .image{
        width: 100%;
        max-width: 100px;
    }
}
@media (max-width:960px){
    .header{
        position: sticky;
        top: 0;
        padding: .5em 15px;
        align-items: center;
        background: #fff;
        box-shadow: 0 4px 5px -3px rgba(0,0,0,.2);
    }
    .headlogo img{
        max-width: 100px;
    }

    .header .subnav{
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 1;
        text-align: center;
        gap: 1em;
    }
    .header .nav .cart{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header .nav .cart::before{
        font-family: "Font Awesome 5 free";
        font-weight: 600;
        content: "\f07a";
        font-size: 26px;
        margin-bottom: 7px;
    }

    .drawer-button{
        display: block;
    }
}
@media (max-width:580px){
    .headlogo{
        gap: .5em;
    }
    .headlogo img{
        max-width: 80px;
    }
    .headlogo .text{
        font-size: 110%;
        line-height: 1.2;
    }
}
@media (max-width:460px){
    .header{
        padding-left:7px;
        gap: 1em;
    }
    .headlogo img{
        width: 60px;
    }
    .headlogo .text{
        font-size: 105%;
    }

    .header .subnav{
        font-size: 10px;
        gap: .5em;
    }
}



/* gnav */
.gnav .link{
    display: block;
    font-size: 110%;
    text-decoration: none;
    padding: 1em 2em;
    font-weight: bold;
    cursor: pointer;
}
.gnav .link:hover{
    color: #0064db;
}

.drop_inner{
    width: 100%;
    background: rgba(242,242,244,.8);
}
.drop_wrapper .search_wrapper{
    display: flex;
    gap: 1em 2em;
}
.drop_wrapper .search_wrapper .select,
.drop_wrapper .search_wrapper .keyword{
    width: calc((100% - 2em)/2);
}
.drop_wrapper .search_wrapper .keyword{
    flex: 1;
    display: flex;
    gap: .5em;
}
.drop_wrapper .search_wrapper .keyword input{
    flex: 1;
    height: 100%;
    border: 1px solid #afafaf;
}
.drop_wrapper .search_wrapper .keyword button{
    width: 3em;
    padding: 0;
}

@media (min-width:961px){
    .gnav{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        background: #f2f2f4;
    }
    .gnav_wrapper{
        position: sticky;
        top: 0;
        z-index: 3;
        padding-top: 0 !important;
    }

    .drop_inner{
        position: absolute;
        left: 0;
        padding-top: 3em;
        padding-bottom: 3em;
        box-shadow: 0 4px 5px -3px rgba(0,0,0,.2);
        overflow: auto;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s;    
    }
    .drop_wrapper:hover .drop_inner{
        opacity: 1;
        pointer-events: all;
    }
}
@media (max-width:960px){
    .gnav_wrapper {
		position: fixed;
		left: -100vw;
		top: 0;
		width: 100%;
		height: 100%;
		background: #f2f2f4;
		z-index: 5;
		opacity: 0;
        pointer-events: none;
		transition: filter .4s, opacity .4s;
	}
	.gnav_open .gnav_wrapper {
		left: 0;
		opacity: 1;
        pointer-events: all;
	}
    .gnav{
        overflow-y: auto;
        height: 100%;
    }
    .gnav .box:not(:first-child){
        border-top: 1px dotted rgba(0,0,0,.2);
    }

    .gnav .link{
        padding: 1.3em;
    }
    .drop_inner{
        padding-right: 3em;
        padding-left: 3em;
        padding-bottom: 2em;
    }
    .drop_inner .heading.lv5{font-size: 110%;}

    .gnav .membersbtn{
        display: flex;
        justify-content: center;
        gap: 1em;
        padding: 1.5em;
    }
    .gnav .membersbtn .members_link{
        width: calc((100% - 1em * 2) / 3);
        border-radius: 4px;
        border: 1px solid #ddd;
        background: #fff;
        padding: 1em;
        text-align: center;
        font-weight: bold;
    }
}
@media (max-width:620px){
    .drop_wrapper .search_wrapper{
        flex-direction: column;
    }
    .drop_wrapper .search_wrapper .select,
    .drop_wrapper .search_wrapper .keyword{
        width: 100%;
    }
}



/* footer */
.footer{
    margin-top: 8em;
}
.foot_categorywrapper{
    background: #f1f1ef;
    padding-top: 3em;
    padding-bottom: 3em;
}
.foot_category{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
.foot_category .box{
    background: #fff;
    width: calc((100% - 1em * 4) / 5);
    border-radius: 10px;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.2);
}
.foot_category .link{
    padding: .8em;
    display: flex;
    align-items: center;
    gap: 1em;
    font-weight: normal;
    font-size: 97%;
    height: 100%;
    line-height: 1.2;
}
.foot_category .link:hover{
    color: #0064db;
    text-decoration: none;
}
.foot_category .image{
    aspect-ratio: 4/3;
    width: 100%;
    max-width: 80px;
}
.foot_category .img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.foot_category .txt{
    flex: 1;
}
@media (max-width:1160px){
    .foot_category .link{
        padding: .6em;
        gap: .7em;
    }
    .foot_category .image{
        max-width: 65px;
    }
}
@media (max-width:1020px){
    .foot_category{
        gap: .5em;
    }
    .foot_category .box{
        width: calc((100% - .5em * 2) / 3);
    }
}
@media (max-width:660px){
    .foot_category .box{
        width: calc((100% - .5em) / 2);
    }
}
@media (max-width:440px){
    .foot_category .box{
        width: 100%;
    }
}


.footnav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
}
@media (max-width:960px){
    .footnav{
        display: none;
    }
}
.footnav .link{
    text-decoration: none;
}
.footnav .link:hover{
    color: #0064db;
}
.footer .logo{
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}
.footer .address{
    text-align: center;
}
.copyright{
    color: #fff;
    background: #8d8d8f;
    display: flex;
    justify-content: center;
    line-height: 1.1;
    padding: 1em;
    font-size: 90%;
}



/* title */
.heading{
    font-weight: bold;
    margin-bottom: 1em;
}
.heading.lv1{
    font-size: 210%;
}
.heading.lv2{
    font-size: 190%;
}
.heading.lv3{
    font-size: 170%;
}
.heading.lv4{
    font-size: 150%;
}
.heading.lv5{
    font-size: 130%;
}
.heading.lv6{
    font-size: 110%;
}


.heading.style1{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5em;
}
.heading.style1::after{
    content: "";
    display: block;
    background: url(https://img20.shop-pro.jp/PA01247/955/etc_base64/dHAzX3RpdF9saW5lMA.png?cmsp_timestamp=20231024105416);
    background-size: cover;
    width: 128px;
    height: 20px;
}
.heading.style1 .icon .img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.heading.style1 .icon.pt1{
    height: 30px;
}
.heading.style1 .icon.pt3{
    height: 80px;
}
.heading.style1 .icon.pt4{
    height: 65px;
}

.heading.style2{
    border-left: 5px solid #1c5aa4;
    color: #1c5aa4;
    padding-left: .4em;
}

.heading.style3{
    border-top: 1px solid #5678a1;
    padding-top: .7em;
    margin-bottom: 1.3em;
}



/* itemlist */
.itemlist{
    display: flex;
    flex-wrap: wrap;
    gap: 4em 3em;
}
.itemlist.child3 .block{
    width: calc((100% - 3em * 2) / 3);
}
.itemlist.child4 .block{
    width: calc((100% - 3em * 3) / 4);
}
@media (max-width:820px){
    .itemlist{
        gap: 3em 1.5em;
    }
    .itemlist.child3 .block{
        width: calc((100% - 1.5em) / 2);
    }
    .itemlist.child4 .block{
        width: calc((100% - 1.5em * 2) / 3);
    }
}


.itemlist .link{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.itemlist .image{
    margin-bottom: 1em;
    aspect-ratio: 4/3;
}
.itemlist .image .img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.itemlist .name{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #0064db;
    font-size: 120%;
    line-height: 1.1;
    margin-bottom: .5em;
}
.itemlist .comment{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: .5em;
}
.itemlist .price{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/*  */
.breadcrumb_wrapper{
    margin-bottom: 2em;
    padding: 1em 1em 0;
}
.breadcrumb_list{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    font-size: 80%;
    line-height: 1.1;
}
.breadcrumb_list .box{
    display: flex;
    gap: 1em;
}
.breadcrumb_list .box:not(:first-child)::before{
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    content: "\f105";
    color: #bbb;
}


/*  */
.product_sort{
    display: flex;
    justify-content: center;
    gap: .5em;
}
.product_sort .link{
    width: 9em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 100vw;
    height: 2.4em;
    transition: background .3s;
}
.product_sort a.link:hover{
    background: #daebff;
    text-decoration: none;
}
.product_sort span.link{
    color: #0b509f;
    border-color: #0b509f;
}


/*  */
.pager_wrapper{
    margin-top: 4em;
}
.pager_inner{
    display: flex;
    justify-content: center;
    gap: 3em;
}
.pager_inner .link{
    display: flex;
    gap: 1em;
    justify-content: center;
    align-items: center;
    color: #0f4994;
    border: 1px solid #ccc;
    padding: .5em 1.5em .6em;
    line-height: 1;
    border-radius: 100vw;
    transition: background .3s;
}
.pager_inner .link.disabled{
    color: #a3a3a3;
    background: #e3e3e3;
}
.pager_inner a.link:hover{
    background: #daebff;
    text-decoration: none;
}
.pager_items{
    text-align: center;
}