@charset "UTF-8";
/*/////////////////////////////////////////
//  カラーミーデフォルトの上書き
/////////////////////////////////////////*/
.u-contents {
  padding-top: 64px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 40px !important;
  }
}

.u-container {
  max-width: 1020px;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .u-container {
    padding: 0 10px;
  }
}

.p-free.u-container,
.p-line-informaiton.u-container {
  max-width: initial;
  width: initial;
  padding: 0;
}

.p-free__body {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-main.top {
    margin-top: 80px !important;
  }
  .bx-wrapper .bx-pager {
    padding-top: 15px;
    bottom: -20px;
  }
}
/*/////////////////////////////////////////
//  共通設定
/////////////////////////////////////////*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fffef7;
}

.inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
}
.br20{
  border-radius: 20px;
}

/* 見出し */
.c-ttl-main {
  font-size: 42.14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-ttl-main {
    font-size: 22.5px;
  }
}
.c-ttl-main .c-ttl-main__ja {
  font-size: 18px;
  color: #0075c1;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-ttl-main .c-ttl-main__ja {
    font-size: 12px;
  }
}

/*/////////////////////////////////////////
//  ヘッダー
/////////////////////////////////////////*/
/* トップテキスト */
.top-txt {
  background: #46abed;
  color: #fff;
}
.top-txt .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .top-txt .inner {
    padding: 4px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.top-txt .inner p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-txt .inner p {
    font-size: 12px;
    text-align: center;
  }
}

/* ヘッダー */
.mainHeader {
  background: #fff;
  position: relative;
}
.mainHeader.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.mainHeader.is-fixed .inner {
  height: 80px;
}
@media screen and (max-width: 767px) {
  .mainHeader.is-fixed .inner {
    height: 58.5px;
  }
}
@media screen and (max-width: 767px) {
  .mainHeader.is-fixed .search {
    display: none;
  }
  .mainHeader.is-fixed + .g-nav {
    display: none;
  }
}
.mainHeader .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 130px;
  gap: 40px;
  transition: linear all 0.2s;
}
@media screen and (max-width: 767px) {
  .mainHeader .inner {
    height: 58.5px;
    gap: 0;
  }
}
.mainHeader .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 46px;
}
@media screen and (max-width: 767px) {
  .mainHeader .navigation {
    padding-right: 45px;
    -webkit-box-flex: initial;
    -webkit-flex-grow: initial;
    flex-grow: initial;
  }
}
.mainHeader .logo {
  width: 269px;
}
@media screen and (max-width: 767px) {
  .mainHeader .logo {
    max-width: 150px;
    width: 100%;
  }
}
.mainHeader .search {
  max-width: 400px;
  height: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainHeader .search {
    position: absolute;
    max-width: initial;
    bottom: -50px;
    left: 0;
    z-index: 2;
    background: #00a2e6;
    padding: 0 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .mainHeader .search form {
    margin-bottom: 0;
    height: 34px;
    display: block;
    width: 100%;
  }
}
.mainHeader .header-search__input {
  width: 100%;
  position: relative;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .mainHeader .header-search__input {
    height: 34px;
  }
}
.mainHeader .header-search__input input {
  max-width: 400px;
  width: 100%;
  height: 50px;
  border: 2px solid #00a2e6;
  border-radius: 3px;
  padding: 0;
  padding-left: 1em;
  padding-right: 50px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .mainHeader .header-search__input input {
    max-width: initial;
    font-size: 16px;
    height: 34px;
    padding-right: 50px;
  }
}
.mainHeader .header-search__input .header-search__submit {
  position: absolute;
  z-index: 1;
  width: 33px;
  height: 32px;
  right: 10px;
  padding: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: none;
  background: none;
}
@media screen and (max-width: 767px) {
  .mainHeader .header-search__input .header-search__submit {
    right: 7.5px;
    width: 24.5px;
    height: 23.5px;
  }
}
.mainHeader .h-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .mainHeader .h-menu {
    gap: 8px;
  }
}
.mainHeader .h-menu > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .mainHeader .h-menu > li > a {
    min-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .mainHeader .h-menu > li > a {
    min-width: initial;
    font-size: 9px;
    gap: 4px;
  }
}
.mainHeader .h-menu > li img {
  width: 34px;
}
@media screen and (max-width: 767px) {
  .mainHeader .h-menu > li img {
    width: 25px;
  }
}
.mainHeader .h-menu > li span {
  font-size: 14px;
  color: #0075c1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mainHeader .h-menu > li span {
    font-size: 9px;
  }
}
.mainHeader .h-menu .has-submenu {
  position: relative;
}
.mainHeader .h-menu .has-submenu > a {
  position: relative;
}
.mainHeader .h-menu .submenu {
  display: none;
  position: absolute;
  top: 95%;
  left: 0;
  background: #fff;
  padding: 10px 0;
  min-width: 180px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 16px;
  margin-top: 15px;
  border-radius: 0 0 5px 5px;
  border: 2px solid #00a2e6;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mainHeader .h-menu .submenu {
    top: 80%;
  }
}
.mainHeader .h-menu .submenu li {
  transition: linear all 0.2s;
  position: relative;
  margin-bottom: 0;
}
.mainHeader .h-menu .submenu li a {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
  color: #0075c1;
  font-size: 13px;
  letter-spacing: initial;
  font-weight: 500;
}
.mainHeader .h-menu .submenu li a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #0075c1;
  border-right: 1px solid #0075c1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mainHeader .h-menu .customer-info img {
  display: block;
  margin-left: 8px;
}
.mainHeader .h-menu .cart-info img {
  display: block;
  margin-right: 4px;
}

