@charset "utf-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* TOP
-------------------------------------------------------------------------------------------------------------------------------*/
main {
  background-color: #FFFFFF;
}
.mv {
  position: relative;
  padding-block: 52px 0;
  margin-bottom: 250px;
  background: url(/base/osaka/find_your_fit/img/260331/top/mv-bg.png) no-repeat top center / cover;
  z-index: 0;
}
.mv::after{
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -200px;
  margin-bottom: 56px;
  padding-bottom: 205px;
  background: url(/base/osaka/find_your_fit/img/260331/top/mv-bg-lower-rounded.png) no-repeat top center / cover;
  z-index: -1;
}
.mv h1 {
  width: min(686px, 100%);
  margin-top: 22px;
  margin-inline: auto;
}
.mv .upper{
  display: grid;
  grid-template-columns: 143px 276px 169px;
  justify-content: center;
  column-gap: 26px;
  padding-left: 60px;
  padding-right: 60px;
}
.mv .upper li:nth-child(1){
  grid-column: 2;
  margin-top: 6px;
}
.mv .upper li:nth-child(2){
  grid-column: 3;
}
.mv .intro {
  text-align: center;

}
.mv .intro .date {
  width: 421px;
  margin: 21px auto 0;
}
.mv .intro .place {
  font-family: var(--font-yu-mincho);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #005FA5;
  margin-top: 10px;
}
.mv .intro .description {
  padding-top: 40px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  padding-left: 90px;
  padding-right: 90px;
  color: #99752E;
}
.menu-links {
  margin-top: 60px;
  padding-inline: 60px;
}
.menu-links ul li a {
  position: relative;
  display: block;
}
.menu-links ul.col-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 5px;
}
.menu-links ul.col-1{
  margin-top: 24px;
}
.menu-links ul.col-1 li + li{
  margin-top: 29px;
}
.menu-links .banner {
  padding-top: 50px;
}
.menu-links .banner p {
  color: #BE4150;
  font-family: var(--font-yu-mincho);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.mv .about-tsunagaru-action{
  position: relative;
  margin: 33px 0 0;
  padding: 34px 44px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: 2px solid  #095EA7;
  margin-left: 60px;
  margin-right: 60px;
  border-radius: 12px;
}
.mv .about-tsunagaru-action::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%)rotate(45deg);
  border-top: 2px solid #095EA7;
  border-left: 2px solid #095EA7;
  top: -12px;
  background-color: #fff;
}
.mv .about-tsunagaru-action > p{
  font-size: 20px;
  font-weight: 700;
  color: #095EA7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.042em;
}
.mv .about-tsunagaru-action dl{
  margin-top: 25px;
}
.mv .about-tsunagaru-action dl div{
  display: grid;
  grid-template-columns: 156px 1fr;
  align-items: center;
  column-gap: 15px;
}
.mv .about-tsunagaru-action dl div + div{
  margin-top: 11px;
}
.mv .about-tsunagaru-action dl div:nth-child(1){
  margin-right: 31px;
}
.mv .about-tsunagaru-action dl div:nth-child(2){
  margin-right: 29px;
}
.common-contents + section {
  margin-top: 60px;
  padding-top: 20px;
}
.common-contents:last-of-type {
  padding-bottom: 200px;
}
.common-contents .wrapper {
  position: relative;
  z-index: 2;
  margin-inline: auto;
}
.common-contents .wrapper::before,
.common-contents .wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 100px;
}
.common-contents .wrapper::before {
  top: 0;
}
.common-contents .wrapper::after {
  bottom: 0;
  transform: scaleY(-1);
}
.common-contents .wrapper > section + section {
  padding-top: 120px;
}
.common-contents .wrapper > section > section + section {
  padding-top: 70px;
}
.common-contents .wrapper > section .head {
  color: var(--color-ladies);
  font-family: var(--font-yu-mincho);
  font-size: 39px;
  font-weight: 700;
}
.common-contents .wrapper > section hgroup {
  text-align: center;
}
.common-contents .wrapper > section hgroup .head {
  letter-spacing: 0.07em;
}
.common-contents .wrapper > section hgroup p {
  margin-top: 10px;
  font-family: var(--font-yu-mincho);
  color: #BE4150;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
.common-contents .wrapper > section .floor {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-end;
  border-bottom: 1px solid #BE4150;
  padding: 0 0 8px 10px;
  color: #BE4150;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
}
.common-contents .wrapper > section .floor span:not(.text) {
  padding-right: 8px;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}
.common-contents .wrapper > section .floor span:not(.text)::after {
  content: "F";
  font-size: 28px;
  font-weight: 500;
}
.common-contents .wrapper > section .floor.note {
  grid-template-columns: auto auto 1fr;
}
.common-contents .wrapper > section .floor.note .text {
  margin-left: 5px;
  font-family: var(--font-noto-sans);
  color: var(--color-font);
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}
.common-contents .wrapper > section .list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 40px;
}
.common-contents .wrapper > section .list-wrapper.col-1{
  grid-template-columns: 1fr;
}
.common-contents .wrapper > section .list-wrapper ul li {
  position: relative;
  padding-left: 36px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  color: #221714;
}
.common-contents .wrapper > section .list-wrapper ul li.w-space {
  white-space: wrap;
}
.common-contents .wrapper > section .list-wrapper ul li:not(:last-of-type) {
  margin-bottom: 30px;
}
.common-contents .wrapper > section .list-wrapper ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.common-contents .wrapper > section .list-wrapper ul li span {
  display: block;
  font-size: 24px;
  font-weight: 400;
}
.common-contents .wrapper > section .list-wrapper ul li span > span.f-20 {
  font-size: 20px;
}
.common-contents .wrapper > section .list-wrapper ul li span > span.pl {
  padding-left: 114px;
}
.common-contents .wrapper > section .list-wrapper ul li span > span.pl02{
  padding-left: 78px;
}
.common-contents .wrapper > section .list-wrapper ul .lw-nmr{
  margin-right: -10px;
}
.common-contents .wrapper > section.size .head {
  width: min(190px, 100%);
  margin-bottom: 18px;
  margin-inline: auto;
}
.common-contents .wrapper > section.topics{
  position: relative;
  z-index: 1;
}
.common-contents .wrapper > section.topics::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -110px;
  padding-bottom: 290px;
  background: url(/base/osaka/find_your_fit/img/260331/top/topics-bg-lower-rounded.svg) no-repeat top center / cover;
  z-index: -1;
}
.common-contents .wrapper > section.topics > section h4.floor{
  color: #11305A;
  font-weight: 700;
  border-bottom: 1px solid #11305A;
  font-size: 32px;
}
.common-contents .wrapper > section.topics > section h4.floor.align-start{
  align-items: flex-start;
  font-weight: 700;
}
.common-contents .wrapper > section.topics span:not(.text){
  font-weight: 700;
}
.common-contents .wrapper > section.topics span:not(.text)::after{
  font-weight: 700;
}
.common-contents .wrapper > section.topics .head{
  position: relative;
  transform: translateY(-56%);
  width: min(164px, 100%);
  margin-inline-start: 60px;
}
.common-contents .wrapper > .size + section.topics{
  margin-block-start: 160px;
}
.common-contents .wrapper > h2 + section.topics{
  margin-top: 120px;
}
.common-contents .wrapper > section.topics{
  background-color: #FAE6E9;
  padding-top: 0;
}
.common-contents .wrapper > section.topics > section{
  padding-inline: 62px;
}
.common-contents .wrapper > section.topics > section:last-child{
  padding-bottom: 100px;
}
.common-contents .wrapper > section.topics > section + section {
  padding-top: 80px;
}
.common-contents .wrapper > section.topics > section section + section {
  padding-top: 90px;
}
.common-contents .wrapper > section.topics > section h4 {
  margin-bottom: 30px;
}
.common-contents .wrapper > section.topics > section h5 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.14;
}
.common-contents .wrapper > section.topics > section h5.nmr{
  margin-right: -10px;
}
.common-contents .wrapper > section.topics > section .summary-list {
  padding-top: 16px;
}
.common-contents .wrapper > section.topics > section .summary-list li {
  position: relative;
  padding-left: 24px;
  color: var(--color-font);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
.common-contents .wrapper > section.topics > section .summary-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #14315D;
}
.common-contents .wrapper > section.topics > section .summary-list li span {
  font-size: 18px;
}
.common-contents .wrapper > section.topics > section .summary-list li span.gold {
  font-size: 27px;
  color: #8c7634;
}
.common-contents .wrapper > section.topics > section .summary-list li span.sl-sm{
  font-size: 20px;
}
.common-contents .wrapper > section.topics > section .summary-list li.note{
  margin-top: 8px;
  color: var(--color-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 0;
}
.common-contents .wrapper > section.topics > section .summary-list li.note.note-lg{
  font-size: 25px !important;
  margin-top: 0;
}
.common-contents .wrapper > section.topics > section .summary-list li.note::before{
  display: none;
}
.common-contents .wrapper > section.topics > section .summary-list li.no-circle{
  padding-left: 0;
}
.common-contents .wrapper > section.topics > section .summary-list li.no-circle::before{
  display: none;
}
.common-contents .wrapper > section.topics > section .btn {
  margin-top: 40px;
}
.common-contents .wrapper > section.topics > section .note {
  margin-top: 8px;
  color: var(--color-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.common-contents .wrapper > section.topics > section .inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 288px;
  gap: 18px 34px;
  padding-top: 30px;
}
.common-contents .wrapper > section.topics > section .inner.w-400 {
  grid-template-columns: 1fr 400px;
  gap: 18px 20px;
}
.common-contents .wrapper > section.topics > section .inner + .inner {
  margin-top: 52px;
  padding-top: initial;
}
.common-contents .wrapper > section.topics > section .inner .summary-list {
  grid-column: 1;
  padding-top: initial;
}
.common-contents .wrapper > section.topics > section .inner .summary-list > :first-child{
  margin-top: -10px;
}
.common-contents .wrapper > section.topics > section .inner > p {
  grid-column: 1;
  color: #BE4150;
  font-weight: 700; 
  text-align: justify;
  font-size: 22px;
  line-height: 1.74;
  color: #14315D;
}
.common-contents .wrapper > section.topics > section .inner .detail-list {
  color: #221714;
}
.common-contents .wrapper > section.topics > section .inner .detail-list.lh-sm{
  line-height: 1.2;
}
.common-contents .wrapper > section.topics > section .inner .detail-list.lh-md{
  line-height: 1.4;
}
.common-contents .wrapper > section.topics > section .inner .detail-list dt {
  font-size: 26px;
  font-weight: 700;
}
.common-contents .wrapper > section.topics > section .inner .detail-list dt .sm{
  font-size: 20px;
}
.common-contents .wrapper > section.topics > section .inner .detail-list dt .d-b {
  display: block;
}
.common-contents .wrapper > section.topics > section .inner .detail-list dt .indent {
  padding-left: 1em;
  text-indent: -1em;
}
.common-contents .wrapper > section.topics > section .inner .detail-list dt.d-ib {
  padding-right: 8px;
}
.common-contents .wrapper > section.topics > section .inner .detail-list dt.no-space {
  padding-right: 0px;
}
.common-contents .wrapper > section.topics > section .inner .detail-list .price {
  font-size: 28px;
  font-weight: 700;
}
.common-contents .wrapper > section.topics > section .inner .detail-list .price span {
  font-size: 33px;
  letter-spacing: 0.0375em;
}
.common-contents .wrapper > section.topics > section .inner .detail-list .price span.narrow-ls {
  letter-spacing: -0.0375em;
}
.common-contents .wrapper > section.topics > section .inner .detail-list .size {
  font-size: 24px;
}
.common-contents .wrapper > section.topics > section .inner .detail-list .size > span.pl {
  padding-left: 77px;
}
.common-contents .wrapper > section.topics > section .inner .detail-list .d-ib {
  display: inline-block;
}
.common-contents .wrapper > section.topics > section .inner .detail-list .d-i {
  display: inline;
}
.common-contents .wrapper > section.topics > section .inner .detail-list.multiple{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
}
.common-contents .wrapper > section.topics > section .inner .detail-list.multiple .price ~ .price{
  margin-top: 10px;
}
.common-contents .wrapper > section.topics > section .inner figure {
  grid-column: 2;
  grid-row: 1 / span 3;
}
.common-contents .wrapper > section.topics > section .inner.no-img {
  grid-template-columns: 1fr;
}
.common-contents .wrapper > section.topics.hat h4.head {
  margin-top: 18px;
}
.common-contents .wrapper > section.topics.hat > section section + section {
  padding-top: 72px;
}
.common-contents .wrapper  > section.topics .inner p .p-sm{
  font-size: 20px;
  line-height: 1.25;
}
.common-contents .wrapper > section.topics .inner p .supplement{
  font-weight: 400;
  color: #231815;
  font-size: 20px;
}



.common-contents.ladies .wrapper .size-l .floor{
  color: #EF926A;
  border-bottom: 1px solid #EF926A;
}
.common-contents.ladies .wrapper .topics h5 {
  color: var(--color-ladies);
}
.common-contents.mens .wrapper > section .floor {
  color: #14315D;
  border-color: #14315D;
}
.common-contents.mens .wrapper > section + section {
  padding-top: 80px;
}
.common-contents.mens .wrapper > section .list-wrapper ul li::before {
  background-color: #14315D;
}
.common-contents.mens .wrapper .topics h5 {
  color: var(--color-ladies);
}
.common-contents.mens .wrapper .topics h5 .sm{
  font-size: 25px;
}

#ladieswear {
  position: relative;
  margin-bottom: 150px;
}
#ladieswear::before {
  content: "";
  position: absolute;
  top: 110px;
  width: 100%;
  height: calc(100% - 110px);
}
#ladieswear .head{
  margin-top: -30px;
  margin-bottom: 44px;
}
#ladieswear .size{
  padding-inline: 60px;
}
#ladieswear .wrapper > section.topics > section:nth-child(3) h4.floor{
  font-size: 30px;
}
#ladieswear .wrapper > section.topics > section:nth-child(3) section:nth-child(3) .detail-list:nth-child(3){
  line-height: 1.4;
}
#ladieswear .wrapper > section.topics > section:nth-child(3) section:nth-child(3) .detail-list:nth-child(4){
  margin-top: -15px;
  line-height: 1.4;
  grid-column-start: 1;
  grid-column-end: 3;
}
#ladieswear .wrapper > section.topics > section:nth-child(3) section:nth-child(4) .detail-list:nth-child(3) .price .sm{
  font-size: 20px;
}
#ladieswear .wrapper .size-s .list-wrapper ul li::before {
  background-color: #BE4150;
}
#ladieswear .wrapper .size-l .list-wrapper ul li::before,
#ladiesshoes .wrapper .size-l .list-wrapper ul li::before{
  background-color: #EF926A;
}
#ladieswear .wrapper > section.topics > section .inner{
  column-gap: 39px;
}
#ladieswear  .wrapper > section.topics > section .summary-list li.note{
  font-size: 20px;
}
#ladieswear .wrapper > section.topics > section:nth-child(3) section:nth-child(3) .detail-list .sm.d-b{
  margin-right: -10px;
}

