html {
  scroll-behavior: smooth;
}

.widthfull {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.mt40 {
  margin-top: 40px !important;
}

body.page-PC {
  width: auto !important;
}
body.page-PC #newHeader,
body.page-PC .footer {
  width: 100% !important;
  max-width: 100% !important;
}
body.page-PC .wrapper {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 1440px;
  margin: 0 auto;
  padding-top: 20px;
}
body.page-PC .wrapper .l-main {
  width: 1070px;
  margin: 0 auto;
  overflow: unset;
}
body.page-PC .wrapper .l-main.l-single-column {
  width: 1070px;
  margin: 0 auto;
  overflow: unset;
}
body.page-PC .wrapper .l-aside {
  width: 298px;
}
body.page-PC .wrapper .l-coupon {
  width: 100%;
}
body.page-PC #newHeader {
  padding: 0;
  height: 62px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
body.page-PC .l-product-cate .storeSlider {
  margin: 0 0 44px;
}
body.page-PC .l-product-cate .storeSlider,
body.page-PC .l-product-cate .swiper-container {
  padding: 0;
}
body.page-PC .l-product-cate .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}
body.page-PC .l-product-cate .swiper-wrapper .swiper-slide {
  width: 194px;
  margin-top: 25px;
}
body.page-PC .l-product-cate .swiper-wrapper .swiper-slide:nth-of-type(1), body.page-PC .l-product-cate .swiper-wrapper .swiper-slide:nth-of-type(2), body.page-PC .l-product-cate .swiper-wrapper .swiper-slide:nth-of-type(3), body.page-PC .l-product-cate .swiper-wrapper .swiper-slide:nth-of-type(4), body.page-PC .l-product-cate .swiper-wrapper .swiper-slide:nth-of-type(5) {
  margin-top: 0;
}
body.page-PC .l-product-cate .swiper-wrapper .swiper-slide:nth-of-type(5n-1):nth-last-of-type(1), body.page-PC .l-product-cate .swiper-wrapper .swiper-slide:nth-of-type(5n-2):nth-last-of-type(1), body.page-PC .l-product-cate .swiper-wrapper .swiper-slide:nth-of-type(5n-3):nth-last-of-type(1) {
  margin-left: 25px;
  margin-right: auto;
}
body.page-PC .l-product-cate .swiper-wrapper .swiper-slide:nth-of-type(5n-2):nth-last-of-type(2), body.page-PC .l-product-cate .swiper-wrapper .swiper-slide:nth-of-type(5n-3):nth-last-of-type(2), body.page-PC .l-product-cate .swiper-wrapper .swiper-slide:nth-of-type(5n-3):nth-last-of-type(3) {
  margin-right: 0;
  margin-left: 25px;
}
body.page-PC .cateitems-list {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
body.page-PC .cateitems-list_item {
  margin-right: 10px;
}
body.page-PC .cateitems-list_item a {
  display: block;
  line-height: 24px;
  padding: 0 14px;
  border-radius: 12px;
  background-color: #EDF5F2;
}
body.page-PC .cateitems-list_item.is-active a {
  background-color: #32B988;
  color: #fff;
}
body.page-PC .resultinfoarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 15px;
}
body.page-PC .resultinfoarea_sort {
  display: flex;
  align-items: center;
}
body.page-PC .resultinfoarea_sort dt {
  margin-right: 10px;
}
body.page-PC .resultinfoarea_sort dd {
  display: flex;
  align-items: center;
}
body.page-PC .resultinfoarea_sort dd > div:not(:last-of-type) {
  margin-right: 10px;
}
body.page-PC .resultinfoarea_sort_item {
  border: 1px solid #ddd;
  border-radius: 8px;
  line-height: 30px;
  padding: 0 14px;
  cursor: pointer;
}
body.page-PC .resultinfoarea_sort_item.is-active {
  color: #fff;
  background-color: #32B988;
  border-color: #32B988;
}

@media screen and (max-width: 1070px) {
  body.page-PC #newHeader {
    min-width: 1070px !important;
    overflow-x: auto;
  }
}

.header_inner {
  width: 1070px;
  margin: 0 auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_inner .icons {
  margin-left: 10px;
}

.pcTopSwiper {
  margin-top: 88px;
  margin-bottom: 30px;
  overflow: unset !important;
}
.pcTopSwiper .swiper-slide {
  height: auto;
  width: 85%;
  max-width: 935px;
}
.pcTopSwiper .swiper-slide a {
  height: 100%;
  display: block;
}
.pcTopSwiper img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 14px;
}
.pcTopSwiper .swiper-pagination {
  bottom: -30px !important;
}
.pcTopSwiper .swiper-button-next,
.pcTopSwiper .swiper-button-prev {
  width: 24px;
  height: 48px;
}
.pcTopSwiper .swiper-button-next::after,
.pcTopSwiper .swiper-button-prev::after {
  display: none;
}
.pcTopSwiper .swiper-button-next {
  background: url(../../img/top/pc_top_swiper_arrow_right.svg) no-repeat center;
  right: 17vw;
}
.pcTopSwiper .swiper-button-prev {
  background: url(../../img/top/pc_top_swiper_arrow_left.svg) no-repeat center;
  left: 17vw;
}

.upperarea {
  width: 100%;
  margin-top: 62px;
}
.upperarea_inner {
  width: 1070px;
  margin: 0 auto;
  padding: 26px 0 0;
}

.breadnavlist {
  color: #707070;
  display: flex;
  align-items: center;
}
.breadnavlist li:not(:last-of-type):after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.breadnavlist li a {
  color: #707070;
}

.upperarea-product-cate {
  padding-bottom: 60px;
}
.upperarea-product-cate .ttl {
  margin: 10px 0 0;
}
.upperarea-product-cate-sub {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #32B988;
  padding-bottom: 30px;
}
.upperarea-product-cate-sub .ttl {
  margin-top: 40px;
}

.iconcate {
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 24px auto 0;
  display: flex;
}
.iconcate img {
  width: 36px;
}

.circle {
  border-radius: 50%;
}

.wrapper .l-main .box:not(:last-of-type) {
  margin: 0 0 100px;
}
.wrapper .l-main .box__header {
  padding: 0;
}
.wrapper .l-main .box__header .ttl {
  font-size: 36px;
  margin: 0 0 30px;
  line-height: 1;
}
.wrapper .l-main .box__header .ttl-blg {
  margin: 0 0 24px;
}
.wrapper .l-main .box__header .ttl-blg:before {
  height: 34px;
}
.wrapper .l-main .box__header .ttl-blg2 span {
  display: block;
  color: #757575;
  font-weight: 400;
}
.wrapper .l-main .box__header .more {
  top: 6px;
}

.ttl-blg {
  font-weight: 700;
  position: relative;
  padding: 0 0 0 14px;
}
.ttl-blg:before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #32B988;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}