/* テキストメニュー */
.g-nav {
  background: #fefce3;
  position: static;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .g-nav {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .g-nav {
    overflow: initial;
    position: absolute;
    top: 157px;
    width: 100%;
    z-index: 2;
  }
}
.g-nav .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 65px;
}
@media screen and (max-width: 1024px) {
  .g-nav .inner {
    width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  .g-nav .inner {
    width: 100%;
    height: 40px;
  }
}
.g-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .g-nav ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
}
.g-nav .left-menu {
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .g-nav .left-menu {
    gap: 0;
  }
}
.g-nav .left-menu a {
  font-size: 18px;
  color: #0075c1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .g-nav .left-menu a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .g-nav .right-menu {
    display: none;
  }
}
.g-nav .right-menu a {
  font-size: 15px;
  color: #0075c1;
  padding: 0 20px;
  line-height: 1;
  font-weight: 500;
}
.g-nav .right-menu li:not(:last-child) a {
  border-right: 1px solid #0075c1;
}
.g-nav .right-menu li:nth-child(1) a {
  padding-left: 0;
}
.g-nav .right-menu li:nth-last-child(1) a {
  padding-right: 0;
}

/*/////////////////////////////////////////
//  スライダー
/////////////////////////////////////////*/
.slide-container {
  width: 100%;
  padding: 0;
  padding-top: 40px;
  overflow: hidden;
}

#slider {
  position: relative;
  left: calc((100% - 800px) / 2);
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  #slider {
    left: initial;
  }
}
#slider > div {
  max-width: 800px !important;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #slider > div {
    padding: 0 10px;
  }
}
#slider > div img {
  border-radius: 25px;
  box-shadow: 1px 0 13px rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 767px) {
  #slider > div img {
    border-radius: 12.5px;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 9.5px !important;
  padding-top: 0;
  width: 12px !important;
  height: 12px !important;
  background: #e8e6d0 !important;
  border: none !important;
  border-radius: 50% !important;
}
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 16px !important;
    height: 16px !important;
    margin: 0 12.5px !important;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #46abed !important;
  border-bottom: none !important;
}