#ladiesshoes{
  margin-bottom: 200px;
}
#ladiesshoes .size{
  padding-inline: 60px;
}
#ladiesshoes .head{
  margin-bottom: 44px;
}
#ladiesshoes .wrapper .size-s .list-wrapper ul li::before {
  background-color: #E53C7F;
}
#ladiesshoes .wrapper .size-s > section .floor{
  color: #E53C7F;
}
#ladiesshoes .wrapper > section.topics > section:nth-child(2) section:nth-child(2) > p{
  font-size: 20px;
  margin-top: 15px;
}
#ladiesshoes .wrapper > section.topics > section:nth-child(2) section:nth-child(2) > .side-border{
  border-top: 1px solid #BD0D5B;
  border-bottom: 1px solid #BD0D5B;
  margin-top: 20px;
  padding-block: 20px;
  text-align: center;
}
#ladiesshoes .wrapper > section.topics > section:nth-child(2) section:nth-child(2) > .side-border ul{
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}
#ladiesshoes .wrapper > section.topics > section:nth-child(2) section:nth-child(2) > .side-border li{
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.0375em;
}
#ladiesshoes .wrapper > section.topics > section:nth-child(2) section:nth-child(2) > .side-border .tel-label{
  position: relative;
  padding-left: 21px;
  margin-top: 16px;
}
#ladiesshoes .wrapper > section.topics > section:nth-child(2) section:nth-child(2) > .side-border .tel-label::before{
    content: "";
    position: absolute;
    top: 12px;
    left: 7px;
    width: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #14315D;
}
#ladiesshoes .wrapper > section.topics > section:nth-child(2) section:nth-child(2) > .side-border .tel-number{
  padding-left: 21px;
}
#ladiesshoes .wrapper > section.topics > section:nth-child(2) section:is(:nth-child(6), :nth-child(7)) .inner{
  column-gap: 25px; 
}
#ladiesshoes .wrapper > section.topics > section:nth-child(2) section:is(:nth-child(6), :nth-child(7)) .inner p{
  margin-right: 20px;
}

