@charset "utf-8";

:root {
  --themeColor: #E4007F;
}

/*-----------------------------------------
  layout
-----------------------------------------*/
.block-leftmenu--banner,
.block-goods-list--header-frame,
.block-category-list--goods,
.block-category-list--sub,
.block-category-list--category,
.block-category-list--promotion-freespace {
  display: none;
}
.pane-left-menu {
  margin-top: 0;
}
.pane-right-menu  {
  position: relative;
  width: 100%;
  margin: 0;
  background: #fff;
  z-index: 1;
}
.otgoods:has(.block-thumbnail-h) .pane-right-menu::after {
  content: "";
  position: absolute;
  top: -140px;
  left: 0;
  width: calc(100% + 200px);
  height: 286px;
  background: #fff;
  border-radius: 50% 50% 0 0;
  margin: 0 -100px;
  z-index: -1;
}
.block-recent-item {
  max-width: 1170px;
  padding: 0 15px 100px;
}
html[data-browse-mode="P"] .pane-contents:not(.otgoods),
html[data-browse-mode="S"] .pane-main:not(.otgoods) {
  opacity: 0;
  transition: opacity .3s;
}
.otgoods {
  padding: 0;
  color: #464646;
  background: #fff;
  background-image: repeating-linear-gradient(to right, #f8f5ea 0 1px, transparent 1px 30px), repeating-linear-gradient(to bottom, #f8f5ea 0 1px, transparent 1px 30px);
  overflow: hidden;
}
.otgoods .container {
  width: 100%;
  max-width: 1238px;
  margin-top: 60px;
}
.otgoods a {
  color: inherit;
  transition: .3s;
}
.otgoods a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.otgoods h1,
.otgoods h2,
.otgoods h3 {
  padding: 0;
  margin: 0;
  font-weight: inherit;
  background: none;
}
.otgoods button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .otgoods .for-sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .otgoods .for-pc {
    display: none;
  }
  .otgoods {
    line-height: 1.5;
  }
}

/*-----------------------------------------
  common
-----------------------------------------*/
.otgoods .inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
}
.otgoods .title {
  position: relative;
  width: 100%;
  margin: 0 0 45px;
  padding: 74px 0 22px;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.09em;
  line-height: 1.44;
  text-align: center;
  color: var(--themeColor);
}
.otgoods .title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: auto;
  font-weight: 900;
  font-size: 51px;
  line-height: 1.45;
  color: #fff;
  -webkit-text-stroke: 2px var(--themeColor);
  background: none;
}
.otgoods .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 130px;
  height: 4px;
  margin: auto;
  background-image: radial-gradient(circle, var(--themeColor) 2px, transparent 2px);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 20px 4px;
}
.otgoods .common-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 85px;
  margin: 0 0 4px;
  padding: 0 0 0 35px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-align: left;
  color: #fff;
  background: none;
  background: linear-gradient(90deg, #FF57B4, #FF9FD5);
  border-radius: 50px;
  box-shadow: 2px 4px 0px #fff, 2px 4px 0 1px #FF50B2;
}
.otgoods .common-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  width: 27px;
  height: 27px;
  margin: auto;
  background: url(/img/S078/shop/icon_arrow.png) no-repeat center / contain;
  transform: rotate(90deg);
}
.otgoods .common-btn:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(4px);
}
@media screen and (max-width: 750px) {
  .otgoods .title {
    margin: 0 0 40px;
    padding: 67px 0 19px;
    font-size: 19px;
  }
  .otgoods .title::before {
    font-size: 43px;
    -webkit-text-stroke: 1px var(--themeColor);
  }
  .otgoods .title::after {
    width: 68px;
    background-size: 16px 4px;
  }
  .otgoods .common-btn {
    height: 70px;
    padding: 0 0 0 27px;
    font-size: 15px;
    line-height: 1.333;
  }
  .otgoods .common-btn::after {
    right: 21px;
    width: 33px;
    height: 33px;
  }
}

