@charset "UTF-8";
.inc-catalog-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: .5rem;
  border-bottom: 1px solid #e6e6e6;
}

.inc-catalog-title .heading-1 {
  margin: 0;
}

.inc-catalog-excursion {
  position: relative;
}

.inc-catalog-list {
  display: none;
  position: relative;
  margin-right: -10px;
  margin-left: -10px;
  padding: 1rem 0;
}

.inc-catalog-list-container {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}

.inc-catalog-list.slick-initialized {
  display: block;
}

.inc-catalog-list .slick-track {
  margin-left: 0;
}

.inc-catalog-list .slick-arrow {
  background-color: rgba(0, 0, 0, .4);
}

.inc-catalog-list .slick-prev {
  top: 44%;
  left: 10px;
}

.inc-catalog-list .slick-next {
  top: 44%;
  right: 10px;
}

.inc-catalog-item-wrapper {
  width: 25%;
  padding: 0 10px 10px;
}

.inc-catalog-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.inc-catalog-image {
  width: 100%;
  border: 1px solid #eaf3f5;
}

.inc-catalog-text {
  margin-top: 10px;
}

.inc-until-pc-link {
  padding-top: .5rem;
  text-align: right;
}

/*キーワードから探す*/
.inc-list-navi-bottom {
  margin: 20px 10px;
}

@media screen and (max-width: 767px) {
  .inc-list-navi-bottom {
    margin: 0 0 20px;
  }
}

.inc-list-topic-word-title {
  margin-bottom: 10px;
  padding: .75rem 1rem;
  border-bottom: 1px solid #a0a0a0;
}

.inc-topic-word-title {
  font-weight: bold;
  font-size: 16px;
}

.inc-list-topic-divider {
  height: 1px;
  margin: .5rem 0;
}

.inc-list-topic-word-list {
  padding: 10px 0;
}

.inc-list-topic-word {
  padding: .4rem 1em .75em;
}

.inc-description-box-title {
  font-weight: bold;
  font-size: 20px;
}

.inc-description-box-title .icon {
  margin-right: .75rem;
}

.inc-search-category-title {
  vertical-align: text-top;
}

.inc-description-buttons {
  display: flex;
  flex-wrap: wrap;
}

.inc-description-buttons .button {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.inc-description-buttons .button:not(:last-child) {
  margin-right: 1rem;
}

.inc-description-buttons .button + .button {
  margin-left: 0;
}

/*ギフトサービス*/
.inc-list-gift {
  justify-content: center;
  text-align: center;
}

.inc-list-gift + .inc-list-gift {
  margin-top: 40px;
}

.inc-list-gift-area {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .inc-list-gift-area {
    width: 80%;
    margin: 10px auto;
  }
}

.inc-gift-title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .inc-gift-title {
    text-align: left;
  }
}

.inc-gift-image {
  width: 100%;
}

.inc-ranking {
  position: relative;
}

.inc-ranking-content {
  width: 16.6666666667%;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .inc-ranking-content {
    width: 33.3333333333%;
    padding: 0 4px;
  }
}

.inc-small-product-img-wrapper {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: auto;
}

.inc-small-product-img-wrapper .img-link {
  width: 100%;
}

.inc-small-product-img_img {
  width: 100%;
}

.inc-small-product-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-top: .25rem;
}

.inc-small-product-row {
  display: inline-flex;
  flex-wrap: wrap;
}

.inc-small-product-row + .inc-small-product-row {
  margin-top: .25rem;
}

.inc-small-product-name {
  margin-bottom: .75rem;
}

.inc-small-product-brand {
  color: #a0a0a0;
  font-size: 12px;
}

.inc-small-product-brand + .inc-product-row {
  margin-top: .5rem;
}

.inc-small-product-price {
  display: inline;
  font-weight: bold;
  overflow-wrap: break-word;
}

.inc-small-product-price_tilde {
  margin: 0 .25rem;
}

.inc-small-product-price_tax {
  margin-left: .5rem;
  font-weight: normal;
  font-size: 12px;
}

.inc-list-faceted {
  margin: 10px 0 20px;
}

.inc-list-faceted .slick-track {
  display: flex !important;
}

.inc-faceted-navigation-list {
  display: flex;
  justify-content: space-between;
}

.inc-faceted-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inc-faceted-img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.inc-faceted-navigation-img {
  width: 100%;
}

.inc-faceted-item {
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}

.inc-faceted-item:not(:last-child) {
  border-right: 1px dotted #d2d1d1;
}

@media screen and (max-width: 767px) {
  .inc-faceted-item {
    padding: 10px;
  }
}

.inc-faceted-link {
  display: block;
  height: 100%;
}

.inc-faceted-image-wrapper {
  display: block;
}

@media screen and (max-width: 767px) {
  .inc-faceted-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/*関連カテゴリー*/
.inc-list-related-category {
  margin-bottom: 10px;
}

.inc-related-category-list {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}

@media screen and (max-width: 767px) {
  .inc-related-category-list {
	flex-direction: column;
	flex-wrap: wrap;
	overflow-x: auto;
	height: 100px;
  }
}

.inc-related-category-list_item {
  flex: 0 0 auto;
  padding: 7px;
}

.inc-category-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: .5em 20px;
  border: 1px solid #d2d1d1;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #171717;
  font-size: 12px;
}

.inc-category-tag:hover {
  background-color: #f3f3f3;
}

.inc-related-category-link {
  text-decoration: none;
}

.inc-detail-unit-top {
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
}

.inc-brand {
  text-align: center;
}

