@charset 'UTF-8';

/* ------------------------------------------
  Common
------------------------------------------ */
body {
  font-family: 'Hiragino Sans',system-ui,-apple-system,sans-serif;
  min-width: 1176px;
}

#container {
  padding: 0;
}

.wrap {
  background-color: #fff;
}

.wrap img {
  max-width: 100%;
}

.only_sp {
  display: none !important;
}

.container {
  margin: 0 auto;
  max-width: 1176px;
}

@media screen and (max-width: 767px) {
  *, *:before, *:after {
    box-sizing: border-box;
  }

  html {
    font-size: 62.5%;
  }

  body {
    color: #1b1b1b;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    font-size: 1.3rem;
    line-height: 1.4;
    min-width: inherit;
    padding-bottom: 55px;
  }

  button, input, select, textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
    font-size: 1em;
    margin: 0;
  }

  .only_pc {
    display: none !important;
  }

  .only_sp {
    display: block !important;
  }

  .wrap {
    background-color: #f4f4f4;
  }

  .container {
    width: auto;
  }
}

/* ------------------------------------------
  Header
------------------------------------------ */
.header {
  align-items: center;
  background-color: #fff;
  border-bottom: #dadada 1px solid;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}

.header > .container {
  align-items: center;
  display: flex;
  height: 72px;
}

.header_logo {
  align-items: center;
  display: flex;
  height: 100%;
  margin-right: 24px;
  width: 90px;
}

.globalnavi {
  display: flex;
  height: 100%;
}

.globalnavi a {
  display: block;
  padding: 16px 12px;
}

.globalnavi a > span {
  color: #1b1b1b;
  font-family: UniqloProBold,system-ui,-apple-system,sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  letter-spacing: .4px;
  line-height: 20px;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.globalnavi a:hover span {
  border-bottom: 2px solid #1b1b1b;
}

.category_navi {
  background-color: #fff;
  color: #1b1b1b;
  display: none;
  left: 0;
  line-height: 1.5;
  position: absolute;
  top: 73px;
  width: 100%;
  z-index: 400;
}

.category_navi.is-active {
  display: block;
}

.category_navi_bg {
  background-color: rgba(27,27,27,.5);
  bottom: 0;
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 300;
  z-index: 1;
}

.category_navi > .container {
  display: flex;
  padding: 24px 0;
}

.category_navi .regular {
  display: flex;
  flex: 1;
  margin-right: 24px;
  padding-right: 24px;
  position: relative;
}

.category_navi .regular::after {
  background-color: #dadada;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.category_navi .regular .col {
  box-sizing: border-box;
  flex: 0 1 25%;
  padding-right: 24px;
}

.category_navi .regular .col:last-child {
  padding: 0;
}

.category_navi .feature {
  width: calc((100% - 120px) / 5);
}

.category_navi .category_title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.category_navi .menu_list {
  margin-bottom: 24px;
}

.category_navi a {
  color: #1b1b1b;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 8px 0;
}

.category_navi .btn_close {
  align-items: center;
  background: 0 0;
  border: 1px solid transparent;
  color: #1b1b1b;
  display: inline-flex;
  fill: #1b1b1b;
  flex-direction: column;
  height: 56px;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  outline: 0;
  padding: 4px;
  position: relative;
  text-decoration: none;
  width: 44px;
}

.category_navi .btn_close_icon {
  fill: inherit;
  position: relative;
}

.category_navi .btn_close_icon svg {
  color: #787878;
  display: block;
  fill: inherit;
  height: 24px;
  overflow: hidden;
  width: 24px;
}

.category_navi .btn_close_text {
  font-size: 11px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 15px;
    position: static;
  }

  .header .container {
    height: 40px;
  }

  .globalnavi {
    display: none;
  }
}

/* ------------------------------------------
  contents
------------------------------------------ */
#content {
  margin: 0 auto;
  padding-top: 117px;
  width: 1176px;
}

.breadcrumbs {
  margin: 0 0 32px;
}

.breadcrumbs .bc-list {
  font-weight: 300;
}

.breadcrumbs .bc-list li::after {
  background-color: #1b1b1b;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 12px;
  transform: rotate(15deg);
  width: 1px;
}

.breadcrumbs .bc-list li:last-child::after {
  content: none;
}