.gnav > ul > li {
  margin: 0 !important;
}
.gnav > ul > li:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.gnav > ul > li.myroom {
  border-right: unset !important;
}
.gnav > ul > li:hover .menu {
  visibility: visible;
}
.gnav > ul > li > a {
  display: block;
  transition: all 0.05s ease-in;
  padding: 0 34px;
  margin: 0 !important;
  position: relative;
}
.gnav > ul > li > a span {
  margin-left: 6px;
}
.gnav > ul > li > a span .arrow {
  vertical-align: 2px;
  transform: rotate(180deg);
}
.gnav > ul > li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: relative;
  bottom: -20px;
  left: 0;
}
.gnav > ul > li.icons {
  border-right: unset !important;
}
.gnav > ul > li.icons a {
  padding: 0 13px;
}
.gnav > ul > li.icons a span {
  margin: 0;
  padding: 0;
}
.gnav > ul > li.icons a img {
  vertical-align: middle;
}
.gnav > ul .iconcart {
  margin: 0 15px 0 10px !important;
}
.gnav > ul .iconbadge {
  margin: 0 6px !important;
}
.gnav > ul .toggle {
  position: relative;
}
.gnav > ul .toggle > div.d-block {
  transition: all 0.05s ease-in;
  padding: 0 34px;
  margin: 0 !important;
  position: relative;
  cursor: pointer;
}
.gnav > ul .toggle > div.d-block span {
  margin-left: 6px;
}
.gnav > ul .toggle > div.d-block span .arrow {
  vertical-align: 2px;
  transform: rotate(180deg);
}
.gnav > ul .toggle > div.d-block:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: relative;
  bottom: -20px;
  left: 0;
}
.gnav > ul .toggle > div.d-block:hover {
  color: #32B988;
  opacity: 1;
}
.gnav > ul .toggle > div.d-block:hover img {
  transform: rotate(0deg);
}
.gnav > ul .toggle > div.d-block:hover:after {
  background-color: #32B988;
}
.gnav > ul .iconheart > div.d-block,
.gnav > ul .iconseach > div.d-block {
  padding: 0 13px;
}
.gnav > ul .iconheart > div.d-block img,
.gnav > ul .iconseach > div.d-block img {
  vertical-align: bottom;
}
.gnav > ul .iconheart > div.d-block span,
.gnav > ul .iconseach > div.d-block span {
  margin: 0;
}
.gnav > ul .menu {
  transition: all 0.05s ease-in;
  visibility: hidden;
  left: -250px;
  bottom: -260px;
  text-align: center;
  position: absolute;
  background-color: #EDF5F2;
  border-radius: 10px;
  padding: 25px 65px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 862px;
  z-index: 10;
}
.gnav > ul .menu:before {
  content: "";
  display: block;
  position: absolute;
  left: 280px;
  width: 52px;
  height: 43px;
  background: url(../../img/common/fukidashi.svg) no-repeat center;
  top: -32px;
  z-index: 9;
}
.gnav > ul .menu .menu_inner {
  display: flex;
}
.gnav > ul .menu .menu_inner li {
  width: 100%;
}
.gnav > ul .menu .menu_inner .left {
  width: 160px;
  border-right: 1px solid #ddd;
}
.gnav > ul .menu .menu_inner .left li:not(:last-of-type) {
  margin: 0 0 16px;
}
.gnav > ul .menu .menu_inner .right {
  padding-left: 16px;
}
.gnav > ul .menu .menu_inner .right .ttl {
  text-align: left;
  margin: 0 0 16px;
}
.gnav > ul .menu .menu_inner .right_inner {
  display: flex;
}
.gnav > ul .menu .menu_inner .right_inner ul:not(:last-of-type) {
  margin: 0 32px 0 0;
}
.gnav > ul .menu .menu_inner .right_inner li:not(:last-of-type) {
  margin: 0 0 16px;
}
.gnav > ul .menu .menu_inner a {
  display: block;
  width: 100%;
  text-align: left;
}
.gnav > ul .menu .menu_inner a:hover {
  color: #32B988;
  text-decoration: underline;
  opacity: 1;
}
.gnav > ul .magazine .menu {
  left: -350px;
  bottom: -260px;
}
.gnav > ul .magazine .menu:before {
  left: 390px;
}
.gnav > ul .magazine .menu .right_inner > ul:not(:last-of-type) {
  margin-right: 132px;
}
.gnav > ul .iconseach a:after,
.gnav > ul .iconheart a:after {
  bottom: -19px;
}
.gnav > ul .iconseach .menu,
.gnav > ul .iconheart .menu {
  bottom: -147px;
  width: 180px;
  padding: 25px 10px;
  left: -60px;
}
.gnav > ul .iconseach .menu_inner,
.gnav > ul .iconheart .menu_inner {
  display: block;
}
.gnav > ul .iconseach .menu a,
.gnav > ul .iconheart .menu a {
  text-align: center;
}
.gnav > ul .iconseach .menu:before,
.gnav > ul .iconheart .menu:before {
  left: 57px;
}
.gnav > ul .iconseach .menu ul li:not(:last-of-type),
.gnav > ul .iconheart .menu ul li:not(:last-of-type) {
  margin: 0 0 10px;
}
.gnav > ul .iconseach a:after {
  bottom: -18px;
}
.gnav > ul .iconseach .menu {
  width: 130px;
  left: -44px;
}
.gnav > ul .iconseach .menu:before {
  left: 41px;
}

.credit-wide {
  text-align: right;
  width: 1368px;
  margin: 0 auto 16px;
  font-size: 12px;
}

.credit {
  text-align: right;
  width: 1040px;
  margin: 0 auto 16px;
  font-size: 12px;
}

.footer {
  padding: 30px 0;
  height: unset;
  position: unset;
  transform: unset;
  left: unset;
  bottom: unset;
  box-shadow: unset;
}
.footer small {
  display: block;
  text-align: center;
  margin: 20px 0 0;
}

.pagetop {
  height: 48px;
  width: 48px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-weight: 700;
}
.pagetop img {
  display: block;
  margin: 0 auto 2px;
}

section.sec:not(:last-of-type) {
  margin: 0 0 60px;
}
section.sec .storeSlider {
  width: 1022px;
  margin: 0 auto;
  position: relative;
}
section.sec .swiper-container {
  padding: 0;
  width: 1022px;
  margin: 0 auto;
  overflow: hidden;
  padding: 7px;
}
section.sec .swiper-button-prev,
section.sec .swiper-button-next {
  width: 18px;
  height: 48px;
}
section.sec .swiper-button-prev:after,
section.sec .swiper-button-next:after {
  display: none;
}
section.sec .swiper-button-disabled:after {
  color: #fff;
}
section.sec .swiper-button-prev {
  left: -23px;
  background: url(../../img/common/switper-button-prev-on.svg) no-repeat center;
}
section.sec .swiper-button-prev:after {
  border-radius: 4px 0 0 4px;
}
section.sec .swiper-button-prev.swiper-button-disabled {
  background: url(../../img/common/switper-button-prev-off.svg) no-repeat center;
}
section.sec .swiper-button-next {
  right: -24px;
  background: url(../../img/common/switper-button-next-on.svg) no-repeat center;
}
section.sec .swiper-button-next:after {
  border-radius: 0 4px 4px 0;
}
section.sec .swiper-button-next.swiper-button-disabled {
  background: url(../../img/common/switper-button-next-off.svg) no-repeat center;
}
section.sec .magazineSlider {
  position: relative;
}
section.sec .magazineSlider .swiper-button-prev {
  left: 0;
}
section.sec .magazineSlider .swiper-button-next {
  right: 0;
}