/*-----------------------------------------
  mv
-----------------------------------------*/
@media screen and (min-width: 751px) {
  .otgoods .sec-mv .mv {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .otgoods .sec-mv .mv {
    margin: 0 0 -20px;
    padding: 0 0 20px;
    background: url(/img/S078/shop/bg_mv_sp.png) no-repeat center top 53px / 100%;
  }
}

/*-----------------------------------------
  topic
-----------------------------------------*/
.otgoods .block-category-list--topic {
  padding: 40px 44px 50px;
  font-size: 0;
  background: linear-gradient(150deg, #FFCEE5 20%, #FFF7DD , #90EAFF);
  border: 1px solid var(--themeColor);
  border-radius: 20px;
  box-shadow: 8px 8px 0px rgb(255,80,178,0.4);
}
.otgoods .block-top-common--header::before {
  content: "NEWS";
}
.otgoods .block-top-topic--body {
  margin: 0;
}
.otgoods .block-top-topic--body ul.block-top-topic--items>li {
  position: relative;
  width: 100%;
  margin: 0;
  background: #fff;
  border: none;
  border-radius: 14px;
}
.otgoods .block-top-topic--body ul.block-top-topic--items>li:nth-child(n+2) {
  display: none;
}
.otgoods .block-top-topic--body ul.block-top-topic--items>li a {
  position: relative;
  display: flex;
  gap: 30px;
  padding: 52px 66px;
}
.otgoods .block-top-topic--body ul.block-top-topic--items>li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 39px;
  height: 37px;
  background: var(--themeColor);
  border-radius: 4px 0 14px 0;
}
.otgoods .block-top-topic--body ul.block-top-topic--items>li a::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 14px;
  right: 16px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.otgoods .block-top-topic--body ul.block-top-topic--items .block-top-topic--image-frame {
  position: relative;
  width: 363px;
  padding-top: 240px;
  border-radius: 10px;
  border: none;
  overflow: hidden;
}
.otgoods .block-top-topic--body ul.block-top-topic--items .block-top-topic--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.otgoods .block-top-topic--body ul.block-top-topic--items>li dl {
  flex: 1;
  margin: 15px 0 0;
  padding: 0;
}
.otgoods .block-top-topic--body ul.block-top-topic--items>li dl dt .block-top-topic--icon-frame {
  width: auto;
  height: auto;
}
.otgoods .block-top-topic--body ul.block-top-topic--items>li dl dt .block-top-topic--icon-frame img {
  width: auto;
  height: 29px;
}
.otgoods .block-top-topic--body ul.block-top-topic--items>li dl dt .block-top-topic--date {
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  opacity: 0.5;
  vertical-align: middle;
}
.otgoods .block-top-topic--body ul.block-top-topic--items>li dl dd {
  min-height: calc(3em*1.625);
  padding: 0;
  font-size: 16px;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.otgoods .block-top-topic--body:not(:has(.block-top-topic--items>li:nth-child(n+2))) .block-top-topic--next-page {
  display: none;
}
.otgoods .block-top-topic--next-page {
  margin: 35px 0 0;
  padding: 0;
}
.otgoods .block-top-topic--next-page .common-btn {
  width: 250px;
  height: 57px;
  margin-left: auto;
  padding: 0 0 0 45px;
  font-size: 17px;
  letter-spacing: 0.06em;
}
.otgoods .block-top-topic--next-page .common-btn::after {
  right: 25px;
  transform: none;
}
@media screen and (max-width: 750px) {
  .otgoods .block-category-list--topic {
    margin: 0 -11px -25px;
    padding: 45px 11px 75px;
    background: linear-gradient(165deg, #FFCEE5, #FFF7DD , #90EAFF);
    border-radius: 50px 50px 0 0;
    box-shadow: none;
  }
  .otgoods .block-top-topic--body ul.block-top-topic--items {
    margin: 0;
    padding: 0 35px;
  }
  .otgoods .block-top-topic--body ul.block-top-topic--items>li {
    width: 100%;
    border-radius: 10px;
  }
  .otgoods .block-top-topic--body ul.block-top-topic--items>li a {
    display: block;
    height: 100%;
    padding: 15px 17px 60px;
  }
  .otgoods .block-top-topic--body ul.block-top-topic--items>li a::before {
    border-radius: 4px 0 9px 0;
  }
  .otgoods .block-top-topic--body ul.block-top-topic--items .block-top-topic--image-frame {
    width: 100%;
    padding-top: 66.6%;
    border-radius: 0;
  }
  .otgoods .block-top-topic--body ul.block-top-topic--items>li dl {
    margin: 9px 0 0;
  }
  .otgoods .block-top-topic--body ul.block-top-topic--items>li dl dt .block-top-topic--icon-frame img {
    height: 18px;
  }
  .otgoods .block-top-topic--body ul.block-top-topic--items>li dl dt {
    margin-bottom: 10px;
  }
  .otgoods .block-top-topic--body ul.block-top-topic--items>li dl dt .block-top-topic--date {
    font-size: 12px;
  }
  .otgoods .block-top-topic--body ul.block-top-topic--items>li dl dd {
    font-size: 14px;
  }
  .otgoods .block-top-topic--next-page {
    margin: 30px 0 0;
    padding: 0 15px;
  }
  .otgoods .block-top-topic--next-page .common-btn {
    width: 190px;
    height: 51px;
    margin: 0 auto;
    padding: 0 0 0 22px;
    font-size: 15px;
  }
  .otgoods .block-top-topic--next-page .common-btn::after {
    right: 14px;
  }
}

/*-----------------------------------------
  anc
-----------------------------------------*/
.otgoods .sec-anc .title::before {
  content: "GOODS";
}
.otgoods .sec-anc .anc-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin: 65px 0 0;
  padding: 0 11px;
}
.otgoods .sec-anc .anc-list li {
  width: calc((100% - (18px*2))/3);
}
@media screen and (max-width: 750px) {
  .otgoods .sec-anc .anc-list {
    flex-direction: column;
    gap: 15px;
    margin: 40px 0 0;
    padding: 0 27px;
  }
  .otgoods .sec-anc .anc-list li {
    width: 100%;
  }
}

/*-----------------------------------------
  event
-----------------------------------------*/
.otgoods .block-category-list--event {
  position: relative;
  width: calc(100% + 30px);
  margin: 90px -15px 0;
  padding: 80px 0 0;
  background: url(/img/S078/shop/bg_goods_01.png) repeat-y left top, url(/img/S078/shop/bg_goods_02.png) repeat-y right top, #FFCEE5;
  border-radius: 110px 110px 0 0;
  border-top: 1px solid var(--themeColor);
}
.otgoods .sec-event {
  margin: 80px 0 0;
}
.otgoods .sec-event .event-box {
  padding: 55px 70px 50px;
  background: #fff;
  border: 1px solid var(--themeColor);
  border-radius: 13px;
}
.otgoods .sec-event .event-top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 45px;
  padding-bottom: 50px;
}
.otgoods .sec-event .event-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 4px;
  margin: auto;
  background-image: radial-gradient(circle, var(--themeColor) 2px, transparent 2px);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 20px 4px;
}
.otgoods .sec-event .event-img-area {
  width: 560px;
  max-width: 57%;
}
.otgoods .sec-event .event-img {
  position: relative;
  width: 100%;
  padding-top: 66.6%;
}
.otgoods .sec-event .event-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.otgoods .sec-event .event-text-area {
  flex: 1;
}
.otgoods .sec-event .event-title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.375;
  text-align: center;
}
.otgoods .sec-event .event-text {
  margin: 32px 0 0;
  font-size: 18px;
  line-height: 1.666;
}
.otgoods .sec-event .event-bottom {
  margin: 0 62px;
}
@media screen and (max-width: 750px) {
  .otgoods .block-category-list--event {
    width: calc(100% + 22px);
    margin: 0 -11px;
    padding: 45px 11px 0;
    background: url(/img/S078/shop/bg_goods_sp.png) repeat-y center top 30px / calc(100% - 22px), #FFCEE5;
    border-radius: 50px 50px 0 0;
  }
  .otgoods .block-category-list--event::after {
    content: none;
  }
  .otgoods .sec-event {
    margin: 40px 0 0;
  }
  .otgoods .sec-event .event-box {
    padding: 21px 16px 20px;
    border-radius: 9px;
  }
  .otgoods .sec-event .event-top {
    flex-direction: column;
    gap: 21px;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .otgoods .sec-event .event-top::after {
    background-size: 16px 4px;
  }
  .otgoods .sec-event .event-img-area {
    width: 100%;
    max-width: unset;
  }
  .otgoods .sec-event .event-title {
    font-size: 19px;
    line-height: 1.65;
  }
  .otgoods .sec-event .event-text {
    margin: 17px 0 0;
    font-size: 14px;
    line-height: 1.64;
  }
  .otgoods .sec-event .event-bottom {
    margin: 0;
  }
  ul.block-goods-detail-j--items {
    margin: 0;
  }
  ul.block-goods-detail-j--items > li {
    margin-bottom: 30px;
  }
  .block-top-event--goods .block-icon {
    gap: 3px;
  }
  .block-top-event--goods .block-icon span {
    min-width: unset;
    min-height: unset;
    margin: 0;
  }
  .block-top-event--goods .block-icon img {
    height: 18px;
    min-height: unset;
  }
}

/*-----------------------------------------
  bottom
-----------------------------------------*/
.otgoods .sec-bottom .copyright {
  margin: 5px 0 0;
  font-size: 16px;
  color: var(--themeColor);
  text-align: center;
}
.otgoods .sec-bottom .pagetop-btn {
  position: relative;
  display: block;
  width: 317px;
  height: 240px;
  margin: 80px auto -135px;
  padding: 50px 0 0;
  text-align: center;
  background: var(--themeColor);
  border-radius: 50%;
}
.otgoods:has(.block-thumbnail-h) .sec-bottom .pagetop-btn {
  margin-bottom: 0;
}
.otgoods .sec-bottom .pagetop-btn span {
  font-weight: 900;
  font-size: 26px;
  color: #fff;
}
.otgoods .sec-bottom .pagetop-btn::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  width: 35px;
  height: 35px;
  margin: auto;
  background: url(/img/S078/shop/icon_arrow.png) no-repeat center/ contain;
  transform: rotate(-90deg);
  transition: all .3s;
}
.otgoods .sec-bottom .pagetop-btn:hover::after {
  top: 10px;
}
@media screen and (max-width: 750px) {
  .otgoods .sec-bottom .copyright {
    font-size: 8px;
  }
  .otgoods .sec-bottom .pagetop-btn {
    width: 220px;
    height: 190px;
    margin: 40px auto -110px;
    padding: 46px 0 0;
  }
  .otgoods .sec-bottom .pagetop-btn span {
    font-size: 18px;
  }
  .otgoods .sec-bottom .pagetop-btn::after {
    top: 20px;
    width: 23px;
    height: 23px;
  }
}