@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  display: flex;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  flex-flow: column;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

@media screen and (min-width:768px) {
  body {
    min-width: 1240px;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  body {
    min-width: 320px;
    letter-spacing: 0.1em;
  }
  .pc {
    display: none !important;
  }
}
main {
  width: 100%;
  flex: 1;
}

.main-wrap {
  flex-grow: 1;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

pre {
  word-break: break-all;
  white-space: pre-wrap;
}

p {
  margin: 0;
}

select,
button,
input,
textarea {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
  outline: none;
}

a,
label,
select,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
  border: none;
}

a {
  text-decoration: none;
}

input,
textarea {
  padding: unset;
  -webkit-user-select: auto;
  -moz-user-select: initial;
  user-select: initial;
  -webkit-touch-callout: initial;
}

button {
  padding: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: opacity 0.3s;
}

select::-ms-expand {
  display: none;
}

input::-moz-placeholder {
  color: #acacac;
}

input::placeholder {
  color: #acacac;
}

input::-ms-input-placeholder {
  color: #acacac;
}

:root {
  --card-w: 300px;
  --theme-col: #24268C;
  --theme-orange: #FF8C00;
  --bg-gray: #EDEAE1;
  --bg-sky: #DFEDFF;
  --bg-creem: #fffbe9;
}

.header-head-img {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
.header-head-img.pc {
  display: none;
}
.header-head-img.sp {
  margin-top: min(20px, 20 / 480 * 100vw);
}

.header {
  display: block;
  padding-top: 0;
  z-index: 30;
}
@media screen and (max-width:767px) {
  .header {
    padding: min(16px, 20 / 480 * 100vw) min(20px, 20 / 480 * 100vw) 0;
  }
}
.header #HeadSearch {
  width: 100%;
}
@media screen and (max-width:767px) {
  .header #HeadSearch {
    margin: min(14 / 480 * 100vw, 14px) 0 min(16 / 480 * 100vw, 16px);
    padding: 0;
  }
}
.header #HeadSearch .textBox input {
  border-radius: 60px;
  border: 1px solid #ccc;
}
@media screen and (max-width:767px) {
  .header #HeadSearch .textBox input {
    border-radius: 4px;
  }
}
@media screen and (max-width:767px) {
  .header #HeadSearch {
    position: relative;
  }
}
.header .header-inner {
  margin: auto;
  padding-top: 20px;
  width: 100%;
  max-width: 1170px;
}
@media screen and (max-width:767px) {
  .header .header-inner {
    padding-top: unset;
    width: 100%;
  }
}
.header .header__logo img {
  height: 48px;
}
@media screen and (max-width:767px) {
  .header .header__logo img {
    width: 100%;
    max-width: min(232 / 480 * 100vw, 232px);
    height: unset;
  }
}
.header .lv1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .header .lv1 {
    flex-flow: row;
  }
}
.header #HeadCartView a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header #HeadCartView .num {
  background: var(--theme-orange);
}
.header #HeadCartView .cart-text {
  z-index: 1;
  color: #222;
}
@media screen and (max-width:767px) {
  .header #HeadCartView .cart-text {
    font-size: min(12 / 480 * 100vw, 12px);
  }
}
.header .header__menu.pc {
  flex-shrink: 0;
  padding-right: 24px;
}
.header .header__menu.pc > li:not(:first-child) {
  padding: 0 24px;
}
.header .header__menu.pc > li {
  padding: 0 24px 0 16px;
  border-right: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}
.header .header__menu.pc section > .heading {
  display: none;
}
@media screen and (max-width:767px) {
  .header .header__utility {
    gap: min(12 / 480 * 100vw, 12px);
    flex-shrink: 0;
  }
}
.header .header__utility-item p {
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .header .header__utility-item p {
    margin-top: 4px;
    padding-left: 0;
    font-size: min(12 / 480 * 100vw, 12px);
    line-height: 1.2;
  }
}
.header .header__utility-item img {
  height: 24px;
}
@media screen and (max-width:767px) {
  .header .header__utility-item img {
    height: min(35 / 480 * 100vw, 30px);
  }
}
.header .header__utility-item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width:767px) {
  .header .header__utility-item a {
    flex-flow: column;
  }
}
@media screen and (max-width:767px) {
  .header #HeadCartView img {
    width: unset;
  }
}
@media screen and (max-width:767px) {
  .header .header__utility img {
    width: unset;
  }
}
@media screen and (max-width:767px) {
  .header #HeadCartView .num {
    left: unset;
    right: -6px;
  }
}

@media screen and (max-width:767px) {
  .hamburger-menu .menu-trigger {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width:767px) {
  .hamburger-menu .menu-trigger p {
    margin-top: 4px;
    font-weight: 500;
    font-size: min(12 / 480 * 100vw, 12px);
    line-height: 1.2;
  }
}
@media screen and (max-width:767px) {
  .hamburger-menu .menu-trigger > div {
    position: relative;
    width: auto;
    height: min(35 / 480 * 100vw, 35px);
  }
  .hamburger-menu .menu-trigger span {
    width: min(34 / 480 * 100vw, 34px);
    background: var(--theme-col);
  }
  .hamburger-menu .menu-trigger span:first-child {
    top: 20%;
  }
  .hamburger-menu .menu-trigger span:last-child {
    bottom: 20%;
  }
}
.hamburger-menu .menu-content {
  width: 100vw;
  left: 100vw;
  overflow: auto;
  background: rgba(255, 255, 255, 0.6);
}
.hamburger-menu .menu-content-inner {
  position: relative;
  background: #ffffff;
  border-radius: calc(16 / 480 * 100vw);
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .hamburger-menu .menu-content-inner {
    margin: 16px;
  }
}
.hamburger-menu .menu-head {
  background: blue;
  font-weight: bold;
  font-size: calc(16 / 480 * 100vw);
  color: #ffffff;
}
.hamburger-menu .menu-head p {
  padding: calc(8 / 480 * 100vw);
  text-align: center;
}
@media screen and (max-width:767px) {
  .hamburger-menu .menu-close {
    position: absolute;
    top: 26px;
    right: 22px;
    left: unset;
    background-color: unset;
    border-radius: unset;
  }
}
.hamburger-menu .menu-close p {
  padding: 2px;
  font-size: 12px;
  color: #fff;
  letter-spacing: -0.01em;
}
.hamburger-menu .menu-close::before {
  top: 11px;
  left: -10px;
}
.hamburger-menu .menu-close::after {
  top: 11px;
  left: -10px;
}
@media screen and (max-width:767px) {
  .hamburger-menu .cat-list {
    list-style: none;
    margin: 0;
  }
  .hamburger-menu .cat-list .list-title {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: var(--theme-col);
  }
  .hamburger-menu .cat-list .cat-item.cat-lv1 {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
  }
  .hamburger-menu .cat-list .cat-item.cat-lv1:last-child {
    border-bottom: unset;
  }
  .hamburger-menu .cat-list .cat-item.cat-lv1 .sub-list {
    margin-bottom: 16px;
  }
  .hamburger-menu .cat-list .cat-item.cat-lv1 a.cat-all {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 16px 8px 24px;
    background: #fff;
    border: 0;
    text-align: left;
    cursor: pointer;
  }
  .hamburger-menu .cat-list .cat-item.cat-lv2 {
    font-size: 16px;
  }
  .hamburger-menu .cat-list .cat-item.cat-lv2 > .cat-toggle .cat-name {
    padding-left: 0;
  }
  .hamburger-menu .cat-list .cat-item.cat-lv2 + .cat-lv2 {
    border-top: 1px solid #ccc;
  }
  .hamburger-menu .cat-list .cat-item.cat-lv3 {
    padding-left: 24px;
    list-style: disc;
    font-size: 14px;
  }
  .hamburger-menu .cat-list .cat-item > .cat-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: #fff;
    border: 0;
    text-align: left;
    cursor: pointer;
  }
  .hamburger-menu .cat-list .cat-item > .cat-toggle .cat-thumb {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
  }
  .hamburger-menu .cat-list .cat-item > .cat-toggle .cat-thumb img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 8px;
  }
  .hamburger-menu .cat-list .cat-item > .cat-toggle .cat-name {
    padding-left: 8px;
    flex: 1;
  }
  .hamburger-menu .cat-list .cat-item > .cat-toggle .cat-toggle-icon {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: url(../img/common/icn_cat_arrow_blue.svg) center center/contain no-repeat;
    transition: transform 0.2s ease;
  }
  .hamburger-menu .cat-list .cat-item > .cat-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
  }
  .hamburger-menu .cat-list .cat-item > .cat-link .cat-name {
    flex: 1;
    padding: 8px 8px 8px 24px;
  }
  .hamburger-menu .cat-list .cat-item.is-open > .cat-toggle .cat-toggle-icon {
    margin-right: 8px;
    background: url(../img/common/icn_cat_arrow_gray.svg) center center/contain no-repeat;
  }
  .hamburger-menu .cat-list .cat-item > .sub-list {
    display: none;
    list-style: none;
    margin: 0 16px;
  }
  .hamburger-menu .cat-list .cat-item > .sub-list .cat-item {
    border-bottom: none;
    line-height: 2;
  }
  .hamburger-menu .cat-list .cat-item > .sub-list a.cat-link {
    text-decoration: underline;
    color: #333;
  }
  .hamburger-menu .cat-list.cat-list-02 .cat-toggle .cat-name {
    padding-left: 0;
  }
  .hamburger-menu .cat-list.cat-list-02 .cat-toggle a.cat-link span {
    font-size: 14px;
  }
  .hamburger-menu .cat-list.cat-list-02 a.cat-link span {
    font-size: 14px;
  }
  .hamburger-menu .cat-list.cat-list-02 .sub-list {
    text-decoration: underline;
  }
  .hamburger-menu .cat-list.cat-list-02 .sub-list li {
    list-style: disc;
  }
  .hamburger-menu .cat-list ul.sub-list {
    border-radius: 8px;
    overflow: hidden;
    background: #f8f8f8;
  }
  .hamburger-menu .cat-list ul.sub-list .cat-item.cat-lv2 > .cat-toggle {
    background: #f8f8f8;
  }
  .hamburger-menu .cat-list ul.sub-list .cat-item.cat-lv2 > .cat-toggle .cat-toggle-icon {
    margin-right: 0;
  }
  .hamburger-menu .cat-list ul.sub-list .cat-item.cat-lv2.has-sub.is-open {
    background: #f8f8f8;
  }
  .hamburger-menu .cat-list ul.sub-list .cat-item.cat-lv2.has-sub button {
    background: #f8f8f8;
    padding: 8px 8px 8px 24px;
  }
}