.box-coupon_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.box-coupon_list li {
  margin: 5px 20px;
}
.box-coupon_list_item01 {
  padding-top: 20px;
}
.box-coupon_list_item06 {
  padding-top: 22px;
}
.box-coupon_list_item08 {
  padding-top: 8px;
}
.box-coupon_list_item13 {
  padding-top: 8px;
}
.box-coupon_list_item14 {
  padding-top: 6px;
}
.box-coupon_list_item15 {
  padding-top: 14px;
}
.box-coupon_list_item16 {
  padding-top: 8px;
}
.box-coupon_list li:last-of-type {
  padding-top: 34px;
}
.box-coupon_list + .f-center {
  margin: 30px 0 0;
  line-height: 2;
}

.txt-arrow {
  background: url(../../img/top/bg_txt_arrow.svg) no-repeat center;
  height: 67px;
  padding-top: 4px;
  margin: 26px 0 0;
}

.applist {
  display: flex;
  justify-content: space-between;
  margin: 100px 0 0;
  width: 100%;
  max-width: 840px;
  margin: 40px auto 0;
  border: 2px solid #32B988;
  border-radius: 10px;
  padding: 48px 100px;
}
.applist__item {
  position: relative;
  width: 300px;
}
.applist__item > div {
  display: flex;
}
.applist__item .ttl {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 22px;
  font-weight: 400;
}
.applist__item .ttl span {
  font-size: 18px;
  font-weight: 700;
}
.applist__item:first-of-type::after {
  content: "";
  display: block;
  width: 8px;
  min-height: 190px;
  position: absolute;
  top: 10px;
  right: 0;
}
.applist .appinfo {
  margin: 0 0 0 20px;
}
.applist .appinfo__upper {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.applist .appinfo__upper picture {
  margin: 0 14px 0 0;
}
.applist .appinfo > div:last-of-type img {
  height: 47px;
}
.applist .qr {
  width: 112px;
}

.l-aside .aside-box {
  border-radius: 10px;
  padding: 30px 25px 30px 35px;
}
.l-aside .aside-box .ttl-blg.t-lg:not(:first-of-type) {
  margin-top: 50px;
}
.l-aside .aside-box .personalinfo > div {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.l-aside .aside-box .personalinfo > div img {
  width: 46px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 4px;
}
.l-aside .aside-box #btnGreen img {
  width: auto;
  margin: unset;
  border: none;
  border-radius: unset;
}
.l-aside .aside-box .personalinfo2 {
  border-top: 1px solid #ddd;
  padding: 24px 0 0;
  margin-top: 24px;
}
.l-aside .aside-box .l-new-top,
.l-aside .aside-box .box-profile {
  overflow: unset;
  padding: 0;
  margin: 0;
  width: 100%;
}
.l-aside .aside-box .btn-green {
  margin: 0 !important;
}
.l-aside .aside-box .ttl-blg {
  line-height: 18px;
  margin: 0 0 10px;
}
.l-aside .aside-box .btn {
  width: 100%;
  height: 36px;
  margin: 10px 0 30px;
}
.l-aside .aside-box .btn:last-of-type {
  margin-bottom: 0;
}
.l-aside .aside-box:not(:last-of-type) {
  margin: 0 0 20px;
}
.l-aside .aside-box .category-list li a {
  position: relative;
  width: 100%;
}
.l-aside .aside-box .category-list li a:after {
  content: "";
  display: block;
  right: 10px;
  top: 26px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #32B988;
  border-right: 2px solid #32B988;
  transform: rotate(45deg);
  position: absolute;
}
.l-aside .aside-box .category-list li.category-list_item-acd::after {
  transform: rotate(-45deg);
}
.l-aside .aside-box .category-list li.category-list_item-magazine a {
  padding: 10px;
}
.l-aside .aside-box .category-list_item {
  border-bottom: 1px solid #ddd;
}
.l-aside .aside-box .category-list_item > a {
  display: block;
  padding: 8px 10px;
  display: flex;
  align-items: center;
}
.l-aside .aside-box .category-list_item > a span {
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  margin-right: 10px;
}
.l-aside .aside-box .category-list_item > a span img {
  width: 50%;
}
.l-aside .aside-box .category-list_item ul li {
  border-top: 1px solid #ddd;
}
.l-aside .aside-box .category-list_item ul li a {
  display: block;
  padding: 16px 10px 16px 35px;
}
.l-aside .aside-box .acd-check {
  display: none;
}
.l-aside .aside-box .acd-label {
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.l-aside .aside-box .acd-label:after {
  content: "";
  display: block;
  right: 10px;
  top: 23px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #32B988;
  border-right: 2px solid #32B988;
  transform: rotate(135deg);
  position: absolute;
}
.l-aside .aside-box .acd-label span {
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
}
.l-aside .aside-box .acd-label span img {
  width: 50%;
}
.l-aside .aside-box .acd-content {
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: height 0.2s ease-in, line-height 0.3s ease-out, opacity 0.1s linear, visibility 0.1s linear;
}
.l-aside .aside-box .acd-check:checked + .acd-label {
  color: #32B988;
}
.l-aside .aside-box .acd-check:checked + .acd-label:after {
  transform: rotate(-45deg);
  top: 28px;
}
.l-aside .aside-box .acd-check:checked + .acd-label + .acd-content {
  height: 100%;
  visibility: visible;
  line-height: 1.4;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.l-aside ul.circle-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-aside ul.circle-list li {
  width: 49%;
  margin-top: 15px;
}
.l-aside ul.circle-list li:nth-child(1), .l-aside ul.circle-list li:nth-child(2) {
  margin-top: 0;
}
.l-aside ul.circle-list li a {
  display: flex;
  align-items: center;
}
.l-aside ul.circle-list li a span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}
.l-aside ul.circle-list-green span.bg-green {
  position: relative;
}

.bannararea {
  padding: 30px 0;
}
.bannararea .pcFooterSwiper {
  height: 142px !important;
}
.bannararea .pcFooterSwiper .swiper-wrapper {
  height: 142px !important;
}
.bannararea .pcFooterSwiper .swiper-wrapper .swiper-slide {
  height: auto;
  width: 254px !important;
}
.bannararea .pcFooterSwiper .swiper-wrapper .swiper-slide img {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: 142px !important;
  width: 254px !important;
}
.bannararea .pcFooterSwiper .swiper-button-next {
  background: url(../../img/top/pc_top_swiper_arrow_right.svg) no-repeat center;
  right: 11.7vw;
}
.bannararea .pcFooterSwiper .swiper-button-prev {
  background: url(../../img/top/pc_top_swiper_arrow_left.svg) no-repeat center;
  left: 11.7vw;
}
.bannararea .pcFooterSwiper .swiper-button-next,
.bannararea .pcFooterSwiper .swiper-button-prev {
  width: 24px;
  height: 48px;
}
.bannararea .pcFooterSwiper .swiper-button-next:after,
.bannararea .pcFooterSwiper .swiper-button-prev:after {
  display: none;
}
.bannararea ul {
  display: flex;
  justify-content: safe center;
  align-items: center;
}
.bannararea ul li {
  height: 142px;
  flex: none;
}
.bannararea ul li:not(:last-of-type) {
  margin-right: 25px;
}
.bannararea ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.bannararea ul li a img {
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  max-width: unset;
}

.sec.bannararea {
  width: 1070px;
  margin: 0 auto !important;
  padding: 60px 0;
  border: none;
}
.sec.bannararea .ttl-blg {
  font-size: 20px;
}
.sec.bannararea .ttl-blg:before {
  height: 30px;
}
.sec.bannararea .genrelist {
  margin: 25px 0 0;
  gap: unset;
}
.sec.bannararea .genrelist__item {
  width: 110px;
  margin: 0 !important;
}
.sec.bannararea .genrelist__item a picture {
  width: 80px;
  height: 80px;
}
.sec.bannararea .genrelist__item a .title {
  font-weight: 400;
  margin: 8px 0 0;
}
.sec.bannararea .genrelist__item a img {
  box-shadow: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec.bannararea .genrelist__item01 img {
  width: 36px;
}
.sec.bannararea .genrelist__item02 img {
  /*width: 36px;*/
  width: 34px;
}
.sec.bannararea .genrelist__item03 img {
  /*width: 30px;*/
  width: 40px;
}
.sec.bannararea .genrelist__item04 img {
  width: 44px;
}
.sec.bannararea .genrelist__item05 img {
  /*width: 31px;*/
  width: 35px;
}
.sec.bannararea .genrelist__item06 img {
  /*width: 35px;*/
  width: 44px;
}
.sec.bannararea .genrelist__item07 img {
  /*width: 39px;*/
  width: 35px;
}
.sec.bannararea .genrelist__item08 img {
  width: 35px;
}
.sec.bannararea .genrelist__item09 img {
  width: 38px;
}
.sec.bannararea .genrelist__item10 img {
  width: 35px;
}
/*Storeカテゴリ再編部分*/
.sec.bannararea .genrelist__item11 img {
  width: 44px;
}
.sec.bannararea .genrelist__item12 img {
  width: 40px;
}

/*Magazineカテゴリ画像サイズ調整*/
.sec.bannararea .genrelist-cate .genrelist__item01 img {
  /*width: 33px;*/
  width: 37px;
}
.sec.bannararea .genrelist-cate .genrelist__item02 img {
  width: 40px;
}
.sec.bannararea .genrelist-cate .genrelist__item03 img {
  width: 29px;
}
.sec.bannararea .genrelist-cate .genrelist__item04 img {
  /*width: 33px;*/
  width; 37px;
}
.sec.bannararea .genrelist-cate .genrelist__item05 img {
  width: 36px;
}
.sec.bannararea .genrelist-cate .genrelist__item06 img {
  width: 32px;
}
.sec.bannararea .genrelist-cate .genrelist__item07 img {
  /*width: 30px;*/
  width: 36px;
}
.sec.bannararea .genrelist-cate .genrelist__item08 img {
  /*width: 38px;*/
  width: 36px;
}
.sec.bannararea .genrelist-cate .genrelist__item09 img {
  width: 38px;
}
.sec.bannararea .genrelist-cate .genrelist__item10 img {
  /*width: 38px;*/
  width: 40px;
}

.l-keyword {
  margin: 60px 0;
}
.l-keyword .inner {
  padding: 60px 30px;
}
.l-keyword a {
  font-size: 14px;
  line-height: 24px;
  padding: 0 8px;
}
.l-keyword .searchwrap {
  width: 720px;
  margin: 0 auto;
}
.l-keyword .searchwrap:before {
  width: 16px;
  height: 16px;
}
.l-keyword .searchwrap input[type=search] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 16px 32px !important;
}
.l-keyword .searchwrap .icon_close {
  position: absolute;
  background: url(../../img/common/icon_close_search.svg) no-repeat center;
  border: none;
  width: 10px;
  height: 10px;
  cursor: pointer;
  top: 24px;
  right: 20px;
}
.l-keyword .ttl-blg {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 48px;
}
.l-keyword .ttl-blg:before {
  height: 30px;
}
.l-keyword .poplarkeywords {
  width: 590px;
  margin: 4px auto 0;
}
.l-keyword .poplarkeywords > div {
  display: flex;
  justify-content: center;
}
.l-keyword .poplarkeywords > div dt {
  width: 120px;
  padding: 12px 0 0;
}
.l-keyword .poplarkeywords > div dd {
  width: calc(100% - 120px);
}
.l-keyword .btn {
  width: 304px;
  margin: 48px auto 0;
  height: 48px;
  border-radius: 24px;
  font-size: 16px !important;
  font-weight: 400;
}

.l-coupon .bg-lightgreen.widthfull .inner {
  width: 1070px;
  margin: 60px auto;
  height: 334px;
  position: relative;
  display: flex;
  padding: 46px 0;
}
.l-coupon .bg-lightgreen.widthfull .inner p {
  margin-left: auto;
  line-height: 2;
}
.l-coupon .bg-lightgreen.widthfull .inner .img01 {
  position: absolute;
  left: 50px;
  top: -60px;
}

.bg-lightgreen-border-green {
  border: 2px solid #32B988;
  border-radius: 10px;
}

.box-app {
  width: 1070px;
  margin: 30px auto 0;
  padding: 40px 15px 65px;
}
.box-app .inner {
  display: flex;
  justify-content: space-between;
}
.box-app .inner figure img {
  width: 386px;
}
.box-app .inner .right {
  width: calc(100% - 416px);
  padding: 120px 0 0;
}
.box-app .inner .right .applist .ttl {
  margin: 0 0 10px;
}
.box-app .inner .right .applist .appinfo {
  margin-left: 10px;
}
.box-app .inner .right .applist .appinfo > div:last-of-type img {
  height: 40px;
}
.box-app .inner .right .appinfo__upper {
  margin: 0 0 17px;
}
.box-app .inner .right .appinfo__upper picture {
  margin-right: 10px;
}
.box-app .inner .right .appinfo__upper picture img {
  width: 54px;
}
.box-app .inner .right .appinfo__upper p {
  font-size: 14px;
}
.box-app .applist {
  border: none;
  width: auto;
  padding: 0;
}
.box-app .box-coupon {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 30px 40px;
  margin: 30px 0 0;
}
.box-app .box-coupon_list {
  gap: unset;
  margin: 0 -15px;
}
.box-app .box-coupon_list li {
  margin: 0 15px;
}
.box-app .fukidashi {
  background-color: #FA6153;
  width: 100%;
  line-height: 60px;
  border-radius: 30px;
  position: relative;
  letter-spacing: 1.3px;
}
.box-app .fukidashi:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom: 20px solid #FA6153;
  position: absolute;
  right: 60px;
  bottom: -20px;
  transform: rotate(98deg);
}

.l-new-top .box-latestarticles .item a .iconbottom,
.l-new-top .magazineSlider .item a .iconbottom,
.l-new-top .storeSlider .item a .iconbottom,
.l-new-top .box-popular .item a .iconbottom,
.l-new-top.l-new-shopping-top-search .storeSliderEvent .item a .iconbottom {
  line-height: 23px;
}

.l-new-top .box-latestarticles .item a .bg-white > .d-flex .genre,
.l-new-top .magazineSlider .item a .bg-white > .d-flex .genre,
.l-new-top .storeSlider .item a .bg-white > .d-flex .genre,
.l-new-top .box-popular .item a .bg-white > .d-flex .genre,
.l-new-top.l-new-shopping-top-search .storeSliderEvent .item a .bg-white > .d-flex .genre,
.l-new-top .box-latestarticles .item a .bg-white > .d-flex .tag-special_price-red,
.l-new-top .storeSlider .item a .bg-white > .d-flex .tag-special_price-red,
.l-new-top .box-popular .item a .bg-white > .d-flex .tag-special_price-red,
.l-new-top.l-new-shopping-top-search .storeSliderEvent .item a .bg-white > .d-flex .tag-special_price-red,
.l-new-top .box-latestarticles .item a .bg-white > .d-flex .tag-special_price-green,
.l-new-top .storeSlider .item a .bg-white > .d-flex .tag-special_price-green,
.l-new-top .box-popular .item a .bg-white > .d-flex .tag-special_price-green,
.l-new-top.l-new-shopping-top-search .storeSliderEvent .item a .bg-white > .d-flex .tag-special_price-green,
.l-new-top .box-latestarticles .item a .bg-white > .d-flex .tag-special_price-orange,
.l-new-top .storeSlider .item a .bg-white > .d-flex .tag-special_price-orange,
.l-new-top .box-popular .item a .bg-white > .d-flex .tag-special_price-orange,
.l-new-top.l-new-shopping-top-search .storeSliderEvent .item a .bg-white > .d-flex .tag-special_price-orange,
.l-new-top .box-latestarticles .item a .bg-white > .d-flex .tag-special_price-blue,
.l-new-top .storeSlider .item a .bg-white > .d-flex .tag-special_price-blue,
.l-new-top .box-popular .item a .bg-white > .d-flex .tag-special_price-blue,
.l-new-top.l-new-shopping-top-search .storeSliderEvent .item a .bg-white > .d-flex .tag-special_price-blue {
  margin: 0 0 8px;
}

.l-new-top .box-latestarticles .item a .bg-white > .d-flex .tag-special_price-limitedtime,
.l-new-top .storeSlider .item a .bg-white > .d-flex .tag-special_price-limitedtime,
.l-new-top .box-popular .item a .bg-white > .d-flex .tag-special_price-limitedtime,
.l-new-top.l-new-shopping-top-search .storeSliderEvent .item a .bg-white > .d-flex .tag-special_price-limitedtime {
  margin: 0 0 8px;
}

.magazineSlider .swiper-slide .item,
.storeSlider .swiper-slide .item {
  width: 193px;
}

.l-new-top .storeSlider .item a picture,
.l-new-top .box-popular .item a picture {
  height: 195px;
}
.l-new-top .storeSlider .item a picture img,
.l-new-top .box-popular .item a picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 195px;
}

