@charset "UTF-8";
#event-contents-wrapper {
  width: 100%;
}
img{
  max-width: 100%;
  vertical-align: bottom;
}
.sp-only {
  display: none;
}
.peanuts h1{
  position: static;
  margin: 0;
  padding: 0;
}
.peanuts-mainvisual{
  width: 1000px;
  margin: 0 auto 80px;
}
.peanuts .mv{
  margin: 0 0 80px;
}
.peanuts-detail{
  text-align: center;
  margin: 0 0 40px;
  position: relative;
}
.peanuts-detail::after{
  content: '';
  background-image: url('/img/usr/event/feature-PEANUTS-WARDROBE/deco02.png');
  background-size: 100%;
  height: 68px;
  width: 154px;
  position: absolute;
  right: 55px;
  bottom: -20px;
}
.peanuts-ttl{
  margin: 0 auto 20px;
  position: relative;
  width: fit-content;
  max-width: 100%;
}
.peanuts-ttl::before{
  content: '';
  background-image: url('/img/usr/event/feature-PEANUTS-WARDROBE/deco01.png');
  background-size: 100%;
  height: 46px;
  width: 74px;
  position: absolute;
  top: 0;
  left: -41px;
  translate: -100% -100%;
}
#peanuts-comment{
  line-height: 2;
}
#peanuts-start{
  font-size: 22px;
  font-weight: bold;
  color: #e52685;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
