@charset "UTF-8";
.container {
  max-width: 1230px;
  padding: 0 15px;
}

.c_title01 {
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .c_title01 {
    font-size: 0.8rem;
    margin-bottom: 25px;
  }
}
.c_title01 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3.7rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c_title01 span {
    font-size: 2.2rem;
  }
}
.c_title01::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 1px;
  background-color: #bcb4b4;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c_title01::before {
    width: 9%;
  }
}
.c_title01::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 1px;
  background-color: #bcb4b4;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c_title01::after {
    width: 9%;
  }
}

.product-header {
  position: relative;
  z-index: 9999;
}
.product-header .inner {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1520px;
}
@media screen and (max-width: 768px) {
  .product-header .inner {
    padding: 0 7.2%;
  }
}
.product-header .inner .toggle-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .product-header .inner .toggle-btn {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 20px;
    left: 15px;
    width: 27px;
    height: 17px;
    z-index: 9999;
  }
}
.product-header .inner .toggle-btn span {
  width: 100%;
  height: 2px;
  background-color: #49426a;
  position: absolute;
}
.product-header .inner .toggle-btn span:first-of-type {
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product-header .inner .toggle-btn span:nth-of-type(2) {
  top: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product-header .inner .toggle-btn span:nth-of-type(3) {
  display: none;
  top: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product-header .inner .toggle-btn span:nth-of-type(4) {
  top: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product-header .inner .toggle-btn.is-open {
  left: 88%;
}
.product-header .inner .toggle-btn.is-open span {
  background-color: #fff;
  left: 50%;
}
.product-header .inner .toggle-btn.is-open span:first-of-type {
  display: none;
}
.product-header .inner .toggle-btn.is-open span:nth-of-type(2) {
  display: block;
  top: 50%;
  -webkit-transform: translate(-50%) rotate(-45deg);
  transform: translate(-50%) rotate(-45deg);
}
.product-header .inner .toggle-btn.is-open span:nth-of-type(3) {
  display: block;
  top: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
}
.product-header .inner .toggle-btn.is-open span:nth-of-type(4) {
  display: none;
}
.product-header .inner .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product-header .inner .top {
    display: block;
    text-align: center;
    padding-bottom: 15px;
  }
}
.product-header .inner .top .logo {
  padding-top: 15px;
  text-align: center;
}
.product-header .inner .top .logo img {
  max-width: 224px;
}
@media screen and (max-width: 768px) {
  .product-header .inner .top .logo img {
    max-width: 132px;
  }
}
.product-header .inner .top .logo .text {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .product-header .inner .top .logo .text {
    color: #7a7171;
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: bold;
  }
}
.product-header .inner .top .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10px;
  margin-bottom: 18px;
}
.product-header .inner .top .head .haisou {
  font-size: 1.2rem;
  padding-left: 25px;
  background: url(../images/icon_haisou_black.png) no-repeat center left 0;
}
.product-header .inner .top .head .utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
}
.product-header .inner .top .head .utility li {
  border-left: 1px solid #000;
}
.product-header .inner .top .head .utility li a {
  font-size: 1.2rem;
  padding: 0 0.5em;
}
@media screen and (max-width: 768px) {
  .product-header .inner .top .shop-btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .product-header .inner .top .right {
    display: none;
  }
}
.product-header .shop-btn {
  width: 249px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .product-header .shop-btn {
    width: 94%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.product-header .shop-btn a {
  display: block;
  background: #373737;
  color: #fff;
  font-size: 1.2rem;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .product-header .shop-btn a {
    font-size: 1.4rem;
    line-height: 46px;
  }
}
.product-header .shop-btn a:hover {
  background: #6a6767;
}
.product-header .shop-btn a::before {
  content: ">";
  margin-left: -3rem;
  vertical-align: middle;
  font-family: monospace;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 1.6rem;
  margin-bottom: 0.1rem;
  display: inline-block;
}
.product-header .g-navi {
  display: block;
  width: 100%;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .product-header .g-navi {
    display: none;
    position: relative;
    background: none;
    bottom: auto;
    left: auto;
    margin-bottom: 50px;
  }
}
.product-header .g-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product-header .g-navi ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product-header .g-navi li {
  margin: 0;
  /*&.cart {
    @include mobile() {
      display: none;
    }
    a {
      width: 192px;
      border: 1px solid #fff;
      padding: 7px 0 7px 27px;
      position: relative;
      &::before {
        position: absolute;
        content: "";
        background: url("../images/product/icon_cart.png") no-repeat 0 0;
        background-size: 24px;
        width: 24px;
        height: 21px;
        left: 40px;
      }
    }
  }*/
}
@media screen and (max-width: 768px) {
  .product-header .g-navi li {
    width: 33.333%;
    margin: 0;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 46px;
  }
}
.product-header .g-navi li a {
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product-header .g-navi li a:hover {
  color: #bccef6;
}
@media screen and (max-width: 768px) {
  .product-header .g-navi li a {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0 15px;
  }
}
.product-header .g-navi li.search {
  margin-right: 0;
  margin-left: 9.2%;
}
@media screen and (max-width: 768px) {
  .product-header .g-navi li.search {
    display: none;
  }
}
.product-header .sp-bottom {
  padding: 13px 15px 0;
}
.product-header .sp-menu-area {
  width: 100%;
  position: absolute;
  background: #fff;
  border-bottom: 1px solid #373737;
  left: -100%;
  z-index: 1;
  z-index: 998;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  height: 100vh;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product-header .sp-menu-area.is-open {
  left: 0;
}
@media screen and (min-width: 769px) {
  .product-header .sp-menu-area {
    display: none !important;
  }
}
.product-header .sp-menu-area-bg {
  position: relative;
  z-index: 998;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-header .sp-menu-area-inner {
  position: relative;
  z-index: 999;
  text-align: center;
  background: #fff;
  overflow-y: scroll;
  width: 85%;
  padding: 30px 0 250px;
  height: 100vh;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none;
}
.product-header .sp-menu-area-inner::-webkit-scrollbar {
  display: none;
}
.product-header .sp-menu-area-inner .head {
  padding-bottom: 15px;
}
.product-header .sp-menu-area-inner .head img {
  width: 141px;
}
.product-header .sp-menu-area-inner .title {
  color: #6b6b6b;
  font-size: 1.4rem;
  font-weight: bold;
  background: #dfdfdf;
  margin-bottom: 0;
  text-align: left;
  padding: 10px 15px;
}
.product-header .sp-menu-area-inner .g-navi-u-sp li {
  border-bottom: 1px solid #e8e4e4;
}
.product-header .sp-menu-area-inner .g-navi-u-sp li a {
  display: block;
  padding: 1em;
  text-align: left;
}
.product-header .sp-menu-area-inner .g-navi-u-sp li a::before {
  content: ">";
  padding-right: 0.8em;
  font-family: cursive;
}
.product-header .sp-menu-area-inner .g-navi-sp ul {
  width: 94%;
  margin: 0 auto 15px;
}
.product-header .sp-menu-area-inner .g-navi-sp ul li {
  margin-bottom: 5px;
}
.product-header .sp-menu-area-inner .g-navi-sp ul li a {
  display: block;
  background: #000;
  color: #fff;
  padding: 0.75em;
  text-align: center;
}
.product-header .sp-menu-area-inner .g-navi-img {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-header .sp-menu-area-inner .g-navi-img li {
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 5px;
  width: 48.5%;
}
.product-header .sp-menu-area-inner .g-navi-img li:nth-child(n + 3) {
  margin-top: 18px;
}
.product-header .sp-cart {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}
.product-header .sp-cart img {
  width: 39px;
}
.product-header .g-navi-u-sp .title.member {
  background-image: url(../images/product/icon_member.png);
  background-repeat: no-repeat;
  background-position: left 0.7em top 40%;
  padding-left: 2.5em;
}
.product-header .g-navi-u-sp .item-menu > li > a {
  font-weight: bold;
  padding: 1em;
  color: #6b6b6b;
}
.product-header .g-navi-u-sp .item-menu > li > a::before {
  content: none;
}
.product-header .g-navi-u-sp .item-menu > li > span {
  font-weight: bold;
  padding: 1em;
  text-align: left;
  display: block;
  position: relative;
  color: #6b6b6b;
  position: relative;
}
.product-header .g-navi-u-sp .item-menu > li > span::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  right: 20px;
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background: #a7a7a7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product-header .g-navi-u-sp .item-menu > li > span.is-open::before {
  -webkit-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
}
.product-header .g-navi-u-sp .item-menu > li > span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background: #a7a7a7;
}
.product-header .g-navi-u-sp .submenu {
  border-top: 1px solid #e8e4e4;
  display: none;
}
.product-header .g-navi-u-sp .submenu > li {
  border-bottom: 1px dashed #e8e4e4;
}
.product-header .g-navi-u-sp .submenu > li.arr {
  position: relative;
}
.product-header .g-navi-u-sp .submenu > li.arr::before {
  content: ">";
  padding-right: 0.8em;
  font-family: cursive;
  position: absolute;
  left: 18px;
  font-size: 12px;
  top: 9px;
}
.product-header .g-navi-u-sp .submenu > li:last-child {
  border-bottom: none;
}
.product-header .g-navi-u-sp .submenu > li > a {
  font-size: 1.2rem;
  padding: 0.8em 1em 0.8em 1.5em;
}
.product-header .g-navi-u-sp .submenu > li > span {
  display: block;
  font-size: 1.2rem;
  padding: 0.8em 1em 0.8em 2.8em;
  text-align: left;
  position: relative;
}
.product-header .g-navi-u-sp .submenu > li > span::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  right: 20px;
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background: #a7a7a7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product-header .g-navi-u-sp .submenu > li > span.is-open::before {
  -webkit-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
}
.product-header .g-navi-u-sp .submenu > li > span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background: #a7a7a7;
}
.product-header .g-navi-u-sp .childmenu {
  padding: 0.8em 0;
  border-top: 1px dashed #e8e4e4;
  display: none;
}
.product-header .g-navi-u-sp .childmenu > li {
  border-bottom: none;
}
.product-header .g-navi-u-sp .childmenu > li a {
  font-size: 1.2rem;
  padding: 0.4em 1em 0.4em 2.6em;
}
.product-header .g-navi-u-sp .childmenu > li a::before {
  content: none;
}
.product-header .fs-p-inputGroup__button {
  background: none;
}
.product-header .fs-p-searchForm__button::before {
  content: "";
  font-size: 0;
  background: url(../images/icon_search.png) no-repeat center center;
}
.product-header .fs-p-searchForm__inputGroup {
  display: inline;
  border: none;
  background: none;
}
@media screen and (max-width: 768px) {
  .product-header .fs-p-searchForm__inputGroup {
    width: 100%;
    height: auto;
  }
}
.product-header .fs-p-headerNavigation__search {
  border-radius: 3px;
  width: 393px;
  background: #fff;
  padding: 0.3em;
}
@media screen and (max-width: 768px) {
  .product-header .fs-p-headerNavigation__search {
    margin: 0 auto;
    background: #f2f2f2;
    width: 100%;
  }
  .product-header .fs-p-headerNavigation__search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.product-header .fs-p-searchForm__input {
  width: 300px;
  line-height: 1.4;
  color: #6e6e6e;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .product-header .fs-p-searchForm__input {
    width: 100%;
    background: #f2f2f2;
    border-radius: 0;
  }
}
.product-header.fixed {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  padding-top: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  height: auto;
}
@media screen and (max-width: 768px) {
  .product-header.fixed {
    background-color: rgba(232, 231, 234, 0.89);
  }
}
.product-header.fixed .visual-logo {
  display: none;
}
.product-header.fixed .top {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .product-header.fixed .top {
    padding-bottom: 0;
  }
}
.product-header.fixed .top .logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .product-header.fixed .top .logo {
    display: block;
    padding-bottom: 15px;
  }
  .product-header.fixed .top .logo img {
    width: 120px;
  }
  .product-header.fixed .top .logo .text {
    display: none;
  }
}
.product-header.fixed .top .right {
  display: none;
}
.product-header.fixed .sp-cart img {
  width: 27px;
}
.product-header.fixed .sp-cart {
  top: 13px;
}
.product-header.fixed .toggle-btn {
  top: 18px;
}
.product-header.fixed .g-navi {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .product-header.fixed .sp-bottom,
  .product-header.fixed .sp-category {
    display: none !important;
  }
}

.product-header-top {
  background: url(../images/product/bg_mv.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product-header-top {
    height: auto;
    background: none;
  }
}
.product-header-top .inner {
  padding: 0 35px;
}
.product-header-top .g-navi {
  position: absolute;
  bottom: 45px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .product-header-top .g-navi {
    position: static;
  }
}
.product-header-top .inner .top .head .utility li {
  border-left: 1px solid #fff;
}
.product-header-top .inner .top .head .utility li:first-child {
  border-left: none;
}
.product-header-top .inner .top .head .haisou {
  color: #fff;
  background: url(../images/icon_haisou.png) no-repeat center left 0;
}
.product-header-top .inner .top .head .utility li a {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product-header-top .inner .top .head .utility li a:hover {
  color: #c9d4eb;
}
.product-header-top .inner .top {
  padding-bottom: 0;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product-header-top .inner .top .logo {
  display: none;
}
.product-header-top .visual-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 155px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-header-top .visual-logo {
    position: relative;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    bottom: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.product-header-top .visual-logo img {
  width: 336px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product-header-top .visual-logo img {
    width: 132px;
    margin: 0 auto;
  }
}
.product-header-top .visual-logo .text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #5977BA;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .product-header-top .visual-logo .text {
    color: #7a7171;
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: bold;
  }
}

@media screen and (min-width: 769px) {
  .product-header-top.fixed {
    background: none;
  }
  .product-header-top.fixed .g-navi {
    bottom: auto;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .product-header-top.fixed .inner .logo {
    display: block;
  }
}

@-webkit-keyframes fadeIn {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@keyframes fadeIn {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sp-category {
    padding: 0 15px;
  }
  .sp-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sp-category-list li a {
    display: block;
    color: #aaa5a5;
    padding: 1em 2em;
  }
}
.main {
  background: url("../images/product/bg_main.png") repeat-x 0 0 #e2e2e2;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .main {
    background: none;
    padding: 0;
  }
}
.main-inn {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  background: #f0f0f0;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .main-inn {
    background: #fff;
    padding: 0;
  }
}

.sp-mv {
  margin-bottom: 45px;
}
.sp-mv img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .category {
    margin-top: 70px;
  }
}
.solution .solution-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solution .solution-list__item {
  width: 30.88%;
  margin-right: 3.68%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .solution .solution-list__item {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
}
.solution .solution-list__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .solution .solution-list__item:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .solution .solution-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
.solution .solution-list__item .title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .solution .solution-list__item .title {
    font-size: 1.4rem;
    letter-spacing: -0.1em;
  }
}
.solution .solution-list__item .name {
  text-align: center;
  margin-top: 15px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .solution .solution-list__item .name {
    font-size: 1.2rem;
  }
}
.solution .solution-list__slider li img {
  width: 100%;
}
.solution .solution-list__slider .slick-arrow {
  display: block;
  position: absolute;
  margin: auto;
  padding: 0;
  width: 27px;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .solution .solution-list__slider .slick-arrow {
    width: 20px;
    height: 20px;
    background-color: transparent;
  }
}
.solution .solution-list__slider .slick-prev {
  left: 11px;
}
@media screen and (max-width: 768px) {
  .solution .solution-list__slider .slick-prev {
    left: 3px;
  }
}
.solution .solution-list__slider .slick-prev::before,
.solution .solution-list__slider .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.solution .solution-list__slider .slick-prev::after {
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .solution .solution-list__slider .slick-prev::after {
    width: 8px;
    height: 8px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }
}
.solution .solution-list__slider .slick-next {
  right: 11px;
}
@media screen and (max-width: 768px) {
  .solution .solution-list__slider .slick-next {
    right: 3px;
  }
}
.solution .solution-list__slider .slick-next::before,
.solution .solution-list__slider .slick-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.solution .solution-list__slider .slick-next::after {
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .solution .solution-list__slider .slick-next::after {
    width: 8px;
    height: 8px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }
}

.about {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 50px;
  }
}
.about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about-block {
    display: block;
  }
}
.about-block .text-area {
  width: 57.35%;
}
@media screen and (max-width: 768px) {
  .about-block .text-area {
    width: 100%;
    margin-bottom: 25px;
  }
}
.about-block .text-area .copy {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about-block .text-area .copy {
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: center;
  }
}
.about-block .text-area .text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about-block .text-area .text {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.about-block .image {
  width: 45.08%;
}
@media screen and (max-width: 768px) {
  .about-block .image {
    width: 100%;
  }
}
.about .movie-title {
  text-align: center;
}
.about .movie-title span {
  display: inline-block;
  font-size: 2.6rem;
  color: #e52c2c;
  font-weight: bold;
  padding: 0 1em 0.3em;
  border-bottom: #f9d9d9 8px solid;
  margin-bottom: 10px;
}
.about .movie-text {
  text-align: center;
  font-size: 2.2rem;
}

.brands-block .tab_item {
  width: 16.6666666667%;
  padding: 15px 0;
  background-color: #828282;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-right: 1px solid #f0f0f0;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .brands-block .tab_item {
    width: 33.3333333333%;
    padding: 0;
    font-size: 0.9rem;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.brands-block .tab_item:hover {
  background-color: #000;
}
.brands-block input[name="tab_item"] {
  display: none;
}
.brands-block .tab_content {
  display: none;
  padding: 85px 3.676%;
  clear: both;
  overflow: hidden;
  background-color: #fff;
}
.brands-block .tab_content.show {
  display: block;
}
@media screen and (max-width: 768px) {
  .brands-block .tab_content {
    padding: 15px 0;
  }
}
.brands-block .tab_content_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .brands-block .tab_content_description {
    display: block;
    margin-bottom: 40px;
  }
}
.brands-block .tab_content_description .text-area {
  width: 59.92%;
}
@media screen and (max-width: 768px) {
  .brands-block .tab_content_description .text-area {
    width: 100%;
  }
}
.brands-block .tab_content_description .text-area .title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .brands-block .tab_content_description .text-area .title {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
}
.brands-block .tab_content_description .text-area .text p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .brands-block .tab_content_description .text-area .text p {
    font-size: 1.2rem;
  }
}
.brands-block .tab_content_description .image {
  width: 37.3%;
}
@media screen and (max-width: 768px) {
  .brands-block .tab_content_description .image {
    width: 100%;
  }
}
.brands-block .tab_content .button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .brands-block .tab_content .button-list {
    display: block;
  }
}
.brands-block .tab_content .button-list li {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .brands-block .tab_content .button-list li {
    margin: 0 auto 15px;
  }
}
.brands-block .tab_content .button-list li:last-child .tab_item {
  width: 100%;
  padding: 0;
  background-color: #6d667e;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-right: none;
  float: none;
  letter-spacing: 0;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 52px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .brands-block .tab_content .button-list li:last-child .tab_item {
    border-radius: 0;
    height: 50px;
  }
}
.brands-block .tab_content .button-list li:last-child .tab_item:hover {
  background-color: #6d667e;
}
.brands-block #tab1:checked ~ #tab1_content,
.brands-block #tab2:checked ~ #tab2_content,
.brands-block #tab3:checked ~ #tab3_content,
.brands-block #tab4:checked ~ #tab4_content,
.brands-block #tab5:checked ~ #tab5_content,
.brands-block #tab6:checked ~ #tab6_content {
  display: block;
}
.brands-block .tab_container input:checked + .tab_item {
  background-color: #000;
  color: #fff;
}