.l-new-top .box-latestarticles .item a,
.l-new-top .magazineSlider .item a,
.l-new-top .storeSlider .item a,
.l-new-top .box-popular .item a {
  background-color: #fff;
  height: 100%;
}
.l-new-top .box-latestarticles .item a .bg-lightgreen2.radius10,
.l-new-top .magazineSlider .item a .bg-lightgreen2.radius10,
.l-new-top .storeSlider .item a .bg-lightgreen2.radius10,
.l-new-top .box-popular .item a .bg-lightgreen2.radius10 {
  height: 100%;
}
.l-new-top .box-latestarticles .item a .bg-lightgreen2.radius10 > .d-flex,
.l-new-top .magazineSlider .item a .bg-lightgreen2.radius10 > .d-flex,
.l-new-top .storeSlider .item a .bg-lightgreen2.radius10 > .d-flex,
.l-new-top .box-popular .item a .bg-lightgreen2.radius10 > .d-flex {
  height: 100%;
}

.l-new-top .box-latestarticles .item a .bg-white, .l-new-top .magazineSlider .item a .bg-white, .l-new-top .storeSlider .item a .bg-white, .l-new-top .box-popular .item a .bg-white {
  height: auto;
}

.deliveryd {
  background: url("/img/common/icon_time.svg") no-repeat left 0 center;
  padding: 2px 0 0 14px;
  color: #32B988;
  font-size: 10px;
  font-weight: 700;
}