.inc-brand-link {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .inc-brand-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.inc-brand-image {
  max-height: 30px;
  width: auto;
}

.inc-detail-unit-spec {
  position: relative;
}

.inc-price-off {
  padding: 10px;
  border: 1px solid #c72937;
  color: #c72937;
}

.inc-price-off-row + .inc-price-off-row {
  margin-top: .25rem;
}

.inc-price-off-rate {
  font-weight: bold;
  font-size: 16px;
}

.inc-price-off-text {
  margin-left: 1rem;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .inc-price-off-text {
    display: block;
    margin-top: .25rem;
    margin-left: 0;
  }
}

.inc-kakaku {
  margin-block: 20px;
}

.inc-kakaku-normal {
  margin-top: 10px;
  color: #000;
}

.inc-kakaku_read-more-content {
  max-height: 140px;
}

@media screen and (max-width: 767px) {
  .inc-kakaku_read-more-content {
    max-height: 200px;
  }
  .inc-kakaku-d-inline {
    display: inline-block;
  }
  .inc-kakaku-d-inline:not(:first-child) {
    margin-left: 10px;
  }
}

.inc-kakaku .tag {
  margin: 0 5px 5px 0;
}

.inc-brand-item .select {
  width: 100%;
}

.inc-brand-logo-img {
  width: auto;
  height: 48px;
}

@media screen and (max-width: 767px) {
  .inc-brand-logo-img {
    margin-bottom: 1rem;
  }
}

.icn-brand-item-title {
  margin: 1rem 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}

.inc-brand-itemlist {
  display: flex;
  flex-wrap: wrap;
}

.inc-brand-itemlist-item {
  width: 20%;
  margin-bottom: .5rem;
  font-size: 12px;
}

.inc-category-item {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .inc-category-item {
    margin: 0 -12px;
  }
}

@media screen and (max-width: 767px) {
  .inc-category-item-title {
    padding: 0 12px;
    border-bottom: none !important;
  }
}

.inc-category-itemlist {
  display: flex;
  justify-content: start;
}

@media screen and (max-width: 767px) {
  .inc-category-itemlist {
    flex-wrap: wrap;
    border-top: 1px solid #d2d1d1;
    border-bottom: 1px solid #d2d1d1;
  }
}

.inc-category-itemlist-item {
  width: 11.11%;
  padding: 0 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .inc-category-itemlist-item {
    display: flex;
    align-items: center;
    position: relative;
    width: 50%;
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #d2d1d1;
  }
  .inc-category-itemlist-item:nth-child(odd) {
    border-right-width: 1px;
  }
  .inc-category-itemlist-item:nth-child(2n+1):nth-last-child(-n+2) {
    border-bottom-width: 0;
  }
  .inc-category-itemlist-item:last-child {
    border-bottom-width: 0;
  }
}

.inc-category-itemlist-item:first-child {
  padding: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
  .inc-category-itemlist-item:first-child {
    padding: 0;
  }
}

.inc-category-itemlist-item:last-child {
  padding: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .inc-category-itemlist-item:last-child {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .inc-category-itemlist-item:not(:last-child) {
    border-right: 1px dotted #d2d1d1;
  }
}

@media screen and (max-width: 767px) {
  .inc-category-itemlist-item .inc-category-item-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 50px;
    padding: .75rem 2rem .75rem .75rem;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .inc-category-itemlist-item .help {
    text-align: left;
  }
}

.inc-category-itemlist-item .icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .inc-category-itemlist-item .icon {
    display: block;
  }
}

.inc-category-item-name {
  display: flex;
}

@media screen and (max-width: 767px) {
  .inc-category-item-name {
    flex: 1 1 auto;
    align-items: center;
    overflow: hidden;
    margin-left: 5px;
    font-weight: bold;
    text-align: left;
    white-space: pre-wrap;
  }
}

@media screen and (min-width: 768px) {
  .inc-category-item-name {
    justify-content: center;
    margin-top: 5px;
    font-size: 12px;
  }
}

.inc-catalog-list-arrow {
  position: absolute;
  top: calc(50% - .5rem);
  right: .75rem;
}

.inc-category-item-img {
  width: 68px;
  height: 68px;
}

@media screen and (max-width: 767px) {
  .inc-category-item-img {
    width: auto;
    height: 100%;
    max-height: 50px;
  }
}

.inc-top-info {
  padding: 20px;
  background-color: #fbf2d6;
  text-align: center;
}

.inc-top-info:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .inc-top-info {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .inc-top-info {
	margin-right: -20px;
    margin-left: -20px;
  }
}

.inc-campaign-item + .inc-campaign-item {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .inc-campaign-item + .inc-campaign-item {
    margin-top: 10px !important;
  }
}

.inc-campaign-item .drawer-box + .inc-campaign-item .drawer-box {
  margin-top: 20px;
}

.inc-campaign-item .drawer-box-header {
  font-weight: bold;
}

.inc-campaign-item .drawer-box_input {
  top: -5px;
  width: 100%;
  height: 20px;
}

.inc-campaign-item .drawer-box-content-inner {
  padding-top: 10px;
}

.inc-campaign-row:not(:first-child) {
  margin-top: 10px;
}

.inc-campaign-row.m-tag:not(:first-child) {
  margin-top: .75rem;
}

.inc-campaign-row.m-tag:not(:last-child) {
  margin-bottom: .75rem;
}

.inc-campaign-row.m-tag .tag {
  padding: .25rem 1.75rem;
  font-weight: bold;
}

.inc-campaign-row.m-wrapper {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .inc-campaign-row > .button + .button {
    margin: 10px 0 0 0;
  }
}

.inc-campaign-listitem {
  position: relative;
  padding-left: 1rem;
}

.inc-campaign-listitem::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.inc-campaign-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -.25rem -.5rem !important;
}

.inc-campaign-button {
  padding: calc(.25rem + 1px) .5rem;
}

.inc-campaign-message {
  padding: .25rem;
  border: 1px solid #c72937;
  color: #c72937;
  font-weight: bold;
  text-align: center;
}

.inc-hosoku-head-wrapper {
  padding-top: 80px;
  border-top: 1px solid #d2d1d1;
}

.inc-hosoku-head-inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-head-inner {
    margin: 0 -12px;
  }
}

.inc-hosoku-head-img {
  width: 100%;
}

.inc-hosoku-head-text {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 10;
  transform: translate(0, -50%);
  width: calc(60% - 30px);
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-head-text {
    left: 10px;
	width: calc(60% - 10px);
    font-size: 4.5vw;
    line-height: 1.5;
  }
}

.inc-hosoku-colorlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
}

.inc-hosoku-colorlist-wrapper {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-colorlist-wrapper {
    width: 92.5%;
    margin: 30px auto;
  }
}

.inc-hosoku-colorlist-title-area {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.inc-hosoku-colorlist-title {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-colorlist-title {
    font-size: 18px;
  }
}

.inc-hosoku-colorlist-title::after,
.inc-hosoku-colorlist-title::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 200px;
  height: 4px;
  margin-top: -2px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  content: "";
}

@media screen and (max-width: 767px) {
  .inc-hosoku-colorlist-title::after,
  .inc-hosoku-colorlist-title::before {
    width: 50px;
  }
}

.inc-hosoku-colorlist-title::after {
  right: -224px;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-colorlist-title::after {
    right: -70px;
  }
}

.inc-hosoku-colorlist-title::before {
  left: -224px;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-colorlist-title::before {
    left: -70px;
  }
}

.inc-hosoku-colorlist-item {
  width: calc(20% - 20px);
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-colorlist-item {
    width: 33.3333333333%;
    padding: 5px 5px 10px;
    text-align: center;
  }
}

.inc-hosoku-colorlist-img {
  max-width: 100%;
  border: 1px solid #d2d1d1;
}

.inc-hosoku-colorlist-text {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-colorlist-text {
    font-size: 18px;
  }
}

.inc-hosoku-description-wrapper {
  display: flex;
  align-items: center;
  width: 70%;
  margin: 30px auto;
  background: #f7f5f4;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-description-wrapper {
    flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
    width: 100%;
  }
}

.inc-hosoku-description-img-area {
  width: 20%;
  margin: 20px;
  padding: 20px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-description-img-area {
    width: 50%;
  }
}

.inc-hosoku-description-img {
  width: 100%;
}

.inc-hosoku-description-text {
  width: 80%;
  padding: 20px 20px 20px 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-description-text {
    width: 100%;
	padding: 0 20px 20px 20px;
    font-size: 16px;
  }
}

.inc-hosoku-img {
  width: 100%;
}

.inc-hosoku-img-wrapper {
  margin-bottom: 40px;
}

.inc-hosoku-introduce-title {
  position: relative;
  height: 22px;
  font-weight: bold;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-introduce-title {
	margin: 0 0 1.32em 0;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #d2d1d1;
	font-size: 18px;
    line-height: 1;
  }
}

.inc-hosoku-introduce-title span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-right: 20px;
  background-color: #ffffff;
}

.inc-hosoku-introduce-title::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #f7f5f4;
  content: "";
}