#accessories{
  margin-bottom: 170px;
}
#accessories .wrapper > section.topics > section:nth-child(2) section:nth-child(3) .detail-list{
  margin-right: -30px;
}
#accessories .wrapper > section.topics > section:nth-child(2) section:nth-child(3){
  margin-left: -4px;
  margin-right: -4px;
  
}
#accessories .wrapper > section.topics > section:nth-child(3) section:nth-child(2) .inner h6{
  font-size: 25px;
  color: var(--color-ladies);
}
#accessories .wrapper > section.topics > section:nth-child(3) section:nth-child(2) .inner{
  column-gap: 20px;
}
#accessories .wrapper > section.topics > section:nth-child(3) section:nth-child(2) .inner .border-box{
  border-top: 1px solid var(--color-ladies);
  border-bottom: 1px solid var(--color-ladies);
  padding-block: 10px;
  margin-block: 10px 20px;
}
#accessories .wrapper > section.topics > section:nth-child(3) section:nth-child(2) .inner .border-box .note{
  margin-top: 0;
}
#accessories .wrapper > section.topics > section:nth-child(3) section:nth-child(2) .inner .border-box h6 + .summary-list{
  margin-top: 15px;
}
#accessories .wrapper > section.topics > section:nth-child(3) section:nth-child(2) .inner .border-box .summary-list + .summary-list{
  margin-top: 15px;
}
#accessories .wrapper > section.topics > section:nth-child(3) section:nth-child(2) .inner figure{
  grid-row: 1 / span 1;
}
#accessories .wrapper > section.topics > section:nth-child(3) section:nth-child(2) .inner p:nth-child(2){
  grid-column-start: 1;
  grid-column-end: 3;
}