.deliveryd-detail {
  background: url("/img/common/icon_time.svg") no-repeat left 0 center;
  padding: 2px 0 0 14px;
  color: #32B988;
  font-size: 12px;
  font-weight: 700;
}

.box-alert {
  width: 100% !important;
  margin: 0 auto 15px !important;
  padding: unset !important;
  border-width: 2px !important;
}

.box-alert a {
  padding: 15px 20px !important;
}

.box-alert:last-of-type {
  margin-bottom: 48px !important;
}}

.l-store_detail {
  width: 100% !important;
}
.l-store_detail .box-purchase.deliveryfee {
  top: 160px;
  width: 160px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  padding: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.l-store_detail .box-purchase.deliveryfee .tag-special_price-red,
.l-store_detail .box-purchase.deliveryfee .tag-special_price-orange,
.l-store_detail .box-purchase.deliveryfee .tag-special_price-green,
.l-store_detail .box-purchase.deliveryfee .tag-special_price-blue {
  width: 100%;
}
.l-store_detail .box-purchase.deliveryfee .tag-special_price-limitedtime {
  width: 100%;
}

.l-store_detail .box-purchase.deliveryfee .btn {
  width: 100%;
  margin: 8px 0 0;
}
.l-store_detail .box-purchase.deliveryfee.active {
  opacity: 1;
  visibility: visible;
}
.l-store_detail .box-purchase.deliveryfee .ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.l-store_detail .box-purchase.deliveryfee span.number {
  line-height: 1.2;
  display: block;
  margin-top: 4px;
}
.l-store_detail .box-purchase.deliveryfee span.number span {
  top: -8px;
}
.l-store_detail .box-purchase.deliveryfee .d-flex4:first-of-type {
  margin: 8px 0 0;
}
.l-store_detail .box-purchase.deliveryfee p {
  line-height: 1.2;
}
.l-store_detail .box-purchase.deliveryfee p span {
  top: -8px;
}
.l-store_detail .box-purchase.deliveryfee span.icon {
  display: block;
  margin-top: 2px;
}
.l-store_detail > .dflex {
  width: 1024px;
  margin: 0 auto;
}
.l-store_detail .sub-img li.current img {
  border: 2px solid #32B988;
}
.l-store_detail .imgarea {
  width: 466px;
}
.l-store_detail .main-img {
  width: 466px;
  height: 466px;
}
.l-store_detail .main-img img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.l-store_detail .sub-img {
  display: flex;
  margin-top: 17px;
}
.l-store_detail .sub-img li {
  width: 80px;
}
.l-store_detail .sub-img li:not(:last-of-type) {
  margin-right: 17px;
}
.l-store_detail .sub-img li img {
  cursor: pointer;
  border: 2px solid #fff;
}
.l-store_detail .dflex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.l-store_detail .info {
  width: 470px;
  margin: 0 40px 0 0;
  position: relative;
}
.l-store_detail .info .btn {
  width: 304px;
  height: 48px;
  font-size: 16px !important;
  font-weight: 400;
}
.l-store_detail .info .favoriteBtn {
  width: 48px;
  height: 48px;
  position: unset;
  top: unset;
  right: unset;
}
.l-store_detail .info .favoriteBtn img {
  width: 26px;
}
.l-store_detail .info2 .ttl-blg {
  margin: 0 0 20px;
}
.l-store_detail .bottominfo {
  position: relative;
  align-items: end;
  justify-content: space-between;
  margin: 0 0 35px;
}
.l-store_detail .dflex.btnfbtn {
  justify-content: unset;
  width: 470px;
}
.l-store_detail .dflex.btnfbtn .btn.green {
  margin: unset;
  margin-right: 25px;
}
.l-store_detail .selectwrap {
  max-width: 300px;
}
.l-store_detail .selectwrap p {
  margin: 0 0 6px;
}
.l-store_detail .selectwrap:after {
  top: 10px;
  width: 8px;
  height: 8px;
}
.l-store_detail .selectwrap select {
  width: 100%;
  padding: 0 30px 0 10px;
  height: 32px;
}
.l-store_detail .deliveryfeewrap .d-flex4 .tbadge-big {
  width: 120px;
}
.l-store_detail .catelist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 5px;
}
.l-store_detail .catelist li {
  line-height: 22px;
  border-radius: 11px;
  padding: 0 10px;
  background-color: #EBEBEB;
  margin: 0 20px 15px 0;
}
.l-store_detail .catelist li.catelist_item-shopping {
  background-color: #317BC4;
  color: #fff;
}
.l-store_detail .catelist li.iconsubscription.sky {
  background-color: #44A9F5;
  color: #fff;
}
.l-store_detail .deliveryfee {
  justify-content: unset;
  align-items: center;
}
.l-store_detail .deliveryfee span.icon {
  color: #fff;
  background-color: #FA6153;
  width: 80px;
  margin-right: 3px;
  padding: 3px 8px 4px 8px;
  font-size: 12px;
  border-radius: 2px;
}
.l-store_detail .deliveryfee span.t-xs {
  position: relative;
  top: 4px;
}
.l-store_detail .deliveryfee span.t-xs:first-of-type {
  margin-right: 4px;
}
.l-store_detail .ttl-blg {
  margin: 0 0 30px;
  line-height: 1.3;
  word-break: break-all;
}
.l-store_detail .box-detail {
  width: 1024px;
  margin: 30px auto 0;
}
.l-store_detail .box-detail .f-center.f-bold.t-24 {
  margin: 0 0 30px;
}
.l-store_detail .box-detail .f-center.f-bold.t-24 + .info {
  margin: unset;
  width: auto;
}
.l-store_detail .box-detail .f-center.f-bold.t-24 + .info .dflex {
  margin: 30px auto 96px;
  justify-content: center;
  gap: 30px;
}
.l-store_detail .box-detail .f-center.f-bold.t-24 + .info .dflex .favoriteBtn {
  position: unset;
}
.l-store_detail .box-detail .ttl-blg {
  margin: 0 0 20px;
}
.l-store_detail .box-detail .ttl-n + p {
  margin: 0 0 70px;
}
.l-store_detail .box-detail .f-center.f-bold.t-22 {
  margin: 40px 0;
  font-size: 20px;
}
.l-store_detail .box-detail .f-center.f-bold.t-22 + .info {
  width: 100%;
  margin-top: 0 !important;
}
.l-store_detail .box-detail2 {
  margin-top: 30px;
}
.l-store_detail .box-detail2 .btn.green,
.l-store_detail .box-detail2 .btn.gray {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  display: flex;
  align-items: center;
  height: unset;
  padding: 8px 0;
  min-height: 48px;
  font-size: 16px !important;
}
.l-store_detail .sec {
  width: 1070px;
  margin: 60px auto 0 !important;
}