@media screen and (max-width: 767px) {
  .inc-hosoku-introduce-title::after {
    display: none;
  }
}

.inc-hosoku-introduce-item {
  width: calc((100% - 100px) / 3 - 1px);
}

@media screen and (max-width: 767px) {
  .inc-hosoku-introduce-item {
    width: 100%;
    padding: 0 0 65px 0;
  }
}

.inc-hosoku-introduce-img {
  width: 100%;
}

.inc-hosoku-introducelist {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-introducelist {
	flex-direction: column;
    padding-top: 0;
  }
}

.inc-hosoku-point-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-point-area {
    flex-direction: column;
    padding-top: 0;
  }
}

.inc-hosoku-point-img {
  flex-shrink: 0;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-point-img {
    width: 100%;
  }
}

.inc-hosoku-pointlist {
  position: relative;
  width: calc(60% - 10px);
  margin-left: 10px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-pointlist {
    width: 100%;
	margin-left: 0;
    padding: 10px 0;
  }
}

.inc-hosoku-pointlist-item {
  position: relative;
  padding-bottom: 20px;
  padding-left: 60px;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-pointlist-item {
	padding-bottom: 1em;
    padding-left: 0;
    font-size: 14px;
  }
}

.inc-hosoku-pointlist-item::after,
.inc-hosoku-pointlist-item::before {
  display: block;
  position: absolute;
  top: 1.5em;
  content: "";
}

@media screen and (max-width: 767px) {
  .inc-hosoku-pointlist-item::after,
  .inc-hosoku-pointlist-item::before {
    display: none;
  }
}

.inc-hosoku-pointlist-item::after {
  left: 5px;
  width: 50px;
  border-bottom: 1px dashed #a9a8a8;
}

.inc-hosoku-pointlist-item::before {
  left: -4px;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-radius: 50%;
  background: #6b90db;
}

.inc-hosoku-pointlist-head {
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .inc-hosoku-pointlist-head {
    font-size: 16px;
  }
}

.inc-hosoku-pointlist-line {
  background: linear-gradient(transparent 70%, rgba(255, 100, 100, .3) 0%);
}

.inc-function .heading-3:not(:last-child) {
  margin-bottom: 0;
}

.inc-function-item {
  display: flex;
  margin-top: 1.5rem;
}

.inc-function-img { 
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.inc-qa-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 767px) {
  .inc-qa-list {
    display: block;
    margin: 0;
  }
}

.inc-qa-list_item {
  width: 50%;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .inc-qa-list_item {
    width: 100%;
    padding: 0;
  }
  .inc-qa-list_item + .inc-qa-list_item .inc-qa-accordion {
	margin-top: 7.5px;
    padding-top: 7.5px;
    border-top: 1px solid #a0a0a0;
  }
}

@media screen and (max-width: 767px) and (max-width: 768px) {
  .inc-qa-list_item:nth-child(n+2) .inc-qa-accordion {
    border-top: 1px solid #e6e6e6;
  }
}

@media screen and (min-width: 768px) {
  .inc-qa-list_item:nth-child(n+3) .inc-qa-accordion {
	margin-top: 7.5px;
    padding-top: 7.5px;
    border-top: 1px solid #d2d1d1;
  }
}

.inc-qa-accordion {
  border: none;
}