#grass {
  margin-bottom: 200px;
}
#grass .wrapper .topics h5{
  color: var(--color-ladies);
}
#grass .wrapper > h2 + section.topics{
  margin-top: 30px;
}
#grass .wrapper > section.topics > section:last-child{
  padding-bottom: 0;
}

#menswear {
  position: relative;
  margin-bottom: 200px;
}
#menswear .wrapper > .topics > section > section + section {
  padding-top: 60px;
}
#menswear .size-chart {
  padding-top: 40px;
}
#menswear .topics .head span {
  display: block;
  padding-top: 18px;
  color: #BE4150;
  text-align: center;
  font-family: var(--font-yu-mincho);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
#menswear .topics{
  padding-top: 0;
}
#menswear .wrapper > section:not(.topics){
  padding-inline: 60px;
}
#menswear .wrapper > .topics{
  margin-top: 144px;
}
#menswear section.topics p .pl{
  padding-left: 73px;
}
#menswear section.topics p .p-sm{
  display: block;
  margin-top: 5px;
}
#menswear .wrapper > section.topics > section:nth-child(2) section:nth-child(3) .inner .p-sm{
  font-size: 17px;
}
#menswear .wrapper > section.topics > section:nth-child(3) section:nth-child(2) .inner .detail-list{
  margin-right: -20px;
}
#menswear .wrapper > section.topics > section:nth-child(3) section:nth-child(2) .inner .detail-list :is(dt, dd){
  font-size: 24px;
}
#menswear .wrapper > section .floor.note:has(span.text){
  align-items: baseline;
}