.breadcrumbs .bc-list a {
  text-decoration: underline;
}

.lnav__title {
  color: #1b1b1b;
  font-family: UniqloProBold,system-ui,-apple-system,sans-serif !important;
  font-size: 36px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.375;
  margin-bottom: 24px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
}

.lnav__chgview {
  display: none;
}

.section-products .product-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
}

.section-products .item {
  float: none;
  height: auto;
  margin: 0 0 16px;
  width: 20%;
}

.section-products .item:hover::before {
  border: 1px solid #6a6a6a;
  bottom: -1px;
  content: '';
  left: -1px;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 1;
}

.section-products .item a {
  display: block;
  height: 100%;
  padding: 12px 12px 16px;
  width: 100%;
}

.section-products .item .info {
  padding-top: 16px;
}

.section-products .item__name {
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 8px;
  position: static;
  width: auto;
}

.section-products .item__rating {
  display: none;
}

.section-products .item__category {
  color: #787878;
  font-size: 11px;
}

.section-products .item__price {
  color: #1b1b1b;
  font-family: UniqloProBold,system-ui,-apple-system,sans-serif;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  letter-spacing: .025rem;
  line-height: 1.25;
  margin-top: 8px;
  -moz-osx-font-smoothing: grayscale;
  position: static;
  text-align: left;
  text-transform: uppercase;
}

.section-products .uq-uikit-rating-static {
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
  margin-top: 12px;
}

.uq-uikit-rating-static__item {
  margin-left: 4px;
}

.uq-uikit-rating-static__item:first-of-type {
  margin-left: 0;
}

.uq-uikit-star--full {
  fill: #1b1b1b;
}

.uq-uikit-star--half {
  fill: #1b1b1b;
}

.uq-uikit-star--half polygon:last-child {
  fill: #dadada;
}

.uq-uikit-star--empty {
  fill: #dadada;
}

.uq-uikit-rating-static__reviews {
  color: #1b1b1b;
  font-family: 'Helvetica Neue',system-ui,-apple-system,sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin-left: 4px;
}

.uq-uikit-button-reset {
  background: 0 0;
  border: none;
  font: inherit;
  padding: 0;
  text-align: inherit;
}

.uq-uikit-link-text {
  -webkit-appearance: none;
  color: #1b1b1b;
  cursor: pointer;
  margin: 0;
  outline: 0;
  overflow: visible;
  position: relative;
  text-align: left;
  text-decoration: underline;
}

.uq-uikit-link-text:hover {
  text-decoration: none;
}

.uq-uikit-link-text--standalone {
  display: inline;
}

.uq-uikit-cursor-pointer:not(:disabled) {
  cursor: pointer;
}

.uq-uikit-label {
  font-family: 'Hiragino Sans',system-ui,-apple-system,sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: normal;
}

.section-comment .comments {
  width: 976px;
}

.section-comment .comment {
  width: 487px;
}

.section-comment .item__rating {
  display: none;
}

.section-comment .item_star .uni-product-rating-filled-stars-container .uni-product-rating-star.half {
  position: relative;
}

.section-comment .item_star .uni-product-rating-filled-stars-container .uni-product-rating-star.half:before {
  color: #ebbe00;
  content: '\e900';
  font-family: uniqlo-icons;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  text-transform: none;
  width: .5em;
}

.section-comment .item_star .uni-product-rating-filled-stars-container .uni-product-rating-star.half:after {
  color: #dadada;
}

.section-cordinate .col-5 .columns {
  width: 223px;
}

.section-article .columns {
  width: 20%;
}

.section-cordinate-link .linkBtn {
  float: right;
  margin: 15px 0 0;
}

.section-article .article__title {
  font-weight: bold;
  line-height: 1.6;
}

.section-article .article__text {
  display: none;
}