.header__menu .has-child {
  padding-right: 24px;
}
.header__menu .has-child::after {
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-right: unset;
  border-bottom: unset;
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: url(../img/common/icn_cat_arrow_blue.svg) center center/contain no-repeat;
  transition: transform 0.2s ease;
}
.header__menu .has-child.is-active::after {
  right: 0;
  top: 50%;
  transform: rotate(0deg) translateY(-50%);
  background: url(../img/common/icn_cat_arrow_gray.svg) center center/contain no-repeat;
}

.lv3.sp {
  padding: 0 min(20px, 20 / 480 * 100vw) min(20px, 20 / 480 * 100vw);
}
.lv3.sp .link-wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.lv3.sp .link-wrap li {
  text-align: center;
  font-size: calc(12 / 480 * 100vw);
  font-weight: bold;
}
.lv3.sp .link-wrap li + li {
  border-left: 1px solid #ccc;
}
.lv3.sp .link-wrap .img-box {
  height: 26px;
  margin: calc(14 / 480 * 100vw) calc(28 / 480 * 100vw) calc(8 / 480 * 100vw);
}
.lv3.sp .link-wrap .img-box.temp {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
  background: #DFEDFF;
}
.lv3.sp .link-wrap .img-box.temp span {
  width: calc(50 / 480 * 100vw);
  height: calc(50 / 480 * 100vw);
  display: inline-block;
}
.lv3.sp .link-wrap span {
  display: inline-block;
  padding-bottom: 8px;
}

.header__menu-child {
  padding: 40px 0;
  overflow-y: auto;
  max-height: 74vh;
}

#footer {
  width: 100%;
}
#footer .footer-inner {
  padding: 20px;
  background: #f1f1f1;
}
@media screen and (max-width:767px) {
  #footer .footer-inner {
    padding: 20px;
  }
}

.footer__right .footer__nav {
  gap: 32px;
}
@media screen and (max-width:767px) {
  .footer__right .footer__nav {
    gap: 24px;
  }
}

.footer__nav-item {
  min-width: 240px;
}

.footer__nav-item ul {
  margin-bottom: 24px;
}
.footer__nav-item ul:last-child {
  margin: 8px 0 0;
}

/*====================================================================
.footer
====================================================================*/
.footer__logo a {
  padding: 4px 4px 2px;
}
.footer__logo a img {
  width: 160px;
}

.footer-bottom-content-wrap {
  margin-top: 64px;
  padding: 0 16px;
}
.footer-bottom-content-wrap ul.footer-link-list {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-bottom-content-wrap ul.footer-link-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
@media screen and (max-width:767px) {
  .footer-bottom-content-wrap ul.footer-link-list li {
    padding: 0 calc(3 / 480 * 100vw);
  }
}
.footer-bottom-content-wrap ul.footer-link-list li + li {
  border-left: 1px solid #333;
}
.footer-bottom-content-wrap ul.footer-link-list a {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width:767px) {
  .footer-bottom-content-wrap ul.footer-link-list a {
    font-size: 11px;
  }
}
@media screen and (max-width:767px) {
  .footer-bottom-content-wrap ul.footer-link-list {
    flex-flow: wrap;
    border: unset;
  }
}
.footer-bottom-content-wrap .footer__copy {
  margin-top: 0;
  text-align: center;
}

.add-set main {
  width: 100%;
}

body.add-set {
  margin-top: 144px;
}

@media screen and (max-width:767px) {
  .add-set .add-cartflow {
    display: flex;
    padding-top: 8px;
  }
}

@media screen and (max-width:767px) {
  .add-set .add-cartflow > div {
    flex-basis: unset;
    padding: 0 4px;
    border-bottom: 0;
    font-size: 18px;
  }
}
.add-set .add-cartflow > div > .sp {
  display: inline-block;
  padding-left: 8px;
  font-size: 10px;
}

@media screen and (max-width:767px) {
  .add-set .add-cartflow > div.active {
    border-bottom: 0;
  }
}

.top-page-wrapper .main-content > section,
.feature-list-page-wrapper .main-content > section,
.feature-page-wrapper .main-content > section {
  margin-bottom: 58px;
}
@media screen and (max-width:767px) {
  .top-page-wrapper .main-content > section,
  .feature-list-page-wrapper .main-content > section,
  .feature-page-wrapper .main-content > section {
    margin-bottom: min(40 / 480 * 100vw, 40px);
    padding: 0 min(20 / 480 * 100vw, 20px);
  }
}

section.uc-section {
  margin-bottom: 58px;
}
@media screen and (max-width:767px) {
  section.uc-section {
    margin-bottom: min(40 / 480 * 100vw, 40px);
    padding: 0 min(20 / 480 * 100vw, 20px);
  }
}
section.uc-section .uc-section-inner {
  margin: auto;
  max-width: 1180px;
}
@media screen and (max-width:767px) {
  section.uc-section .uc-section-inner {
    max-width: unset;
  }
}

.common-container-outer {
  width: 100%;
}
.common-container-outer .item-grid-5col-wrap {
  max-width: 1220px;
  margin: auto;
}

.heading {
  font-size: 24px;
  margin: 0 0 32px;
}
@media screen and (max-width:767px) {
  .heading {
    font-size: min(24 / 480 * 100vw, 24px);
  }
}
.heading.mt0 {
  margin-top: 0;
}

.section-inner {
  margin: auto;
  max-width: 1180px;
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .section-inner {
    max-width: unset;
  }
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
  overflow: hidden;
}
.slick-slide {
  margin: 0 5px;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
.slick-slide .img-box img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: 0.7;
}

.slider-item {
  cursor: pointer;
}
.slider-item .slider-text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.slick-dots {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  background: #EDEAE1;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: var(--theme-col);
}
.slick-dots li button {
  font-size: 0;
  background: transparent;
}

.common-slider .slick-dots li {
  width: 10px;
  height: 10px;
  background: #EDEAE1;
}
.common-slider .slick-dots li.slick-active {
  background: var(--theme-col);
}

/*====================================================================
.full-screen
====================================================================*/
.full-screen.slider {
  max-width: 300px;
  margin: 0 auto;
}
.full-screen.slider .slick-list {
  overflow: visible;
}

#top-head-news {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 16px;
  color: #272727;
  background: #FFDEDF;
  padding: 12px 20px 10px;
  max-width: 1176px;
  margin: auto;
}
#top-head-news .date {
  display: inline-block;
  flex-shrink: 0;
}
#top-head-news .text {
  display: inline-block;
}

/*====================================================================
login
====================================================================*/
#dvUserBox #dvUserRegistRegulation label {
  font-size: 16px;
  font-weight: bold;
  color: #d03f3f;
  display: inline-block;
  vertical-align: middle;
}

.add-set #dvUserBox .easy-regist .h3-1 {
  padding-bottom: 16px;
  font-size: 22px;
}
.add-set #dvUserBox .easy-regist .h3-2 {
  padding: 12px 0 16px;
  font-size: 22px;
}
@media screen and (max-width:767px) {
  .add-set #dvUserBox .easy-regist .h3-2 {
    padding-top: 0;
  }
}

.add-set #dvUserBox #dvLogin .login-top-parts div,
.add-set #dvUserBox #dvLogin .login-bottom-parts div {
  margin-bottom: 24px;
  padding: 16px 16px 0 16px;
}
@media screen and (max-width:767px) {
  .add-set #dvUserBox #dvLogin .login-top-parts div,
  .add-set #dvUserBox #dvLogin .login-bottom-parts div {
    padding: min(16 / 480 * 100vw, 16px) min(16 / 480 * 100vw, 16px) 0 min(16 / 480 * 100vw, 16px);
  }
}
.add-set #dvUserBox #dvLogin .login-top-parts div,
.add-set #dvUserBox #dvLogin .login-bottom-parts div {
  border: 1px solid #ccc;
}
.add-set #dvUserBox #dvLogin .login-top-parts p,
.add-set #dvUserBox #dvLogin .login-bottom-parts p {
  margin-bottom: 0.5em;
  font-size: 16px;
  line-height: 1.8;
}
.add-set #dvUserBox #dvLogin .login-bottom-parts div {
  margin-top: 24px;
}