/*/////////////////////////////////////////
//  おすすめ商品
/////////////////////////////////////////*/
.p-recommend.u-container {
  padding-top: 64px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-recommend.u-container {
    padding-bottom: 60px;
  }
}
.p-recommend.u-container .c-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: initial;
  margin-right: initial;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .p-recommend.u-container .c-item-list {
    gap: 30px 14px;
  }
}
.p-recommend.u-container .c-item-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin-bottom: 0;
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 767px) {
  .p-recommend.u-container .c-item-list__item {
    width: calc((100% - 14px) / 2);
  }
}
.p-recommend.u-container .c-item-list__img a {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.p-recommend.u-container .u-img-scale {
  border-radius: 20px;
  margin-bottom: 15px;
  background: transparent;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}
.p-recommend.u-container .c-item-list__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.p-recommend.u-container .c-item-list__ttl a {
  font-size: 16px;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .p-recommend.u-container .c-item-list__ttl a {
    font-size: 12px;
  }
}
.p-recommend.u-container .c-item-list__price {
  font-size: 16px;
  color: #393939;
  margin-top: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recommend.u-container .c-item-list__price {
    font-size: 12px;

  }
}

/*/////////////////////////////////////////
//  カテゴリー
/////////////////////////////////////////*/
.p-category {
  padding-top: 64px;
  padding-bottom: 58px;
  background-image: url("https://img21.shop-pro.jp/PA01519/303/etc_base64/YmFjay1jdGc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-category {
    padding-top: 32px;
    padding-bottom: 30px;
  }
  .p-category .c-ttl-main {
    margin-bottom: 0;
  }
}
.p-category .ctg-list {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 46px 36px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-category .ctg-list {
    padding: 0;
    margin-top: 0px;
  }
}
.p-category .ctg-list li {
  width: calc((100% - 72px) / 3);
}
@media screen and (max-width: 767px) {
  .p-category .ctg-list li {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-category .ctg-list li a {
    display: block;
    padding: 0 8.25px;
    width: initial;
  }
}
.p-category .ctg-list li a img {
  -webkit-filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.16));
}
.p-category .full-width {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .p-category .full-width {
    margin-top: 5px;
  }
}
.p-category .full-width a {
  border-radius: 20px;
  overflow: hidden;
}
.p-category .full-width a img {
  -webkit-filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.16));
}

/*/////////////////////////////////////////
//  お客様に選ばれて
/////////////////////////////////////////*/
.p-select {
  padding: 71px 0 76px;
}
@media screen and (max-width: 767px) {
  .p-select {
    padding: 50px 0 60px;
  }
}
.p-select .u-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-select .u-container {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.p-select .u-container figure {
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}
.p-select .u-container .txt-area {
  width: calc(100% - 500px - 40px);
}
@media screen and (max-width: 767px) {
  .p-select .u-container .txt-area {
    width: 100%;
  }
}
.p-select .u-container .txt-area h2 {
  font-size: 30px;
  color: #0075c1;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-select .u-container .txt-area h2 {
    font-size: 20px;
  }
}
.p-select .u-container .txt-area .txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-select .u-container .txt-area .txt {
    margin-top: 15px;
  }
}
.p-select .u-container .txt-area p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-select .u-container .txt-area p {
    font-size: 15px;
    line-height: 1.6;
  }
}

/*/////////////////////////////////////////
//  お知らせ
/////////////////////////////////////////*/
.p-line-informaiton.u-container {
  margin-top: 0;
  padding-top: 64px;
  padding-bottom: 58px;
  background-image: url("https://img21.shop-pro.jp/PA01519/303/etc_base64/YmFjay1jdGc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton.u-container {
    padding-top: 26px;
    padding-bottom: 30px;
  }
  .p-line-informaiton.u-container .c-ttl-main {
    margin-bottom: 0;
  }
}
.p-line-informaiton.u-container ul {
  background: #fff;
  padding: 54px 28px 65px;
  border-radius: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-line-informaiton.u-container ul {
    padding: 25px 20px 25px;
    margin-top: 20px;
  }
}
.p-line-informaiton.u-container ul li {
  color: #191919;
  font-size: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton.u-container ul li {
    font-size: 14px;
  }
}
.p-line-informaiton.u-container ul li a {
  color: #191919;
}
.p-line-informaiton.u-container ul li:not(:first-child) {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton.u-container ul li:not(:first-child) {
    padding-top: 10px;
  }
}
.p-line-informaiton.u-container ul li:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton.u-container ul li:not(:last-child) {
    padding-bottom: 10px;
  }
}