.inc-qa-accordion_label {
  display: flex;
  align-items: center;
  padding: 7px 3.5rem 7px .5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .inc-qa-accordion_label {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .inc-qa-accordion_label {
    padding: 7px .5rem;
    pointer-events: none;
  }
}

.inc-qa-accorditon_toggle {
  top: calc(22px - .5em);
  right: calc(1.75rem - .5em);
}

@media screen and (max-width: 767px) {
  .inc-qa-accorditon_toggle {
	display: inline-flex;
    top: calc(19.5px - .5em);
  }
}

@media screen and (max-width: 767px) {
  .inc-qa-accordion-content {
    height: 0;
  }
}

@media screen and (min-width: 768px) {
  .inc-qa-accordion-content {
    height: auto !important;
  }
}

.inc-qa-accordion-content-inner {
  display: flex;
  align-items: center;
  transform: translateY(0) !important;
  padding: 7px .5rem;
}

@media screen and (max-width: 767px) {
  .inc-qa-accordion-content-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.inc-qa-content {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}

.inc-qa-icon-wrapper {
  display: inline-flex;
  flex: 0 0 auto;
  margin-right: .75rem;
}

.inc-qa-icon {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .inc-qa-icon {
    width: 25px;
    height: 25px;
  }
}

.inc-qa-icon svg {
  width: 30px;
  height: 30px;
  fill: #a9a8a8;
}

@media screen and (max-width: 767px) {
  .inc-qa-icon svg {
    width: 25px;
    height: 25px;
  }
}

.inc-qa-content-body {
  flex: 1 1 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .inc-qa-content-body {
    margin-top: 0;
  }
}

.inc-qa-content-body p:not(:first-child),
.inc-qa-content-body img:not(:first-child),
.inc-qa-content-body table:not(:first-child),
.inc-qa-content-body .qa-content-table:not(:first-child),
.inc-qa-content-body .button:not(:first-child) {
  margin-top: 1.25rem;
}

.inc-qa-content-body img {
  max-width: 100%;
}

.qa-content-table {
  display: flex;
}

.qa-content-table .table .cell {
  min-width: 80px;
}

.inc-qa-img-wrapper {
  width: 100%;
}

.inc-qa-img-wrapper:not(:first-child) {
  margin-top: 20px;
}

.inc-qa-img-wrapper:not(:last-child) {
  margin-bottom: 20px;
}

.inc-qa_img {
  width: 100%;
}

.inc-qa-table {
  margin-bottom: 15px;
  border: 1px solid #e8e8e8;
}

.inc-qa-table-row {
  display: flex;
}

.inc-qa-table-row + .inc-qa-table-row {
  border-top: 1px solid #e8e8e8;
}

.inc-qa-table-header {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  padding: .75rem 1.25rem;
  background-color: #f6f4f3;
}

.inc-qa-table-header + .inc-qa-table-header {
  border-left: 1px solid #e8e8e8;
}

.inc-qa-table-cell {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  padding: .75rem 1.25rem;
  border-left: 1px solid #e8e8e8;
}

.inc-list-pr {
  position: relative;
}

.inc-pr {
  width: 100%;
  margin-bottom: 10px;
}

.inc-pr-image {
  width: 100%;
}

.inc-list-page-top {
  position: relative;
  margin: 0 -20px;
}

.inc-brand {
  text-align: center;
}

.inc-list-coupon {
  margin-bottom: 10px;
}

.inc-list-coupon_bnr {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  overflow: hidden;
  padding: 0;
  gap: 0 10px;
}

@media screen and (max-width: 767px) {
  .inc-list-coupon_bnr {
    grid-template-rows: 1fr auto;
    grid-template-columns: auto 1fr;
    padding: 10px;
    gap: 5px 10px;
  }
}

.inc-discount-row {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .inc-discount-row {
    font-weight: bold;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .inc-list-coupon_sub {
    grid-row: 1;
    grid-column: 1;
    max-height: 65px;
    padding: 10px;
    border-radius: 5px;
  }
}

@media screen and (min-width: 768px) {
  .inc-list-coupon_sub {
    display: flex;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    align-items: center;
    margin: -10px 0;
    padding: 0 20px 0 10px;
    border-radius: 0 40% 40% 0/0 68% 68% 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .inc-campaign-title {
    grid-row: 1;
    grid-column: 2;
  }
}

@media screen and (min-width: 768px) {
  .inc-campaign-title {
    display: flex;
    align-items: flex-end;
    min-height: 60px;
  }
}

.inc-coupon-number {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

@media screen and (max-width: 767px) {
  .inc-coupon-number {
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}

@media screen and (min-width: 768px) {
  .inc-coupon-number {
    min-height: 60px;
  }
}

.inc-discount-rate::after {
  white-space: pre;
  content: "\a";
}

.inc-coupon_small {
  font-weight: normal;
  font-size: 12px;
}

.inc-attention-list {
  list-style-type: disc;
}

.inc-list-coupon_note {
  display: flex;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .inc-list-coupon_note {
    flex-direction: column;
  }
}

.inc-list-coupon_note-column {
  width: 100%;
  padding-left: 20px;
}

.inc-list-coupon_bnr-c01 {
  background-color: #ff0000;
  color: #ffffff;
}

.inc-list-coupon_bnr-c01 .inc-list-coupon_sub {
  background-color: #ffff00;
}

.inc-list-coupon_bnr-c01 .inc-coupon-title {
  color: #ff0000;
}

.inc-list-coupon_bnr-c01 .inc-campaign-title {
  color: #ffff00;
}

.inc-list-coupon_bnr-c02 {
  background-color: #ffff00;
  color: #ff0000;
}

.inc-list-coupon_bnr-c02 .inc-list-coupon_sub {
  background-color: #ff0000;
}

.inc-list-coupon_bnr-c02 .inc-coupon-title {
  color: #ffff00;
}

.inc-list-coupon_bnr-c02 .inc-coupon_main {
  color: #ff0000;
}

.inc-list-coupon_bnr-c02 .inc-campaign-title {
  color: #ff0000;
}

.inc-list-coupon_bnr-c03 {
  background-color: #808080;
  color: #ffffff;
}

.inc-list-coupon_bnr-c03 .inc-list-coupon_sub {
  background-color: #dcdcdc;
}

.inc-list-coupon_bnr-c03 .inc-coupon-title {
  color: #808080;
}

.inc-list-coupon_bnr-c03 .inc-campaign-title {
  color: #ffff00;
}

.inc-list-coupon_bnr-c04 {
  background-color: #dcdcdc;
  color: #000000;
}

.inc-list-coupon_bnr-c04 .inc-list-coupon_sub {
  background-color: #808080;
}

.inc-list-coupon_bnr-c04 .inc-coupon-title {
  color: #ffff00;
}

.inc-list-coupon_bnr-c04 .inc-campaign-title {
  color: #000000;
}

.inc-list-coupon_bnr-c05 {
  background-color: #00bfff;
  color: #ffffff;
}

.inc-list-coupon_bnr-c05 .inc-list-coupon_sub {
  background-color: #ffff00;
}

.inc-list-coupon_bnr-c05 .inc-coupon-title {
  color: #00bfff;
}

.inc-list-coupon_bnr-c05 .inc-campaign-title {
  color: #ffff00;
}

.inc-list-coupon_bnr-c06 {
  background-color: #ffff00;
  color: #00bfff;
}

.inc-list-coupon_bnr-c06 .inc-list-coupon_sub {
  background-color: #00bfff;
}

.inc-list-coupon_bnr-c06 .inc-coupon-title {
  color: #ffff00;
}

.inc-list-coupon_bnr-c06 .inc-campaign-title {
  color: #00bfff;
}

.inc-list-coupon_bnr-c07 {
  background-color: #fa8072;
  color: #ffffff;
}

.inc-list-coupon_bnr-c07 .inc-list-coupon_sub {
  background-color: #fff0f5;
}

.inc-list-coupon_bnr-c07 .inc-coupon-title {
  color: #fa8072;
}

.inc-list-coupon_bnr-c07 .inc-campaign-title {
  color: #ffff00;
}

.inc-list-coupon_bnr-c08 {
  background-color: #fff0f5;
  color: #fa8072;
}

.inc-list-coupon_bnr-c08 .inc-list-coupon_sub {
  background-color: #fa8072;
}

.inc-list-coupon_bnr-c08 .inc-coupon-title {
  color: #ffff00;
}

.inc-list-coupon_bnr-c08 .inc-campaign-title {
  color: #fa8072;
}

.inc-list-coupon_bnr-c09 {
  background-color: #32cd32;
  color: #ffffff;
}

.inc-list-coupon_bnr-c09 .inc-list-coupon_sub {
  background-color: #ffff00;
}

.inc-list-coupon_bnr-c09 .inc-coupon-title {
  color: #32cd32;
}

.inc-list-coupon_bnr-c09 .inc-campaign-title {
  color: #ffff00;
}

.inc-list-coupon_bnr-c10 {
  background-color: #ffff00;
  color: #32cd32;
}

.inc-list-coupon_bnr-c10 .inc-list-coupon_sub {
  background-color: #32cd32;
}

.inc-list-coupon_bnr-c10 .inc-coupon-title {
  color: #ffff00;
}

.inc-list-coupon_bnr-c10 .inc-campaign-title {
  color: #32cd32;
}

/*見出し*/
.inc-list-heading {
  margin-bottom: 10px;
}

.inc-list-heading-image {
  width: 100%;
  max-height: 135px;
}

@media screen and (max-width: 767px) {
  .inc-list-heading-image {
    max-height: 130px;
  }
}

/*キャンペーン*/
.inc-list-campaign {
  margin-bottom: 10px;
}

.inc-list-campaign_note {
  display: flex;
  margin-top: 10px;
  padding-left: 20px;
}

.inc-list-campaign-img {
  width: 100%;
}

.inc-list-campaign_note-column {
  width: 100%;
}

.inc-list-campaign_period {
  margin-top: .2rem;
  padding: 10px;
}

.inc-campaign_period {
  background-color: #fdeef1;
  color: #ff0000;
  text-align: center;
}

.inc-campaign_link {
  padding-top: 10px;
  text-align: right;
}

.inc-list-campaign-img {
  max-height: 135px;
}

@media screen and (max-width: 767px) {
  .inc-list-campaign-img {
    max-height: 130px;
  }
}

.inc-list-seo {
  padding-bottom: 20px;
}

.inc-list-seo_heading {
  font-weight: bold;
  font-size: 16px;
}

.inc-list-seo_text {
  margin: .25em 0 0;
  color: #707070;
}

.inc-password-info-modal-content {
  margin-bottom: 20px;
}

.inc-password-info-modal-content p:not(:last-child) {
  margin-bottom: 1rem;
}

.inc-password-info-content-button {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .inc-password-info-content-button {
    width: 100%;
  }
}

.inc-category-head-top {
  margin-bottom: 20px;
}

.inc-category-head-top .inc-category-head-img {
  border: none;
}

.inc-category-head {
  display: flex;
  justify-content: space-between;
}

.inc-category-head:not(:first-child) {
  margin-bottom: 20px;
}

.inc-category-head-link {
  flex: 1 0 0%;
}

.inc-category-head-link:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .inc-category-head {
    flex-wrap: wrap;
  }
  .inc-category-head:last-child .inc-category-head-link:last-child {
    margin-left: 10px;
  }
  .inc-category-head-link:first-child {
	flex: 2 1 100%;
    width: 100%;
  }
  .inc-category-head-link + .inc-category-head-link {
    margin-top: 20px;
  }
  .inc-category-head-link:not(:last-child) {
    margin-right: 0;
  }
}

.inc-category-head-img {
  width: 100%;
  border: 1px solid #eaf3f5;
}

.inc-navigation {
  margin: 30px -12px 0;
}

.inc-navigation-inner {
  position: relative;
}

.inc-navigation-inner:first-child .mypage-navigation-heading {
  border-top: 1px solid #e8e8e8;
}

.inc-navigation-heading {
  padding: 0 12px;
}

.inc-navigation-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border: 1px solid #e8e8e8;
  border-right: none;
  border-left: none;
}

.inc-navigation-list.m-column-2 .inc-navigation-list_item {
  width: 50%;
}

.inc-navigation-list.m-column-2 .inc-navigation-list_item:nth-child(odd) .inc-navigation-list_menu {
  border-right-width: 1px;
}

.inc-navigation-list.m-column-2 .inc-navigation-list_item:nth-last-child(-n+2) .inc-navigation-list .inc-navigation-list_item:first-child .inc-navigation-list_menu {
  border-top-width: 1px;
}

.inc-navigation-list.m-column-2 .inc-navigation-list_item:nth-last-child(-n+2) .inc-navigation-list .inc-navigation-list_item:not(:last-child) .inc-navigation-list_menu {
  border-bottom-width: 1px;
}

.inc-navigation-list.m-column-2 .inc-navigation-list_item:nth-last-child(-n+2):nth-child(even) .inc-navigation-list .inc-navigation-list_item:first-child .inc-navigation-list_menu {
  border-top-width: 0;
}

.inc-navigation-list.m-column-2 .inc-navigation-list_item:nth-last-child(-n+2):nth-child(even) .inc-navigation-list .inc-navigation-list_item:nth-child(2) .inc-navigation-list_menu {
  border-top-width: 1px;
}

.inc-navigation-list.m-column-2 .inc-navigation-list_item:nth-child(2n+1):nth-last-child(-n+2) .inc-navigation-list_menu {
  border-bottom-width: 0;
}

.inc-navigation-list.m-column-2 .inc-navigation-list_item:nth-child(even) .inc-navigation-list-child-container {
  margin-left: -100%;
}

.inc-navigation-list.m-column-2 .inc-navigation-list-child-container {
  width: 200%;
}

.inc-navigation-list_menu {
  text-decoration: none;
}

.inc-navigation-list_item {
  position: relative;
  width: 100%;
}

.inc-navigation-list_item:last-child .inc-navigation-list_menu {
  border-bottom-width: 0;
}

.inc-navigation-list_item.m-has-child > .inc-navigation-list_menu > .inc-navigation-list_arrow {
  transform: rotateZ(90deg);
}

.inc-navigation-list_item.m-has-child:last-child .inc-navigation-list .inc-navigation-list_item:first-child .inc-navigation-list_menu {
  border-top-width: 1px;
}

.inc-navigation-list_item.m-has-child:last-child .inc-navigation-list .inc-navigation-list_item:not(:last-child) .inc-navigation-list_menu {
  border-bottom-width: 1px;
}

.inc-navigation-list_item.m-active {
  z-index: 10;
  background-color: #f3f3f3;
}

.inc-navigation-list_item.m-active > .inc-navigation-list_menu {
  border-bottom-style: dashed;
}

.inc-navigation-list_item.m-active > .inc-navigation-list_menu > .inc-navigation-list_arrow {
  transform: rotateZ(-90deg);
}

.inc-navigation-list_item.m-active .inc-navigation-list-child-container {
  z-index: 0;
  opacity: 1;
}

.inc-navigation-list_item .inc-navigation-list_menu {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e8e8e8;
}

.inc-navigation-list-child-container {
  z-index: -1;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height .3s 0s ease;
}

.inc-navigation-list-child-container .inc-navigation-list {
  border: none;
  background-color: #f3f3f3;
}

.inc-navigation-list-child-container .inc-navigation-list .inc-navigation-list_menu {
  border-style: dashed;
}

.inc-navigation-list_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: .75rem 2rem .75rem .75rem;
}

.inc-navigation-list_img {
  flex: 0 0 auto;
}

.inc-navigation-list_img img {
  max-width: 50px;
  height: 100%;
  max-height: 50px;
}

.inc-navigation-list_name {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  overflow: hidden;
  margin-left: 5px;
  white-space: pre-wrap;
}

.inc-navigation-list_arrow {
  position: absolute;
  top: calc(50% - .5rem);
  right: .75rem;
  width: 1rem;
  height: 1rem;
}

.inc-navigation-all {
  border-top: 1px solid #e8e8e8;
  background-color: #f3f3f3;
}

.inc-sp-drawer-box_heading {
  display: flex;
  align-items: center;
}

.inc-drawer-box_toggle {
  top: 25%;
}

.inc-navigation-item-one-column {
  width: 100%;
}

.inc-drawer-box-header {
  display: flex;
  align-items: center;
}

.tabs {
  margin-bottom: 40px;
}

.inc-ranking-tab-menu {
  width: 100%;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .inc-ranking-tab-menu {
	padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.inc-ranking-tab-menu .inc-ranking-tab-menu-prev_bk,
.inc-ranking-tab-menu .inc-ranking-tab-menu-next_bk {
  display: none;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 33px;
  height: 100%;
  background-color: #ffffff;
}

.inc-ranking-tab-menu .inc-ranking-tab-menu-prev_bk {
  left: 0;
}

.inc-ranking-tab-menu .inc-ranking-tab-menu-next_bk {
  right: 0;
}

.inc-ranking-tab-menu.m-overflow {
  padding-right: 33px;
  padding-left: 33px;
}

@media screen and (max-width: 767px) {
  .inc-ranking-tab-menu.m-overflow {
    width: 100%;
  }
}

.inc-ranking-tab-menu_item {
  flex: 0 1 auto;
  width: auto;
  min-width: 20%;
  height: 50px;
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
  transition-property: unset;
}

.inc-ranking-tab-menu_item.m-active {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .inc-ranking-tab-menu_item {
    min-width: auto;
    height: 40px;
  }
  .inc-ranking-tab-menu_item.m-active {
    height: 50px;
  }
}

.inc-ranking-tab-menu_label {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .inc-ranking-tab-menu_label {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .inc-categorytop-ranking .tab-content_item .inc-search-link {
    padding: .5rem 0;
  }
}

.inc-categorytop-ranking .tab-content_item .inc-search-link {
  padding: 1rem 0;
}

.inc-categorytop-ranking .inc-ranking-list {
  width: auto;
  margin: -10px;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .inc-categorytop-ranking .inc-ranking-list {
    width: 100%;
    margin: 0;
  }
  .inc-categorytop-ranking .inc-ranking-list .slick-list {
    margin: -15px -4px;
  }
}

@media screen and (min-width: 768px) {
  .inc-categorytop-ranking-normal .slider-product-list .slick-list {
    margin: 0 !important;
  }
  .inc-categorytop-ranking-normal .slick-track {
    width: 100% !important;
  }
  .inc-categorytop-ranking-normal .inc-ranking-content {
    width: 20% !important;
  }
}

.inc-categorytop_ranking-product {
  margin-bottom: .25rem;
}

.inc-categorytop_ranking-product .inc-small-product-img-wrapper {
  margin-bottom: .25rem;
}

.inc-categorytop_search-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .inc-categorytop_search-list {
    grid-template-columns: none;
  }
}

.inc-categorytop_search-item {
  position: relative;
}

.inc-categorytop_search-item-inner {
  display: flex;
}

.inc-categorytop_search-img-wrapper {
  display: block;
  flex: 1 1 42%;
}

.inc-categorytop_search-thumb-wrapper {
  flex: 1 1 auto;
}

.wide-hold .inc-categorytop_search-thumb-wrapper {
  flex: 1 1 42%;
}

.inc-categorytop_search-thumb {
  width: 100%;
  border: solid 1px #eaf3f5;
  -o-object-fit: contain;
  object-fit: contain;
}

.inc-categorytop_search-detail {
  flex: 2 1 auto;
  margin-left: 20px;
}

.wide-hold .inc-categorytop_search-detail {
  flex: 1 1 58%;
}

.inc-categorytop_search-detail a {
  margin-bottom: 8px;
}

.inc-categorytop_search-heading {
  margin-bottom: 10px;
  font-weight: bold;
}

.inc-categorytop_brand-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 30px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .inc-categorytop_brand-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 13.33333px;
  }
  .inc-categorytop_brand-list.two-column {
    grid-template-columns: 1fr 1fr;
  }
}

.inc-categorytop_brand-list.m-size-s {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .inc-categorytop_brand-list.m-size-s {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.inc-categorytop_brand-list.m-size-l {
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .inc-categorytop_brand-list.m-size-l {
    gap: 20px 13.33333px;
    grid-template-columns: 1fr;
  }
}

.inc-categorytop_brand-list.m-size-xl {
  grid-template-columns: 1fr;
}

.inc-categorytop_brand-item {
  position: relative;
}

.inc-categorytop_brand-thumb {
  width: 100%;
  border: solid 1px #eaf3f5;
  -o-object-fit: contain;
  object-fit: contain;
}

.inc-categorytop_brand-detail {
  padding-top: 10px;
}

.inc-categorytop_brand-heading {
  margin-bottom: 10px;
  font-weight: bold;
}

.inc-categorytop_attention .inc-list-navi-bottom {
  margin: 20px 0;
}

.inc-categorytop_size .inc-list-navi-bottom {
  margin: 20px 0;
}

.inc-categorytop_size .inc-description-buttons {
  margin: 5px;
}

.inc-categorytop_size .inc-list-related-category {
  margin: 20px 0;
}

.inc-categorytop_size .inc-related-category-list {
  margin: 5px 0;
}

@media screen and (max-width: 767px) {
  .inc-categorytop_size .inc-related-category-list {
    margin: 5px;
  }
}

.inc-categorytop_size .inc-related-category-list_item {
  padding: 7px 14px 7px 0;
}

.inc-categorytop_size .inc-category-tag {
  font-size: 14px;
}

.inc-categorytop_arrow-link {
  display: flex;
  align-items: baseline;
}

.inc-categorytop_see-more {
  margin-top: 20px;
  text-align: right;
}

.inc-info {
  width: 100%;
  max-width: 1216px;
  margin: 20px auto;
}

.inc-info-inner {
  padding: 1rem;
  background-color: #fdeef1;
  color: #c72937;
}

.inc-top-brand {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}

.inc-top-brand .inc-brand-title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .inc-top-brand .inc-brand-title {
	margin-bottom: 20px;
    text-align: center;
  }
}

.inc-top-brand .inc-brand-link {
  display: flex;
  -ms-grid-row: 1;
  grid-row: 1/2;
  align-items: center;
  justify-content: flex-end;
  width: initial;
  margin-bottom: 0;
  -ms-grid-row-span: 1;
}

@media screen and (max-width: 767px) {
  .inc-top-brand .inc-brand-link {
	-ms-grid-row: 4;
	grid-row: 4/5;
	justify-content: flex-end;
	padding-top: 0;
	padding-bottom: 0;
	-ms-grid-row-span: 1;
  }
}

.inc-top-brand .inc-brand-list {
  display: flex;
  flex-wrap: wrap;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

@media screen and (max-width: 767px) {
  .inc-top-brand .inc-brand-list {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}

.inc-top-brand .inc-brand-list:first-of-type {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

@media screen and (min-width: 768px) {
  .inc-top-brand .inc-brand-list:first-of-type {
    margin-top: 30px;
  }
}

.inc-top-brand .inc-brand-img-link .inc-brand-img-wrapper {
  position: relative;
}

.inc-top-brand .inc-brand-img-link:hover > .inc-brand-img-wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .5);
  content: "";
}

.inc-top-brand .inc-brand-img-link:hover > .inc-brand-img-wrapper:after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  content: attr(data-brand-name);
}

.inc-top-brand .inc-brand-listitem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc((100% - 60px) / 3 - 1px);
  margin-right: 30px;
  margin-bottom: 35px;
}

.inc-top-brand .inc-brand-listitem:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .inc-top-brand .inc-brand-listitem {
    width: calc((100% - 16px) / 3 - 1px);
    margin-right: 8px;
    margin-bottom: 8px;
  }
}

.inc-top-brand .inc-brand-img {
  width: 100%;
}

.inc-ad-info {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inc-ad-info {
    width: auto;
    max-width: none;
    margin: 0 -12px;
  }
}

.inc-service-info_container {
  margin: 0 -20px;
  padding: 0 40px;
  background: #f6f4f3;
}

@media screen and (max-width: 767px) {
  .inc-service-info_container {
    margin: 0 -12px;
    padding: 0 12px;
  }
}

.inc-service-info_content {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1216px;
}

.inc-service-info_content:not(:first-child) {
  border-top: 1px solid #e8e8e8;
}

@media screen and (max-width: 767px) {
  .inc-service-info_content:not(:first-child) {
    border-width: 0;
  }
}

.inc-service-info_content-inner:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .inc-service-info_content-inner:not(:first-child) {
    padding-top: 40px;
    border-top: 1px solid #e8e8e8;
  }
}

.inc-service-info_heading {
  text-align: center;
}

.inc-service_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.inc-service_item {
  display: block;
}

.inc-service_thumb {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.inc-service_note {
  margin-top: .4rem;
}

.inc-group-site_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .inc-group-site_list {
    justify-content: normal;
  }
}

@media screen and (max-width: 767px) {
  .inc-group-site_item {
    width: calc(50% - 10px);
  }
}

.inc-group-site_item-inner {
  display: block;
}

.inc-group-site_thumb {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.inc-community_content {
  display: flex;
  justify-content: center;
}

.inc-business_text {
  margin-top: 40px;
  text-align: center;
}

.inc-business_type-list-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: max-height .5s ease;
}

.inc-business_type-list-wrapper.m-show {
  max-height: 100vh;
}

.inc-business_type-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 30px;
  padding-top: 40px;
}