div#dvLogin a:where(:not([role=button])) {
  color: #36c;
  border-radius: 2px;
  text-decoration: none;
}
div#dvLogin a:where(:not([role=button])):visited {
  color: #6a60b0;
}
div#dvLogin a:where(:not([role=button])):visited:hover {
  color: #534fa3;
}
div#dvLogin a:where(:not([role=button])):visited:active {
  color: #353262;
}
div#dvLogin a:where(:not([role=button])):hover {
  color: #3056a9;
  text-decoration: underline;
}
div#dvLogin a:where(:not([role=button])):active {
  color: var(--color-progressive--active, #233566);
  text-decoration: underline;
}
div#dvLogin a:where(:not([role=button])):focus-visible {
  outline: solid 2px #36c;
}
@supports not selector(:focus-visible) {
  div#dvLogin a:where(:not([role=button])):focus {
    outline: solid 2px #36c;
  }
}
div#dvLogin .add-login__wrapper.add-u__form-wrapper a {
  text-decoration: unset;
  color: white;
}
div#dvLogin .add-login__wrapper.add-u__form-wrapper .add-u__link-ul {
  text-decoration: unset;
  color: unset;
}

/*====================================================================
section.ranking
====================================================================*/
section.ranking .tab {
  margin-bottom: 30px;
  overflow-x: auto;
}
section.ranking .tab__btn-wrap {
  margin: 40px 0 10px;
  width: -moz-max-content;
  width: max-content;
  gap: 12px;
}
section.ranking a.tab__btn {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  background: #EDEAE1;
  border-radius: 100px;
  border: unset;
}
section.ranking a.tab__btn.is-active {
  color: #fff;
  background: #24268C;
  border-radius: 100px;
}
section.ranking .slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}

/*====================================================================
.top-text-tab
====================================================================*/
.tab-links .content-tab-switch {
  margin-bottom: 32px;
}
@media screen and (max-width:767px) {
  .tab-links .content-tab-switch {
    width: 100%;
    overflow-x: auto;
    margin-bottom: min(24px, 24 / 480 * 100vw);
    padding-bottom: min(16px, 16 / 480 * 100vw);
  }
}
.tab-links .content-tab-switch .content-tab-list {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width:767px) {
  .tab-links .content-tab-switch .content-tab-list {
    display: flex;
    grid-template-columns: unset;
    width: -moz-max-content;
    width: max-content;
  }
}
.tab-links .content-tab-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 15px;
  background: var(--bg-gray);
  border-radius: 100px;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}
.tab-links .content-tab-list__item.is-open {
  background: var(--theme-col);
  color: #fff;
}
.tab-links .content-tab-list__item:hover {
  opacity: 0.7;
}
.tab-links .text-link-4col {
  display: none;
}
.tab-links .text-link-4col.is-open {
  display: grid;
}
.tab-links .text-link-4col {
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width:767px) {
  .tab-links .text-link-4col {
    gap: calc(12 / 480 * 100vw) calc(24 / 480 * 100vw);
    grid-template-columns: 1fr 1fr;
  }
}
.tab-links .text-link-4col li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  background: var(--bg-sky);
  border-radius: 100px;
}
@media screen and (max-width:767px) {
  .tab-links .text-link-4col li {
    font-size: min(14px, 14 / 480 * 100vw);
  }
}
.tab-links .text-link-4col li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .tab-links .text-link-4col li a {
    padding: min(16px, 16 / 480 * 100vw) min(12px, 12 / 480 * 100vw);
  }
}

/*====================================================================
top slider list-product__col4-2
====================================================================*/
.slide-wrapper.list-product__col4-2 {
  display: block;
  grid-template-columns: unset;
}

/*====================================================================
ranking
====================================================================*/
.list-product {
  position: relative;
}
.list-product .slick-list {
  margin: 0 -15px;
}
.list-product .slick-slide {
  margin: 0 15px;
}
.list-product .slick-prev.slick-arrow,
.list-product .slick-next.slick-arrow {
  position: absolute;
  top: 126px;
  width: 22px;
  height: 22px;
  background: var(--theme-col);
  cursor: pointer;
  font-size: 0;
}
.list-product .slick-prev.slick-arrow {
  left: -10px;
  background: url(../img/common/icn_slide_prev.svg) center center/contain no-repeat;
}
.list-product .slick-next.slick-arrow {
  right: -10px;
  background: url(../img/common/icn_slide_next.svg) center center/contain no-repeat;
}
.list-product .rank {
  font-size: 20px;
  font-weight: bold;
  color: var(--theme-col);
  font-family: "Roboto";
}
.list-product .rank.num1 {
  color: #D68E23;
}
.list-product .rank.num2 {
  color: #6A6968;
}
.list-product .rank.num3 {
  color: #9E4400;
}
.list-product .thumb {
  margin-top: 10px;
}
.list-product .name {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width:767px) {
  .list-product .name {
    font-size: 14px;
  }
}
.list-product .price {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: var(--theme-col);
}
.list-product .price .tax {
  font-size: 12px;
}
.list-product .icon {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-flow: wrap;
}

/*====================================================================
top cat slider 5col
====================================================================*/
@media screen and (max-width:767px) {
  .top-page-wrapper #cat-link-area {
    padding: min(40px, 40 / 480 * 100vw) min(20px, 20 / 480 * 100vw);
  }
}