@media screen and (max-width: 767px) {
  #content {
    font-size: inherit;
    margin: 0 auto;
    padding: 0;
    width: auto;
  }

  .breadcrumbs {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .16);
    margin-bottom: 21px;
    overflow-x: auto;
    padding: 22px 4vw;
  }

  .breadcrumbs .bc-list {
    font-weight: 400;
  }

  .breadcrumbs .bc-list li::after {
    background: none;
    color: #ababab;
    content: ' / ';
    display: inline;
    height: auto;
    margin: 0;
    transform: none;
    width: auto;
  }

  .lnav__search {
    margin: 0;
  }

  .localnav {
    padding-bottom: 66px;
  }

  .lnav__search ul {
    display: flex;
    flex-wrap: wrap;
  }

  .lnav__search li {
    border-top: none;
    width: 50%;
  }

  .lnav__title {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    padding: 21px 4vw;
  }

  .lnav__controls {
    align-items: center;
    border-top: 1px solid #dadada;
    display: flex;
    height: 66px;
    position: absolute;
    width: 100%;
    z-index: 11;
  }

  .lnav__controls.fixed {
    left: 0;
    position: fixed;
    top: 0;
  }

  .lnav__controls > * {
    align-items: center;
    display: flex;
    float: none;
    height: 100%;
    line-height: inherit;
    padding: 0;
    text-align: left;
  }

  .lnav__results {
    flex-grow: 1;
    min-width: 172px;
    padding-left: 15px;
    width: auto;
  }

  .lnav__results dl {
    font-weight: bold;
  }

  .lnav__results dd {
    font-size: inherit;
  }

  .lnav__chgview {
    border-left: 1px solid #dadada;
    justify-content: center;
    text-align: center;
    width: 74px;
  }

  .lnav__chgview > * {
    text-align: center;
  }

  .lnav__chgview-current_view-ico:before {
    content: '\e90a' !important;
  }

  .lnav__chgview-current_view-text {
    font-size: 1.1rem;
  }

  .lnav__chgview-current_view.layout-list .lnav__chgview-current_view-ico:before {
    content: '\e909' !important;
  }

  .lnav__chgview a {
    margin-right: 1em;
  }

  .lnav__chgview-select {
    background-color: #fff;
    border: 1px solid #dadada;
    display: none;
    position: absolute;
    top: 64px;
    width: 75px;
    z-index: 9;
  }

  .lnav__chgview-select li {
    height: 66px;
    width: 75px;
  }

  .lnav__chgview-select button {
    height: 100%;
    padding: 0;
    width: 100%;
  }

  .lnav__chgview-select-grid button:before {
    content: '\e90a' !important;
  }

  .lnav__chgview-select-list button:before {
    content: '\e909' !important;
  }

  .unicon, .lnav__sort-ico:before, .lnav__chgview-current_view-ico:before, .lnav__chgview-select button:before, .lnav__refine-config-ico:before {
    color: #1b1b1b;
    content: '\e90b';
    display: inline-block;
    font-family: uniqlo-icons;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    text-transform: none;
    top: 2px;
  }

  .search_tags {
    display: none;
  }

  .section-products {
    margin-bottom: 18px;
  }

  .section-products .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }

  .section-products .item {
    float: none;
    height: auto;
    margin: 0;
    width: 50%;
  }

  .section-products .item:hover::before {
    content: none;
  }

  .section-products .item:nth-child(odd)::after {
    background-color: #f4f4f4;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }

  .section-products .item a {
    padding: 0;
  }

  .section-products.layout-list .item {
    display: flex;
    position: relative;
    width: 100%;
  }

  .section-products.layout-list .item::after, .section-products.layout-list .item:nth-child(odd)::after {
    background-color: #f4f4f4;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
  }

  .section-products.layout-list .item a {
    display: flex;
  }

  .section-products.layout-list .item .item__thumb {
    width: 50%;
  }

  .section-products.layout-list .item .info {
    width: 50%;
  }

  .section-products .item__thumb img {
    width: 100%;
  }

  .section-products .info {
    padding: 15px 15px 21px;
  }

  .section-products .info > * {
    margin: 3px 0;
  }

  .section-products .item__category {
    color: #ababab;
    display: flex;
    font-family: 'UniqloPro Bold', 'Helvetica Neue', HelveticaNeue, Helvetica, 'Noto Sans', Roboto, Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Noto Sans CJK JP', Osaka, Meiryo, 'メイリオ', 'MS PGothic', 'MS Pゴシック', 'Hiragino Sans GB', 'Arial Unicode MS', sans-serif;
    font-size: 1.1rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    justify-content: space-between;
  }

  .section-products .item__name {
    font-size: 1.3rem;
    font-weight: 400;
    position: static;
    width: auto;
  }

  .section-products .item__price {
    font-family: UniqloProBold,system-ui,-apple-system,sans-serif;
    font-size: 2.2rem;
    position: static;
    text-align: left;
  }

  .section-products .item__rating {
    display: flex;
  }

  .section-products .item__star {
    position: relative;
  }

  .uq-uikit-rating-static__item {
    margin-left: 3px;
  }

  .uq-uikit-star--full {
    fill: #ebbe00;
  }

  .uq-uikit-star--half {
    fill: #ebbe00;
  }

  .uq-uikit-star--half polygon:last-child {
    fill: #dadada;
  }

  .uq-uikit-star--empty {
    fill: #dadada;
  }

  .section-products .uq-uikit-rating-static {
    margin: 6px 0 0;
  }

  .uq-uikit-rating-static__reviews {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', 'Noto Sans CJK JP', Osaka, Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', 'Hiragino Sans GB', 'Helvetica Neue', HelveticaNeue, Helvetica, 'Noto Sans', Roboto, Arial, 'Arial Unicode MS', sans-serif;
    font-size: 11px;
    line-height: 1.5;
    margin-left: 7px;
  }

  .uq-uikit-link-text {
    text-decoration: none;
  }

  .uq-uikit-label {
    font-size: 11px;
    font-weight: normal;
  }

  .section-products .item__star .uni-product-rating-star {
    margin-right: 4px;
  }

  .section-products .item__star .uni-product-rating-star:after {
    color: #dadada;
    content: '\e900';
    font-family: uniqlo-icons;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
  }

  .section-products .item__star .uni-product-rating-filled-stars-container, .section-products .item__star .uni-product-rating-empty-stars-container {
    display: block;
    white-space: nowrap;
  }

  .section-products .item__star .uni-product-rating-filled-stars-container {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
  }

  .section-products .item__star.star-0_5 .uni-product-rating-filled-stars-container {
    width: 6px;
  }

  .section-products .item__star.star-1_0 .uni-product-rating-filled-stars-container {
    width: 13px;
  }

  .section-products .item__star.star-1_5 .uni-product-rating-filled-stars-container {
    width: 22px;
  }

  .section-products .item__star.star-2_0 .uni-product-rating-filled-stars-container {
    width: 28px;
  }

  .section-products .item__star.star-2_5 .uni-product-rating-filled-stars-container {
    width: 37px;
  }

  .section-products .item__star.star-3_0 .uni-product-rating-filled-stars-container {
    width: 44px;
  }

  .section-products .item__star.star-3_5 .uni-product-rating-filled-stars-container {
    width: 53px;
  }

  .section-products .item__star.star-4_0 .uni-product-rating-filled-stars-container {
    width: 58px;
  }

  .section-products .item__star.star-4_5 .uni-product-rating-filled-stars-container {
    width: 69px;
  }

  .section-products .item__star.star-5_0 .uni-product-rating-filled-stars-container {
    width: 75px;
  }

  .section-products .item__star .uni-product-rating-filled-stars-container .uni-product-rating-star:after {
    color: #ebbe00;
  }

  .section-products .item__star .uni-product-rating-filled-stars-container .uni-product-rating-star.half {
    position: relative;
  }

  .section-products .item__star .uni-product-rating-filled-stars-container .uni-product-rating-star.half:before {
    color: #ebbe00;
    content: '\e900';
    font-family: uniqlo-icons;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    overflow: hidden;
    position: absolute;
    text-transform: none;
    width: .5em;
  }

  .section-products .item__star .uni-product-rating-filled-stars-container .uni-product-rating-star.half:after {
    color: #dadada;
  }

  .section-products .item__reviews_count {
    font-size: 1.1rem;
    margin-left: 5px;
  }

  .add_note {
    background: #fff;
    border-top: 1px solid #dadada;
    font-size: inherit;
    margin: 0;
    padding: 10px;
  }

  .pager, .nav.pagination {
    background-color: #fff;
    border-top: 1px solid #dadada;
    padding: 9px 15px;
  }

  .pager .nav-links, .nav.pagination .nav-links {
    height: 24px;
  }

  .pager .nav-links span.current, .nav.pagination .nav-links span.current {
    font-size: 12px;
    line-height: 24px;
  }

  .pager .nav-links .next, .pager .nav-links .prev, .nav.pagination .nav-links .next, .nav.pagination .nav-links .prev {
    background-size: cover;
    height: 24px;
    width: 24px;
  }

  .pager .nav-links a.prev, .nav.pagination .nav-links a.prev {
    background-image: url(../img/ico-chevron-left_sp.png);
    left: 0;
  }

  .pager .nav-links a.next, .nav.pagination .nav-links a.next {
    background-image: url(../img/ico-chevron-right_sp.png);
    right: 0;
  }

  .section-products .pager {
    margin: 0;
  }

  .bn {
    margin-bottom: 18px;
  }

  .section {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
    margin-bottom: 18px;
  }

  .section .headline {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
    padding: 18px 15px;
  }

  .section .headline__title {
    font-size: 18px;
    font-weight: bold;
  }

  .section-comment {
    margin: 0;
  }

  .section-comment .panel .row {
    display: block;
  }

  .section-comment .panel {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
    margin: 0 0 9px;
  }

  .section-comment .panel .columns {
    display: block;
    width: auto;
  }

  .section-comment .panel .columns.item {
    display: flex;
    padding: 0;
  }

  .section-comment .item__thumb {
    width: 50%;
  }

  .section-comment .item .info {
    font-size: inherit;
    margin: 0;
    padding: 15px 15px 0;
    width: 50%;
  }

  .section-comment .item .info > * {
    margin-bottom: 6px;
  }

  .section-comment .item__category {
    display: flex;
    font-size: 1.1rem;
    justify-content: space-between;
  }

  .section-comment .item__gender {
    margin: 0;
  }

  .section-comment .item__size {
    position: static;
  }

  .section-comment .item .info .item__name {
    margin: 0;
  }

  .section-comment .item .info .item__price {
    font-size: 18px;
    line-height: 1em;
    margin: 0;
  }

  .section-comment .item__rating {
    display: flex;
  }

  .section-comment .item__star {
    position: relative;
  }

  .section-comment .item__star .uni-product-rating-star {
    margin-right: 4px;
  }

  .section-comment .item__star .uni-product-rating-star:after {
    color: #dadada;
    content: '\e900';
    font-family: uniqlo-icons;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
  }

  .section-comment .item__star .uni-product-rating-filled-stars-container, .section-comment .item__star .uni-product-rating-empty-stars-container {
    display: block;
    white-space: nowrap;
  }

  .section-comment .item__star .uni-product-rating-filled-stars-container {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
  }

  .section-comment .item__star.star-0_5 .uni-product-rating-filled-stars-container {
    width: 6px;
  }

  .section-comment .item__star.star-1_0 .uni-product-rating-filled-stars-container {
    width: 13px;
  }

  .section-comment .item__star.star-1_5 .uni-product-rating-filled-stars-container {
    width: 22px;
  }

  .section-comment .item__star.star-2_0 .uni-product-rating-filled-stars-container {
    width: 28px;
  }

  .section-comment .item__star.star-2_5 .uni-product-rating-filled-stars-container {
    width: 37px;
  }

  .section-comment .item__star.star-3_0 .uni-product-rating-filled-stars-container {
    width: 44px;
  }

  .section-comment .item__star.star-3_5 .uni-product-rating-filled-stars-container {
    width: 53px;
  }

  .section-comment .item__star.star-4_0 .uni-product-rating-filled-stars-container {
    width: 58px;
  }

  .section-comment .item__star.star-4_5 .uni-product-rating-filled-stars-container {
    width: 69px;
  }

  .section-comment .item__star.star-5_0 .uni-product-rating-filled-stars-container {
    width: 75px;
  }

  .section-comment .item__star .uni-product-rating-filled-stars-container .uni-product-rating-star:after {
    color: #ebbe00;
  }

  .section-comment .item__star .uni-product-rating-filled-stars-container .uni-product-rating-star.half {
    position: relative;
  }

  .section-comment .item__star .uni-product-rating-filled-stars-container .uni-product-rating-star.half:before {
    color: #ebbe00;
    content: '\e900';
    font-family: uniqlo-icons;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    overflow: hidden;
    position: absolute;
    text-transform: none;
    width: .5em;
  }

  .section-comment .item__star .uni-product-rating-filled-stars-container .uni-product-rating-star.half:after {
    color: #dadada;
  }

  .section-comment .item__reviews_count {
    font-size: 1.1rem;
    margin-left: 5px;
  }

  .section-comment .comments {
    width: auto;
  }

  .section-comment .comment {
    border: none;
    border-bottom: 1px solid #f4f4f4;
    margin: 0 15px;
    padding: 18px 0;
    width: auto;
  }

  .section-comment .customer__text {
    margin-top: 9px;
  }

  .section-comment .customer__profile {
    font-size: 12px;
    margin: 15px 0 0;
  }

  .section-comment .comments__link {
    margin: 0;
    padding: 18px 18px 5px 18px;
  }

  .section-comment .comments__link a {
    font-size: inherit;
    text-decoration: none;
  }

  .section-comment .all_comments__link {
    margin: 0;
    padding: 0 18px 18px;
  }

  .section-comment .all_comments__link a {
    font-size: inherit;
    text-decoration: none;
  }

  .section-comment .linkBtn {
    height: 40px;
    margin: 0;
    margin: 0 15px 18px;
    width: 145px;
  }

  .section#cordinate {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
  }

  .section-cordinate {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16);
    margin-bottom: 9px;
  }

  .section-cordinate .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }

  .section-cordinate .columns {
    float: none;
    margin: 0;
    width: 50%;
  }

  .section-cordinate .col-5 .columns {
    width: 50%;
  }

  .section-cordinate-link .linkBtn {
    height: 40px;
    margin: 0;
    margin: 0 15px 18px;
    width: 145px;
  }

  .linkBtn a {
    background-position: right 13px center;
    line-height: 40px;
  }

  .section-article .content {
    margin: 0;
  }

  .section-article .columns {
    border-top: 1px solid #f4f4f4;
    float: none;
    height: auto !important;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .section-article .article {
    background-color: #fff;
    display: flex;
  }

  .section-article .article__thumb {
    width: 50%;
  }

  .section-article .article__thumb img {
    height: auto;
    width: 100%;
  }

  .section-article .article__summary {
    padding: 15px 15px 0;
    width: 50%;
  }

  .section-article .article__meta {
    margin-bottom: 6px;
  }

  .section-article .article__title {
    margin-bottom: 6px;
  }

  .section-article .article__text {
    display: block;
    font-weight: normal;
  }

  .section-related {
    border: none;
  }

  .section-related .panel {
    padding: 0 0 18px;
  }

  .section-related .related__title {
    border-bottom: 1px solid #f4f4f4;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 15px 9px;
  }

  .section-related .panel ul {
    padding: 0 15px;
  }

  .section-related li {
    margin-top: 9px;
  }

  .section-related li a {
    text-decoration: underline;
  }
}

