/* ======================
    filter
====================== */
/* PC */
@media print, screen and (min-width: 769px) {
  .filter{
    max-width: 880px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .filter__inner{
    width: 100%;
    padding: 40px;
    border-radius: 12px;
    border: 2px solid #00B1D7;
    background: #FFF;
  }
  .filter__head{}
  .filter_ttl{
    color: #00B1D7;
    text-align: center;
    font-size: 28.632px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 44px;
  }
  .filter__body{
    max-width: 340px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .filter__block{}
  .filter__block__ttl{
    color: #555;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
  }
  .filter__btnWrap{
    margin-top: 6px;
    display: flex;
    justify-content: center;
    gap: 3px;
  }
  .filter__btnWrap.--keyword{
    margin-top: 23px;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
  }
  .filter__btn{
    width: 100%;
    min-height: 55px;
    padding: 8px 0;
    color: #969696;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    border-radius: 5px;
    border: 1px solid #969696;
    position: relative;
    transition: all ease .3s;
  }
  .filter__btn:hover{
    opacity: .8;
  }
  .filter__btn::before{
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #969696;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 6px;
    right: 6px;
  }
  .filter__btn.is-active::before{
    border-color: #00B1D7;
  }
  .filter__btn.is-active:after{
    content: "";
    display: block;
    width: 6px;
    height: 5px;
    background-color: #00B1D7;
    mask-image: url(/op/_assets25/rwd/img/icon_check.svg);
    mask-repeat: no-repeat;
    background-image: none;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 10px;
    right: 9px;
  }
  .filter__btn.--1,.filter__btn.--clear{
    color: #00B1D7;
    border-color: #00B1D7;
  }
  .filter__btn.--2{
    color: #009E3B;
    border-color: #009E3B;
  }
  .filter__btn.--3{
    color: #D71900;
    border-color: #D71900;
  }
  .filter__btn.--1::before,.filter__btn.--clear::before{
    border-color: #00B1D7;
  }
  .filter__btn.--2::before{
    border-color: #009E3B;
  }
  .filter__btn.--3::before{
    border-color: #D71900;
  }
  .filter__btn.is-active{
    color: #fff;
    background-color: #00B1D7;
    border-color: #00B1D7;
  }
  .filter__btn.--1.is-active,.filter__btn.--clear.is-active{
    background-color: #00B1D7;
    border-color: #00B1D7;
  }
  .filter__btn.--2.is-active{
    background-color: #009E3B;
    border-color: #009E3B;
  }
  .filter__btn.--3.is-active{
    background-color: #D71900;
    border-color: #D71900;
  }
  .filter__btn.is-active.--1::after,.filter__btn.is-active.--clear::after{
    background-color: #00B1D7;
  }
  .filter__btn.is-active.--2::after{
    background-color: #009E3B;
  }
  .filter__btn.is-active.--3::after{
    background-color: #D71900;
  }
  .filter__keywordBtn{
    color: #888;
    font-size: 14px;
    font-weight: 700;
    line-height: 102%;
    text-decoration: underline;
    transition: all ease .3s;
  }
  .filter__keywordBtn::before{
    content: "＃";
  }
  .filter__keywordBtn.is-active{
    color: #00B1D7;
  }
  .filter__keywordBtn:hover{
    opacity: .8;
  }
}
/* SP */
@media print, screen and (max-width: 768px) {
  .filter{
    width: 100%;
  }
  .filter__inner{
    width: 100%;
    padding-top: calc(40vw/3.75);
    padding-bottom: calc(52vw/3.75);
    padding-left: calc(14vw/3.75);
    padding-right: calc(14vw/3.75);
    padding-left: calc(14vw/3.75);
    border-radius: calc(12vw/3.75);
    border: 2px solid #00B1D7;
    background: #FFF;
  }
  .filter__head{}
  .filter_ttl{
    color: #00B1D7;
    text-align: center;
    font-size: calc(28.632vw/3.75);
    font-weight: 700;
    line-height: 130%;
    margin-bottom: calc(24vw/3.75);
  }
  .filter__body{
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .filter__block{}
  .filter__block__ttl{
    color: #555;
    font-size: calc(16vw/3.75);
    font-weight: 700;
    line-height: 120%;
  }
  .filter__btnWrap{
    margin-top: calc(9vw/3.75);
    display: flex;
    justify-content: center;
    gap: calc(4vw/3.75);
  }
  .filter__btnWrap.--keyword{
    justify-content: center;
    gap: calc(10vw/3.75);
    flex-wrap: wrap;
  }
  .filter__btn{
    width: 100%;
    min-height: calc(62vw/3.75);
    padding: calc(8vw/3.75) 0;
    color: #969696;
    text-align: center;
    font-size: calc(14vw/3.75);
    font-weight: 700;
    line-height: 130%;
    border-radius: calc(5vw/3.75);
    border: 1px solid #969696;
    position: relative;
  }
  .filter__btn.--clear{
    min-height: calc(46vw/3.75);
  }
  .filter__btn::before{
    content: "";
    width: calc(12vw/3.75);
    height: calc(12vw/3.75);
    border: 1px solid #969696;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: calc(5vw/3.75);
    right: calc(4vw/3.75);
  }
  .filter__btn.is-active::before{
    border-color: #00B1D7;
  }
  .filter__btn.is-active:after{
    content: "";
    display: block;
    width: calc(6vw/3.75);
    height: calc(5vw/3.75);
    background-color: #00B1D7;
    mask-image: url(/op/_assets25/rwd/img/icon_check.svg);
    mask-repeat: no-repeat;
    background-image: none;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: calc(9vw / 3.75);
    right: calc(7vw / 3.75);
  }
  .filter__btn.--1,.filter__btn.--clear{
    color: #00B1D7;
    border-color: #00B1D7;
  }
  .filter__btn.--2{
    color: #009E3B;
    border-color: #009E3B;
  }
  .filter__btn.--3{
    color: #D71900;
    border-color: #D71900;
  }
  .filter__btn.--1::before,.filter__btn.--clear::before{
    border-color: #00B1D7;
  }
  .filter__btn.--2::before{
    border-color: #009E3B;
  }
  .filter__btn.--3::before{
    border-color: #D71900;
  }
  .filter__btn.is-active{
    color: #fff;
    background-color: #00B1D7;
    border-color: #00B1D7;
  }
  .filter__btn.--1.is-active,.filter__btn.--clear.is-active{
    background-color: #00B1D7;
    border-color: #00B1D7;
  }
  .filter__btn.--2.is-active{
    background-color: #009E3B;
    border-color: #009E3B;
  }
  .filter__btn.--3.is-active{
    background-color: #D71900;
    border-color: #D71900;
  }
  .filter__btn.is-active.--1::after,.filter__btn.is-active.--clear::after{
    background-color: #00B1D7;
  }
  .filter__btn.is-active.--2::after{
    background-color: #009E3B;
  }
  .filter__btn.is-active.--3::after{
    background-color: #D71900;
  }
  .filter__keywordBtn{
    color: #888;
    font-size: calc(14vw/3.75);
    font-weight: 700;
    line-height: 102%;
    text-decoration: underline;
  }
  .filter__keywordBtn::before{
    content: "＃";
  }
  .filter__keywordBtn.is-active{
    color: #00B1D7;
  }
}
/* ======================
    opsec
====================== */
/* PC */
@media print, screen and (min-width: 769px) {
  .filter__noresultstxt{
    text-align: center;
    color: #1C1713;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
  }
  .opsec{
    max-width: 778px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .opsec__inner{}
  .opsec__head{}
  .opsec__ttl{
    color: #1C1713;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 32px;
  }
  .opsec__ttl::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 54px;
    height: 4px;
    margin: auto;
    background: #00B1D7;
  }
  .opsec__body{}
}
/* SP */
@media print, screen and (max-width: 768px) {
  .filter__noresultstxt{
    text-align: center;
    color: #1C1713;
    text-align: center;
    font-size: calc(22vw/3.75);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
  }
  .opsec{
  }
  .opsec__inner{}
  .opsec__head{}
  .opsec__ttl{
    color: #1C1713;
    text-align: center;
    font-size: calc(40vw/3.75);
    font-weight: 700;
    line-height: 120%;
    position: relative;
    padding-bottom: calc(14vw/3.75);
    margin-bottom: calc(32vw/3.75);
  }
  .opsec__ttl::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(54vw/3.75);
    height: calc(4vw/3.75);
    margin: auto;
    background: #00B1D7;
  }
  .opsec__body{}
}
/* ======================
    opcard
====================== */
/* PC */
@media print, screen and (min-width: 769px) {
  .opcards{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 32px 52px;
    transition: all ease .3s;
  }
  .opcard:hover{
    opacity: .8;
  }
  .opcard{
    width: calc(50% - 52px/2);
  }
  .opcard__link{
    text-decoration: none;
    color: #555;
  }
  .opcard__inner{
    display: flex;
    padding: 32px 14px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px 4px;
    flex-wrap: wrap;
    border-radius: 10px;
    background: #F8F8F8;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
    position: relative;
  }
  .opcard__inner::after{
    content: "";
    width: 13px;
    height: 13px;
    border-right: 2px solid #00B1D7;
    border-bottom: 2px solid #00B1D7;
    position: absolute;
    right: 19px;
    bottom: 19px;
  }
  .opcard__gradeList{
    display: flex;
    justify-content: start;
    gap: 4px;
    width: 100%;
    padding-left: 0;
  }
  .opcard__gradeItem{
    color: #fff;
    padding: 4px 8px;
    border-radius: 2px;
    background: #00B1D7;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
  }
  .opcard__gradeItem.--1{
    background: #00B1D7;
  }
  .opcard__gradeItem.--2{
    background: #009E3B;
  }
  .opcard__gradeItem.--3{
    background: #D71900;
  }
  .opcard__ttl{
    color: #1C1713;
    text-align: left;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 19px;
    font-weight: 700;
    line-height: 120%;
    width: 100%;
  }
  .opcard__tmb{
    max-width: 315px;
    width: 100%;
  }
  .opcard__tmb img{
    width: 100%;
  }
  .opcard__txtList{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .opcard__txtItem{
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }
  .opcard__txtItem::before{
    content: "・";
  }
  .opcard__keywordList{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
  }
  .opcard__keywordItem{
    color: #888;
    font-size: 12px;
    font-weight: 700;
    line-height: 102%; /* 12.24px */
    text-decoration-line: underline;
  }
  .opcard__keywordItem::before{
    content: "＃";
  }
}
/* SP */
@media print, screen and (max-width: 768px) {
  .opcards{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(40vw/3.75);
  }
  .opcard{
    width: 100%;
  }
  .opcard__link{
    text-decoration: none;
    color: #555;
  }
  .opcard__inner{
    display: flex;
    padding: calc(32vw/3.75) calc(14vw/3.75);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: calc(16vw/3.75);
    flex-wrap: wrap;
    border-radius: calc(10vw/3.75);
    background: #F8F8F8;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
    position: relative;
  }
  .opcard__inner::after{
    content: "";
    width: calc(13vw/3.75);
    height: calc(13vw/3.75);
    border-right: 2px solid #00B1D7;
    border-bottom: 2px solid #00B1D7;
    position: absolute;
    right: calc(19vw/3.75);
    bottom: calc(19vw/3.75);
  }
  .opcard__gradeList{
    display: flex;
    justify-content: start;
    gap: calc(4vw/3.75);
    width: 100%;
    padding-left: 0;
  }
  .opcard__gradeItem{
    color: #fff;
    padding: calc(4vw/3.75) calc(8vw/3.75);
    border-radius: 2px;
    background: #00B1D7;
    text-align: center;
    font-size: calc(14vw/3.75);
    font-weight: 700;
    line-height: 120%;
  }
  .opcard__gradeItem.--1{
    background: #00B1D7;
  }
  .opcard__gradeItem.--2{
    background: #009E3B;
  }
  .opcard__gradeItem.--3{
    background: #D71900;
  }
  .opcard__ttl{
    color: #1C1713;
    text-align: left;
    padding-left: calc(6vw/3.75);
    padding-right: calc(6vw/3.75);
    font-size: calc(19vw/3.75);
    font-weight: 700;
    line-height: 120%;
    width: 100%;
  }
  .opcard__tmb{
    width: 100%;
  }
  .opcard__tmb img{
    width: 100%;
  }
  .opcard__txtList{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .opcard__txtItem{
    color: #555;
    font-size: calc(16vw/3.75);
    font-weight: 400;
    line-height: 120%;
  }
  .opcard__txtItem::before{
    content: "・";
  }
  .opcard__keywordList{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    gap: calc(5vw/3.75);
  }
  .opcard__keywordItem{
    color: #888;
    font-size: calc(12vw/3.75);
    font-weight: 700;
    line-height: 102%; /* 12.24px */
    text-decoration-line: underline;
  }
  .opcard__keywordItem::before{
    content: "＃";
  }
}