@media screen and (max-width:767px) {
  .cat-links-wrapper {
    background: var(--bg-creem);
  }
}
.cat-links-wrapper .item-grid-5col-wrap .item-grid-5col {
  display: block;
  gap: 24px 16px;
}
@media screen and (max-width:767px) {
  .cat-links-wrapper .item-grid-5col-wrap .item-grid-5col {
    display: grid;
    gap: min(32px, 32 / 480 * 100vw) min(24px, 24 / 480 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 767px) {
  .cat-links-wrapper .item-grid-5col-wrap .item-grid-5col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.cat-links-wrapper .item-grid-5col-wrap .item {
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
.cat-links-wrapper .item-grid-5col-wrap .item:hover {
  opacity: 0.7;
}
.cat-links-wrapper .item-grid-5col-wrap .item.cat-parent {
  background: var(--theme-col);
  font-size: 15px;
  font-weight: bold;
}
.cat-links-wrapper .item-grid-5col-wrap .item.cat-parent a {
  display: block;
  font-weight: 500;
  color: #fff;
}
.cat-links-wrapper .item-grid-5col-wrap .item.cat-parent a:hover {
  opacity: unset;
}
.cat-links-wrapper .item-grid-5col-wrap .cat-list.type2 {
  grid-column: span 2/span 2;
}
.cat-links-wrapper .item-grid-5col-wrap .cat-list.type2 ul {
  display: flex;
  flex-flow: wrap;
  gap: 16px;
}
@media screen and (max-width:767px) {
  .cat-links-wrapper .item-grid-5col-wrap .cat-list.type2 ul {
    gap: calc(12 / 480 * 100vw) calc(24 / 480 * 100vw);
  }
}
.cat-links-wrapper .item-grid-5col-wrap .cat-list.type2 ul li {
  width: calc(50% - 8px);
  font-size: 15px;
  transition: 0.3s;
}
@media screen and (max-width:767px) {
  .cat-links-wrapper .item-grid-5col-wrap .cat-list.type2 ul li {
    width: calc(50% - 12 / 480 * 100vw);
  }
}
.cat-links-wrapper .item-grid-5col-wrap .cat-list.type2 ul li:hover {
  opacity: 0.7;
}
.cat-links-wrapper .item-grid-5col-wrap .cat-list.type2 ul li a {
  display: block;
  width: 100%;
  padding: 16px 8px;
  font-size: 14px;
  font-weight: 500;
}
.cat-links-wrapper .item-grid-5col-wrap .cat-list.type2 ul li a:hover {
  opacity: unset;
}
.cat-links-wrapper .item-grid-5col-wrap .cat-list.type2 ul li + li {
  margin-top: 0;
  text-align: center;
}
.cat-links-wrapper .item-grid-5col-wrap .cat-list.type2 ul li.cat-parent {
  width: 100%;
  font-weight: bold;
  background: var(--theme-col);
  border-radius: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat-links-wrapper .item-grid-5col-wrap .cat-list.type2 ul li.cat-parent a {
  display: block;
  width: 100%;
  padding: 16px 8px;
  color: #ffffff;
  line-height: 1.2;
  font-size: 15px;
}
.cat-links-wrapper .item-grid-5col-wrap .item {
  background: var(--bg-sky);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat-links-wrapper .item-grid-5col-wrap .item + .item {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .cat-links-wrapper .item-grid-5col-wrap .item + .item {
    margin-top: calc(12 / 480 * 100vw);
  }
}
.cat-links-wrapper .item-grid-5col-wrap .item a {
  display: block;
  width: 100%;
  padding: 16px 8px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width:767px) {
  .cat-links-wrapper .item-grid-5col-wrap .item a {
    margin: unset;
  }
}
.cat-links-wrapper .item-grid-5col-wrap .item a:hover {
  filter: brightness(0.98);
}
.cat-links-wrapper .item-grid-5col-wrap .item a p {
  padding: 16px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .cat-links-wrapper .item-grid-5col-wrap .item a p {
    font-size: min(14px, 14 / 480 * 100vw);
    padding: min(16px, 16 / 480 * 100vw) min(12px, 12 / 480 * 100vw);
  }
}

.product-list-page .item-grid-5col-wrap .item + .item {
  margin-top: unset;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--card-w), 1fr));
  gap: 24px;
  padding: 24px;
}

.product {
  position: relative;
  max-width: 100%;
}

/* 商品本体（リンク） */
.product__main {
  display: block;
  padding: 16px;
  background: #eee;
}

.product__title {
  font-weight: 700;
  margin: 0 0 4px;
  font-size: 16px;
}

.product__desc {
  margin: 0;
  font-size: 14px;
  color: #444;
}

[data-anygift] {
  margin-top: 24px;
}

.ag-mt-1.ag-text-center.ag-text-xs.anygift-footer__egift__link__icon__wrapper svg {
  width: 6px;
}

.product-detail__outline {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

/* ドロップダウン（最初は非表示にするが、display:none は使わない） */
.product__variation {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  padding: 12px;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 7%;
  /* 視覚的に隠す（PC以外はずっとこのまま） */
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s 0.18s;
}

/* ドロップダウンの中身 */
.variation-list {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 7%;
}

.variation-link {
  display: block;
}

/* --- PC（マウスあり）のみで開く --- */
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .product:hover .product__variation,
  .product:focus-within .product__variation {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
  }
}
@media screen and (max-width:767px) {
  .product-detail__container {
    gap: 16px;
  }
}

@media screen and (max-width:767px) {
  .product-detail__copy {
    margin-top: 0;
  }
}

/*====================================================================
コラム
====================================================================*/
.egift_page .ec-shelfGrid__item a::after {
  display: block;
}
.egift_page .ec-shelfGrid__item a::after {
  content: "ギフト商品を確認する";
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgb(255, 255, 255);
  background-color: rgb(21, 194, 168);
  width: min(342px, 50%);
  height: 56px;
  line-height: 56px;
  border-width: 1px;
  border-style: solid;
  -o-border-image: initial;
     border-image: initial;
  white-space: nowrap;
  padding: 0px 16px;
  text-decoration: none;
  border-color: rgb(21, 194, 168);
}
.egift_page .ec-shelfGrid__item a::after {
  left: calc(33% + 30px);
  position: absolute;
}
.egift_page .ec-shelfRole .item-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.egift_page .ec-shelfRole .item-center {
  align-items: center;
}
.egift_page .ec-shelfRole .d-flex {
  display: flex;
}
.egift_page .ec-shelfRole .unicare-price {
  color: red;
  margin-bottom: 10px;
}
.egift_page .ec-shelfRole .unicare-price div {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.egift_page .ec-shelfRole .new-price span {
  font-size: 12px;
  padding: 3px 10px;
  border: 1px solid;
  margin: 0 10px 5px 0;
}
.egift_page .ec-shelfRole .item-center {
  align-items: center;
}
.egift_page .ec-shelfGrid .ec-shelfGrid__item-image {
  margin-bottom: 10px;
  text-align: center;
}
.egift_page .ec-shelfGrid__item-image {
  float: left;
  width: 33%;
  margin-right: 30px;
}
.egift_page .btn {
  outline: 0;
  position: relative;
  border: 1px solid;
  border-radius: 4px;
  height: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 20px 60px;
  min-height: 51px;
  font-size: 14px;
  line-height: 40px;
}
.egift_page .btn:hover {
  opacity: 0.7;
}
.egift_page .btnFluid {
  width: 100%;
}
.egift_page .btnPrimary {
  background-color: #27aedf;
  color: #fff !important;
}
.egift_page .egift_page--section1 {
  clear: both;
}
.egift_page .egift_page--section2--title,
.egift_page .egift_page--section1--title,
.egift_page .egift_page--faq--title {
  padding: 4px 7px;
  border-top: solid 3px #364e96;
  border-bottom: solid 3px #364e96;
}

.egift_page--button {
  max-width: 678px;
  margin: auto;
  padding: 32px 0;
}
.egift_page--top {
  position: relative;
  max-width: 900px;
  margin: auto;
  padding: 32px 0;
}
.egift_page--top--text {
  color: #2f2f2f;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .egift_page--top--text {
    font-size: 14px;
  }
}
.egift_page--section1 {
  padding: 60px 0 20px;
}
.egift_page--section1--title {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .egift_page--section1--title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .egift_page--section1--content {
    font-size: 14px;
  }
}
.egift_page--section1--text {
  padding: 32px;
  font-size: 16px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .egift_page--section1--text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .egift_page--section1--features {
    padding: 10px 0;
  }
}
.egift_page--section1--explanation {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .egift_page--section1--explanation {
    padding: 10px 0;
  }
}
.egift_page--section2 {
  padding: 50px 0;
}
.egift_page--section2--title {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .egift_page--section2--title {
    font-size: 24px;
  }
}
.egift_page--section2--content {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .egift_page--section2--content {
    padding: 20px 0;
    font-size: 14px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .egift_page--section2--content img {
    padding-bottom: 18px;
  }
}
.egift_page--section2--content--1, .egift_page--section2--content--2, .egift_page--section2--content--3 {
  padding: 0 15px;
  width: 370px;
}
@media screen and (max-width: 768px) {
  .egift_page--section2--content--1, .egift_page--section2--content--2, .egift_page--section2--content--3 {
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
  }
}
.egift_page--section2--content--1--text, .egift_page--section2--content--2--text, .egift_page--section2--content--3--text {
  font-size: 14px;
  padding: 10px;
  min-height: 118px;
  line-height: 2em;
}
.egift_page--section3 {
  padding-bottom: 50px;
}
.egift_page--section3--title {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .egift_page--section3--title {
    font-size: 24px;
  }
}
.egift_page--section3--content {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .egift_page--section3--content {
    padding: 20px 0;
    font-size: 14px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .egift_page--section3--content img {
    padding-bottom: 18px;
  }
}
.egift_page--section3--content--1, .egift_page--section3--content--2, .egift_page--section3--content--3 {
  padding: 0 15px;
  width: 370px;
}
@media screen and (max-width: 768px) {
  .egift_page--section3--content--1, .egift_page--section3--content--2, .egift_page--section3--content--3 {
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
  }
}
.egift_page--section3--content--1--text, .egift_page--section3--content--2--text, .egift_page--section3--content--3--text {
  font-size: 14px;
  padding: 10px;
  min-height: 118px;
  line-height: 2em;
}
.egift_page--faq {
  padding: 60px 0 20px;
  margin: auto;
  clear: both;
}
.egift_page--faq--title {
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 32px 0;
}
@media screen and (max-width: 768px) {
  .egift_page--faq--title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .egift_page--note {
    font-size: 20px;
  }
}

.visible-xs {
  display: none;
}
@media screen and (max-width: 768px) {
  .visible-xs {
    display: inline;
  }
}

.invisible-xs {
  display: inline;
}
@media screen and (max-width: 768px) {
  .invisible-xs {
    display: none;
  }
}

.faq-accordion {
  margin: 0 auto 7px;
  border-bottom: 1px solid #bdbdbd;
  font-size: 16px;
}
.faq-accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  color: #2f2f2f;
  transition: transform 0.5s, opacity 0.5s;
  text-align: left;
}
.faq-accordion[open] p {
  transform: none;
  opacity: 1;
}
.faq-accordion[open] summary::after {
  rotate: 90deg;
}
.faq-accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%2327aedf%3B%22%2F%3E%0A%3C%2Fsvg%3E);
  background-position: right calc(2em - 7px) center;
  background-size: 22px;
  background-repeat: no-repeat;
  color: #2f2f2f;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq-accordion summary {
    text-align: left;
    padding: 1em 4em 1em 2em;
  }
}
.faq-accordion summary::before {
  rotate: 90deg;
}
.faq-accordion summary::before, .faq-accordion summary::after {
  position: absolute;
  right: calc(2em + 2.5px);
  width: 3px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  content: "";
}
.faq-accordion summary::after {
  transition: rotate 0.3s;
}

@media only screen and (min-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    width: 33.3%;
  }
}
.ec-shelfGrid__item {
  position: relative;
  width: 100% !important;
}

.ec-shelfGrid__item-image {
  float: left;
  width: 33%;
  margin-right: 30px;
}