/* ------------------------------------------
  footer
------------------------------------------ */
#pagetop {
  display: none;
}

.footer_top {
  background-color: #f4f4f4;
  padding: 32px 0 24px;
}

.footer_top .container {
  border-bottom: #dadada 1px solid;
  padding: 0 12px 24px;
}

.footer_navi {
  align-items: center;
  display: flex;
  margin-bottom: -16px;
}

.footer_navi li {
  font-size: 13px;
  margin: 0 16px 16px 0;
  padding-right: 16px;
  position: relative;
}

.footer_navi li::after {
  border-right: 1px solid #1b1b1b;
  bottom: 0;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.footer_navi li:last-child {
  margin: 0 0 16px;
  padding: 0;
}

.footer_navi li:last-child::after {
  content: none;
}

.footer_navi a {
  color: #1b1b1b;
  display: block;
  font-weight: 300;
  line-height: 1.5;
  padding: 4px 0;
}

.footer_links {
  display: flex;
  margin-top: 16px;
}

.footer_links dt {
  color: #1b1b1b;
  font-size: 13px;
  font-weight: 600;
  margin-right: 16px;
  padding: 5px 0;
}

.footer_remarks {
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  margin-top: 64px;
}

.footer_bottom {
  background-color: #f4f4f4;
  padding-bottom: 32px;
}

.copyright {
  color: #1b1b1b;
}

.copyright small {
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
}

.footer_sns {
  display: flex;
  justify-content: flex-end;
}

.footer_sns li {
  height: 40px;
}

.footer_sns li + li {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 55px;
    height: 50px;
    margin-bottom: 15px;
    position: fixed;
    right: 0;
    width: 50px;
    z-index: 10;
  }

  #pagetop .inner {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
  }

  #pagetop .inner::after {
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100%;
  }

  #pagetop img {
    position: relative;
    z-index: 1;
  }

  .footer_top {
    margin: 36px 15px 0;
    padding: 0;
  }

  .footer_top .container {
    border: none;
    overflow: hidden;
    padding: 0;
  }

  .footer_navi {
    display: block;
    margin-top: 25px;
  }

  .footer_navi li {
    border-top: #ababab 1px solid;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
  }

  .footer_navi li:last-child {
    border-bottom: #ababab 1px solid;
  }

  .footer_navi li::after {
    content: none;
  }

  .footer_navi li a {
    display: block;
    font-weight: 400;
    padding: 24px 0;
  }

  .footer_remarks {
    border-top: #1b1b1b 2px solid;
    color: #1b1b1b;
    font-weight: 400;
    margin: 0;
    padding-top: 10px;
  }

  .footer_sns_sp {
    border-bottom: #ababab 1px solid;
    padding: 24px 0;
  }

  .footer_sns_sp dt {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .footer_sns {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .footer_sns li {
    width: 40px;
  }

  .footer_sns li + li {
    margin-left: 4vw;
  }

  .footer_links {
    border-bottom: #ababab 1px solid;
    display: block;
    margin: 0;
  }

  .footer_links dt {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    padding: 24px 0;
    position: relative;
  }

  .footer_links dt::after {
    background-image: url(../img/chevron_updown.svg);
    background-size: 72px 24px;
    bottom: 0;
    content: '';
    display: block;
    font-size: 24px;
    height: 24px;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    -webkit-transition: -webkit-transform 400ms ease-in-out;
    transition: -webkit-transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
    width: 24px;
  }

  .footer_links dt.is-open::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .footer_links dd {
    display: none;
  }

  .footer_links .footer_navi {
    border-top: #dadada 1px solid;
    margin: 0;
    padding: 0 4vw;
  }

  .footer_links .footer_navi li {
    border: none;
    font-size: 1.3rem;
    margin: 24px 4vw;
    opacity: 0;
    position: relative;
    top: .5em;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }

  .footer_links .footer_navi li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
  }

  .footer_links .footer_navi li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
  }

  .footer_links .footer_navi li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .footer_links .footer_navi li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }

  .footer_links .is-active .footer_navi li {
    opacity: 1;
    top: 0;
  }

  .footer_links .footer_navi li a {
    color: #1b1b1b;
    font-weight: 400;
    padding: 0;
  }

  .footer_bottom {
    border: none;
    padding: 0 15px 15px;
  }

  .footer_bottom .container {
    display: block;
  }

  .copyright {
    color: #ababab;
    font-family: UniqloProLight,system-ui,-apple-system,sans-serif;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
  }

  .copyright small {
    font-size: 1.1rem;
    letter-spacing: .02em;
    line-height: 1.182;
  }
}