#mensshoes .wrapper .size{
  padding-inline: 60px;
}
#mensshoes .wrapper > section .list-wrapper{
  grid-template-columns: 1.15fr 0.85fr;
}
#mensshoes .wrapper > section .list-wrapper ul li::before{
  background-color: #A992AE;
}
#mensshoes .wrapper > .size .li-sm{
  font-size: 21px;
}

#mensshoes{
  position: relative;
}
#mensshoes::after {
  display: block;
  content: "";
  bottom: -320px;
  padding-bottom: 320px;
  background: #FCECEF url(/base/osaka/find_your_fit/img/260331/top/mensshoes-bg-lower-rounded.svg) no-repeat top -183px center / 101% auto;
}


#playfuldenimstyle{
  padding-block: 0;
  margin-block-start: 0;
}
#playfuldenimstyle .upper{
  position: relative;
  z-index: 1;
  padding-block: 30px 50px;
  background: url(/base/osaka/find_your_fit/img/260331/top/playfuldenimstyle-title-bg.svg) no-repeat top center / cover;
  top: -2px;
}
#playfuldenimstyle .wrapper{
  background: url(/base/osaka/find_your_fit/img/260331/top/playfuldenimstyle-bg.jpg) repeat-y 0 360px / contain;
}
#playfuldenimstyle .upper hgroup p{
  padding-left: 60px;
  padding-right: 60px;
}
#playfuldenimstyle .box{
  display: flex;
  flex-direction: column;
  position: relative;
}
#playfuldenimstyle .box .item{
  position: relative;
  margin-top: 300px;
}
#playfuldenimstyle .box .item:last-child{
  margin-bottom: 270px;
}
.imgs img{
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
.imgs img:nth-child(2){
  top: 200px;
  width: 300px;
}
#playfuldenimstyle .box .item:nth-child(1){
  margin-left: 180px;
  padding-right: 150px;
  margin-top: 55px;
}
#playfuldenimstyle .box .item:nth-child(2){
  margin-right: 60px;
  margin-top: 550px;
  padding-left: 210px;
}
#playfuldenimstyle .box .item:nth-child(3){
  margin-left: 80px;
  margin-top: 440px;
  padding-right: 170px;
}
#playfuldenimstyle .box .item:nth-child(4){
  margin-right: 80px;
  margin-top: 225px;
  padding-left: 210px;
}
#playfuldenimstyle .box .item:nth-child(5){
  margin-left: 80px;
  margin-top: 300px;
  padding-right: 170px;
}
#playfuldenimstyle .box .item:nth-child(6){
  margin-right: 80px;
  margin-top: 207px;
  padding-left: 210px;
}
#playfuldenimstyle .box .item:nth-child(7){
  margin-left: 80px;
  margin-top: 240px;
  padding-right: 310px;
}