.feature-list-page-wrapper,
.feature-page-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 1226px;
  min-width: 1100px;
  margin: auto;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .feature-list-page-wrapper,
  .feature-page-wrapper {
    width: 100%;
    gap: unset;
    margin-bottom: min(24 / 480 * 100vw, 24px);
    padding: min(24px, 24 / 480 * 100vw) min(20px, 20 / 480 * 100vw);
    max-width: unset;
    min-width: unset;
    flex-flow: column;
    justify-content: unset;
  }
}
.feature-list-page-wrapper.noptpb,
.feature-page-wrapper.noptpb {
  padding-top: 0;
  padding-bottom: 0;
}
.feature-list-page-wrapper h1#page-title,
.feature-page-wrapper h1#page-title {
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .feature-list-page-wrapper h1#page-title,
  .feature-page-wrapper h1#page-title {
    margin-bottom: min(16px, 16 / 480 * 100vw);
    font-size: min(22px, 22 / 480 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .feature-list-page-wrapper h2.heading,
  .feature-page-wrapper h2.heading {
    margin-top: min(40px, 40 / 480 * 100vw);
    font-size: min(20px, 20 / 480 * 100vw);
  }
}
.feature-list-page-wrapper div#header-banner,
.feature-page-wrapper div#header-banner {
  margin-bottom: 24px;
  text-align: center;
  width: 100%;
}
.feature-list-page-wrapper div#header-banner img,
.feature-page-wrapper div#header-banner img {
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .feature-list-page-wrapper div#header-banner img,
  .feature-page-wrapper div#header-banner img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  .feature-list-page-wrapper .aside,
  .feature-page-wrapper .aside {
    width: 100%;
    margin-top: min(40px, 40 / 480 * 100vw);
  }
}
.feature-list-page-wrapper .aside .feature-page-parts-item:nth-child(n+21),
.feature-page-wrapper .aside .feature-page-parts-item:nth-child(n+21) {
  display: none;
}
.feature-list-page-wrapper .aside .view-more-btn,
.feature-page-wrapper .aside .view-more-btn {
  display: none;
}
.feature-list-page-wrapper .main-content,
.feature-page-wrapper .main-content {
  width: 69.27%;
}
@media screen and (max-width: 768px) {
  .feature-list-page-wrapper .main-content,
  .feature-page-wrapper .main-content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .feature-list-page-wrapper .feature-page-view-item,
  .feature-page-wrapper .feature-page-view-item {
    width: 100%;
  }
}
.feature-list-page-wrapper .feature-page-view-list,
.feature-page-wrapper .feature-page-view-list {
  width: unset;
  font-family: unset;
  font-size: unset;
  padding: unset;
}
.feature-list-page-wrapper .feature-page-view-items,
.feature-page-wrapper .feature-page-view-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: unset;
  width: unset;
  gap: 44px;
}
@media screen and (max-width: 768px) {
  .feature-list-page-wrapper .feature-page-view-items,
  .feature-page-wrapper .feature-page-view-items {
    gap: 16px;
  }
}
.feature-list-page-wrapper .feature-page-view-item,
.feature-page-wrapper .feature-page-view-item {
  width: 100%;
  margin: unset;
  border: unset;
}
.feature-list-page-wrapper .feature-page-view-thumb,
.feature-page-wrapper .feature-page-view-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 193/150;
  border-radius: 16px;
  overflow: hidden;
}
.feature-list-page-wrapper .feature-page-view-thumb a,
.feature-page-wrapper .feature-page-view-thumb a {
  display: block;
}
.feature-list-page-wrapper .feature-page-view-thumb img,
.feature-page-wrapper .feature-page-view-thumb img {
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-list-page-wrapper .feature-page-parts-title,
.feature-page-wrapper .feature-page-parts-title {
  text-decoration: underline;
}
.feature-list-page-wrapper .feature-page-view-title,
.feature-page-wrapper .feature-page-view-title {
  margin: 8px 0 0 0;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .feature-list-page-wrapper .feature-page-view-title,
  .feature-page-wrapper .feature-page-view-title {
    font-size: min(14, 14 / 480 * 100vw);
  }
}
.feature-list-page-wrapper .feature-page-parts-category-links-items,
.feature-page-wrapper .feature-page-parts-category-links-items {
  flex-flow: column;
}
.feature-list-page-wrapper .page-counter,
.feature-page-wrapper .page-counter {
  display: none;
}

@media screen and (max-width: 768px) {
  .feature-list-page-wrapper {
    flex-flow: column-reverse;
  }
}

.feature-page-parts-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .feature-page-parts-items {
    grid-template-columns: 1fr;
  }
}
.feature-page-parts-items .feature-page-parts-thumb img {
  display: inline-block;
  overflow: hidden;
  border-radius: 8px;
}

.view-more-btn {
  margin-top: 56px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.view-more-btn.active {
  opacity: 1;
}
.view-more-btn a.btn.btn-mid.btn-inverse {
  background: #24268C !important;
  width: 240px;
  border-radius: 100px;
  padding: 14px;
}

.feature-list-page-wrapper .feature-page-parts-items,
.feature-page-wrapper .feature-page-parts-items {
  display: block;
}
.feature-list-page-wrapper .feature-page-parts-thumb,
.feature-page-wrapper .feature-page-parts-thumb {
  display: none;
}
.feature-list-page-wrapper .feature-page-parts-item + .feature-page-parts-item,
.feature-page-wrapper .feature-page-parts-item + .feature-page-parts-item {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .feature-list-page-wrapper .feature-page-parts-item + .feature-page-parts-item,
  .feature-page-wrapper .feature-page-parts-item + .feature-page-parts-item {
    margin-top: min(16px, 16 / 480 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .feature-page-wrapper {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  .feature-page-wrapper .aside {
    order: 2;
  }
}
.feature-page-wrapper .feature-text {
  font-size: 16px;
  line-height: 1.8;
}
.feature-page-wrapper .feature-text a:where(:not([role=button])) {
  color: #36c;
  border-radius: 2px;
  text-decoration: none;
}
.feature-page-wrapper .feature-text a:where(:not([role=button])):visited {
  color: #6a60b0;
}
.feature-page-wrapper .feature-text a:where(:not([role=button])):visited:hover {
  color: #534fa3;
}
.feature-page-wrapper .feature-text a:where(:not([role=button])):visited:active {
  color: #353262;
}
.feature-page-wrapper .feature-text a:where(:not([role=button])):hover {
  color: #3056a9;
  text-decoration: underline;
}
.feature-page-wrapper .feature-text a:where(:not([role=button])):active {
  color: var(--color-progressive--active, #233566);
  text-decoration: underline;
}
.feature-page-wrapper .feature-text a:where(:not([role=button])):focus-visible {
  outline: solid 2px #36c;
}
@supports not selector(:focus-visible) {
  .feature-page-wrapper .feature-text a:where(:not([role=button])):focus {
    outline: solid 2px #36c;
  }
}
.feature-page-wrapper .feature-text p {
  margin-bottom: 0.5em;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .feature-page-wrapper .feature-text p {
    margin: min(16 / 480 * 100vw, 16px) 0;
  }
}
.feature-page-wrapper .view-more-btn {
  opacity: 1;
}
.feature-page-wrapper .productlist_orderButton.btn {
  margin-top: 10px;
  width: 100%;
  color: #fff;
  font-weight: 500;
  background: var(--theme-col) !important;
}
.feature-page-wrapper #dvRecommend {
  margin-top: 24px;
}
.feature-page-wrapper #dvRecommend .glbPlist {
  float: unset;
}
.feature-page-wrapper #dvRecommend .glbPlist.bl-hover {
  background: unset !important;
}
.feature-page-wrapper #dvRecommend .glbPlist ul {
  padding: 0;
}
.feature-page-wrapper #dvRecommend .glbPlist.column4 {
  width: unset;
}
.feature-page-wrapper #dvRecommend .thumb a {
  display: block;
  aspect-ratio: 1/1;
}
.feature-page-wrapper #dvRecommend .thumb img {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.feature-page-wrapper #dvRecommend .name a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .feature-page-wrapper #dvRecommend .name a {
    font-size: 14px;
  }
}
.feature-page-wrapper #dvRecommend .glbPlist ul li.price {
  border: none;
}
.feature-page-wrapper #dvRecommend .glbPlist ul li.price p {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: var(--theme-col);
}
@media screen and (max-width: 768px) {
  .feature-page-wrapper #dvRecommend .glbPlist ul li.price p {
    letter-spacing: 0;
  }
}
.feature-page-wrapper #dvRecommend .glbPlist ul li.price .fz12 {
  font-size: 12px;
}
.feature-page-wrapper .listProduct {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
}
@media screen and (max-width: 768px) {
  .feature-page-wrapper .listProduct {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.feature-page-wrapper .productlist_orderButton {
  width: 100%;
  display: block;
}

/*====================================================================
特集詳細
====================================================================*/
#feature-group-items {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #feature-group-items {
    margin-top: min(30px, 30 / 480 * 100vw);
  }
}
#feature-group-items .title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #feature-group-items .title {
    margin-bottom: min(16px, 16 / 480 * 100vw);
    font-size: min(20px, 20 / 480 * 100vw);
  }
}
#feature-group-items .feature-item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #feature-group-items .feature-item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: min(16px, 16 / 480 * 100vw);
  }
}
#feature-group-items .feature-item-name {
  margin-top: 10px;
}
#feature-group-items .feature-vari-price {
  margin-top: 10px;
}

/*====================================================================
トップページ
====================================================================*/
.top-page-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 1210px;
  min-width: 1100px;
  margin: auto;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .top-page-wrapper {
    width: 100%;
    padding: unset;
    max-width: unset;
    min-width: unset;
    flex-flow: column;
    justify-content: unset;
  }
}