.list-green-dot {
  margin: 6px 0 0;
}
.list-green-dot_item {
  position: relative;
  padding-left: 14px;
}
.list-green-dot_item:not(:last-of-type) {
  margin: 0 0 4px;
}
.list-green-dot_item:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #32B988;
  border-radius: 50%;
}

.box-greenbox {
  border: 2px solid #32B988;
  border-radius: 8px;
  padding: 30px 0;
  margin: 60px 0 0;
}
.box-greenbox p.f-center.c-green.f-bold.t-sm {
  margin: 0 0 20px;
}
.box-greenbox dl {
  margin: 0 0 20px;
}
.box-greenbox dl div {
  justify-content: center !important;
}
.box-greenbox dl div dt {
  margin-right: 10px;
}

.t-10 {
  font-size: 10px;
}

.reviewarea {
  margin: 65px auto 0 !important;
}
.reviewarea .left {
  width: 250px;
  padding-right: 30px;
  padding-top: 20px;
}
.reviewarea .left p.ttl {
  margin: 0 0 4px;
}
.reviewarea .left .star5_rating-big {
  margin: 0 0 10px;
}
.reviewarea .left .btn {
  width: 204px;
  height: 40px;
  font-size: 12px !important;
}
.reviewarea .right {
  width: calc(100% - 249px);
  border-left: 1px solid #ddd;
  padding: 0 0 0 40px;
}
.reviewarea .right .info {
  width: 100%;
}
.reviewarea .right .info:not(:last-of-type) {
  margin: 0 0 30px;
}
.reviewarea .right .upper {
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 0 0 8px;
}
.reviewarea .right .mid {
  justify-content: unset;
  align-items: center;
  margin: 0 0 10px;
}
.reviewarea .right .mid .star5_rating {
  margin-right: 20px;
}
.reviewarea .right .txt-thumb {
  margin: 10px 0 0;
  background: url(/img/common/icon_thumb.svg) no-repeat left center;
  height: 28px;
  line-height: 28px;
  padding-left: 32px;
}
.reviewarea .btnMore {
  width: 184px;
  margin: 24px auto 0;
}

.fixed {
  position: fixed;
  z-index: 100;
}
.fixed-right {
  right: 0;
}

.notification-badge-pc {
  position: absolute;
  top: 0;
  right: -3px;
  height: 16px;
  min-width: 16px;
  border-radius: 8px;
  background-color: #E93F33;
  color: white;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 10px;
  line-height: 20px;
  pointer-events: none;
  padding: 0 4px;
}

.l-new-top .favoriteBtn {
  width: 28px;
  height: 28px;
  top: 8px;
  right: 8px;
}
.l-new-top .favoriteBtn img {
  width: 15px;
}

.l-new-top .box-latestarticles .item a .iconbottom, .l-new-top .magazineSlider .item a .iconbottom, .l-new-top .storeSlider .item a .iconbottom, .l-new-top .box-popular .item a .iconbottom, .l-new-top .box-latestarticles .item a .icon, .l-new-top .magazineSlider .item a .icon, .l-new-top .storeSlider .item a .icon, .l-new-top .box-popular .item a .icon {
  line-height: 23px;
}

.genre.t-13 {
  line-height: 21px;
}

.text.t-sm.t-overflow2 {
  margin: 0 0 10px;
}

.l-new-top .storeSlider .item a .bg-white, .l-new-top .box-popular .item a .bg-white, .l-new-top .storeSliderEvent .item a .bg-white {
  padding: 14px 10px 20px;
}