.store .container {
  max-width: 1060px;
}
.store .toggle-btn {
  margin-top: 18px;
}
.store .store-list-block {
  margin-bottom: 60px;
}
.store .store-list-block .toggle-btn-stote {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .store .store-list-block .toggle-btn-stote {
    width: 120px;
  }
}
.store .store-list-block .toggle-btn-stote + .store-list {
  display: none;
}
.store .store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .store .store-list + .store-list {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .store .store-list + .store-list {
    display: none;
  }
}
.store .store-list li {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .store .store-list li {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .store .store-list li:nth-child(1)::before {
    display: none !important;
  }
  .store .store-list li:nth-child(2n + 1)::before {
    content: "";
    display: block;
    width: 122px;
    margin-right: 5%;
  }
}
.store .store-list li .img-area {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 5%;
  width: 122px;
  height: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dfdddd;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .store .store-list li .img-area {
    margin-right: 0;
    display: block;
    width: auto;
    height: auto;
    border: none;
    text-align: center;
    margin-bottom: 15px;
  }
}
.store .store-list li dl {
  margin: 0;
}
.store .store-list li dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .store .store-list li dl dt {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}
.store .store-list li dl dd {
  font-size: 1.4rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .store .store-list li dl dd {
    font-size: 1.1rem;
  }
}
.store .store-list li dl dd a {
  color: #1a63f3;
}
.store .other {
  width: 100%;
  margin-top: 80px;
}
.store .other dd {
  margin-left: 0;
}
.store .other .title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .store .other .title {
    font-size: 1.8rem;
  }
}
.store .other .text {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .store .other .text {
    font-size: 1.2rem;
  }
}