#peanuts-caution{
  font-size: 14px;
  margin-top: 10px;
}
#peanuts-date {
  font-size: 16px;
  margin: 30px 0 0 60px;
  padding: 0 0 0 0px;
  text-align: left;
  color: #333333;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.peanuts-register a {
  display: flex;
  flex-direction: column;
  width: 540px;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  background: #041c44 url(arrow.png) right 20px center no-repeat;
  border-radius: 10px;
}
.peanuts-register a span:first-of-type {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 11px;
}
.peanuts-register a span:last-of-type {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.peanuts-register p {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 22px 0 0 0;
  padding: 0;
}
.peanuts-itemlist{
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin: 0 auto 80px;
}
.peanuts-item{
  width: 460px;
}
.peanuts-item-figure{
  margin: 0 0 20px;
}
.peanuts-item-detail p{
  line-height: 1.7;
}
.peanuts .link{
  text-align: left;
  font-size: 14px;
  line-height: 2;
  margin: 0;
  padding: 0;
}
.peanuts .link li{
  font-size: 14px;
  line-height: 1.7;
}
.peanuts .link li a{
  text-decoration: underline;
}
.peanuts .link li a:hover{
  text-decoration: none;
}
.peanuts-anniv {
  background-color: #f0eceb;
  padding-block: 60px 80px;
}
.anniv-ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.anniv-ttl-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 18px;
  text-align: center;
  position: relative;
}
.anniv-ttl-inner::before {
  content: '';
  background-image: url('/img/usr/event/feature-PEANUTS-WARDROBE/label_75th.png');
  background-size: 100%;
  height: 192px;
  width: 194px;
  position: absolute;
  top: -22px;
  left: -17px;
  translate: -100%;
}
.anniv-ttl-main {
  margin: 0;
}
.anniv-ttl-sub {
  color: #041c44;
  font-size: 18px;
  font-weight: bold;
  line-height: calc(32 / 18);
  margin: 0;
}
.peanuts-slide{
}
.peanuts-slide .slide-inner{
  width: 1000px;
  margin-inline: auto;
  overflow: hidden;
}
.peanuts-slide .slide-inner .swiper{
  position: relative;
}
.peanuts-slide .slide-inner .swiper-slide {
  width: 460px;
}
.peanuts-slide .img img {
  box-sizing: border-box;
  background-color: #fff;
  padding: 5px;
  height: auto;
  width: 100%;
  transform: scale(.41304);
  transition: .3s;
}
.peanuts-slide .swiper-slide-prev img {
  transform-origin: center right;
}
.peanuts-slide .swiper-slide-next img {
  transform-origin: center left;
}
.peanuts-slide .swiper-slide-active .img img {
  transform: scale(1);
  z-index: 1;
}
.peanuts-slide .slide-item .text {
  display: none;
  padding-top: 30px;
  position: relative;
}
.peanuts-slide .slide-item.swiper-slide-active .text {
  display: block;
  padding: 29px 0 0 0;
}
.peanuts-slide .slide-item .text p {
  color: #333;
  font-size: 16px;
  margin: 0 0 20px;
  padding: 0;
}
.peanuts-slide .swiper-button-next {
  width: 63px;
  height: 63px;
  background: #041c44 url(arrow_next.png) center center no-repeat;
  top: 230px;
  right: 160px;
  border-radius: 50%;
}
.peanuts-slide .swiper-button-prev {
  width: 63px;
  height: 63px;
  background: #041c44 url(arrow_prev.png) center center no-repeat;
  top: 230px;
  left: 160px;
  border-radius: 50%;
}
.peanuts-info {
  padding-block: 120px;
}
.peanuts-info-inner {
  margin-inline: auto;
  width: 1000px;
}
.peanuts-info-inner > *:last-child {
  margin-bottom: 0;
}
.peanuts-info h2 {
  text-align: center;
  margin: 0 0 50px;
}
.info-items {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.info-item {
  background-color: #f0eceb;
  padding: 46px 60px;
}
.info-item-ttl {
  text-align: center;
  margin: 0 0 36px;
}
.info-item-lay {
  display: flex;
  align-items: center;
  column-gap: 50px;
}
.info-item-head {
  flex-shrink: 0;
  width: calc(420 / 880 * 100%);
}
.info-item-body {
  flex-grow: 1;
  max-width: fit-content;
  margin-inline: auto;
}
.info-item-lead {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: calc(28 / 18);
  margin-bottom: 20px;
}
.info-item-lead.-ac {
  text-align: center;
}
.info-item-lead * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
.info-item-lead span {
  font-size: 12px;
}
.note-list {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  font-size: 12px;
  line-height: calc(24 / 12);
  padding: 0;
  margin: 0;
}
.note-list > li {
  display: grid;
  grid-template-columns: 1em 1fr;
  column-gap: 4px;
}
.dlist {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin: 0;
}
.dlist.-inline {
  align-items: center;
}
.dlist-group {
}
.dlist.-inline .dlist-group {
  display: flex;
  column-gap: 8px;
}
.dlist dt {
  color: #c49d63;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.dlist dd {
  font-size: 14px;
  margin: 0;
}
.copyright {
  margin-block: 60px;
}
.peanuts-more{
  text-align: center;
  margin: 0 0 100px;
}
.peanuts-more a {
  width: 880px;
  height: 70px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  background: #041c44 url(arrow.png) right 40px center no-repeat;
  margin: 0 auto;
  position: relative;
}
.peanuts-more a:hover {
  opacity: 0.7;
}
#event-contents-wrapper .peanuts-pickup h2 {
  line-height: 1.0;
  text-align: center;
  margin: 0 0 15px;
}
#event-contents-wrapper .peanuts-pickup p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 26px;
}
.peanuts-pickup ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0;
}
.peanuts-pickup ul li {
  max-width: 420px;
  width: 100%;
}
.peanuts-pickup ul li a {
  display: block;
}
.peanuts-pickup ul li a:hover {
  opacity: 0.7;
}
#peanuts-tax{
  text-align: center;
  margin: 100px 0;
}
.peanuts .swiper{
  overflow: hidden;
  position: relative;
}
.btn_item_lp_ {
  right: 5%;
  z-index: 999;
}
.btn_item_lp_ img{
  width: 130px;
  height: auto;
}