.inc-business_content-list {
  margin-top: 20px;
}

.inc-business_content-item:not(:first-child) {
  margin-top: 30px;
}

.inc-business_banner {
  display: flex;
  position: relative;
  min-height: 71px;
  padding: .5rem;
  background-color: #ffffff;
}

.inc-business_banner-thumb {
  max-width: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.inc-business_banner-detail {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  padding: .5rem 0 .5rem 1rem;
}

.inc-business_banner-detail:first-child {
  padding-left: .5rem;
}

.inc-business_banner-heading {
  font-weight: bold;
}

.inc-business_banner-note {
  margin-top: .5rem;
}

.inc-business_banner-icon {
  display: flex;
  align-items: center;
  padding-left: .5rem;
}

.inc-business_button {
  position: relative;
  margin-top: 40px;
}

.inc-business_button.m-open,
.inc-business_button.m-close {
  padding-left: 32px;
}

.inc-business_button.m-open::before {
  position: absolute;
  top: 50%;
  left: calc(16px - .5rem);
  width: 1rem;
  height: 1px;
  background-color: #000000;
  content: "";
}

.inc-business_button.m-open::after {
  position: absolute;
  top: calc(50% - .5rem);
  left: 15px;
  width: 1px;
  height: 1rem;
  background-color: #000000;
  content: "";
}

.inc-business_button.m-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(16px - .5rem);
  width: 1rem;
  height: 1px;
  background-color: #000000;
}