.aside {
  width: 19%;
}
.aside .aside-left {
  width: 100%;
}
.aside .aside-left h3 {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.aside .aside-left .item {
  margin-bottom: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.aside .aside-left .item:last-child {
  margin-bottom: 0;
  border-bottom: unset;
}
.aside .aside-left .item.item-02, .aside .aside-left .item.item-03 {
  line-height: 2;
}
.aside .aside-left .item.item-02 {
  font-size: 14px;
}
.aside .aside-left .item.item-02 a {
  display: block;
}
.aside .aside-left .item.item-03 ul {
  padding-left: 1.6em;
}
.aside .aside-left .item.item-03 li {
  list-style: disc;
}
.aside .aside-left .item.item-03 a {
  display: block;
  text-decoration: underline;
}
.aside .aside-left .cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside .aside-left .cat-list .cat-item.cat-lv1 {
  font-size: 16px;
}
.aside .aside-left .cat-list .cat-item.cat-lv1 .cat-name {
  padding-left: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
.aside .aside-left .cat-list .cat-item.cat-lv1 .cat-name:hover {
  opacity: 0.6;
}
.aside .aside-left .cat-list .cat-item.cat-lv1 a.cat-all {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 0;
  background: #fff;
  border: 0;
  text-align: left;
  cursor: pointer;
}
.aside .aside-left .cat-list .cat-item.cat-lv2 {
  font-size: 16px;
}
.aside .aside-left .cat-list .cat-item.cat-lv2 > .cat-toggle .cat-name {
  padding-left: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
.aside .aside-left .cat-list .cat-item.cat-lv2 > .cat-toggle .cat-name:hover {
  opacity: 0.6;
}
.aside .aside-left .cat-list .cat-item.cat-lv3 {
  list-style: disc;
  font-size: 14px;
}
.aside .aside-left .cat-list .cat-item > .cat-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 0;
  background: #fff;
  border: 0;
  text-align: left;
  cursor: pointer;
}
.aside .aside-left .cat-list .cat-item > .cat-toggle .cat-thumb {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  overflow: hidden;
  padding-right: 8px;
}
.aside .aside-left .cat-list .cat-item > .cat-toggle .cat-thumb img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
}
.aside .aside-left .cat-list .cat-item > .cat-toggle .cat-name {
  flex: 1;
}
.aside .aside-left .cat-list .cat-item > .cat-toggle .cat-toggle-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: url(../img/common/icn_cat_arrow_blue.svg) center center/contain no-repeat;
  transition: transform 0.2s ease;
}
.aside .aside-left .cat-list .cat-item > .cat-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}
.aside .aside-left .cat-list .cat-item > .cat-link .cat-name {
  flex: 1;
}
.aside .aside-left .cat-list .cat-item.is-open > .cat-toggle .cat-toggle-icon {
  background: url(../img/common/icn_cat_arrow_gray.svg) center center/contain no-repeat;
}
.aside .aside-left .cat-list .cat-item > .sub-list {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 24px;
}
.aside .aside-left .cat-list .cat-item > .sub-list .cat-item {
  border-bottom: none;
  line-height: 2;
}
.aside .aside-left .cat-list .cat-item > .sub-list a.cat-link {
  text-decoration: underline;
  color: #333;
}
.aside .aside-left .cat-list .sub-list .cat-item:last-child {
  padding: 0 0 16px 0;
}
.aside .aside-left .cat-list.cat-list-02 .cat-toggle .cat-name {
  padding-left: 0;
}
.aside .aside-left .cat-list.cat-list-02 .cat-toggle a.cat-link span {
  font-size: 14px;
}
.aside .aside-left .cat-list.cat-list-02 a.cat-link span {
  font-size: 14px;
}
.aside .aside-left .cat-list.cat-list-02 .sub-list {
  text-decoration: underline;
}
.aside .aside-left .cat-list.cat-list-02 .sub-list li {
  list-style: disc;
}
.aside .list-title {
  display: none;
}

@media screen and (max-width: 768px) {
  .hamburger-menu .cat-list-02 .cat-item.cat-lv2 + .cat-lv2 {
    border: none;
  }
  .hamburger-menu .cat-list-02 .cat-link {
    padding: 4px 4px 4px 16px;
  }
}

.main-content {
  width: 73%;
}
@media screen and (max-width: 768px) {
  .main-content {
    width: 100%;
  }
}

section.main-slide + div .top-page-wrapper {
  margin-bottom: 32px;
}

.main-slider {
  max-width: 1226px;
  margin: 0 auto;
  padding: 24px 24px 56px;
}
@media screen and (max-width: 768px) {
  .main-slider {
    margin-bottom: calc(60 / 480 * 100vw);
    padding: 0 calc(20 / 480 * 100vw) 0 calc(20 / 480 * 100vw);
  }
}
.main-slider .slick-slide {
  padding: unset;
  border-radius: 8px;
  overflow: hidden;
  width: 350px;
  /*aspect-ratio: 16 / 9;*/
}
@media screen and (max-width: 768px) {
  .main-slider .slick-slide {
    width: 100%;
  }
}
.main-slider .slick-slide img {
  width: 350px;
  height: 228px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .main-slider .slick-slide img {
    width: 100%;
    height: unset;
  }
}
.main-slider .slick-track {
  padding: 5px 0 10px;
}
.main-slider .slick-current {
  box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 768px) {
  .main-slider .slick-slide {
    padding: unset;
  }
}
.main-slider ul.slick-dots {
  padding-top: 26px;
}
@media screen and (max-width: 768px) {
  .main-slider ul.slick-dots {
    padding-top: calc(14 / 480 * 100vw);
  }
}
.main-slider .slide-arrow {
  width: 32px;
  height: 32px;
  top: calc(50% - 46px);
}
@media screen and (max-width: 768px) {
  .main-slider .slide-arrow {
    top: calc(50% - min(34 / 480 * 100vw, 34px));
  }
}
.main-slider .slide-arrow::before,
.main-slider .slide-arrow::after {
  content: none;
}
.main-slider .prev-arrow {
  left: 8px;
  background: url(../img/common/icn_slide_prev.svg) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .main-slider .prev-arrow {
    width: calc(32 / 480 * 100vw);
    height: calc(32 / 480 * 100vw);
    left: calc(8 / 480 * 100vw);
  }
}
.main-slider .next-arrow {
  right: 8px;
  background: url(../img/common/icn_slide_next.svg) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .main-slider .next-arrow {
    width: calc(32 / 480 * 100vw);
    height: calc(32 / 480 * 100vw);
    right: calc(8 / 480 * 100vw);
  }
}

.product-list-page .listProduct > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
}
@media screen and (max-width: 768px) {
  .product-list-page .listProduct > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.product-list-page .listProduct > ul li.productList {
  margin-bottom: unset;
  padding-bottom: unset;
  border-bottom: unset;
}
.product-list-page .listProduct .listProduct ul li.productList ul .plIcon {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-flow: wrap;
}
.product-list-page .listProduct .listProduct ul li.productList ul .tax {
  font-size: 12px;
}
.product-list-page .listProduct .listProduct ul li.productList ul .plPhoto {
  margin-top: 10px;
  width: unset;
  float: unset;
}
.product-list-page .listProduct .listProduct ul li.productList ul .plPhoto .variationview_wrap {
  top: 6px !important;
  right: 6px !important;
  left: unset !important;
}
.product-list-page .listProduct .listProduct ul li.productList ul .plPhoto a {
  display: block;
}
.product-list-page .listProduct .listProduct ul li.productList ul .plPhoto h3 a {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .product-list-page .listProduct .listProduct ul li.productList ul .plPhoto h3 a {
    font-size: 14px;
  }
}
.product-list-page .listProduct .listProduct ul li.productList ul .plPhoto h3 a .title-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-list-page .listProduct .listProduct ul li.productList ul .plPrice > span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: var(--theme-col);
}
@media screen and (max-width: 768px) {
  .product-list-page .listProduct .listProduct ul li.productList ul .plPrice > span {
    letter-spacing: 0;
  }
}
.product-list-page .listProduct a.btn.btn-mid.btn-inverse {
  margin-top: 10px;
  width: 100%;
  color: #fff;
  background: var(--theme-col) !important;
  font-weight: 500;
}

/*====================================================================
.list-product__col5
====================================================================*/
.list-product__col5,
.col-5-slider {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .list-product__col5 > div:nth-child(n+6),
  .col-5-slider > div:nth-child(n+6) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .list-product__col5,
  .col-5-slider {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-product__col5 .slick-dots,
.col-5-slider .slick-dots {
  padding: min(42px, 42 / 480 * 100vw) 0 min(40px, 40 / 480 * 100vw);
}

@media screen and (max-width: 768px) {
  section.new-products .list-product__col5 > div:nth-child(n+3) {
    display: none;
  }
}

/*====================================================================
.sortBox
====================================================================*/
.add-set #sortBox .title .selected {
  display: inline-block;
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 2px 20px 2px 8px;
}
.add-set #sortBox .title .selected::after {
  top: 8px;
  right: 4px;
}

@media screen and (max-width: 768px) {
  .add-set #sortBox .title {
    flex-flow: wrap;
    align-items: center;
  }
}

.displayNone {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .product-list-page .list-product .thumb a {
    width: 100%;
  }
}

.product-detail__container .dvProductAdvancedSearch__content .title.cat {
  padding: unset;
  background: unset;
  color: unset;
}
.product-detail__container .dvProductAdvancedSearch__content .btn-sort-search.btn.btn-mid.uc-sort-btn {
  position: relative;
  display: block;
  font-weight: bold;
  background: url(../img/common/icon_search_white.svg) left 4px center var(--theme-col) no-repeat;
  background-size: 24px;
  color: #fff;
  border-radius: 4px;
  padding: 8px 32px 8px 28px;
  width: 100%;
}
.product-detail__container #ctl00_ContentPlaceHolder1_lbCartAdd.product-detail .addCart .btnCart .btn {
  background: #FF8C00 !important;
  width: 250px;
  height: 56px;
  display: flex;
  align-items: center;
  padding: unset;
  justify-content: center;
}
.product-detail__container .product-detail__btn-wrap {
  display: block;
}
.product-detail__container a#ctl00_ContentPlaceHolder1_lbAddFavoriteId .flex-box {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.product-detail__container a#ctl00_ContentPlaceHolder1_lbAddFavoriteId .flex-box img {
  height: 16px;
}
.product-detail__container a#ctl00_ContentPlaceHolder1_lbAddFavoriteId .flex-box span {
  display: inline-block;
  margin-left: 4px;
}
.product-detail__container .addCart .uc-btn-add-cart {
  background: var(--theme-orange);
  color: #fff;
}
.product-detail__container .btnCartWrap {
  flex-flow: column;
}
.product-detail__container .product-detail__set-promotion {
  background: unset;
}
.product-detail__container .product-img-attention {
  margin-top: 8px;
  font-weight: 500;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .product-detail__container .product-img-attention {
    padding: 0 min(20px, 20 / 480 * 100vw);
  }
}
.product-detail__container .productDetailId.product-detail__id {
  font-size: 14px;
  font-weight: 400;
}
.product-detail__container .selectVariation__title {
  font-weight: bold;
  font-size: 14px;
}