.topics-list {
  margin: 0 11% 30px;
}
@media screen and (max-width: 768px) {
  .topics-list {
    margin: 0 0 30px;
  }
}
.topics-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #c4bdbd;
  padding: 30px 0 18px;
}
@media screen and (max-width: 768px) {
  .topics-list__item {
    display: block;
    padding: 30px 0;
  }
}
.topics-list__item dt {
  width: 9%;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .topics-list__item dt {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.topics-list__item dd {
  width: 91%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .topics-list__item dd {
    width: 100%;
    font-size: 1.4rem;
    margin-left: 0;
    display: block;
    text-align: center;
  }
}
.topics-list__item dd .sp-title {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
.topics-list__item dd img {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .topics-list__item dd img {
    margin: 0 auto 15px;
  }
}
.topics-list__item dd .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.topics-list__item dd .text {
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .topics-list__item dd .text {
    font-size: 1.2rem;
    text-align: left;
  }
}
.topics-list__item dd .link {
  display: block;
  color: #20368d;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .topics-list__item dd .link {
    font-size: 1.2rem;
    text-align: left;
  }
}
.topics-list__item dd .link:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .recommended .c_title01 span {
    font-size: 2rem;
  }
}
.recommended-slider {
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .recommended-slider {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.recommended-slider li {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .recommended-slider li {
    width: 46.66%;
    margin: 0 6.68% 20px 0;
  }
}
.recommended-slider li .image {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .recommended-slider li .image {
    margin-bottom: 10px;
  }
}
.recommended-slider li .name {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .recommended-slider li .name {
    font-size: 1.2rem;
  }
}
.recommended-slider li .price {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .recommended-slider li .price {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .recommended-slider li:nth-child(2n) {
    margin-right: 0;
  }
}
.recommended-slider .slick-arrow {
  display: block;
  position: absolute;
  margin: auto;
  padding: 0;
  width: 27px;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.recommended-slider .slick-prev {
  left: -30px;
}
.recommended-slider .slick-prev::before,
.recommended-slider .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.recommended-slider .slick-prev::after {
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.recommended-slider .slick-prev:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.recommended-slider .slick-next {
  right: -30px;
}
.recommended-slider .slick-next::before,
.recommended-slider .slick-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.recommended-slider .slick-next::after {
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.recommended-slider .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .column-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.column-list__item {
  width: 23.01%;
}
@media screen and (max-width: 768px) {
  .column-list__item {
    width: 46.66%;
    margin: 0 6.68% 15px 0;
  }
}
.column-list__item .image {
  border: 1px solid #b2aeae;
  line-height: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .column-list__item .image {
    margin-bottom: 10px;
  }
}
.column-list__item .image img {
  width: 100%;
}
.column-list__item .title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .column-list__item .title {
    font-size: 1rem;
  }
}
.column-list__item .date {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .column-list__item .date {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .column-list__item:nth-child(2n) {
    margin-right: 0;
  }
}

#naigai .fs-l-main {
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
}
#naigai .fs-l-pageMain {
  margin-top: 0;
}
#naigai .fs-c-heading {
  display: none;
}

.worries {
  margin-top: 20px;
}
.worries .container {
  max-width: 1090px;
}

.worries-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.worries-list li {
  width: 48.2%;
  max-width: 509px;
  background: #fff;
}
.worries-list li:nth-child(n + 3) {
  margin-top: 3%;
}
.worries-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .worries-list li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ebebeb;
  }
  .worries-list li a .title {
    padding: 2%;
    text-align: center;
    width: 100%;
  }
  .worries-list li a img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
}
.worries-list li a .title {
  padding: 6%;
}
.worries-list li a img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

/*override*/
.fs-c-breadcrumb {
  background-color: transparent !important;
}

div.CategoryBrand {
  border: none;
}

.sns-area {
  background: #fff;
}

.movie-section .text {
  text-align: center;
}

.movie-area {
  margin-top: 30px;
  width: 736px;
  padding-bottom: 414px;
  position: relative;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .movie-area {
    width: 100%;
    padding-bottom: 62.5%;
  }
}
.movie-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.review-list {
  max-width: 1020px;
  margin: 0 auto 30px;
}
.review-list .slick-arrow {
  display: block;
  position: absolute;
  margin: auto;
  padding: 0;
  width: 27px;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.review-list .slick-prev {
  left: -30px;
}
.review-list .slick-prev::before,
.review-list .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.review-list .slick-prev::after {
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.review-list .slick-prev:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.review-list .slick-next {
  right: -30px;
}
.review-list .slick-next::before,
.review-list .slick-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.review-list .slick-next::after {
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.review-list .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.review-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-list .slick-slide {
  height: auto !important;
}
.review-list .review-block {
  background: #fff;
  width: 473px;
  padding: 20px;
  margin: 0 10px;
}
.review-list .review-block .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .review-list .review-block .wrap {
    display: block;
  }
}
.review-list .review-block .img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 15px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .review-list .review-block .img {
    width: 100%;
    text-align: center;
  }
  .review-list .review-block .img img {
    margin: 0 auto;
    max-width: 200px;
  }
}
.review-list .review-block .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.3rem;
}
.review-list .review-block .head dt {
  background: #3d75a7;
  width: 112px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 20px;
  font-size: 1.1rem;
  margin-right: 8px;
}
.review-list .review-block .head dd {
  margin-left: 0;
}
.review-list .review-block .text {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.review-list .review-block .rank {
  text-align: left;
}
.review-list .review-block .p-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #776d6d;
}

.panel-bnr-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 75px;
}
.panel-bnr-wrap .panel-bnr-item {
  margin-bottom: 20px;
  width: 32.5%;
}
@media screen and (max-width: 768px) {
  .panel-bnr-wrap .panel-bnr-item {
    border: 1px solid #e6e6e6;
    width: 100%;
  }
  .panel-bnr-wrap .panel-bnr-item img {
    width: 100%;
  }
}
@media screen and (min-width: 495px) and (max-width: 768px) {
  .panel-bnr-wrap .panel-bnr-item {
    width: 32.5%;
  }
}

.bnr-solution {
  text-align: center;
}
.bnr-solution .bnr {
  margin-top: 30px;
}
.bnr-solution .bnr img {
  margin: 0 auto;
}
.bnr-solution .bnr + .bnr {
  margin-top: 30px;
}

#naigai.fs-l-main {
  margin-top: 0;
}

.benefits {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .benefits {
    margin-bottom: 30px;
    margin-top: 0px;
  }
}

#about,
#brand {
  margin-top: 60px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #about,
  #brand {
    margin-top: 0;
    padding-top: 60px;
  }
}

.fs-c-photoswipe.pswp {
  z-index: 99999;
}

.fs-c-productImageModal {
  z-index: 99999;
}

.cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed .cover-link {
  display: none;
}
@media screen and (max-width: 768px) {
  .cover-link {
    display: none;
  }
}
.product-header-top .inner .top{
  position: relative;
  z-index: 1;
}

.campaign-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.campaign-list li {
  width: 48.7%;
}

.campaign-list li:nth-child(n+3) {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .campaign-list li img {
    width: 100%;
  }
  .campaign-list li:nth-child(n+3) {
    margin-top: 2.6%;
  }
}