@charset "UTF-8";
.common-bnr-content {
  padding: 60px 0 0;
}

.common-bnr-content .bnr-list {
  margin: -20px 0 0;
}
.common-bnr-content .bnr-list__item {
  margin: 20px 0 0;
}
.common-bnr-content .bnr-list__item .bnr {
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.common-bnr-content .bnr-list__item .bnr img {
  width: 100%;
  height: auto;
}

.commonBredcrumbList {
  display: flex;
  padding: 0 20px;
  overflow: scroll;
  scrollbar-width: none;
}
.commonBredcrumbList::-webkit-scrollbar {
  display: none;
}
.commonBredcrumbList__item {
  position: relative;
  display: inline;
  padding: 0 15px 0 0;
  margin: 0 10px 0 0;
  font-size: 10px;
  font-weight: 400;
  color: #8e837c;
  letter-spacing: 0;
  white-space: nowrap;
}
.commonBredcrumbList__item::before {
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 6px;
  height: 9px;
  content: "";
  background: #8e837c;
  -webkit-mask-image: url("/assets/images/pages/f-static/product-detail/bredcrumb-list_icon-arw.svg");
          mask-image: url("/assets/images/pages/f-static/product-detail/bredcrumb-list_icon-arw.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.commonBredcrumbList__item:last-child {
  font-weight: 500;
  color: #534b46;
}
.commonBredcrumbList__item:last-child::before {
  display: none;
}

.form-header {
  position: relative;
  z-index: 1;
  padding: 13px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.form-header__logo {
  width: 90px;
  margin: 0 auto;
}
.form-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* icon blank */
.icon_blank {
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 10px;
  line-height: 2;
  border-bottom: 1px solid #444;
}

.icon_blank::after {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  content: "";
  background: url(/assets/images/pages/common/icon_blank.svg) no-repeat right 0;
  background-size: contain;
}

.icon_blank:hover {
  border-bottom: 1px solid #fff;
  opacity: 1;
}

.mobile-header {
  position: absolute;
  top: 348px;
  z-index: 9;
  width: 100%;
}
.mobile-header__nav {
  position: relative;
  display: flex;
}
.mobile-header__nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.333%;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.mobile-header__nav__item[aria-expanded=true] {
  background-color: #f6f6f6;
}
.mobile-header__nav__item span {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  cursor: pointer;
}
.mobile-header__nav__item:nth-of-type(1), .mobile-header__nav__item:nth-of-type(2) {
  border-right: 1px solid #ddd;
}
.mobile-header__nav__content .category {
  position: absolute;
  top: 62px;
  width: 100%;
  background-color: #f6f6f6;
}
.mobile-header__nav__content .category__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130vw;
  padding: 0 20px 108px;
  overflow-y: scroll;
  background: #f7f7f7;
}
.mobile-header__nav__content .category__list__item {
  border-bottom: 1px solid #ddd;
}
.mobile-header__nav__content .category__list__item a {
  display: block;
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 500;
}

.mobile-header.fixed {
  position: fixed;
  top: 60px;
  z-index: 9;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.r-content {
  margin-top: 110px !important;
}

.common-promotion-message {
  display: block;
  padding: 5px 20px 7px;
  text-align: center;
  background: #f6f6f6;
}
.common-promotion-message__text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #44b2b2;
}

.common-promotion-message .m-pipe-nav-list {
  margin: 0 -8px 0 0;
}

.common-quick-nav {
  position: relative;
  padding: 10px 0;
  background: #fff;
  border-top: 1px solid #ddd;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.common-quick-nav .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-quick-nav .list__item {
  padding: 0 15px;
}
.common-quick-nav .list__item .link {
  font-size: 14px;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.c-category-title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #dedcd9;
}
.c-category-title::before {
  position: absolute;
  right: 10px;
  display: block;
  width: 15px;
  height: 1px;
  content: "";
  background-color: #5e4e45;
}
.c-category-title::after {
  position: absolute;
  right: 17px;
  display: block;
  width: 1px;
  height: 15px;
  content: "";
  background-color: #5e4e45;
  transition: 0.2s ease-in;
}
.c-category-title.is-active {
  border-bottom: none;
}
.c-category-title.is-active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-category-title img {
  margin-top: -5px;
  margin-right: 10px;
}

.sec-category {
  position: relative;
  z-index: 0;
  padding: 10px 0 0;
  font-weight: 500;
  color: #534b46;
  background-color: #f1efec;
}
.sec-category::before {
  position: absolute;
  top: -1px;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 0.08;
}
.sec-category .section-title img {
  margin-top: -5px;
  margin-right: 5px;
}
.sec-category__inner {
  padding: 0 20px 30px;
  margin: 0 auto;
}
.sec-category__inner::before {
  position: absolute;
  top: -1px;
  display: block;
  width: 100px;
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 0.9;
}
.sec-category__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (2fr)[3];
  grid-template-columns: repeat(3, 2fr);
  max-height: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.sec-category__list.is-active {
  max-height: 100%;
  pointer-events: inherit;
  border-bottom: 1px solid #dedcd9;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.sec-category__item {
  position: relative;
  display: flex;
}
.sec-category__item .c-link--image {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 5px 0 25px;
}
.sec-category__item .c-link--arrow {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 10px;
  line-height: 1.4;
  text-align: left;
}
.sec-category__item .c-link--arrow svg {
  fill: #534b46;
}
.sec-category__concerns {
  max-height: 0;
  padding-left: 20px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.sec-category__concerns.is-active {
  max-height: 100%;
  pointer-events: inherit;
  border-bottom: 1px solid #dedcd9;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.sec-category__concerns.is-active .sec-category__item:nth-child(2) {
  border-top: 1px solid #dedcd9;
}
.sec-category__concerns .sec-category__item {
  border-bottom: 1px solid #dedcd9;
}
.sec-category__concerns .sec-category__item:last-child {
  border-bottom: none;
}
.sec-category__purpose {
  max-height: 0;
  padding-left: 20px;
  pointer-events: none;
  border-bottom: 1px solid #dedcd9;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.sec-category__purpose.is-active {
  max-height: 100%;
  pointer-events: inherit;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.sec-category__purpose.is-active .sec-category__item:nth-child(2) {
  border-top: 1px solid #dedcd9;
}
.sec-category__purpose .sec-category__item {
  border-bottom: 1px solid #dedcd9;
}
.sec-category__purpose .sec-category__item:last-child {
  border-bottom: none;
}
.sec-category__image {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 50%;
}
.sec-category__image img {
  width: 100%;
  height: 100%;
  transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-check {
  position: relative;
  z-index: 0;
  padding: 0 0 0;
  color: #534b46;
  background-color: #f7f7f7;
}
.sec-check .sec-mv__navi {
  flex-direction: row;
  width: 150px;
  margin: 0;
}
.sec-check .swiper-container-initialized {
  max-width: 330px;
  margin: 0;
  overflow: visible;
}
.sec-check .product-item {
  max-width: 330px;
}
.sec-check .button--prev, .sec-check .button--next {
  position: inherit;
  display: -ms-grid;
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0 5px;
  line-height: 1;
  background-image: none;
  border: 1px solid #bcb8b1;
  border-radius: 50%;
  place-items: center;
}
.sec-check .button--prev span, .sec-check .button--next span {
  margin: 0;
  line-height: 0;
}
.sec-check .button--prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.sec-check::before {
  position: absolute;
  top: -1px;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 0.08;
}
.sec-check__inner {
  padding: 0 20px;
  margin: 0 auto;
}
.sec-check__inner::before {
  position: absolute;
  top: -1px;
  display: block;
  width: 100px;
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 0.9;
}
.sec-check__item {
  position: relative;
}
.sec-check .noProductTxt {
  padding: 0 0 45px;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.sec-favorite {
  position: relative;
  z-index: 0;
  padding: 5px 0 0;
  color: #534b46;
  background-color: #f7f7f7;
}
.sec-favorite .sec-mv__navi {
  flex-direction: row;
  width: 150px;
  margin: 0;
}
.sec-favorite .swiper-container {
  max-width: 330px;
  margin: 0;
  overflow: visible;
}
.sec-favorite .product-item {
  max-width: 150px;
}
.sec-favorite .button--prev, .sec-favorite .button--next {
  position: inherit;
  display: -ms-grid;
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0 5px;
  line-height: 1;
  background-image: none;
  border: 1px solid #bcb8b1;
  border-radius: 50%;
  place-items: center;
}
.sec-favorite .button--prev span, .sec-favorite .button--next span {
  margin: 0;
  line-height: 0;
}
.sec-favorite .button--prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.sec-favorite::before {
  position: absolute;
  top: -1px;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 0.08;
}
.sec-favorite__inner {
  padding: 0 20px;
  margin: 0 auto;
}
.sec-favorite__inner::before {
  position: absolute;
  top: -1px;
  display: block;
  width: 100px;
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 0.9;
}
.sec-favorite__item {
  position: relative;
}
.sec-favorite .noProductTxt {
  padding: 0 0 45px;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.common-sec-haba-note {
  position: relative;
  padding: 52px 0 0;
}

.common-sec-haba-note .haba-note-slider {
  position: relative;
  z-index: 0;
  margin: 37px -20px 0;
}
.common-sec-haba-note .haba-note-slider::before, .common-sec-haba-note .haba-note-slider::after {
  position: absolute;
  z-index: -1;
  content: "";
}
.common-sec-haba-note .haba-note-slider::before {
  top: 60px;
  right: -20px;
  bottom: 27px;
  left: 0;
  background-image: url("/assets/images/pages/index/haba-note_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.common-sec-haba-note .haba-note-slider::after {
  bottom: -32px;
  left: -20px;
  width: 431px;
  height: 177px;
  background: url("/assets/images/pages/index/haba-note_deco01.svg") no-repeat center/contain;
}
.common-sec-haba-note .haba-note-slider__container {
  padding: 0 20px;
  overflow: visible;
}
.common-sec-haba-note .haba-note-slider__slide {
  width: 200px;
  margin: 0 20px 0 0;
}
.common-sec-haba-note .haba-note-slider__slide:last-child {
  margin: 0;
}
.common-sec-haba-note .haba-note-slider__link {
  margin: 110px 0 0;
  text-align: center;
}

.common-sec-instagram {
  padding: 48px 0 0;
}
.common-sec-instagram__gallery {
  margin: 35px 0 0;
}
.common-sec-instagram__link {
  margin: 30px 0 0;
  text-align: center;
}

.common-sec-instagram .gallery-list {
  display: flex;
  flex-wrap: wrap;
}
.common-sec-instagram .gallery-list__item {
  width: calc(100% / 3);
}
.common-sec-instagram .gallery-list__item img {
  width: 100%;
  height: auto;
}

.common-sec-online-shop-service {
  padding: 55px 0 0;
}
.common-sec-online-shop-service__head .section-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.common-sec-online-shop-service__body {
  margin: 25px 0 0;
}
.common-sec-online-shop-service .service-list__item {
  border-top: 1px solid #999;
}
.common-sec-online-shop-service .service-list__item .service {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 11px 10px 13px;
}
.common-sec-online-shop-service .service-list__item .service .c-square-line-button__icon {
  position: absolute;
  top: 20px;
  right: 12px;
}
.common-sec-online-shop-service .service-list__item .service .c-square-line-button__icon svg {
  width: 6px;
  height: 10px;
  fill: #999;
}
.common-sec-online-shop-service .service-list__item .service__icon, .common-sec-online-shop-service .service-list__item .service__icon--track, .common-sec-online-shop-service .service-list__item .service__icon--birthday, .common-sec-online-shop-service .service-list__item .service__icon--coins, .common-sec-online-shop-service .service-list__item .service__icon--friend, .common-sec-online-shop-service .service-list__item .service__icon--mail {
  display: flex;
  align-items: center;
}
.common-sec-online-shop-service .service-list__item .service__icon svg, .common-sec-online-shop-service .service-list__item .service__icon--track svg, .common-sec-online-shop-service .service-list__item .service__icon--birthday svg, .common-sec-online-shop-service .service-list__item .service__icon--coins svg, .common-sec-online-shop-service .service-list__item .service__icon--friend svg, .common-sec-online-shop-service .service-list__item .service__icon--mail svg {
  fill: #70cccc;
  transition: fill 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.common-sec-online-shop-service .service-list__item .service__icon--track svg {
  width: 40px;
  height: 32px;
}
.common-sec-online-shop-service .service-list__item .service__icon--birthday svg {
  width: 34px;
  height: 36px;
}
.common-sec-online-shop-service .service-list__item .service__icon--coins svg {
  width: 32px;
  height: 32px;
}
.common-sec-online-shop-service .service-list__item .service__icon--friend svg {
  width: 40px;
  height: 24px;
}
.common-sec-online-shop-service .service-list__item .service__icon--mail svg {
  width: 39px;
  height: 32px;
}
.common-sec-online-shop-service .service-list__item .service__name {
  margin: 0 0 0 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
  text-align: center;
}
.common-sec-online-shop-service .service-list__item:last-child {
  border-bottom: 1px solid #999;
}

.common-sec-online-shop-service .link {
  margin: 26px 0 0;
  text-align: right;
}

.common-sec-product {
  padding: 54px 0 0;
}
.common-sec-product__body {
  margin: 16px 0 0;
}
.common-sec-product__link {
  margin: 26px 0 0;
  text-align: right;
}

.common-sec-product .main-menu-list {
  margin-top: 40px;
  border-top: 1px solid #ddd;
}

.common-sec-product .mobile-menu .main-menu-list .nav__title {
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.common-sec-product .mobile-menu .main-menu-list .nav__title .title, .common-sec-product .mobile-menu .main-menu-list .nav__title .title--trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 16px 0 17px 10px;
}
.common-sec-product .mobile-menu .main-menu-list .nav__title .title__name {
  font-size: 16px;
  line-height: 1.462;
}
.common-sec-product .mobile-menu .main-menu-list .nav__title .title__icon {
  margin: 0 20px 0 0;
}
.common-sec-product .mobile-menu .main-menu-list .nav__title .title__icon svg {
  width: 10px;
  height: 17px;
  fill: #999;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.common-sec-product .mobile-menu .main-menu-list .nav__title .title--trigger {
  font-weight: 700;
}
.common-sec-product .mobile-menu .main-menu-list .nav__body {
  border-bottom: 1px solid #ddd;
}

.common-sec-product .mobile-menu .main-menu-list .nav .nav-list__item + .nav-list__item {
  border-top: 1px solid #ddd;
}

.common-sec-product .mobile-menu .main-menu-list .nav .nav-list .category__title .title, .common-sec-product .mobile-menu .main-menu-list .nav .nav-list .category__title .nav__title .title--trigger, .common-sec-product .mobile-menu .main-menu-list .nav__title .nav .nav-list .category__title .title--trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 10px;
}
.common-sec-product .mobile-menu .main-menu-list .nav .nav-list .category__title .title__head {
  display: flex;
  align-items: center;
}
.common-sec-product .mobile-menu .main-menu-list .nav .nav-list .category__title .title__name {
  margin: 0 0 0 10px;
  font-size: 13px;
  line-height: 1.462;
  letter-spacing: 0.05em;
}
.common-sec-product .mobile-menu .main-menu-list .nav .nav-list .category__title .title__icon {
  margin: 0 20px 0 0;
}
.common-sec-product .mobile-menu .main-menu-list .nav .nav-list .category__title .title__icon svg {
  width: 10px;
  height: 17px;
  fill: #c3c3c3;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.common-sec-product .mobile-menu .main-menu-list .nav .nav-list .category__body {
  border-top: 1px solid #ddd;
}
.common-sec-product .mobile-menu .main-menu-list .nav .nav-list .category__body .m-child-list__item {
  border-color: #ddd;
}
.common-sec-product .mobile-menu .main-menu-list .nav .nav-list .category__body .m-child-list__item .link {
  font-size: 13px;
  line-height: 1.429;
}

.common-sec-product .middle-device-menu .menu {
  margin: 32px 0 0;
}
.common-sec-product .middle-device-menu .menu__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.common-sec-product .middle-device-menu .menu__body {
  margin: 25px 0 0;
}

.common-sec-product .middle-device-menu .menu .main-menu__container + .main-menu__container {
  margin: -1px 0 0;
}
.common-sec-product .middle-device-menu .menu .main-menu__body {
  position: relative;
  height: 0;
  transition: height 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.common-sec-product .middle-device-menu .menu .main-menu__body .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.common-sec-product .middle-device-menu .menu .main-menu .main-menu-list {
  display: flex;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.common-sec-product .middle-device-menu .menu .main-menu .main-menu-list__item {
  width: calc(100% / 3);
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.common-sec-product .middle-device-menu .menu .main-menu .main-menu-list__item .title, .common-sec-product .middle-device-menu .menu .main-menu .main-menu-list__item .mobile-menu .main-menu-list .nav__title .title--trigger, .common-sec-product .mobile-menu .main-menu-list .nav__title .middle-device-menu .menu .main-menu .main-menu-list__item .title--trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 30px 15px 20px;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.common-sec-product .middle-device-menu .menu .main-menu .main-menu-list__item .title__head {
  display: flex;
  align-items: center;
}
.common-sec-product .middle-device-menu .menu .main-menu .main-menu-list__item .title__name {
  margin: 0 0 0 15px;
  font-size: 16px;
  line-height: 1.462;
  letter-spacing: 0.05em;
}
.common-sec-product .middle-device-menu .menu .main-menu .main-menu-list__item .title__icon svg {
  width: 10px;
  height: 17px;
  fill: #333;
  transition: fill 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.common-sec-product .middle-device-menu .menu .main-menu .main-menu-list__item .title[aria-expanded=true], .common-sec-product .middle-device-menu .menu .main-menu .main-menu-list__item .mobile-menu .main-menu-list .nav__title [aria-expanded=true].title--trigger, .common-sec-product .mobile-menu .main-menu-list .nav__title .middle-device-menu .menu .main-menu .main-menu-list__item [aria-expanded=true].title--trigger {
  background: #f6f6f6;
}
.common-sec-product .middle-device-menu .menu .main-menu .main-menu-list__item .title:hover, .common-sec-product .middle-device-menu .menu .main-menu .main-menu-list__item .mobile-menu .main-menu-list .nav__title .title--trigger:hover, .common-sec-product .mobile-menu .main-menu-list .nav__title .middle-device-menu .menu .main-menu .main-menu-list__item .title--trigger:hover {
  color: #fff;
  background: #444;
}
.common-sec-product .middle-device-menu .menu .main-menu .main-menu-list__item .title:hover .title__icon svg, .common-sec-product .middle-device-menu .menu .main-menu .main-menu-list__item .mobile-menu .main-menu-list .nav__title .title--trigger:hover .title__icon svg, .common-sec-product .mobile-menu .main-menu-list .nav__title .middle-device-menu .menu .main-menu .main-menu-list__item .title--trigger:hover .title__icon svg {
  fill: #fff;
}

.common-sec-product .middle-device-menu .menu .main-menu .detail-menu {
  padding: 35px 40px 45px;
  background: #f6f6f6;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.common-sec-product .middle-device-menu .menu .main-menu .detail-menu__title .title, .common-sec-product .middle-device-menu .menu .main-menu .detail-menu__title .mobile-menu .main-menu-list .nav__title .title--trigger, .common-sec-product .mobile-menu .main-menu-list .nav__title .middle-device-menu .menu .main-menu .detail-menu__title .title--trigger {
  display: flex;
  align-items: center;
}
.common-sec-product .middle-device-menu .menu .main-menu .detail-menu__title .title__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.common-sec-product .middle-device-menu .menu .main-menu .detail-menu__title .title__icon {
  margin: 0 0 0 15px;
}
.common-sec-product .middle-device-menu .menu .main-menu .detail-menu__title .title__icon svg {
  width: 10px;
  height: 17px;
  fill: #888;
}

.common-sec-product .middle-device-menu .menu .main-menu .detail-menu-list {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0;
}
.common-sec-product .middle-device-menu .menu .main-menu .detail-menu-list__item {
  width: 25%;
  margin: 30px 0 0;
}
.common-sec-product .middle-device-menu .menu .main-menu .detail-menu-list__item .link {
  display: flex;
  align-items: center;
}
.common-sec-product .middle-device-menu .menu .main-menu .detail-menu-list__item .link__text {
  margin: 0 0 0 20px;
}

.common-sec-product .middle-device-menu .menu .normal-menu-list {
  display: flex;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.common-sec-product .middle-device-menu .menu .normal-menu-list__item {
  width: 20%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.common-sec-product .middle-device-menu .menu .normal-menu-list__item .link {
  width: 100%;
  border: none;
}

.common-sec-product .menu__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 14px;
  margin-bottom: 29px;
}
.common-sec-product .menu__category__item {
  width: 111px;
  height: 205px;
  text-align: center;
}
.common-sec-product .menu__category__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.common-sec-product .menu__category__item__ttl {
  padding: 10px 0 20px;
  font-size: 12px;
}

.common-sec-product .mobile-menu .main-menu-list .main-menu-list__item:first-child .nav__body {
  border-bottom: none;
}
.common-sec-product .mobile-menu .main-menu-list .main-menu-list__item:first-child .nav__title {
  border-top: none;
  border-bottom: none;
}
.common-sec-product .mobile-menu .main-menu-list .main-menu-list__item:nth-child(2) .nav__title {
  border-top: 1px solid #ddd;
}
.common-sec-ranking, .common-sec-ranking--bg-green {
  position: relative;
  z-index: 0;
  padding: 52px 0 63px;
  margin: 65px 0 0;
}
.common-sec-ranking::before, .common-sec-ranking--bg-green::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 42px;
  z-index: -1;
  content: "";
  background: #faf0f2;
}
.common-sec-ranking--bg-green::before {
  background: #eef4f2;
}

.common-sec-ranking .ranking-slider, .common-sec-ranking--bg-green .ranking-slider {
  margin: 37px -20px 0;
  overflow: hidden;
}
.common-sec-ranking .ranking-slider__container, .common-sec-ranking--bg-green .ranking-slider__container {
  padding: 0 20px;
  overflow: visible;
}
.common-sec-ranking .ranking-slider__slide, .common-sec-ranking--bg-green .ranking-slider__slide {
  width: 150px;
  margin: 0 20px 0 0;
}
.common-sec-ranking .ranking-slider__slide:last-child, .common-sec-ranking--bg-green .ranking-slider__slide:last-child {
  margin: 0;
}

.common-sec-ranking .ranking-slider .m-product-item__image .icon, .common-sec-ranking--bg-green .ranking-slider .m-product-item__image .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.sec-ranking {
  position: relative;
  z-index: 0;
  padding: 10px 0 30px;
  color: #534b46;
  background-color: #f7f7f7;
}
.sec-ranking::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 0.08;
}
.sec-ranking__inner {
  padding: 0 20px;
  margin: 0 auto;
}
.sec-ranking__inner::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100px;
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 0.9;
}
.sec-ranking__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2px;
}
.sec-ranking__item {
  position: relative;
}
.sec-ranking__item:last-child::before {
  display: none;
}
.sec-ranking__item .product-item {
  position: relative;
  display: block;
  width: 110px;
  padding-bottom: 20px;
  color: #534b46;
}
.sec-ranking__item .product-item__image {
  height: 110px;
}

.sec-shopping {
  position: relative;
  z-index: 0;
  padding: 10px 0 0;
  color: #534b46;
  background-color: #fff;
}
.sec-shopping::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 0.08;
}
.sec-shopping__inner {
  padding: 0 20px;
  margin: 0 auto;
}
.sec-shopping__inner::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100px;
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 0.9;
}
.sec-shopping__item {
  position: relative;
  border-top: 1px solid #d9d9d9;
}
.sec-shopping__item:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.sec-shopping__item a {
  position: relative;
  display: flex;
  align-items: center;
}
.sec-shopping__item a .c-arw-link__icon {
  position: absolute;
  top: 22px;
  right: 20px;
}
.sec-shopping__text {
  display: -ms-grid;
  display: grid;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  place-items: center;
}
.sec-shopping__icon {
  display: -ms-grid;
  display: grid;
  width: 60px;
  height: 50px;
  place-items: center;
}
.sec-shopping__contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
}
.sec-shopping__contact .contact__title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.sec-shopping__contact .contact__text {
  font-size: 12px;
  text-align: center;
}
.sec-shopping__contact .contact__number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 29px;
  font-weight: 500;
}
.sec-shopping__contact .contact__number img {
  width: 40px;
}
.sec-shopping__contact .contact__number span {
  margin-left: 10px;
}

.common-top-bnr a {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  color: #fff;
  text-align: center;
  background-color: #81c1c2;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.common-top-bnr a:hover {
  opacity: 0.85;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.common-top-bnr__txt-frame {
  display: inline-block;
  padding: 4px 10px;
  margin: 0 10px 0 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.025em;
  border: 1px solid #fff;
}
.common-top-bnr__txt {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.common-top-bnr__txt .accent {
  position: relative;
  color: #fcf886;
}
.common-top-bnr__txt .accent::before {
  position: absolute;
  top: -2px;
  left: 50%;
  width: 3px;
  height: 3px;
  margin: 0 0 0 -2px;
  content: "";
  background: #fcf886;
  border-radius: 50%;
}
.common-top-bnr__link {
  margin: 0 0 0 auto;
}
.common-top-bnr__link .link__arw {
  line-height: 0;
}
.common-top-bnr__link .link__arw svg {
  width: 10px;
  height: 17px;
  fill: #fff;
}

.common-user-content {
  padding: 56px 0 0;
}

.common-user-content .display__body {
  position: relative;
  margin: 30px 0 0;
}
.common-user-content .display + .display {
  margin: 40px 0 0;
}

.common-user-content .select-button-list {
  display: flex;
}
.common-user-content .select-button-list__item {
  width: 50%;
}
.common-user-content .select-button-list__item .button {
  display: block;
  width: 100%;
  text-align: left;
}
.common-user-content .select-button-list__item .button__name {
  display: inline-block;
  padding: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
  border-bottom: 3px solid #444;
}

.common-user-content .product-slider {
  display: inline-block;
  width: 100%;
}
.common-user-content .product-slider__text {
  margin: 10px 0 0;
}
.common-user-content .product-slider__container {
  overflow: visible;
}
.common-user-content .product-slider__slide {
  width: 150px;
  margin: 0 20px 0 0;
}

.sec-shopping + .sec-footer-sns {
  margin: 0;
}

@media (min-width: 768px) {
  .common-bnr-content {
    padding: 75px 0 0;
  }
  .common-bnr-content .bnr-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
  }
  .common-bnr-content .bnr-list__item {
    margin: 25px 25px 0;
  }
  .common-bnr-content .bnr-list__item .bnr img {
    width: auto;
    min-width: 100%;
  }
  .common-bnr-content .bnr-list__item .bnr:hover {
    opacity: 0.7;
  }
  .commonBredcrumbList {
    max-width: 1440px;
    padding: 0 90px;
    margin: 0 auto;
  }
  .commonBredcrumbList__item {
    padding: 0 19px 0 0;
    font-size: 11px;
  }
  .commonBredcrumbList__item::before {
    height: 8px;
  }
  .form-header {
    padding: 15px;
  }
  .form-header__logo {
    width: 125px;
  }
  .mobile-header {
    display: none;
  }
  .r-content {
    margin-top: 0 !important;
  }
  .common-promotion-message {
    padding: 7px 30px 6px 35px;
  }
  .common-promotion-message__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1840px;
    margin: 0 auto;
  }
  .common-promotion-message__text {
    font-weight: inherit;
    color: #666;
  }
  .common-promotion-message__text .bold {
    font-weight: 700;
  }
  .common-promotion-message .m-pipe-nav-list__item .link {
    font-size: 12px;
    color: #666;
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .common-promotion-message .m-pipe-nav-list__item .link:hover {
    opacity: 0.7;
  }
  .c-category-title {
    width: 195px;
    padding: 10px 0 40px;
    margin-right: 15px;
    border: none;
  }
  .c-category-title::before {
    display: none;
  }
  .c-category-title::after {
    display: none;
  }
  .c-category-title img {
    margin-right: 15px;
  }
  .sec-category {
    padding: 30px 0 0;
  }
  .sec-category .section-title {
    font-size: 20px;
  }
  .sec-category__inner {
    width: 1260px;
    padding: 0;
  }
  .sec-category__inner::before {
    width: 160px;
  }
  .sec-category__list {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(6, 1fr);
    max-height: 100%;
    pointer-events: inherit;
    opacity: 1;
    gap: 15px;
  }
  .sec-category__list.is-active {
    border-bottom: 0;
  }
  .sec-category__item {
    border-top: none;
  }
  .sec-category__item::before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.06;
  }
  .sec-category__item:last-child::before {
    display: none;
  }
  .sec-category__item:first-child {
    position: relative;
  }
  .sec-category__item:first-child::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 1260px;
    height: 1px;
    content: "";
    background-color: #000;
    opacity: 0.06;
  }
  .sec-category__item .c-link--image {
    padding: 10px 20px 40px;
    transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .sec-category__item .c-link--image:hover .sec-category__image img {
    transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .sec-category__item .c-link--arrow {
    align-items: center;
    padding: 10px 20px 40px;
    font-size: 15px;
    transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .sec-category__item .c-link--arrow:hover {
    opacity: 0.7;
    transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .sec-category__concerns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    max-height: 100%;
    padding-left: 0;
    margin-top: 25px;
    margin-left: 0;
    pointer-events: inherit;
    border-bottom: none;
    opacity: 1;
  }
  .sec-category__concerns.is-active .sec-category__item:nth-child(2) {
    border-top: none;
  }
  .sec-category__concerns .sec-category__item {
    border-bottom: none;
  }
  .sec-category__purpose {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    max-height: 100%;
    padding-left: 0;
    margin-top: 25px;
    margin-left: 0;
    pointer-events: inherit;
    border-bottom: none;
    opacity: 1;
  }
  .sec-category__purpose.is-active .sec-category__item:nth-child(2) {
    border-top: none;
  }
  .sec-category__purpose .sec-category__item {
    border-bottom: none;
  }
  .sec-category__purpose .c-link--arrow {
    padding-bottom: 30px;
  }
  .sec-category__purpose .c-category-title {
    padding: 15px 0 40px;
  }
  .sec-category__image {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
    background-color: #fff;
  }
  .sec-check {
    padding: 35px 0 0;
  }
  .sec-check .sec-mv__navi {
    display: none;
  }
  .sec-check .swiper-container-initialized {
    max-width: 100%;
  }
  .sec-check .product-item {
    max-width: 100%;
  }
  .sec-check .button--prev, .sec-check .button--next {
    width: 52px;
    height: 52px;
    margin: 0;
  }
  .sec-check__inner {
    width: 1260px;
    padding: 0;
  }
  .sec-check__inner::before {
    width: 160px;
  }
  .sec-check__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr 60px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 60px;
  }
  .sec-check__item::before {
    position: absolute;
    right: -30px;
    bottom: 0;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.06;
  }
  .sec-check__item:nth-child(5n)::before {
    display: none;
  }
  .sec-check__item:first-child, .sec-check__item:nth-child(5n+1) {
    position: relative;
  }
  .sec-check__item:first-child::after, .sec-check__item:nth-child(5n+1)::after {
    position: absolute;
    bottom: -1px;
    display: block;
    width: 1260px;
    height: 1px;
    content: "";
    background-color: #000;
    opacity: 0.06;
  }
  .sec-check__item .product-item {
    position: relative;
    display: block;
    width: 204px;
    padding-bottom: 20px;
    color: #534b46;
  }
  .sec-check__item .product-item__image {
    height: 204px;
  }
  .sec-check .noProductTxt {
    padding: 0 0 60px;
    font-size: 16px;
  }
  .sec-favorite {
    padding: 35px 0 0;
  }
  .sec-favorite .sec-mv__navi {
    display: none;
  }
  .sec-favorite .swiper-container {
    max-width: 100%;
  }
  .sec-favorite .product-item {
    max-width: 100%;
  }
  .sec-favorite .button--prev, .sec-favorite .button--next {
    width: 52px;
    height: 52px;
    margin: 0;
  }
  .sec-favorite__inner {
    width: 1260px;
    padding: 0;
  }
  .sec-favorite__inner::before {
    width: 160px;
  }
  .sec-favorite__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 60px;
  }
  .sec-favorite__item::before {
    position: absolute;
    right: -30px;
    bottom: 0;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.06;
  }
  .sec-favorite__item:nth-child(4n)::before {
    display: none;
  }
  .sec-favorite__item:first-child, .sec-favorite__item:nth-child(4n+1) {
    position: relative;
  }
  .sec-favorite__item:first-child::after, .sec-favorite__item:nth-child(4n+1)::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 1260px;
    height: 1px;
    content: "";
    background-color: #000;
    opacity: 0.06;
  }
  .sec-favorite .noProductTxt {
    padding: 0 0 60px;
    font-size: 16px;
  }
  .common-sec-haba-note {
    padding: 90px 0 0;
  }
  .common-sec-haba-note::before {
    position: absolute;
    top: 280px;
    right: 0;
    bottom: 28px;
    left: 90px;
    z-index: -1;
    content: "";
    background: url("/assets/images/pages/index/haba-note_bg_md.jpg") no-repeat center center/100% 100%;
  }
  .common-sec-haba-note .haba-note-slider {
    margin: 39px 0 0;
  }
  .common-sec-haba-note .haba-note-slider::before {
    display: none;
  }
  .common-sec-haba-note .haba-note-slider::after {
    bottom: -45px;
    width: 540px;
    height: 222px;
  }
  .common-sec-haba-note .haba-note-slider__container {
    padding: 0;
  }
  .common-sec-haba-note .haba-note-slider__slide {
    width: 265px;
    margin: 0 40px 0 0;
  }
  .common-sec-haba-note .haba-note-slider__link {
    text-align: right;
  }
  .common-sec-instagram {
    padding: 80px 0 0;
  }
  .common-sec-instagram__link {
    margin: 35px 0 0;
    text-align: right;
  }
  .common-sec-instagram .gallery-list {
    flex-wrap: nowrap;
  }
  .common-sec-instagram .gallery-list__item {
    width: calc(100% / 6);
    padding: 0 2.5px;
  }
  .common-sec-online-shop-service {
    padding: 68px 0 0;
  }
  .common-sec-online-shop-service__head .section-heading {
    font-size: 18px;
  }
  .common-sec-online-shop-service__body {
    margin: 30px 0 0;
  }
  .common-sec-online-shop-service .service-list {
    display: flex;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .common-sec-online-shop-service .service-list__item {
    flex: 1;
    border-left: 1px solid #999;
  }
  .common-sec-online-shop-service .service-list__item .service {
    flex-direction: column;
    justify-content: center;
    padding: 28px 10px 24px;
    transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .common-sec-online-shop-service .service-list__item .service__name {
    margin: 15px 0 0;
    transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .common-sec-online-shop-service .service-list__item .service:hover {
    background: #70cccc;
  }
  .common-sec-online-shop-service .service-list__item .service:hover .service__icon svg, .common-sec-online-shop-service .service-list__item .service:hover .service__icon--track svg, .common-sec-online-shop-service .service-list__item .service:hover .service__icon--birthday svg, .common-sec-online-shop-service .service-list__item .service:hover .service__icon--coins svg, .common-sec-online-shop-service .service-list__item .service:hover .service__icon--friend svg, .common-sec-online-shop-service .service-list__item .service:hover .service__icon--mail svg {
    fill: #fff;
  }
  .common-sec-online-shop-service .service-list__item .service:hover .service__name {
    color: #fff;
  }
  .common-sec-online-shop-service .service-list__item:last-child {
    border-bottom: none;
  }
  .common-sec-product {
    padding: 70px 0 0;
  }
  .common-sec-product__body {
    margin: 4px 0 0;
  }
  .common-sec-product .middle-device-menu .menu .main-menu .detail-menu__title .title, .common-sec-product .middle-device-menu .menu .main-menu .detail-menu__title .mobile-menu .main-menu-list .nav__title .title--trigger, .common-sec-product .mobile-menu .main-menu-list .nav__title .middle-device-menu .menu .main-menu .detail-menu__title .title--trigger {
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .common-sec-product .middle-device-menu .menu .main-menu .detail-menu__title .title:hover, .common-sec-product .middle-device-menu .menu .main-menu .detail-menu__title .mobile-menu .main-menu-list .nav__title .title--trigger:hover, .common-sec-product .mobile-menu .main-menu-list .nav__title .middle-device-menu .menu .main-menu .detail-menu__title .title--trigger:hover {
    opacity: 0.7;
  }
  .common-sec-product .middle-device-menu .menu .main-menu .detail-menu-list__item .link {
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .common-sec-product .middle-device-menu .menu .main-menu .detail-menu-list__item .link:hover {
    opacity: 0.7;
  }
  .common-sec-product .menu__category {
    margin-bottom: 10px;
  }
  .common-sec-product .menu__category__item {
    width: 196px;
    height: 330px;
    text-align: center;
  }
  .common-sec-product .menu__category__item a {
    padding-bottom: 30px;
  }
  .common-sec-product .menu__category__item a img {
    transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .common-sec-product .menu__category__item a:hover img {
    transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
  }
  .common-sec-product .menu__category__item__ttl {
    padding: 30px 0 0;
    font-size: 16px;
    color: #444;
  }

  .common-sec-product {
    height: 550px;
    margin-bottom: 0;
    /* ラジオボタンを全て消す */
    /* タブ切り替えの中身のスタイル */
    /* 選択されているタブのコンテンツのみを表示 */
    /* 選択されているタブのスタイルを変える */
  }
  .common-sec-product .product__tab {
    position: relative;
    margin-top: 35px;
    transition: all 0.2s ease;
  }
  .common-sec-product .product__tab__item {
    display: block;
    float: left;
    width: calc(99.9% / 2);
    height: 62px;
    font-size: 16px;
    font-weight: 600;
    line-height: 62px;
    color: #444;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #999;
    transition: all 0.2s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .common-sec-product .product__tab__item:hover {
    color: #fff;
    background-color: #444;
    border-color: #444;
    transition: all 0.2s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .common-sec-product .product__tab__item span {
    position: relative;
    display: inline-block;
  }
  .common-sec-product .product__tab__item span::before {
    position: absolute;
    bottom: -13px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-top: 13px solid #444;
    border-right: 12px solid transparent;
    border-bottom: 0;
    border-left: 12px solid transparent;
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .common-sec-product input[name=product__tab__item] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .common-sec-product .tab_content {
    position: absolute;
    top: 60px;
    width: 100%;
    overflow: hidden;
    clear: both;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .common-sec-product #product-category:checked ~ #product-category_content,
.common-sec-product #product-purpose:checked ~ #product-purpose_content {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
  }
  .common-sec-product input:checked + .product__tab__item {
    color: #fff;
    background-color: #444;
    border: none;
    transition: all 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .common-sec-product input:checked + .product__tab__item span {
    position: relative;
    display: inline-block;
    transition: all 0.2s ease;
  }
  .common-sec-product input:checked + .product__tab__item span::before {
    opacity: 1;
    transition: opacity 0.2s cubic-bezier(0.85, 0, 0.15, 1);
  }

  #product-purpose_content {
    padding: 15px 0 30px;
  }
  #product-purpose_content .menu {
    margin-top: 40px;
  }
  #product-purpose_content .menu__body {
    margin: 20px 0 0;
  }
  .common-sec-ranking, .common-sec-ranking--bg-green {
    padding: 76px 0 85px;
    margin: 90px 0 0;
  }
  .common-sec-ranking::before, .common-sec-ranking--bg-green::before {
    left: 90px;
  }
  .common-sec-ranking .ranking-slider, .common-sec-ranking--bg-green .ranking-slider {
    margin: 39px 0 0;
    overflow: visible;
  }
  .common-sec-ranking .ranking-slider__container, .common-sec-ranking--bg-green .ranking-slider__container {
    padding: 0;
  }
  .common-sec-ranking .ranking-slider__slide, .common-sec-ranking--bg-green .ranking-slider__slide {
    width: 204px;
    margin: 0 40px 0 0;
  }
  .sec-ranking {
    padding: 40px 0 0;
  }
  .sec-ranking__inner {
    width: 1260px;
  }
  .sec-ranking__inner::before {
    top: -1px;
    width: 160px;
  }
  .sec-ranking__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr 60px 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 40px;
    grid-column-gap: 60px;
  }
  .sec-ranking__item::before {
    position: absolute;
    right: -30px;
    bottom: 0;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.06;
  }
  .sec-ranking__item .product-item {
    width: 204px;
  }
  .sec-ranking__item .product-item__image {
    height: 204px;
  }
  .sec-shopping {
    padding: 68px 0 0;
  }
  .sec-shopping__inner {
    width: 1260px;
    padding: 0;
  }
  .sec-shopping__inner::before {
    width: 160px;
  }
  .sec-shopping__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .sec-shopping__item {
    border-top: none;
  }
  .sec-shopping__item:last-child {
    border-bottom: none;
  }
  .sec-shopping__item::before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.06;
  }
  .sec-shopping__item:last-child::before {
    display: none;
  }
  .sec-shopping__item a {
    display: block;
    padding: 0 20px 30px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .sec-shopping__item a:hover {
    opacity: 0.7;
    transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .sec-shopping__icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }
  .sec-shopping__contact {
    flex-direction: row;
    width: 100%;
  }
  .sec-shopping__contact .contact__title {
    text-align: left;
  }
  .sec-shopping__contact .contact__text {
    text-align: left;
  }
  .sec-shopping__contact .contact__number {
    margin-top: 0;
    margin-left: 30px;
    font-size: 40px;
    text-align: left;
  }
  .sec-shopping__contact .contact__number img {
    width: 53px;
  }
  .common-top-bnr a {
    position: relative;
    justify-content: center;
    height: 50px;
  }
  .common-top-bnr__txt-frame {
    padding: 3px 16px;
    font-size: 16px;
  }
  .common-top-bnr__txt {
    font-size: 22px;
  }
  .common-top-bnr__txt .accent::before {
    width: 4px;
    height: 4px;
  }
  .common-top-bnr__link {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .common-top-bnr__link .link {
    display: flex;
    align-items: center;
  }
  .common-top-bnr__link .link__text {
    font-size: 15px;
  }
  .common-top-bnr__link .link__arw {
    margin: 0 0 0 10px;
  }
  .common-top-bnr__link .link__arw svg {
    width: 6px;
    height: 19px;
  }
  .common-user-content .display + .display {
    margin: 55px 0 0;
  }
  .common-user-content .select-button-list__item {
    width: auto;
  }
  .common-user-content .select-button-list__item .button__name {
    padding: 0 0 12px;
    font-size: 18px;
    line-height: 1.5;
  }
  .common-user-content .select-button-list__item + .select-button-list__item {
    margin: 0 0 0 50px;
  }
  .common-user-content .product-slider__text {
    margin: 20px 0 0;
  }
  .common-user-content .product-slider__slide {
    width: 204px;
    margin: 0 40px 0 0;
  }
  .sec-shopping + .sec-footer-sns {
    margin: 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .sec-shopping__item:first-child::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 1260px;
    height: 1px;
    content: "";
    background-color: #000;
    opacity: 0.06;
  }
}

@media (max-width: 768.98px) {
  .sec-ranking__item:first-child .product-item, .sec-ranking__item:nth-child(2) .product-item {
    width: 162px;
  }
  .sec-ranking__item:first-child .product-item__image, .sec-ranking__item:nth-child(2) .product-item__image {
    height: 165px;
  }
  .sec-ranking__item .product-item__body {
    padding-bottom: 0;
  }
}