#dvProductDetailArea .accordion-trigger:hover {
  opacity: unset;
  transition: unset;
}
#dvProductDetailArea .accordion-trigger::after {
  content: none;
}
#dvProductDetailArea .accordion-trigger.is-active::after {
  content: none;
}
#dvProductDetailArea .accordion-content {
  display: unset;
}

.product-desc__item {
  margin: auto;
  width: 1006px;
}
@media screen and (max-width: 768px) {
  .product-desc__item {
    width: 100%;
  }
}
.product-desc__item a:where(:not([role=button])) {
  color: #36c;
  border-radius: 2px;
  text-decoration: none;
}
.product-desc__item a:where(:not([role=button])):visited {
  color: #6a60b0;
}
.product-desc__item a:where(:not([role=button])):visited:hover {
  color: #534fa3;
}
.product-desc__item a:where(:not([role=button])):visited:active {
  color: #353262;
}
.product-desc__item a:where(:not([role=button])):hover {
  color: #3056a9;
  text-decoration: underline;
}
.product-desc__item a:where(:not([role=button])):active {
  color: var(--color-progressive--active, #233566);
  text-decoration: underline;
}
.product-desc__item a:where(:not([role=button])):focus-visible {
  outline: solid 2px #36c;
}
@supports not selector(:focus-visible) {
  .product-desc__item a:where(:not([role=button])):focus {
    outline: solid 2px #36c;
  }
}
.product-desc__item + .product-desc__item {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .product-desc__item + .product-desc__item {
    margin-top: min(40px, 40 / 480 * 100vw);
  }
}

.product-desc__container {
  margin-bottom: 80px;
  padding-bottom: 136px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .product-desc__container {
    margin-bottom: min(40px, 40 / 480 * 100vw);
    padding-bottom: min(80px, 80 / 480 * 100vw);
  }
}

.accordion-content__inner {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.accordion-content__inner p {
  margin-bottom: 0.5em;
}

table.product-detail-table-template tr + tr {
  border-top: 1px solid #ccc;
}
table.product-detail-table-template th {
  width: 150px;
  padding: 26px 16px 26px 0;
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  table.product-detail-table-template th {
    display: block;
    padding: min(16px, 16 / 480 * 100vw) min(16px, 16 / 480 * 100vw) min(8px, 8 / 480 * 100vw);
  }
}
table.product-detail-table-template td {
  display: table-cell;
  padding: 26px 16px 26px 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  table.product-detail-table-template td {
    display: block;
    padding: min(8px, 8 / 480 * 100vw) min(16px, 16 / 480 * 100vw) min(16px, 16 / 480 * 100vw);
  }
}

.product-card-list-template dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .product-card-list-template dl {
    flex-flow: column;
    gap: min(24px, 24 / 480 * 100vw);
  }
}
.product-card-list-template dl + dl {
  margin-top: 30px;
}
.product-card-list-template dt {
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .product-card-list-template dt {
    width: auto;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.product-card-list-template dt img {
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card-list-template dd {
  width: calc(100% - 340px);
}
@media screen and (max-width: 768px) {
  .product-card-list-template dd {
    width: 100%;
  }
}
.product-card-list-template dd h3.title {
  margin-bottom: 16px;
  flex-shrink: 0;
  color: var(--theme-col);
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .product-card-list-template dd h3.title {
    font-size: 16px;
  }
}
.product-card-list-template dd h4.text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.add-main__wrapper h1 {
  padding-top: 0;
}

#dvUserBox .add-main__wrapper h1 {
  padding: 0 0 24px;
}

/*====================================================================
.pager
====================================================================*/
.pager-wrapper {
  width: 100%;
}
.pager-wrapper .pager_line_tate {
  display: none;
  color: var(--theme-col);
  font-size: 18px;
}
.pager-wrapper span.all_num {
  display: none;
}
.pager-wrapper .pagelinks {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  font-size: 14px;
  margin: 40px 0;
  justify-content: center;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .pager-wrapper .pagelinks {
    margin: 0 auto;
  }
}
.pager-wrapper .pagelinks b {
  font-family: "Jost", serif;
  padding: 4px;
  font-size: 14px;
  text-align: center;
}
.pager-wrapper .pagelinks a {
  padding: 4px;
  font-family: "Jost", serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.pager-wrapper .pagelinks a.cmn_yaji_b,
.pager-wrapper .pagelinks a.cmn_yaji_f {
  border: unset;
  border-radius: unset;
  background: unset;
}
.pager-wrapper .pagelinks a.cmn_yaji_b .b_yaji,
.pager-wrapper .pagelinks a.cmn_yaji_f .b_yaji {
  position: relative;
  width: 100%;
  height: 100%;
}
.pager-wrapper .pagelinks a.cmn_yaji_b .b_yaji::after,
.pager-wrapper .pagelinks a.cmn_yaji_f .b_yaji::after {
  position: absolute;
  z-index: 50;
  top: 4px;
  right: 0;
  width: 10px;
  height: 16px;
  content: "";
  background-image: url(../img/cmn_back_icn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: grayscale(1);
}
.pager-wrapper .pagelinks a.cmn_yaji_b .b_yaji,
.pager-wrapper .pagelinks a.cmn_yaji_f .f_yaji {
  position: relative;
  width: 10px;
  height: 100%;
}
.pager-wrapper .pagelinks a.cmn_yaji_b .f_yaji::after,
.pager-wrapper .pagelinks a.cmn_yaji_f .f_yaji::after {
  position: absolute;
  z-index: 50;
  top: 3px;
  left: 0;
  width: 10px;
  height: 16px;
  content: "";
  background-image: url(../img/cmn_front_icn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: grayscale(1);
}

.product-list-page #pagination.above {
  margin: 0;
  display: flex;
  align-items: center;
}
.product-list-page #pagination.above .pagelinks {
  display: inline-block;
  margin-left: 8px;
}

.product-list-page__sort-wrap #pagination.above b {
  font-weight: bold;
}

.pager-wrapper.product-pager-bottom .page-counter {
  display: none;
}
.pager-wrapper.product-pager-bottom b {
  font-weight: bold;
}

#dvUserRegistRegulation .add-regulation__box.npt {
  padding: 0;
}
#dvUserRegistRegulation .add-regulation__box.npt .static-common {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  #dvUserRegistRegulation .add-regulation__box.npt .static-common {
    padding: calc(16 / 480 * 100vw) !important;
  }
}
#dvUserRegistRegulation .add-regulation__box.npt .static-common .container h1 {
  font-size: 22px;
  font-weight: bold;
  padding: unset;
}
#dvUserRegistRegulation .add-regulation__box.npt h3 {
  margin-bottom: 24px;
  padding-bottom: 10px;
}

.add-set .add-u__message-2 {
  margin-bottom: 24px;
}

section.banner-area ul {
  display: flex;
  max-width: 1210px;
  min-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  gap: 24px;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.banner-area ul {
    padding: 0 min(4.1666666667vw, 20px);
    gap: min(5vw, 24px);
    max-width: unset;
    min-width: unset;
    flex-flow: column;
    justify-content: unset;
  }
}
section.banner-area ul li {
  width: 33.33333%;
}
@media screen and (max-width: 768px) {
  section.banner-area ul li {
    width: 100%;
  }
}
section.banner-area ul a {
  display: block;
  max-width: 364px;
  max-height: 144px;
}
@media screen and (max-width: 768px) {
  section.banner-area ul a {
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
    aspect-ratio: 91/36;
  }
}
section.banner-area ul a img {
  display: block;
  margin: auto;
}

/*====================================================================
cart card input
====================================================================*/
#dvUserFltContents {
  max-width: 740px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #dvUserFltContents {
    width: 100%;
  }
}

#dvUserBox #rakuten-payment-1 h1 {
  padding: 16px;
  font-weight: 500;
}

.dvOrderHistoryInfo div#ctl00_ContentPlaceHolder1_rPayment_ctl00_divRakutenCredit {
  margin-top: 12px;
}

.rakuten-payment-form {
  position: fixed;
  z-index: 2;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  max-height: 610px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .rakuten-payment-form {
    max-width: calc(100% - 24px);
    max-height: calc(96% - 24px);
    top: 24px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.rakuten-payment-form .btn {
  height: 42px;
  width: 240px;
  background: #ececec;
  color: #222 !important;
}

#dvUserBox #dvUserCreditCardInput .rakuten-payment-modal {
  height: 490px;
}
@media screen and (max-width: 768px) {
  #dvUserBox #dvUserCreditCardInput .rakuten-payment-modal {
    height: 100%;
    max-height: 82%;
  }
}
#dvUserBox #dvUserCreditCardInput .rakuten-payment-modal tbody,
#dvUserBox #dvUserCreditCardInput .rakuten-payment-modal tr,
#dvUserBox #dvUserCreditCardInput .rakuten-payment-modal td,
#dvUserBox #dvUserCreditCardInput .rakuten-payment-modal th {
  display: block;
  padding: 8px;
}
#dvUserBox #dvUserCreditCardInput .rakuten-payment-modal th {
  width: 100%;
  background: unset;
}
#dvUserBox #dvUserCreditCardInput .rakuten-payment-modal + div {
  padding-top: 8px !important;
}