/*/////////////////////////////////////////
//  フッター
/////////////////////////////////////////*/
.l-footer {
  padding: 0;
}

.mainFooter {
  padding: 54px 0 56px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .mainFooter {
    padding: 40px 0;
  }
}
.mainFooter .f-logo {
  width: 269px;
}
@media screen and (max-width: 767px) {
  .mainFooter .f-logo {
    max-width: 230.5px;
    margin: 0 auto;
    width: 100%;
  }
}
.mainFooter .u-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mainFooter .f-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .mainFooter .f-nav {
    display: none;
  }
}
.mainFooter .f-nav ul {
  min-width: 160px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0 30px;
}
.mainFooter .f-nav ul:not(:last-child) {
  border-right: 1px solid #ccc;
}
.mainFooter .f-nav ul li {
  line-height: 1.8;
}
.mainFooter .f-nav ul li a {
  font-size: 15px;
}

.l-copyright {
  background: #00a2e6;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .l-copyright {
    padding: 0;
  }
}
.l-copyright .u-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-copyright .u-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.l-copyright a {
  color: #fff;
  font-size: 15px;
}
.l-copyright ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-copyright ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .l-copyright ul a {
    padding: 22px 0 22px 20px;
    display: block;
    text-align: left;
    position: relative;
  }
  .l-copyright ul a:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-copyright ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
.l-copyright small {
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-copyright small {
    font-size: 12px;
    padding: 10px 0;
  }
  .l-copyright small:before {
    content: "©";
  }
  .l-copyright small span {
    display: none;
  }
}

/*/////////////////////////////////////////
//  SPドロワーメニュー
/////////////////////////////////////////*/
.sp-menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-menu-btn {
    display: block;
    position: absolute;
    z-index: 102;
    top: 12px;
    right: 5px;
    width: 50px;
    height: 36px;
    cursor: pointer;
  }
  .sp-menu-btn span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 25px;
    height: 2px;
    margin: 0 auto;
    background-color: #0075c1;
    border-radius: 2px;
    transition: all 0.3s;
  }
  .sp-menu-btn span:nth-child(1) {
    top: 0;
  }
  .sp-menu-btn span:nth-child(2) {
    top: 7.5px;
  }
  .sp-menu-btn span:nth-child(3) {
    top: 15px;
  }
  .sp-menu-btn.is-active {
    position: fixed;
    top: 12px;
  }
  .sp-menu-btn.is-active span:nth-child(1) {
    top: 7.5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sp-menu-btn.is-active span:nth-child(2) {
    opacity: 0;
  }
  .sp-menu-btn.is-active span:nth-child(3) {
    top: 7.5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sp-menu-btn p {
    font-size: 9px;
    color: #0075c1;
    position: absolute;
    font-weight: 500;
    bottom: -2.5px;
    text-align: center;
    width: 100%;
    margin: 0;
  }
}

.sp-menu {
  display: block;
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 80%;
  height: 100vh;
  background: #fff;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  overflow-y: auto;
}
.sp-menu.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sp-menu .sp-menu-wrapper {
  padding: 55px 20px 40px;
}
.sp-menu .sp-menu-wrapper h2 {
  font-size: 16px;
  color: #46abed;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12.5px;
}
.sp-menu .sp-menu-wrapper ul {
  margin-bottom: 52px;
}
.sp-menu .sp-menu-wrapper ul li a {
  display: block;
  padding: 8px 10px;
  color: #333;
  text-decoration: none;
  position: relative;
  font-size: 15px;
}
.sp-menu .sp-menu-wrapper ul li a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #00a2e6;
  border-right: 1px solid #00a2e6;
}
.sp-menu .sp-menu-wrapper ul li a:hover {
  background: #00a2e6;
  color: #fff;
}
.sp-menu .sp-menu-wrapper ul li a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

body.is-drawer-open {
  overflow: hidden;
}

.drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

body.is-drawer-open .drawer-overlay {
  display: block;
}

.l-header {
  position: static;
}