/* ------------------------------------------
  for sp navi
------------------------------------------ */
.footer_fixed_menu {
  display: none;
}

.sp_category_list {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer_fixed_menu {
    background-color: red;
    bottom: 0;
    display: block;
    height: 55px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 102;
  }

  .footer_fixed_menu .menu_list {
    align-items: center;
    display: flex;
    height: 55px;
    justify-content: space-between;
  }

  .footer_fixed_menu .menu_list li {
    width: 20%;
  }

  .footer_fixed_menu .menu_list a {
    color: #fff;
    font-size: 1rem;
    letter-spacing: .8px;
    line-height: 1;
  }

  .footer_fixed_menu .menu_list span {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .footer_fixed_menu .menu_list .icon {
    background-image: url(../img/nav-sp_menu.svg);
    background-size: 24px 24px;
    font-size: 24px;
    height: 24px;
    margin-bottom: 2px;
    overflow: hidden;
    vertical-align: bottom;
    width: 24px;
  }

  .footer_fixed_menu .menu_list li:first-child .icon {
    background-size: 72px 24px;
  }

  .footer_fixed_menu .menu_list .menu.is-open .icon {
    background-position: center right;
  }

  .footer_fixed_menu .menu_list li:nth-child(2) .icon {
    background-image: url(../img/nav-sp_search.svg);
  }

  .footer_fixed_menu .menu_list li:nth-child(3) .icon {
    background-image: url(../img/nav-sp_stores.svg);
  }

  .footer_fixed_menu .menu_list li:nth-child(4) .icon {
    background-image: url(../img/nav-sp_favorites.svg);
  }

  .footer_fixed_menu .menu_list li:nth-child(5) .icon {
    background-image: url(../img/nav-sp_cart.svg);
  }

  body.is-scroll-disabled {
    height: 100vh;
    overflow: hidden;
  }

  .sp_category_list {
    background-color: #f4f4f4;
    display: block;
    left: 0;
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 55px;
    position: fixed;
    top: 100%;
    -webkit-transition: top 500ms cubic-bezier(.01, .58, .55, .985);
    transition: top 500ms cubic-bezier(.01, .58, .55, .985);
    width: 100%;
    z-index: 101;
  }

  .sp_category_list.is-active {
    top: 0;
    -webkit-transition: top 500ms cubic-bezier(.025, 1.1, .465, 1.035);
    transition: top 500ms cubic-bezier(.025, 1.1, .465, 1.035);
  }

  .sp_category_list .tabs {
    align-items: flex-end;
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
  }

  .sp_category_list .tabs > li {
    background: #f4f4f4;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
    -webkit-box-flex: 1;
    display: block;
    flex: 1;
    height: 66px;
    padding-bottom: 0;
    text-align: center;
  }

  .sp_category_list .tabs > li:last-child {
    border-right-color: transparent;
  }

  .sp_category_list .tabs > .is-open {
    background: #fff;
    border-bottom: none;
  }

  .sp_category_list .tabs > li > a {
    align-items: center;
    color: #ababab;
    display: flex;
    font-family: UniqloProRegular,system-ui,-apple-system,sans-serif;
    font-size: 2rem;
    font-weight: 400;
    height: 100%;
    justify-content: center;
    letter-spacing: .01em;
    line-height: 1.2;
  }

  .sp_category_list .tabs .is-open > a {
    color: #1b1b1b;
  }

  .sp_category_list .tabs .is-open > a > span {
    border-bottom: #378694 2px solid;
    padding: 4px 0;
  }

  .sp_category_list .menu_list {
    background-color: #f4f4f4;
    display: none;
  }

  .sp_category_list .menu_list.is-active {
    display: block;
  }

  .sp_category_list .menu_list .block {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .16);
    margin-bottom: 9px;
  }

  .sp_category_list .menu_list .block:last-child {
    margin: 0;
  }

  .sp_category_list .menu_list .block > li {
    border-bottom: 1px solid #dadada;
  }

  .sp_category_list .menu_list .block > li:last-child {
    border: none;
  }

  .sp_category_list .menu_list .block > li > a {
    color: #1b1b1b;
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 24px 4vw;
  }

  .sp_category_list .menu_list .block > li > a {
    color: #1b1b1b;
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 24px 4vw;
  }

  .sp_category_list .menu_list .block .has_children > a {
    padding: 21px calc(8vw + 1.5em) 21px 4vw;
    position: relative;
  }

  .sp_category_list .menu_list .block .has_children > a::after {
    background-image: url(../img/chevron_updown.svg);
    background-size: 72px 24px;
    bottom: 0;
    content: '';
    display: block;
    font-size: 24px;
    height: 24px;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: 15px;
    text-transform: none;
    top: 0;
    -webkit-transition: -webkit-transform 400ms ease-in-out;
    transition: -webkit-transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
    width: 24px;
  }

  .sp_category_list .menu_list .block .has_children > a.is-open::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .sp_category_list .menu_list .block .has_children ul {
    border-top: 1px solid #f4f4f4;
    display: none;
    overflow: hidden;
    padding: 0 4vw;
  }

  .sp_category_list .menu_list .block .has_children ul li {
    opacity: 0;
    position: relative;
    top: .5em;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }

  .sp_category_list .menu_list .block .has_children ul li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
  }

  .sp_category_list .menu_list .block .has_children ul li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
  }

  .sp_category_list .menu_list .block .has_children ul li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .sp_category_list .menu_list .block .has_children ul li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }

  .sp_category_list .menu_list .block .has_children .is-active li {
    opacity: 1;
    top: 0;
  }

  .sp_category_list .menu_list .block .has_children ul li a {
    color: #1b1b1b;
    display: block;
    margin: 24px 4vw;
  }
}