.lbEditCreditCardNoForRakutenToken {
  display: inline-block;
  margin-bottom: 4px;
  padding: 8px 24px;
  background: #fff !important;
  border-radius: 8px;
}

#temp-card-info-1 {
  margin-bottom: 16px;
}

#rakuten-cvv-mount-1,
#rakuten-card-mount-1 {
  font-size: 16px;
  display: flex;
  height: 30px;
  border: solid 1px #eee;
  border-radius: 4px;
  background: #fafafa !important;
  align-items: center;
}

li.feature-page-parts-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 265/206;
}
@media screen and (max-width: 768px) {
  li.feature-page-parts-thumb {
    aspect-ratio: 1/1;
  }
}
li.feature-page-parts-thumb a {
  display: block;
}

.withdrawal-link {
  width: 100%;
  margin-top: 24px;
  text-align: center;
}
.withdrawal-link a {
  display: inline-block;
  text-decoration: underline;
}

.borderTop {
  border-top: solid 1px #ddd;
}
.borderTop th {
  padding-top: 8px;
}

.dvOrderHistoryInfo.add-u__form-wrapper .add-u__btn-mini[disabled=disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.static-common {
  padding-top: 40px;
  font-size: 15px;
}
@media screen and (max-width:767px) {
  .static-common {
    padding: 1.8691588785vw 0 0 !important;
    font-size: min(14 / 480 * 100vw, 14px);
  }
}
.static-common .text-section[id] {
  margin-top: -40px;
  padding-top: 40px;
}
.static-common .text-section[id].first-text-section {
  margin-top: -30px;
  padding-top: 30px;
}
.static-common ul.list-disc {
  margin: 16px 0;
  padding-left: 1.2em;
  color: #333;
  font-weight: 400;
  list-style-type: disc;
}
.static-common ul.list-disc > li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  list-style: disc;
}
.static-common ul.list-disc > li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0 !important;
  text-align: start !important;
  -moz-text-align-last: auto !important;
       text-align-last: auto !important;
}
.static-common ul.list-disc > li + li {
  margin-top: 4px;
}
.static-common ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.static-common ul.list-unstyled > li + li {
  margin-top: 4px;
}
.static-common ul.dot-list {
  margin: 0 0 0 24px;
  counter-reset: titlenum;
}
@media screen and (max-width:767px) {
  .static-common ul.dot-list {
    margin: 0 0 0 calc(20 / 480 * 100vw);
  }
}
.static-common ul.dot-list > li {
  position: relative;
  list-style-type: disc;
  list-style-position: outside;
}
.static-common ul.dot-list > li + li {
  margin-top: 8px;
}
.static-common ol.num-list-simple {
  margin: 16px 0;
  counter-reset: titlenum;
}
.static-common ol.num-list-simple > li {
  position: relative;
  counter-increment: listnum;
  content: counter(listnum);
  padding: 0 0 0 20px;
}
@media screen and (max-width:767px) {
  .static-common ol.num-list-simple > li {
    padding: 0 0 0 1.5em;
  }
}
.static-common ol.num-list-simple > li::before {
  position: absolute;
  top: 0.168em;
  left: 0;
  counter-increment: titlenum;
  content: counter(titlenum) ".";
  display: inline-block;
}
@media screen and (max-width:767px) {
  .static-common ol.num-list-simple > li::before {
    top: 0.2em;
  }
}
.static-common ol.num-list-simple > li + li {
  margin-top: 16px;
}
.static-common ol.num-list {
  margin: 16px 0;
  counter-reset: titlenum;
}
.static-common ol.num-list > li {
  position: relative;
  counter-increment: listnum;
  content: counter(listnum);
  padding: 0 0 0 36px;
}
@media screen and (max-width:767px) {
  .static-common ol.num-list > li {
    padding: 0 0 0 2.5em;
  }
}
.static-common ol.num-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: titlenum;
  content: "（" counter(titlenum) "）";
  display: inline-block;
}
.static-common ol.num-list > li + li {
  margin-top: 16px;
}
.static-common ol.circle-num-list {
  margin: 16px 0;
}
.static-common ol.circle-num-list > li {
  position: relative;
}
.static-common ol.circle-num-list > li + li {
  margin-top: 16px;
}
.static-common ol.iroha-list {
  margin: 16px 0;
  list-style-type: katakana-iroha;
}
.static-common ol.iroha-list > li {
  position: relative;
  margin-left: 32px;
}
.static-common ol.iroha-list > li::marker {
  content: counter(list-item, katakana-iroha) ") ";
}
.static-common ol.iroha-list > li + li {
  margin-top: 16px;
}
.static-common ul.wh-dot {
  margin: 16px 0;
  padding-left: 1.2em;
  list-style: circle;
}
.static-common ul.wh-dot > li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  list-style: circle;
}
.static-common ul.wh-dot > li + li {
  margin-top: 8px;
}
.static-common hr {
  height: 1px;
  border: none;
  border-top: solid 1px #ccc;
}
.static-common a:where(:not([role=button])) {
  color: #36c;
  border-radius: 2px;
  text-decoration: none;
}
.static-common a:where(:not([role=button])):visited {
  color: #6a60b0;
}
.static-common a:where(:not([role=button])):visited:hover {
  color: #534fa3;
}
.static-common a:where(:not([role=button])):visited:active {
  color: #353262;
}
.static-common a:where(:not([role=button])):hover {
  color: #3056a9;
  text-decoration: underline;
}
.static-common a:where(:not([role=button])):active {
  color: var(--color-progressive--active, #233566);
  text-decoration: underline;
}
.static-common a:where(:not([role=button])):focus-visible {
  outline: solid 2px #36c;
}
@supports not selector(:focus-visible) {
  .static-common a:where(:not([role=button])):focus {
    outline: solid 2px #36c;
  }
}
.static-common p {
  margin-bottom: 0.5em;
}
.static-common h1 {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .static-common h1 {
    font-size: calc(20 / 480 * 100vw);
  }
}
.static-common h3 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 4px;
  background: var(--bg-sky);
  padding: 8px 8px 8px 16px;
}
.static-common h3.unset-design {
  background: unset;
  padding: unset;
}
.static-common hr {
  margin-top: 40px;
}
.static-common .text-section {
  font-size: 16px;
  line-height: 1.8;
  margin: 40px 0;
}
.static-common .text-section .text-indent {
  margin-left: 1em;
}
.static-common .bottom-text-section {
  margin-top: 40px;
  font-size: 13px;
}
.static-common h4 {
  position: relative;
  margin-bottom: 8px;
  padding-left: 48px;
  font-size: 16px;
  font-weight: bold;
}
.static-common h4::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 1px;
  background: #333;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.static-common .termofuse-table table {
  margin: 40px 0 80px;
  width: 100%;
  font-size: 15px;
}
@media screen and (max-width:767px) {
  .static-common .termofuse-table table {
    font-size: calc(15 / 480 * 100vw);
  }
}
.static-common .termofuse-table table tr {
  border-bottom: #d9d9d9 1px solid;
}
.static-common .termofuse-table table tr th {
  width: 200px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  padding: 24px 24px 24px 0;
  color: #333;
  text-align: left;
}
@media screen and (max-width:767px) {
  .static-common .termofuse-table table tr th {
    display: block;
    width: 100%;
    padding: calc(16 / 480 * 100vw) 0;
  }
}
.static-common .termofuse-table table tr td {
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: normal;
  padding: 24px;
  color: #333;
}
@media screen and (max-width:767px) {
  .static-common .termofuse-table table tr td {
    display: block;
    width: 100%;
    padding: 0 0 calc(16 / 480 * 100vw);
  }
}
.static-common .privacy-table table {
  border: 1px solid #d9d9d9;
  margin: 24px 0;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .static-common .privacy-table table {
    margin: calc(24 / 480 * 100vw) 0;
    font-size: calc(14 / 480 * 100vw);
    border: unset;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
}
.static-common .privacy-table table tr {
  display: flex;
}
@media screen and (max-width:767px) {
  .static-common .privacy-table table tr {
    flex-flow: column;
    border: none;
  }
}
.static-common .privacy-table table tr + tr {
  border-top: #d9d9d9 1px solid;
}
.static-common .privacy-table table tr th {
  width: 200px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  padding: 24px;
  color: #333;
  text-align: left;
  border-right: 1px solid #d9d9d9;
}
@media screen and (max-width:767px) {
  .static-common .privacy-table table tr th {
    display: block;
    width: 100%;
    padding: calc(16 / 480 * 100vw) 0;
    border: none;
  }
}
.static-common .privacy-table table tr td {
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: normal;
  padding: 24px 16px;
  color: #333;
}
@media screen and (max-width:767px) {
  .static-common .privacy-table table tr td {
    display: block;
    width: 100%;
    padding: 0 0 calc(16 / 480 * 100vw);
  }
}/*# sourceMappingURL=x_style.css.map */