.l-new-top .box-latestarticles .item a .bg-black, .l-new-top .magazineSlider .item a .bg-black, .l-new-top .storeSlider .item a .bg-black, .l-new-top .box-popular .item a .bg-black {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-new-top .box-latestarticles .item a .icon, .l-new-top .magazineSlider .item a .icon, .l-new-top .storeSlider .item a .icon, .l-new-top .box-popular .item a .icon {
  width: 54px;
}

.c-red2 {
  color: #FA6153;
}

.c-darkgray {
  color: #707070;
}

.box-magazine .kadokawalogo {
  width: 370px;
  margin: -10px auto 45px;
}
.box-magazine .magazineSlider .d-block.shadow0010.radius10 .bg-white {
  padding: 14px 10px 20px;
}
.box-magazine .magazineSlider .d-block.shadow0010.radius10 .bg-white > .d-flex {
  margin: 0 0 8px !important;
}
.box-magazine .magazineSlider .d-block.shadow0010.radius10 .bg-white .genre {
  margin: 0;
}

.bannararea-magazine a {
  width: 345px;
  margin: 16px auto;
  display: block;
}
.bannararea-magazine a img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.box-latestarticles ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -14px;
}
.box-latestarticles ul li {
  width: 49.4%;
  margin: 0 0 14px !important;
}
.box-latestarticles ul li .bg-white {
  padding: 15px !important;
}
.box-latestarticles ul li .bg-white > .d-flex {
  margin: 0 0 8px;
}
.box-latestarticles ul li .genre {
  margin: 0 !important;
}

body.page-PC .wrapper .l-main.l-single-column.l-magazine-cate-top .box-magazine,
body.page-PC .wrapper .l-main.l-single-column.l-magazine-cate-midtop .box-magazine,
body.page-PC .wrapper .l-main.l-single-column.l-magazine-detail article {
  width: 748px;
  margin: 0 auto;
}
body.page-PC .wrapper .l-main.l-single-column.l-magazine-cate-top .box-magazine .box-latestarticles,
body.page-PC .wrapper .l-main.l-single-column.l-magazine-cate-midtop .box-magazine .box-latestarticles,
body.page-PC .wrapper .l-main.l-single-column.l-magazine-detail article .box-latestarticles {
  margin: 40px 0 20px;
}
body.page-PC .wrapper .l-main.l-single-column.l-magazine-cate-top .box-magazine .box-latestarticles .box__header .ttl,
body.page-PC .wrapper .l-main.l-single-column.l-magazine-cate-midtop .box-magazine .box-latestarticles .box__header .ttl,
body.page-PC .wrapper .l-main.l-single-column.l-magazine-detail article .box-latestarticles .box__header .ttl {
  font-size: 18px !important;
  margin: 0 0 20px;
}

.l-magazine-cate-midtop .articleMv {
  margin: 0 0 40px;
}
.l-magazine-cate-midtop .articlelead {
  margin: 0 0 6px;
  padding: 0 10px;
}
.l-magazine-cate-midtop .box-latestarticles ul {
  flex-direction: column;
}
.l-magazine-cate-midtop .box-latestarticles ul li {
  width: 100%;
}

.l-magazine-detail article {
  padding-top: 0;
}
.l-magazine-detail .mv img {
  margin: 0 auto 10px;
}
.l-magazine-detail .box.box-share .box__header .ttl {
  font-size: 18px;
}
.l-magazine-detail .snslist {
  justify-content: center;
}
.l-magazine-detail .snslist li {
  list-style: none !important;
}
.l-magazine-detail .snslist li:not(:last-of-type) {
  margin-right: 100px;
}

.l-magazine-cate-top .box-latestarticles > ul {
  justify-content: space-between;
}
.l-magazine-cate-top .cate-kijicontainer {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 49%;
  overflow: hidden;
}
.l-magazine-cate-top .cate-kijicontainer .bg-white {
  border-top: 1px solid #ddd;
}

.tag-special_price-red,
.tag-special_price-green,
.tag-special_price-orange,
.tag-special_price-blue {
  border: 1px solid;
  width: 173px;
  border-radius: 2px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  font-size: 10px;
}

.tag-special_price-limitedtime {
  border: 1px solid;
  width: 173px;
  border-radius: 2px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  font-size: 10px;
}

.tag-special_price-red {
  border-color: #FA6153;
  color: #FA6153;
}

.tag-special_price-green {
  border-color: #32B988;
  color: #32B988;
}

.tag-special_price-limitedtime {
  border-color: #FF952B;
  background-color: #FF952B;
  color: #FFFFFF;
}

.tag-special_price-orange {
  border-color: #FF952B;
  color: #FF952B;
}

.tag-special_price-blue {
  border-color: #44A9F5;
  color: #44A9F5;
}

.l-store_detail .bottominfo .tag-special_price-red,
.l-store_detail .bottominfo .tag-special_price-green,
.l-store_detail .bottominfo .tag-special_price-orange {
  width: 120px;
  margin: 0 0 6px;
}

.l-store_detail .bottominfo .tag-special_price-blue {
  width: 180px;
  margin: 0 0 6px;
}

.l-store_detail .box-purchase.deliveryfee .tag-special_price-red,
.l-store_detail .box-purchase.deliveryfee .tag-special_price-green,
.l-store_detail .box-purchase.deliveryfee .tag-special_price-orange,
.l-store_detail .box-purchase.deliveryfee .tag-special_price-blue {
  margin: 4px 0 0;
}

.l-store_detail .bottominfo .tag-special_price-limitedtime {
  width: 120px;
  margin: 0 0 6px;
}

.l-store_detail .box-purchase.deliveryfee .tag-special_price-limitedtime {
  margin: 4px 0 0;
}

.l-store_detail .deliveryd-detail {
  width: 100%;
}
.l-store_detail .tbadge-big {
  width: 100%;
  padding: 4px 8px;
}

.l-template .infofree {
  border: 1px solid #DDDDDD;
  background-color: #f5f5f5;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin: 20px 0;
}
.l-template .list-on article ul li {
  list-style: disc !important;
}

.colorlist .colorlist_items {
  justify-content: space-between;
  padding-right: 6px;
}
.colorlist .colorlist_items li {
  margin-top: 10px !important;
}
.colorlist .colorlist_items li:nth-of-type(1), .colorlist .colorlist_items li:nth-of-type(2), .colorlist .colorlist_items li:nth-of-type(3), .colorlist .colorlist_items li:nth-of-type(4), .colorlist .colorlist_items li:nth-of-type(5), .colorlist .colorlist_items li:nth-of-type(6) {
  margin-top: 0 !important;
}
.colorlist .colorlist_items li:nth-of-type(6n-1):nth-last-of-type(1), .colorlist .colorlist_items li:nth-of-type(6n-2):nth-last-of-type(1), .colorlist .colorlist_items li:nth-of-type(6n-3):nth-last-of-type(1), .colorlist .colorlist_items li:nth-of-type(6n-4):nth-last-of-type(1) {
  margin-left: 10px !important;
  margin-right: auto !important;
}
.colorlist .colorlist_items li:nth-of-type(6n-2):nth-last-of-type(2), .colorlist .colorlist_items li:nth-of-type(6n-3):nth-last-of-type(2), .colorlist .colorlist_items li:nth-of-type(6n-3):nth-last-of-type(3), .colorlist .colorlist_items li:nth-of-type(6n-4):nth-last-of-type(2), .colorlist .colorlist_items li:nth-of-type(6n-4):nth-last-of-type(3), .colorlist .colorlist_items li:nth-of-type(6n-4):nth-last-of-type(4) {
  margin-right: 0 !important;
  margin-left: 10px !important;
}