#playfuldenimstyle .item img{
  z-index: 1;
  position: absolute;
}
#playfuldenimstyle .item:nth-child(1) img{
  top: -130px;
  right: 50px;
  width: 300px;
}
#playfuldenimstyle .item:nth-child(2) img{
  top: -360px;
  left: 100px;
  width: 290px;
}
#playfuldenimstyle .item:nth-child(3) img{
  top: -320px;
  left: 230px;
  width: 395px;
}
#playfuldenimstyle .item:nth-child(4) img{
  top: -140px;
  left: 80px;
  width: 287px;
}
#playfuldenimstyle .item:nth-child(5) img{
  top: -175px;
  left: 330px;
  width: 300px;
}
#playfuldenimstyle .item:nth-child(6) img{
  top: -140px;
  left: 30px;
  width: 435px;
}
#playfuldenimstyle .item:nth-child(7) img{
  top: -100px;
  left: 300px;
  width: 324px;
}

#playfuldenimstyle{
}
#playfuldenimstyle .box .item .txt{
  background-color: rgba(111,139,161, 0.8);
  color: #fff;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 0;
}
#playfuldenimstyle .box .item:nth-child(1) .txt{
  padding-left: 20px;
  padding-right: 150px;
}
#playfuldenimstyle .box .item:nth-child(2) .txt{
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 150px;
}
#playfuldenimstyle .box .item:nth-child(3) .txt{
  padding-left: 20px;
  padding-right: 180px;
}
#playfuldenimstyle .box .item:nth-child(4) .txt{
  padding: 15px 0 15px 125px;
}
#playfuldenimstyle .box .item:nth-child(5) .txt{
  padding-left: 20px;
  padding-right: 160px;
}
#playfuldenimstyle .box .item:nth-child(6) .txt{
  padding-left: 215px;
}
#playfuldenimstyle .box .item:nth-child(7) .txt{
  padding: 20px 30px 25px 20px;
}