.shopinfo {
  width: 740px;
  margin: 80px auto 40px;
  background: #f5f6fb;
  box-sizing: border-box;
  padding: 20px 30px;
  text-align: center;
  border-top: 1px dashed #3b4367;
  border-bottom: 1px dashed #3b4367;
}
.shopinfo h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #3b4367;
}
.shopinfo p {
  font-size: 15px;
  text-align: center;
}
.shopinfo ul {
  text-align: left;
  width: fit-content;
  max-width: 100%;
  margin: 20px auto;
  font-size: 15px;
  list-style: disc;
}
.shopinfo ul li {
  line-height: 1.6;
}
.shopinfo ul li::marker {
  color: #3b4367;
}

@media (max-width:834px){
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  #section-title {
    padding: 0;
  }
  #section-title h2{
    margin: 0;
    padding: 0;
  }
  .peanuts-mainvisual{
    width: 100%;
    margin-bottom: 40px;
  }
  .peanuts .mv {
    margin-bottom: 30px;
  }
  .peanuts-mainvisual h1{
    width: 100%;
  }
  .peanuts-detail {
    margin: 0 0 40px;
    padding: 0 20px;
  }
  .peanuts-detail::after{
    height: min(34px, calc(34 / 375 * 100vw));
    width: min(77px, calc(77 / 375 * 100vw));
    right: min(14px, calc(14 / 375 * 100vw));
    bottom: min(4px, calc(4 / 375 * 100vw));
  }
  .peanuts-ttl{
    line-height: 1;
    margin: 0 auto 20px;
  }
  .peanuts-ttl img{
    width: min(197px, calc(197 / 375 * 100vw));
  }
  .peanuts-ttl::before{
    height: min(23px, calc(23 / 375 * 100vw));
    width: min(37px, calc(37 / 375 * 100vw));
    top: min(9px, calc(9 / 375 * 100vw));
    left: calc(-1 * min(17px, calc(17 / 375 * 100vw)));
  }
  #peanuts-comment {
    font-size: 13px;
    line-height: 1.8;
  }
  #peanuts-start {
    font-size: 15px;
  }
  #peanuts-caution {
    font-size: 11px;
  }
  #peanuts-date {
    font-size: 13px;
    margin: 20px 0 0;
  }
  .peanuts-register{
    padding: 0 20px;
  }
  .peanuts-register a {
    width: calc(100% - 20px);
    height: 60px;
    margin: 0 10px;
  }
  .peanuts-register a span:first-of-type {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .peanuts-register a span:last-of-type {
    font-size: 15px;
  }
  .peanuts-register p {
    font-size: 12px;
    margin-top: 10px;
  }
  .peanuts-itemlist {
    width: calc(100% - 60px);
    display: block;
    margin-bottom: 60px;
    padding: 0 30px;
  }
  .peanuts-item {
      width: 100%;
  }
  .peanuts-item-figure {
    margin-bottom: 10px;
  }
  .peanuts-item-detail p {
    font-size: 13px;
  }
  .peanuts .link {
    font-size: 12px;
  }
  .peanuts .link li {
    font-size: 12px;
  }
  .peanuts .link li a{
  text-decoration: underline;
  }
  .peanuts-item + .peanuts-item{
    margin-top: 40px;
  }
  .peanuts-anniv {
    padding-block: 60px 80px;
  }
  .anniv-ttl {
    margin-bottom: 16px;
  }
  .anniv-ttl-inner {
    row-gap: 4px;
  }
  .anniv-ttl-inner::before {
    height: min(96px, calc(96 / 375 * 100vw));
    width: min(97px, calc(97 / 375 * 100vw));
    top: calc(-1 * min(50px, calc(50 / 375 * 100vw)));
    left: min(50px, calc(50 / 375 * 100vw));
  }
  .anniv-ttl-main img {
    width: min(157px, calc(157 / 375 * 100vw));
  }
  .anniv-ttl-sub {
    font-size: min(13px, calc(13 / 375 * 100vw));
    line-height: calc(46 / 26);
  }
  .peanuts-slide .slide-inner {
    width: 100%;
  }
  .peanuts-info {
    padding-block: 40px;
  }
  .peanuts-info-inner {
    width: 100%;
  }
  .peanuts-info-inner > *:last-child {
    margin-bottom: 0;
  }
  .peanuts-info h2 {
    margin: 0 0 24px;
  }
  .peanuts-info h2 img {
    width: min(186px, calc(186 / 375 * 100vw));
  }
  .info-items {
    row-gap: 15px;
  }
  .info-item {
    padding: min(20px, calc(20 / 375 * 100vw));
  }
  .info-item-ttl {
    margin: 0 0 12px;
  }
  .info-item-ttl.-present img {
    width: min(229px, calc(229 / 375 * 100vw));
  }
  .info-item-ttl.-event img {
    width: min(175px, calc(175 / 375 * 100vw));
  }
  .info-item-lay {
    align-items: stretch;
    flex-direction: column;
  }
  .info-item-head {
    display: contents;
  }
  .info-item-body {
    display: contents;
  }
  .info-item-lead {
    order: 1;
    row-gap: 12px;
    font-size: min(13px, calc(13 / 375 * 100vw));
    line-height: calc(46 / 26);
    margin-bottom: 16px;
    text-align: center;
  }
  .info-item-lead span {
    font-size: min(12px, calc(12 / 375 * 100vw));
  }
  .info-item-img {
    order: 2;
    margin-bottom: 16px;
  }
  .info-item-detail {
    order: 3;
  }
  .note-list {
    row-gap: 0;
    font-size: min(11px, calc(11 / 375 * 100vw));
    line-height: calc(40 / 26);
  }
  .dlist {
    row-gap: 12px;
  }
  .dlist.-inline {
    align-items: stretch;
  }
  .dlist.-inline .dlist-group {
    flex-direction: column;
  }
  .dlist dt {
    font-size: min(13px, calc(13 / 375 * 100vw));
  }
  .dlist dd {
    font-size: min(13px, calc(13 / 375 * 100vw));
  }
  .copyright {
    text-align: center;
    margin-block: 20px;
  }
  .copyright img {
    width: min(188px, calc(188 / 375 * 100vw));
  }
  .peanuts-more {
    margin-bottom: 40px;
    padding: 0 30px;
  }
  .peanuts-more a {
    width: 100%;
    height: 50px;
    font-size: 13px;
    background: #041c44 url(arrow.png) right 20px center no-repeat;
  }
  .peanuts-pickup h2 {
    text-align: center;
    margin: 0 0 10px;
  }
  .peanuts-pickup h2 img {
    width: min(100px, calc(100 / 375 * 100vw));
  }
  .peanuts-pickup p {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .peanuts-pickup ul {
    margin: 0;
    padding: 0 30px;
    gap: 20px;
  }
  #peanuts-tax {
    font-size: 12px;
      margin: 60px 0;
  }
  .btn_item_lp_ img{
    width: 85px;
  }
  .peanuts-slide .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #041c44 url(arrow_next.png) center center / 8px no-repeat;
    top: 35vw;
    right: 10px;
    z-index: 1;
  }
  .peanuts-slide .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #041c44 url(arrow_prev.png) center center / 8px no-repeat;
    top: 35vw;
    left: 10px;
    z-index: 1;
  }
  .peanuts-slide .slide-item .text p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .peanuts-slide .slide-item.swiper-slide-active .text {
      font-size: 13px;
      padding-top: 15px;
  }
  .shopinfo {
    padding: 1em;
    border-top: 1px dashed #3b4367;
    border-bottom: 1px dashed #3b4367;
    width: 100%;
  }
  .shopinfo h3 {
    font-size: 15px;
  }
  .shopinfo p {
    font-size: 13px;
  }
  .shopinfo ul {
    font-size: 13px;
    padding-left: 1em;
    margin: 0 auto;
  }
}

div#StyleT-list-wrapper {
  width: 1000px;
  margin: 0 auto;
}