/* top topic_inc */
.p-topic_ptn_bnr {
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}

.p-topic_ptn_bnr img {
  display: block;
  width: 100%;
}

.p-topic_ptn_bnr ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-topic_ptn_bnr {
    margin: 0 12px;
  }
  .p-topic_ptn_bnr img {
    width: 100%;
  }
}

.inc-special-contents-cube:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .inc-special-contents-cube .inc-brand-list-link {
    margin-top: -38px;
  }
}

@media screen and (max-width: 767px) {
  .inc-special-contents-cube .inc-special-contents-title {
    text-align: center;
  }
}

.inc-special-contents-cube .inc-special-contents-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .inc-special-contents-cube .inc-special-contents-list {
    margin: -10px;
    padding-top: 10px;
  }
}

.inc-special-contents-cube .inc-special-contents-list-img {
  width: 100%;
  border: 1px solid #eaf3f5;
}

.inc-special-contents-cube .inc-special-contents-list-link {
  display: block;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .inc-special-contents-cube .inc-special-contents-list-link {
    display: none;
  }
}

.inc-special-contents-cube .inc-special-contents-item {
  width: calc(33.3333333333% - 30px);
  margin: 15px;
}

@media screen and (max-width: 767px) {
  .inc-special-contents-cube .inc-special-contents-item {
    width: calc(50% - 20px);
    margin: 10px;
  }
}