#playfuldenimstyle .box .item .txt .d-b{
  display: block;
}
#playfuldenimstyle .box .item .txt .d-ib{
  display: inline-block;
}
#playfuldenimstyle .box .item .txt .d-i{
  display: inline;
}
#playfuldenimstyle .box .item .txt .fz-xs{
  font-size: 14px;
}
#playfuldenimstyle .box .item .txt .fz-sm{
  font-size: 20px;
}
#playfuldenimstyle .box .item .txt .fz-md{
  font-size: 24px;
}
#playfuldenimstyle .box .item .txt .fz-lg{
 font-size: 26px; 
}
#playfuldenimstyle .box .item .txt .fz-xl{
  font-size: 28px;
}
#playfuldenimstyle .box .item .txt .fz-xxl{
  font-size: 30px;
}
#playfuldenimstyle .box .item .txt .mt-sm{
  margin-top: 2px;
}
#playfuldenimstyle .box .item .txt .mt-md{
  margin-top: 4px;
}
#playfuldenimstyle .box .item .txt .mt-lg{
  margin-top: 6px;
}
#playfuldenimstyle .box .item .txt .mt-xl{
  margin-top: 8px;
}
#playfuldenimstyle .box .item .txt .mt-xxl{
  margin-top: 10px;
}
#playfuldenimstyle .box .item .txt .lh-sm{
  line-height: 0.8;
}
#playfuldenimstyle .box .item .txt .lh-md{
  line-height: 1;
}
#playfuldenimstyle .box .item .txt .lh-lg{
  line-height: 1.25;
}
#playfuldenimstyle .box .item .txt .lh-xl{
  line-height: 1.375;
}
#playfuldenimstyle .box .item .txt .lh-xxl{
  line-height: 1.5;
}


#accessories {
  padding-bottom: 40px;
}
#accessories h2 {
  margin-bottom: 30px;
}

#playfuldenimstyle .wrapper section.topics{
  padding-top: 58px;
}
#playfuldenimstyle .wrapper section.topics::after{
  display: none;
}
#playfuldenimstyle .wrapper section.topics .head{
  transform: translateY(0);
}
#playfuldenimstyle .wrapper section.topics > section .inner{
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding-inline: 58px;
  padding-block: 70px 140px;
}
#playfuldenimstyle .wrapper section.topics > section .inner h4{
  font-size: 33px;
  color: #BD0D5B;
  margin-bottom: 0;
  margin-top: 10px;
}
#playfuldenimstyle .wrapper section.topics > section .inner p{
  line-height: 1.25;
  letter-spacing: 0.0375em;
}
#playfuldenimstyle .wrapper section.topics > section .inner > :not(img){
  padding-inline: 35px 10px;
}
#playfuldenimstyle .wrapper > section.topics > section .inner .summary-list > :first-child{
  margin-top: 0;
}

.remarks {
  padding-left: 62px;
  padding-right: 62px;
  padding-bottom: 80px;
}
.remarks-list {
  font-size: 20px;
  line-height: 1.5;
}
.remarks-list > li {
  padding-left: 1em;
  text-indent: -1em;
  color: #000;
}
.remarks-list > li + li {
  margin-top: 4px;
}