@charset "UTF-8";
.gl_alink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.d_n,
.d_b_pc,
.d_i_pc,
.d_b_tb,
.d_i_tb,
.d_b_sp,
.d_i_sp {
  display: none; }

@media screen and (max-width: 959px) {
  .d_n_pc {
    display: none; }

  .d_b_pc {
    display: block; }

  .d_i_pc {
    display: inline; } }
@media screen and (max-width: 768px) {
  .d_n_tb {
    display: none; }

  .d_b_tb {
    display: block; }

  .d_i_tb {
    display: inline; } }
@media screen and (max-width: 599px) {
  .d_n_sp {
    display: none; }

  .d_b_sp {
    display: block; }

  .d_i_sp {
    display: inline; } }
.c-heading-main {
  color: #1b67b2;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  letter-spacing: .1em;
  border-bottom: 1px solid #999;
  border-color: #999; }

.wrapper .__inner .main {
  padding-bottom: 5em; }

.wrapper .__inner {
  min-height: 50vh; }

@media screen and (max-width: 599px) {
  .wrapper.wrapper--column-2 .__inner .aside {
    padding-right: 15px;
    padding-left: 15px; } }

a,
a img {
  opacity: 1;
  transition: all .3s ease-out; }

a:hover,
a:hover img {
  opacity: 0.7; }

.nothover {
  opacity: 1 !important; }

@media screen and (max-width: 599px) {
  .cstm_d_pc {
    display: none; } }

.cstm_d_sp {
  display: none; }
  @media screen and (max-width: 599px) {
    .cstm_d_sp {
      display: block; } }

.header_cstm {
  padding: 20px 0px 0px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 959px) {
    .header_cstm {
      margin-right: 20px;
      margin-left: 20px;
      padding-top: 10px; } }

.header_wrap_01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.headerLogo_sub {
  margin-left: auto; }

.headerLogo_sub img {
  max-width: 160px;
  display: block; }

.header_wrap_02 {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.headerLogo a {
  display: flex;
  align-items: center; }

.headerLogo .headerLogo_pc {
  max-width: 130px; }
  @media screen and (max-width: 768px) {
    .headerLogo .headerLogo_pc {
      max-width: 100px; } }
  @media screen and (max-width: 599px) {
    .headerLogo .headerLogo_pc {
      display: none;
      max-width: 270px; } }

.headerLogo .headerLogo_sp {
  max-width: 280px;
  display: none; }
  @media screen and (max-width: 599px) {
    .headerLogo .headerLogo_sp {
      display: block; } }

.headerLogoCopy_01 {
  margin-left: 30px;
  flex-grow: 2;
  display: flex;
  height: 100%;
  align-items: flex-end; }
  @media screen and (max-width: 599px) {
    .headerLogoCopy_01 {
      display: none; } }

.headerLogoCopy_01 p,
.headerLogoCopy_02 p {
  font-size: 1em;
  margin: 0;
  color: #0B5E9F; }
  @media screen and (max-width: 768px) {
    .headerLogoCopy_01 p,
    .headerLogoCopy_02 p {
      font-size: .8em; } }

.headerLogoCopy_01 p {
  margin-top: auto; }

.headerForm {
  margin-left: auto; }
  @media screen and (max-width: 959px) {
    .headerForm {
      display: none; } }

.headerForm .__login-form form {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.headerForm .__login-form form .__email,
.headerForm .__login-form form .__password {
  margin-right: 10px; }

.headerForm .__login-form form.c-form input {
  font-size: 10px;
  height: 30px;
  max-width: 150px; }

.headerForm .__login-form form.c-form .__submit .c-button {
  padding: 0em 1em;
  height: 30px;
  background-color: #9fa0a0;
  color: #fff;
  font-size: 10px; }

.__is-member .headerForm .__login-form {
  display: none; }

.headerMembername .c-alert.c-alert--top {
  font-size: .6em;
  padding: 5px 10px;
  margin-top: 5px;
  text-align: center; }

@media screen and (min-width: 960px) {
  .main .c-alert.c-alert--top {
    display: none; } }

.headerContact {
  position: relative;
  width: 120px;
  text-align: center;
  margin: 15px 0;
  margin-left: 15px;
  border: 1px solid #ccc;
  border-radius: 50px;
  height: 36px;
  line-height: 36px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 959px) {
    .headerContact {
      margin: 0px 0;
      margin-left: 20px;
      margin-right: 0px;
      width: 160px; } }
  @media screen and (max-width: 599px) {
    .headerContact {
      display: none; } }

.headerContact img {
  display: block;
  height: 1em;
  margin-right: 5px; }

.header .__banner {
  display: none; }
  @media screen and (max-width: 599px) {
    .header .__banner {
      display: table;
      padding-right: 20px;
      padding-left: 10px; } }

.header .__banner .__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header .__banner .__wrap a.__logo {
  display: none; }

.header .__banner .__wrap .__toggle-open label span:before {
  font-size: 4em; }

.header .__banner .__wrap .__toggle-open label {
  width: 5em;
  height: 5em; }

.header .__banner .__wrap .__view-cart {
  display: block; }

.header .__banner .__wrap .__view-cart a {
  margin-left: auto; }

.gnav-pc {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 10px 0; }

.bx-wrapper {
  box-shadow: none; }

.bx-wrapper {
  margin: 15px 0 15px;
  box-shadow: none !important;
  border: none !important;
  background: none !important; }
  @media screen and (max-width: 599px) {
    .bx-wrapper {
      margin-bottom: 30px; } }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 20px !important; }

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #999 !important; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ddd !important; }

@media screen and (max-width: 599px) {
  .bx-wrapper .cstm_d_pc {
    display: none; } }

.bx-wrapper .cstm_d_sp {
  display: none; }
  @media screen and (max-width: 599px) {
    .bx-wrapper .cstm_d_sp {
      display: block; } }

.bx-wrapper img {
  width: 100%; }

@media screen and (max-width: 599px) {
  .homeMainBn_pc {
    display: none; } }

.homeMainBn_pc ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }

.homeMainBn_pc li {
  width: 24%;
  margin-top: 1%;
  font-size: 0; }

section.__block--feature {
  display: none; }

.homeMainBn_sp {
  display: none; }
  @media screen and (max-width: 599px) {
    .homeMainBn_sp {
      display: block;
      margin-bottom: 50px; } }

.homeMainBn_sp ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.homeMainBn_sp li {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px; }

.homeMainBn_sp .__item.__item--text {
  display: none; }

.main.main--home section.__block--news {
  background-color: #f5f3f2;
  padding: 20px 30px 40px; }
  @media screen and (max-width: 599px) {
    .main.main--home section.__block--news {
      padding: 30px 15px 50px;
      margin-bottom: 50px; } }

.__block--news h2 {
  text-align: center; }

.__block--news h2 img {
  max-width: 100px; }

.main.main--home section.__block.__block--news .__body ul li {
  background-color: #fff;
  display: block;
  margin-bottom: 10px;
  padding: 15px 5px; }
  @media screen and (max-width: 599px) {
    .main.main--home section.__block.__block--news .__body ul li {
      border-top: 3px solid #1a96d5;
      padding: 20px 15px 20px 0px;
      margin-bottom: 15px; } }

.main.main--home section.__block.__block--news .__body ul li > a {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 599px) {
    .main.main--home section.__block.__block--news .__body ul li > a {
      flex-wrap: wrap; } }

.main.main--home section.__block.__block--news .__body ul li > a span.__date,
.main.main--home section.__block.__block--news .__body ul li > a span.__title {
  border: none; }

.main.main--home section.__block.__block--news .__body ul li > a span.__date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 10em;
  padding: 0;
  margin-left: 10px;
  font-weight: bold; }
  .main.main--home section.__block.__block--news .__body ul li > a span.__date::before {
    content: "";
    display: block;
    width: 1.7em;
    height: 1.7em;
    background-image: url(https://sub110.bird-design.net/file/shop_design/home_news_icon_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: .8em; }
  @media screen and (max-width: 599px) {
    .main.main--home section.__block.__block--news .__body ul li > a span.__date {
      margin-bottom: 5px; } }

.main.main--home section.__block.__block--news .__body ul li > a span.__title {
  padding: 0;
  padding-left: 2em;
  margin-left: 1.5em;
  border-left: 3px solid #1a96d5;
  flex-basis: 100%; }
  @media screen and (max-width: 599px) {
    .main.main--home section.__block.__block--news .__body ul li > a span.__title {
      border: none;
      font-size: 1.2em; } }

.c-news-label {
  padding: .3em 1em;
  margin-right: .5em; }

@media screen and (max-width: 599px) {
  .homeFreeHtml_01 {
    margin-top: 50px;
    margin-bottom: 50px; } }

.homeFreeHtml_01 .lc_ttl {
  background-color: #f5f3f2;
  text-align: center;
  padding: 10px;
  font-size: 1.2em;
  letter-spacing: .1em;
  color: #1b67b2; }

.homeFreeHtml_01 .lc_brandBn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 599px) {
    .homeFreeHtml_01 .lc_brandBn {
      justify-content: space-around; } }

.homeFreeHtml_01 .lc_brandBn a img {
  display: block;
  max-width: 140px;
  margin-bottom: 20px; }

.cs_sidettl_01 {
  padding-left: 10px;
  border-left: solid 5px #82c1ea; }

.cs_sidettl_02 {
  padding-left: 10px;
  border-left: solid 5px #e6c0bd; }

.cs_sidettl_03 {
  padding-left: 10px;
  border-left: solid 5px #85cbbf; }

.cs_sidettl_04 {
  padding-left: 10px;
  border-left: solid 5px #bcb3ca;
  margin-top: 40px; }

@media screen and (max-width: 959px) {
  .cs_sidettl_01,
  .cs_sidettl_02,
  .cs_sidettl_03,
  .cs_sidettl_04 {
    margin-left: 20px; } }

.aside section.__block.__block--search .__body {
  display: flex;
  justify-content: center;
  padding: 0;
  padding-bottom: 20px; }
  @media screen and (max-width: 959px) {
    .aside section.__block.__block--search .__body {
      padding-left: 20px;
      padding-right: 20px; } }

.aside section.__block.__block--search .__body input {
  width: 100%;
  margin-right: 5px;
  border: 1px solid #beb1aa; }

.aside section.__block.__block--search .__body .c-button {
  background-color: #beb1aa;
  color: #fff; }

@media screen and (min-width: 960px) {
  .aside section.__block.__block--category .__body ul.__tree > li.__item {
    border: none; }

  .aside section.__block.__block--category .__body ul.__tree > li.__item:last-child {
    border: none; }

  .aside section.__block.__block--category .__body ul.__tree li.__item a {
    border: none; } }
/* デフォルトのカテゴリ表示を1階層目までにする*/
.aside section.__block.__block--category .__body ul.__tree > li.__item.__item--has-children > span.__js-toggle {
  display: inline-block; }

.aside section.__block.__block--category .__body ul.__tree > li.__item.__item--has-children > ul {
  display: none; }

.sidebn_cstm {
  text-align: center;
  margin-top: 40px; }
  @media screen and (max-width: 959px) {
    .sidebn_cstm {
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media screen and (max-width: 599px) {
    .sidebn_cstm {
      display: block;
      margin-top: 80px; } }

.sidebn_cstm img {
  padding-bottom: 10px; }
  @media screen and (max-width: 959px) {
    .sidebn_cstm img {
      padding: 10px; } }

.footer_logo {
  display: none;
  background-color: #fff;
  text-align: center;
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .footer_logo {
      display: block; } }

.footer_logo img {
  max-width: 170px; }

.footer {
  background-color: #90928f; }

.footer_cstm {
  padding: 20px 20px 30px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto; }

.footer_nav1 {
  padding-top: 30px;
  padding-bottom: 30px; }

.footer_nav1 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 599px) {
    .footer_nav1 ul {
      flex-direction: column; } }

@media screen and (max-width: 599px) {
  .footer_nav1 ul li {
    width: 100%; } }

.footer_nav1 ul li a {
  text-align: center;
  color: #fff;
  display: block;
  border-left: 1px solid #aaa;
  padding: 0 20px; }
  @media screen and (max-width: 959px) {
    .footer_nav1 ul li a {
      padding: 0 10px;
      font-size: .9em; } }
  @media screen and (max-width: 599px) {
    .footer_nav1 ul li a {
      padding: 10px 0px;
      font-size: 1em;
      margin-right: auto;
      margin-left: auto;
      border: none;
      border-top: 1px solid #aaa; } }

.footer_nav1 ul li:last-of-type a {
  border-right: 1px solid #aaa; }
  @media screen and (max-width: 599px) {
    .footer_nav1 ul li:last-of-type a {
      border-right: none;
      border-bottom: 1px solid #aaa; } }

.footer_cstm .footer_nav2 {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0; }
  @media screen and (max-width: 768px) {
    .footer_cstm .footer_nav2 {
      justify-content: center; } }
  @media screen and (max-width: 599px) {
    .footer_cstm .footer_nav2 {
      flex-direction: column;
      align-items: center; } }

.footer_cstm .footer_nav2 li {
  padding: 0 10px; }
  @media screen and (max-width: 599px) {
    .footer_cstm .footer_nav2 li {
      margin-bottom: 10px; } }

.footer_cstm .footer_nav2 li a {
  color: #fff;
  font-size: .8em;
  text-decoration: none;
  opacity: 1;
  transition: all .3s ease-in-out; }
  @media screen and (max-width: 599px) {
    .footer_cstm .footer_nav2 li a {
      font-size: 1em;
      letter-spacing: .1em; } }

.footer_cstm .footer_nav2 li a:hover {
  opacity: 0.6; }

.footer_cstm p {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: .6em;
  letter-spacing: .15em; }

.c-h1 {
  font-size: 1em;
  font-weight: normal; }

.__category-description {
  text-align: center;
  font-size: .8em;
  margin-bottom: 2em; }

.c-heading-main {
  background: #f2f2f2;
  color: #333;
  border-bottom: none;
  padding: 10px 15px;
  font-size: 1em; }

.cstm_btn_01 {
  box-sizing: border-box;
  position: relative;
  display: block;
  text-align: center;
  width: 90%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
  padding: 15px 10px;
  font-size: 1em;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: all .3s; }
  .cstm_btn_01:after {
    content: '';
    width: .6em;
    height: .6em;
    border: 0px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8%;
    margin: auto; }
  .cstm_btn_01:hover {
    color: #00a0e9;
    border-color: #00a0e9; }
  .cstm_btn_01 a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-decoration: none; }

.main.main--product-list .cstm_categoryLink::before {
  content: "Category";
  display: block;
  background-color: #eee;
  color: #999;
  border-radius: 50px;
  padding: 10px 20px;
  text-align: center;
  font-size: 1em;
  max-width: 15em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px; }

.main.main--product-list .cstm_categoryLink > section.__child ul li {
  padding: 1.1em 0; }

.main.main--product-list .cstm_categoryLink > section.__child ul li a {
  border: 1px solid #2694D3;
  font-size: 1.2em;
  color: #2694D3;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-out; }
  .main.main--product-list .cstm_categoryLink > section.__child ul li a:hover {
    background-color: #2694D3;
    color: #fff; }

.download_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.download_wrap .item {
  width: 20%;
  margin: 25px 10px; }

.download_wrap .item img {
  max-width: 110px;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.download_wrap .item .item_ttl {
  font-size: .8em;
  min-height: 3em; }

.btn_download {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-size: .8em;
  letter-spacing: .05em;
  color: #fff;
  max-width: 350px;
  padding: 5px 5px;
  border-radius: 100px;
  background-color: #65aadd;
  padding-right: 1.7em;
  transition: all 0.2s ease-out; }
  @media screen and (max-width: 599px) {
    .btn_download {
      width: 90%; } }
  .btn_download::after {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    background-image: url(https://sub110.bird-design.net/file/shop_design/comm_icon_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 5%;
    top: calc(50% - .7em); }
  .btn_download:hover {
    transform: translateY(-5px); }

.main.main--product-detail section.__information .__secondary .__catch {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  font-size: 1em;
  font-weight: normal; }

.main.main--product-detail section.__information .__secondary .__description {
  font-size: .8em; }

.main.main--product-detail section.__information .__secondary .__description .description_ttl {
  font-size: 1.2em; }

.main.main--product-detail section.__information {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 599px) {
    .main.main--product-detail section.__information {
      flex-wrap: wrap; } }

.p-product-set table tbody tr td.__description .__spec dl.__custom.__custom--1 img {
  border: 1px solid #ddd;
  max-width: 80px;
  margin-top: 20px; }

.c-button-submit {
  background-color: #898989; }

.main.main--product-detail .__content-bottom {
  font-size: .7em; }

.main.main--home section.__block--news {
  background-color: #EAEAEA; }

.c-heading-main {
  background: #61ABDC;
  color: #fff;
  font-size: 1.2em;
  border: none; }

.__block--pro-new .c-heading-main {
  background: #E1F5FF;
  color: #333;
  font-size: 1.2em; }

.__block--pro-recommend .c-heading-main {
  background: #C0E3F1;
  color: #333;
  font-size: 1.2em; }

.homeFreeHtml_01 .lc_ttl {
  background-color: #1b67b2;
  text-align: center;
  padding: 10px;
  font-size: 1.2em;
  letter-spacing: .1em;
  color: #fff; }

検索ボタン
.aside section.__block.__block--search .__body input {
  width: 100%;
  margin-right: 5px;
  border: 1px solid #888; }

.aside section.__block.__block--search .__body .c-button {
  background-color: #888;
  color: #fff; }

a {
  color: #333; }

.aside section.__block.__block--category .__body ul.__tree li.__item a {
  font-weight: bold;
  transition: all 0.3s ease-out; }
  .aside section.__block.__block--category .__body ul.__tree li.__item a:hover {
    background-image: none;
    background-color: #E1F5FF;
    color: #1b67b2;
    padding-left: .5em;
    opacity: 1; }

.gnav-pc .__menu.__menu--custom ul li a {
  transition: all 0.3s ease-out; }
  .gnav-pc .__menu.__menu--custom ul li a:hover {
    background-image: none;
    background-color: #E1F5FF;
    color: #1b67b2;
    opacity: 1; }

.gnav-sp .__drawer .__menu .__content .__heading {
  background-color: #E1F5FF; }

.headerContact {
  position: relative;
  width: 120px;
  text-align: center;
  margin: 15px 0;
  margin-left: 15px;
  border: 1px solid #ccc;
  border-radius: 50px;
  height: 36px;
  line-height: 36px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out; }
  .headerContact:hover {
    background-color: #E1F5FF;
    opacity: 1; }
  @media screen and (max-width: 959px) {
    .headerContact {
      margin: 0px 0;
      margin-left: 20px;
      margin-right: 0px;
      width: 160px; } }
  @media screen and (max-width: 599px) {
    .headerContact {
      display: none; } }

.headerContact img {
  display: block;
  height: 1em;
  margin-right: 5px; }