.inc-special-contents-cube .inc-special-contents-img-wrapper {
  width: 100%;
}

.inc-special-contents-cube .inc-special-contents-banner {
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .inc-special-contents-cube .inc-special-contents-banner {
    margin: 30px 0 0;
  }
}

.inc-special-contents-cube .inc-special-contents-two-columns {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .inc-special-contents-cube .inc-special-contents-two-columns {
    display: block;
    width: auto;
    margin: 0 -12px;
  }
}

.inc-special-contents-cube .inc-special-contents-column {
  padding: 40px 30px;
}

@media screen and (max-width: 767px) {
  .inc-special-contents-cube .inc-special-contents-column {
    padding: 40px 12px;
    border-bottom: solid 1px #e8e8e8;
  }
}

.inc-special-contents-cube .inc-special-contents-column:first-child {
  width: calc((100% - 10px) / 3 * 2 - 1px);
}

@media screen and (max-width: 767px) {
  .inc-special-contents-cube .inc-special-contents-column:first-child {
    width: 100%;
    border-top: solid 1px #e8e8e8;
  }
}

.inc-special-contents-cube .inc-special-contents-column:last-child {
  width: calc(100% - (100% - 10px) / 3 * 2 - 1px);
}

@media screen and (max-width: 767px) {
  .inc-special-contents-cube .inc-special-contents-column:last-child {
    width: 100%;
  }
}

.inc-special-contents-cube .inc-special-contents-column.inc-m-yellow {
  background: #faf9e1;
}

@media screen and (max-width: 767px) {
  .inc-special-contents-cube .inc-special-contents-column.inc-m-yellow {
    background: transparent;
  }
}

.inc-special-contents-cube .inc-special-contents-column.inc-m-gray {
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .inc-special-contents-cube .inc-special-contents-column.inc-m-gray {
    background: transparent;
  }
}

.inc-special-contents-cube .inc-special-contents-column-title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .inc-special-contents-cube .inc-special-contents-column-title {
    font-size: 18px;
  }
}

.inc-special-contents-cube .inc-special-contents-column-title-small {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .inc-special-contents-cube .inc-special-contents-column-title-small {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .inc-special-contents-cube .inc-special-contents-column .inc-special-contents-list-link {
    display: block;
  }
}

.inc-category-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}

.inc-category-subtitle {
  margin-bottom: 10px;
  padding: .75rem 1rem;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .inc-category-subtitle {
    margin: 0;
    background-color: #e8e8e8;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .inc-category-subtitle {
    border-bottom: 1px solid #a0a0a0;
  }
}

.inc-category-subtitle .icon {
  margin-right: .25rem;
}

.inc-category-content:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .inc-category-content:not(:first-child) {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .inc-category-content-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .inc-category-content-list .link:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .inc-category-content-list-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 50px;
    padding: .75rem 2rem .75rem .75rem;
    text-decoration: none;
  }
}

.inc-category-content-list-item:not(.inc-category-content-list-item-v2) {
  display: inline-block;
  width: 100%;
  padding: .75em 1em;
}

@media screen and (max-width: 767px) {
  .inc-category-content-list-item:not(.inc-category-content-list-item-v2) {
    display: flex;
    align-items: center;
    position: relative;
    width: 50%;
    padding: 0;
  }
  .inc-category-content-list-item:not(.inc-category-content-list-item-v2):not(:first-child) {
    border-top: 1px solid #d2d1d1;
  }
  .inc-category-content-list-item:not(.inc-category-content-list-item-v2):not(:last-child) {
    border-right: 1px solid #d2d1d1;
  }
  .inc-category-content-list-item:not(.inc-category-content-list-item-v2):last-child {
    border-right: 1px solid #d2d1d1;
  }
}

.inc-category-content-name {
  font-weight: bold;
}

.inc-category-content-arrow {
  display: none;
}

@media screen and (max-width: 767px) {
  .inc-category-content-arrow {
    display: block;
    position: absolute;
    top: calc(50% - .5rem);
    right: .55rem;
  }
}

@media screen and (max-width: 767px) {
  .m-odd .inc-category-content-list-item:first-child {
    width: 100%;
    border-bottom: 1px solid #d2d1d1;
  }
  .m-odd .inc-category-content-list-item:nth-child(n+2):nth-child(-n+3) {
    border-top: none !important;
  }
  .m-odd .inc-category-content-list-item:nth-child(odd) {
    border-right: none !important;
  }
}

@media screen and (max-width: 767px) {
  .m-even .inc-category-content-list-item:nth-child(even) {
    border-right: none !important;
  }
  .m-even .inc-category-content-list-item:nth-child(-n+2) {
    border-top: none !important;
  }
}

.inc-camp-search {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .inc-service-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 2.6em 0 1.3em 0;
    border-bottom: 1px solid #e8e8e8;
  }
}