@media screen and (max-width: 1365px) {
  html,
  .page-PC {
    overflow-x: auto !important;
    width: 1440px !important;
  }
  .pcTopSwiper {
    width: 1440px;
  }
  .pcTopSwiper .swiper-container {
    overflow: hidden !important;
  }
  .pcTopSwiper .swiper-button-next {
    right: 170px;
  }
  .pcTopSwiper .swiper-button-prev {
    left: 170px;
  }
  .wrapper + .bg-lightgray,
  .wrapper + .bg-lightgray + footer {
    width: 1440px !important;
    max-width: unset !important;
  }
  .l-coupon .bg-lightgreen.widthfull {
    width: 120vw;
    margin: 0 calc(50% - 60vw);
  }
}
@media screen and (min-width: 1366px) and (max-width: 1400px) {
  body.page-PC .wrapper {
    width: 1200px;
  }
  .pcTopSwiper .swiper-slide {
    max-width: 840px;
    flex-basis: 100%;
    height: auto;
  }
  .pcTopSwiper .swiper-slide img {
    height: auto;
  }
  body.page-PC .wrapper .l-main,
  section.sec .swiper-container,
  section.sec .storeSlider {
    width: 800px;
  }
  .pcTopSwiper .swiper-button-next {
    right: 9.7vw;
  }
  .pcTopSwiper .swiper-button-prev {
    left: 9.7vw;
  }
  section.sec .magazineSlider .swiper-button-next {
    right: -24px;
  }
  section.sec .magazineSlider .swiper-button-prev {
    left: -23px;
  }
  .box-latestarticles ul {
    gap: unset;
  }
  .box-latestarticles ul li {
    width: 47%;
    width: 49%;
  }
  .box-latestarticles ul li:nth-child(odd) {
    margin: 0 14px 14px 0 !important;
  }
  .box-latestarticles ul li:nth-child(even) {
    margin: 0 0 14px !important;
  }
  .credit-wide-top {
    position: relative;
    right: 110px;
  }
}
#magazine_StoreParts .swiper-slide {
  height: 303px !important;
}
#magazine_StoreParts picture {
  height: unset !important;
}
#magazine_StoreParts picture img {
  height: 174px;
  -o-object-fit: cover;
     object-fit: cover;
}
#magazine_StoreParts .bg-white .text {
  margin: 0;
}

.l-magazine-cate-top .magazineSlider .genre,
.l-magazine-detail .magazineSlider .genre,
.l-magazine-cate-midtop .magazineSlider .genre {
  margin: 0 !important;
}
.l-magazine-cate-top .magazineSlider .bg-white,
.l-magazine-detail .magazineSlider .bg-white,
.l-magazine-cate-midtop .magazineSlider .bg-white {
  padding: 14px 10px 20px !important;
}
.l-magazine-cate-top .magazineSlider .bg-white > .d-flex,
.l-magazine-detail .magazineSlider .bg-white > .d-flex,
.l-magazine-cate-midtop .magazineSlider .bg-white > .d-flex {
  margin: 0 0 8px;
}

.boxgreen.info {
  border-radius: 8px;
  width: 100%;
  max-width: 1024px;
  border: 2px solid #32B988;
  padding: 20px;
}
.boxgreen.info .number {
  font-size: 24px;
}/*# sourceMappingURL=style_pc.css.map */

/*PCデザインフッターカテゴリ折り返し表示*/
.bannararea ul#store_category {
  display: grid;
  justify-content: safe center;
  align-items: center;
}
.bannararea ul#magazine_category {
  display: grid;
  justify-content: safe center;
  align-items: center;
}

/*ユーザーレビューのバリエーション項目*/
.info .review_variation {
    margin-bottom: 4px;
    margin-top: 5px;
}

/*.info .review_variation dt:after {
    content: "：";
    display: inline-block;
    margin: 0 4px;
}*/

.info .review_variation .d-flex.jaunset {
    margin-bottom: 3px;
}

.coupon_home_announce {
  white-space: nowrap;
  position: absolute;
			top: 200px;
			left:-20px;
			font-size: 11px;
}
.coupon_article_announce {
  white-space: nowrap;
  position: absolute;
			top: 170px;
			left:-90px;
			font-size: 11px;
}
.l-coupon .bnr_coupon {
    margin: 40px 0 0 auto;
    text-align: right;
}
.l-store_detail .itemdescription  {
    width: 100%;
}

/*イベントページStoreスライダー*/
body.page-PC div.l-new-top.l-new-shopping-top-search .storeSliderEvent {
  position: relative;
}
body.page-PC .l-new-shopping-top-search .storeSliderEvent .swiper-container {
  margin: 0 auto;
  overflow: hidden;
  padding: 7px;
}
body.page-PC .l-new-shopping-top-search .storeSliderEvent .swiper-wrapper .swiper-slide {
  width: 195px !important;
}
/*body.page-PC .l-new-shopping-top-search .storeSliderEvent .swiper-wrapper .swiper-slide .item {
  /*width: 100%;*/
  /*width: 193px;*/
  /*width: 195px;*/
}*/
body.page-PC .l-new-shopping-top-search .storeSliderEvent .item a {
  position: relative;
  background-color: #fff;
}
body.page-PC .l-new-shopping-top-search .storeSliderEvent .item a picture {
  /*height: 195px;*/
  position: relative;
  display: block;
}
body.page-PC .l-new-shopping-top-search .storeSliderEvent .item a picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 195px;
}
body.page-PC .l-new-shopping-top-search .storeSliderEvent .swiper-button-prev ,
body.page-PC .l-new-shopping-top-search .storeSliderEvent .swiper-button-next {
  width: 18px;
  height: 48px;
}
body.page-PC .l-new-shopping-top-search .storeSliderEvent .swiper-button-prev:after,
body.page-PC .l-new-shopping-top-search .storeSliderEvent .swiper-button-next:after {
  display: none;
}
body.page-PC .l-new-shopping-top-search .storeSliderEvent .swiper-button-disabled:after {
  color: #fff;
}
body.page-PC .l-new-shopping-top-search .storeSliderEvent .swiper-button-prev {
  /*left: -2px;*/
  left: 14px;
  background: url(../../img/common/switper-button-prev-on.svg) no-repeat center;
}
body.page-PC .l-new-shopping-top-search .storeSliderEvent .swiper-button-prev:after {
  border-radius: 4px 0 0 4px;
}
body.page-PC .l-new-shopping-top-search .storeSliderEvent .swiper-button-prev.swiper-button-disabled {
  background: url(../../img/common/switper-button-prev-off.svg) no-repeat center;
}
body.page-PC .l-new-shopping-top-search .storeSliderEvent .swiper-button-next {
  /*right: -1px;*/
  right: 1px;
  background: url(../../img/common/switper-button-next-on.svg) no-repeat center;
}
body.page-PC .l-new-shopping-top-search .storeSliderEvent .swiper-button-next:after {
  border-radius: 0 4px 4px 0;
}
body.page-PC .l-new-shopping-top-search .storeSliderEvent .swiper-button-next.swiper-button-disabled {
  background: url(../../img/common/switper-button-next-off.svg) no-repeat center;
}