@media screen and (max-width: 767px) {
  .inc-campaign-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 2.6em 0;
    border-bottom: 1px solid #e8e8e8;
  }
}

@media screen and (max-width: 767px) {
  .inc-smart-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 2.6em 0;
    border-bottom: 1px solid #e8e8e8;
  }
}

@media screen and (max-width: 767px) {
  .inc-otoku-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 2.6em 0;
    border-bottom: 1px solid #e8e8e8;
  }
}

@media screen and (max-width: 767px) {
  .inc-infomation-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 2.6em 0;
    border-bottom: 1px solid #e8e8e8;
  }
}

@media screen and (max-width: 767px) {
  .inc-shopinfo-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 2em 0;
    border-bottom: 1px solid #e8e8e8;
  }
}

@media screen and (max-width: 767px) {
  .inc-sns-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 2em 0;
    border-bottom: 1px solid #e8e8e8;
  }
}

.inc-camp-img-title {
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .inc-camp-img-title {
    font-size: 18px;
  }
}

.inc-camp-img-wrapper {
  clear: both;
  max-width: 250px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .inc-camp-img-wrapper {
    width: 100%;
	max-width: 350px;
    margin: 0 auto;
    padding: 2.6em 0 1.3em 0;
    border-bottom: 1px solid #e8e8e8;
  }
}

@media screen and (max-width: 767px) {
  .inc-app-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 2.6em 0;
    border-bottom: 1px solid #e8e8e8;
  }
}

@media screen and (max-width: 767px) {
  .inc-app-list {
    background: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .inc-app-item + .inc-app-item {
    border-top: 1px solid #e8e8e8;
  }
}

.inc-camp-img-wrapper + .inc-camp-img-wrapper {
  margin-top: 20px;
}

.inc-camp-img-link + .inc-camp-img-link {
  display: inline-block;
  margin-top: 10px;
}

.inc-camp-text-link {
  margin-top: 10px;
  text-align: right;
}

.inc-otoku-contents {
  display: flex;
}

@media screen and (max-width: 767px) {
  .inc-otoku-contents {
    justify-content: space-between;
  }
  .inc-service-wrapper .inc-otoku-contents {
    justify-content: center;
  }
}

.inc-otoku-contents.m-sns {
  justify-content: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .inc-otoku-contents.m-sns .img-link {
    max-width: 46px;
  }
  .inc-otoku-contents.m-sns .img-link:not(:first-child) {
    margin-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .inc-otoku-contents.m-sns .img-link {
    width: 12.857142857%;
    min-width: 29px;
  }
  .inc-otoku-contents.m-sns .img-link:not(:first-child) {
    margin-left: 6.428571428%;
  }
  .inc-otoku-contents.m-sns .inc-camp-img {
    margin-bottom: 0;
  }
}

.inc-category-content-list-item.m-news {
  border-bottom: 1px solid #e8e8e8;
}

.inc-category-content-list.m-no-title .inc-category-content-list-item:first-child {
  border-top: 1px solid #e8e8e8;
}

.inc-navigation-list.m-camp-sp {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .inc-navigation-list.m-camp-sp {
    margin: 0 -12px;
    padding: 0 12px;
    background: #ffffff;
  }
}

.inc-navigation-list.m-camp-sp .inc-navigation-list_item {
  width: 50%;
}

.inc-navigation-list.m-camp-sp .inc-navigation-list_item:nth-child(even) {
  border-left: 1px solid #e8e8e8;
}

.inc-navigation-list.m-camp-sp .inc-navigation-list_menu {
  border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width: 767px) {
  .inc-otoku-item {
    width: 30%;
    margin: 0 0 1.36em 0;
    vertical-align: top;
  }
  .inc-service-wrapper .inc-otoku-contents .inc-otoku-item {
    width: 33%;
    margin: 0 2.5% 1.36em 2.5%;
  }
  .inc-service-wrapper .inc-otoku-contents .inc-otoku-item p {
    font-size: .8571428571em;
  }
}

@media screen and (max-width: 767px) {
  .inc-otoku-item.m-camp-present {
    width: 47.5%;
    margin: 0 0 1.36em 0;
    vertical-align: top;
  }
}

.inc-camp-img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .inc-camp-img {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.inc-camp-news-item {
  border-bottom: 1px solid #e8e8e8;
}

.inc-camp-news-item:first-child {
  border-top: 1px solid #e8e8e8;
}

.inc-shopinfo-txt {
  padding: 5px 0;
  font-weight: bold;
  text-decoration: none;
}

.inc-camp-sp {
  margin: 0 -12px;
  padding: 15px 12px 0;
  background: #f6f4f3;
}

.inc-app-icon {
  width: 15%;
  padding-right: 10px;
}

.inc-app-detail {
  flex: 1 1 0%;
  font-size: 3.45vw;
}

.inc-app-btn {
  margin: 0 .2em;
  padding: .1em .3em;
  background-color: #eaf3f5;
  font-weight: bold;
  font-size: 2.7vw;
  white-space: nowrap;
}

.inc-camp-text-link .link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.inc-review-terms {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .is-fullvw-mobile {
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
  }
}

.top-container {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 25% 75%;
  row-gap: 40px;
}

@media screen and (max-width: 767px) {
  .top-container {
    grid-template-rows: min-content min-content min-content;
    grid-template-columns: 100%;
    row-gap: 20px;
  }
}

.top_sub {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  grid-column: 1;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .top_sub {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    padding: 0;
  }
}

.top_history:not(.top-sec) {
  grid-row: 1;
  grid-column: 2;
}

@media screen and (max-width: 767px) {
  .top_history:not(.top-sec) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    grid-column: 1;
  }
  .top_history:not(.top-sec) .heading-1 {
    text-align: center;
  }
}

.top_main {
  grid-row: 2;
  grid-column: 2;
}

@media screen and (max-width: 767px) {
  .top_main {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    grid-column: 1;
  }
}

.section.slider {
  margin: 0 -20px 40px;
}

@media screen and (max-width: 767px) {
  .section.slider {
    margin-bottom: 0;
  }
}

.section.slider .slick-arrow {
  background: rgba(0, 0, 0, .4);
}

.section.slider .slick-prev {
  left: calc(50% - 455px);
}

@media screen and (max-width: 767px) {
  .section.slider .slick-prev {
    left: 50px;
  }
}

.section.slider .slick-next {
  right: calc(50% - 455px);
}

@media screen and (max-width: 767px) {
  .section.slider .slick-next {
    right: 57px;
  }
}

.section.slider .img-link {
  display: block;
}

.section.slider img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .section.slider .slick-arrow::before {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section.slider .slick-arrow {
    width: 30px;
    height: 60px;
  }
}

.section.slider .banner-slider-img-wrapper {
  display: block;
}

.slider-img {
  border: solid 1px #eaf3f5;
}

.banner-slider {
  display: flex;
  overflow: visible;
}

.slider-pc .banner-slider_item {
  flex: 1 0 auto;
}

.slider-mobile .banner-slider_item {
  width: 66.6%;
  flex: 0 0 auto;
}

.banner-slider_item {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .banner-slider_item {
    margin-right: 7px;
  }
}

.banner-slider-img-wrapper {
  display: flex;
  justify-content: center;
}

.section + .section {
  margin-top: 40px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}