/* common:start */
#main {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 150px;
  width: 100%;
}
/* common:end */

.workbag {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.workbag-ttl {
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.0;
  margin: 0 auto 50px;
  text-align: center;
  width: 100%;
}

.workbag-mv {
  box-sizing: border-box;
  margin: 0 auto calc(118px - (34 - 20)/2*1px);
  width: 100%;
}

.workbag-mv-img {
  aspect-ratio: 780/488;
  box-sizing: border-box;
  line-height: 1.0;
  width: 100%;
}

.workbag-mv-cap {
  box-sizing: border-box;
  font-size: 20px;
  line-height: calc(34/20);
  margin-top: calc(50px - (34 - 20)/2*1px);
  text-align: center;
}

.workbag-item {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.workbag-item-ttl {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
.workbag-item-ttl .english {
  box-sizing: border-box;
  color: #1e1e1e;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.16rem;
  line-height: 1.0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.workbag-item-ttl .japanese {
  box-sizing: border-box;
  color: #3e4d71;
  font-size: 20px;
  line-height: 1.0;
  margin: 10px auto 0;
  padding: 0;
  width: 100%;
}

.workbag-item-sttl {
  box-sizing: border-box;
  margin: 140px auto 0;
  text-align: center;
  max-width: 400px;
  width: 100%;
}

.workbag-item-ttl + .workbag-item-sttl {
  margin-top: 86px;
}

.workbag-item-lead {
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: calc(74em/1000);
  line-height: calc(28/18);
  margin-top: calc(40px - (34 - 22)/2*1px);
  padding: 0;
  text-align: left;
  width: 100%;
}

.workbag-item-lead.tac {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

.workbag-item-lead span {
  color: #d4118c;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.08rem;
}
.workbag-item-lead .firstletter {
  display: inline-block;
  line-height: 1.0;
  transform: translateY(2px);
}
    
.workbag-item-lead .firstletter::first-letter {
  font-size: 40px;
}

.workbag-item .obi {
  background-color: #d4118c;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.0;
  margin: calc(60px - (44 - 30)/2*1px) auto 0;
  padding: 12px 0;
  text-align: center;
  width: 37rem;
}

.workbag-item .obi span {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.0;
}

.workbag-item .list {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 120px;
  justify-content: center;
  margin: 74px auto 0;
  width: 100%;
}

.workbag-item .list li {
  box-sizing: border-box;
  max-width: 780px;
  padding: 0;
  width: 100%;
}

.workbag-item .list li a:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
}

.workbag-item .list li .list-item {
  display: flex;
  gap: 20px;
}
.workbag-item .list li .list-item.wide-img {
  flex-direction: column;
  gap: 20px;
}

.workbag-item .list li .list-item .item-img {
  aspect-ratio: 1/1;
  box-sizing: border-box;
  display: block;
  max-width: 390px;
  overflow: hidden;
  width: 100%;
}

.workbag-item .list li .list-item.wide-img .item-img {
  aspect-ratio: inherit;
  max-width: inherit;
}

.workbag-item .list li a img {
  transition: 0.4s ease-out;
}

.workbag-item .list li a:hover .item-img img {
  scale: 1.035;
}

.workbag-item .list .spec {
  box-sizing: border-box;
  display: block;
  max-width: 370px;
  width: 100%;
}

.workbag-item .list .wide-img .spec {
  max-width: inherit;
}

.workbag-item .list .spec p {
  box-sizing: border-box;
  display: block;
  line-height: 1.0;
}

.workbag-item .list .spec .copy {
  color: #000000;
  font-size: 20px;
}

.workbag-item .list .spec .name {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.0;
  margin-top: 24px;
}

.workbag-item .list .spec .name.long {
  font-size: 20px;
  line-height: calc(32/20);
  margin: calc(0px - (32 - 20)/2*1px) 0;
}

.workbag-item .list .spec .name span {
  font-size: 23px;
  font-weight: 500;
  line-height: calc(32/16);
}

.workbag-item .list .spec .name + .txt {
  margin-top: calc(20px - (28 - 16)/2*1px);
}

.workbag-item .list .spec .txt {
  font-size: 16px;
  line-height: calc(28/16);
}

.workbag-item .list .spec .price {
  font-size: 16px;
}

.workbag-item .list .spec .price span {
  color: #000;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.workbag-item .list .spec .txt + .price {
  margin-top: calc(28px - (28 - 16)/2*1px);
}

.workbag-item .list .spec .price::first-letter {
  font-size: 16px;
}

.workbag-item .btn {
  box-sizing: border-box;
  margin: 80px auto 0;
  max-width: 492px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.workbag-item .btn .btn-link  {
  align-items: center;
  aspect-ratio: 492 / 84;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  gap: 0;
  justify-content: center;
  line-height: 1.0;
  margin: 0 auto;
  transition: 0.4s ease-out;
  width: 100%;
}
.workbag-item .btn .btn-link:hover {
  background-color: #000;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.workbag-item + .workbag-item {
  margin-top: 200px;
}

.workbag-item .period {
  background-color: #f2f2f2;
  box-sizing: border-box;
  margin: 60px auto 0;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}

.workbag-item .period .date {
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08rem;
  line-height: 1.0;
}

.workbag-item .period .date span {
  font-size: 28px;
  font-weight: bold;
}

.list-item2 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 84px 36px;
  justify-content: space-between;
  margin: 74px auto 0;
  width: 100%;
}

.list-item2 li {
  box-sizing: border-box;
  max-width: 372px;
  padding: 0;
  width: 100%;
}

.list-item2 li a:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
}

.list-item2 li a .item-img {
  aspect-ratio: 1/1;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 100%;
}

.list-item2 li a img {
  transition: 0.4s ease-out;
}

.list-item2 li a img:hover {
  scale: 1.2;
}

.list-item2 .spec {
  box-sizing: border-box;
  margin-top: 26px;
  width: 100%;
}

.list-item2 .spec p {
  box-sizing: border-box;
  display: block;
  line-height: 1.0;
}

.list-item2 .spec .name {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(30/24);
  margin-bottom: calc((30 - 24)/2*-1px);
}

.list-item2 .spec .name .alphanumeric {
  letter-spacing: 0;
}

.list-item2 .spec .price {
  font-size: 20px;
  margin-top: 18px;
}

.list-item2 .spec .price span {
  font-size: 20px;
  letter-spacing: 0.16rem;
}
/*
.list-item2 .spec .price::first-letter {
  font-size: 16px;
}
*/
.workbag-item + .workbag-item-other {
  margin-top: 200px;
}

.workbag-item-other {
  text-align: center;
}

.workbag-item-other h2 {
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.0;
}

.workbag-item-other h2 span {
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.0;
}

.linear {
  background: linear-gradient(transparent 60%, #fff77f, #fff77f);
  display: inline;
  padding: 4px 2px 2px;
}

.workbag-item-other .btn {
  aspect-ratio: 356/60;
  box-sizing: border-box;
  margin: 20px auto 0;
  max-width: 356px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.workbag-item-other .btn .btn-link  {
  align-items: center;
  aspect-ratio: 358 / 60;
  background-color: #273045;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  gap: 0;
  justify-content: center;
  line-height: 1.0;
  margin: 0 auto;
  transition: 0.4s ease-out;
  width: 100%;
}

.workbag-item-other .btn .btn-link::before  {
  aspect-ratio: 12 / 20;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 20px;
  line-height: 1.0;
  margin-left: 12px;
  width: 12px;
}

.workbag-item-other .btn .btn-link::after  {
  aspect-ratio: 12 / 20;
  background: url(file:///C:/Users/水本尚樹/01_data/02_作業中/通勤バッグ特集ページ作成/html/f/ayanokoji.itembox.design/item/feature/2025/2506workbag/bg_yajirushi_02.png) no-repeat;
  background-size: contain; 
  box-sizing: border-box;
  content: "";
  display: block;
  height: 20px;
  line-height: 1.0;
  margin-left: 12px;
  width: 12px;
}

.workbag-item-other .btn .btn-link:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}



@media only screen and (max-width: 839px) {
/* common:start */
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block !important;
  }
  img {
    height: auto;
    width: 100%;
  }

  #main {
    padding: 70px 0 50px;
  }
/* common:end */
  
  .workbag {
    margin-top: calc(26/750*100%);
  }

  .workbag::after {
    border-bottom: 3px dotted #cfcfcf;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto;
    padding-bottom: calc(96/750*100%);
    width: calc(720/750*100%);
  }

  .workbag-ttl {
    font-size: calc(48/750*100vw);
    margin-bottom: calc(56/750*100%);
  }


  .workbag-mv {
    margin-bottom: calc((94 - (48 - 30)/2)/750*100%);
    text-align: center;
  }

  .workbag-mv-img {
    width: calc(720/750*100%);
    margin: 0 auto;
  }

  .workbag-mv-cap {
    font-size: calc(30/750*100vw);
    line-height: calc(48/30);
    margin: calc((66 - (48 - 30)/2)/750*100%) auto 0;
    text-align: left;
    width: calc(720/750*100%);
  }

  .workbag-item {
    width: calc(720/750*100%);
  }

  .workbag-item-ttl {
  }

  .workbag-item-ttl::before {
    background-size: contain;
    height: calc(55/750*100vw);
    margin-bottom:calc(16/750*100%);
    padding: 0;
    width: calc(115/750*100vw);
  }

  .workbag-item-ttl .english {
    font-size: calc(65/750*100vw);
  }

  .workbag-item-ttl .japanese {
    color: #273045;
    font-size: calc(26/750*100vw);
    margin-top: calc(14/750*100%);
  }

  .workbag-item-ttl::after {
    height: 2px;
    margin-top: calc(36/720*100%);
    width: calc(64/720*100%);
  }

  .workbag-item-sttl {
    margin-top: calc(160/720*100%);
    max-width: 670px;
  }
 
  .workbag-item-ttl + .workbag-item-sttl {
    margin-top: calc(60/670*100%);
  }

  .workbag-item-lead {
    font-size: calc(38/750*100vw);
    letter-spacing: -0.08rem;
    line-height: calc(56/38);
    margin-top: calc(60/750*100%);
  }

  .workbag-item .list {
    gap: calc(120/720*100vw) 0;
    margin-top: calc(60/720*100%);
    width: 100%;
  }

  .workbag-item .obi + .list {
    gap: calc(140/720*100vw) calc(18/720*100vw);
  }

  .workbag-item .list + .obi {
    margin-top: calc(140/720*100vw);
  }

  .workbag-item .list li {
    width: 100%;
  }

  .workbag-item .list li a:hover {
    opacity: inherit;
  }

  .workbag-item .list li a:hover img {
    scale: inherit;
  }

  .workbag-item .list li a .item-img {
  }

  .workbag-item .list li a img {
  }

  .workbag-item .list li .list-item {
    gap: calc(30/750*100vw);
    flex-direction: column;
  }

  .workbag-item .list li:nth-child(2n) .list-item {
    flex-direction: column;
  }

  .workbag-item .list.limited li:nth-child(2n) .list-item {
    flex-direction: column;
  }

  .workbag-item .list li .list-item.wide-img {
    gap: calc(26/750*100vw);
  }

  .workbag-item .list li .list-item .item-img {
    aspect-ratio: inherit;
    max-width: 630px;
  }

  .workbag-item .list li .list-item img:hover {
    scale: inherit;
  }

  .workbag-item .list .spec {
    margin-top: 0;
    max-width: 630px;
  }

  .workbag-item .list .spec p {
  }

  .workbag-item .list .spec .copy {
    font-size: calc(24/750*100vw);
  }

  .workbag-item .list .spec .name {
    font-size: calc(36/750*100vw);
    font-weight: 500;
    line-height: calc(50/36);
    margin-top: 0;
  }
    
  .workbag-item .list .spec .copy + .name {
    margin-top: calc(20/720*100%);
  }

  .workbag-item .list .spec .name.long {
    font-size: calc(36/750*100vw);
  }

  .workbag-item .list .spec .name span {
    font-size: calc(30/750*100vw);
  }

  .workbag-item .list .spec .name + .price {
    margin-top: calc((20 - (50 - 36)/2)/630*100%);
  }

  .workbag-item .list .spec .price {
    font-size: calc(24/750*100vw);
  }

  .workbag-item .list .spec .txt + .price {
    margin-top: calc((54 - (46 - 28)/2)/720*100%);
  }

  .workbag-item .list .spec .price span {
    font-size: calc(40/750*100vw);
  }

  .workbag-item .list .spec .price::first-letter {
    font-size: calc(24/750*100vw);
  }

  .workbag-item .list .spec .txt {
    font-size: calc(28/750*100vw);
    line-height: calc(46/28);
  }

  .workbag-item .list .spec .name + .txt {
    font-weight: 300;
    margin-top: calc((36 - (56 - 36)/2)/720*100%);
  }

  .workbag-item .list .spec .price + .txt {
    margin-top: calc((30 - (52 - 28)/2)/630*100%);
  }

  .workbag-item .list .spec .price + .txt {
    margin-top: calc(60/630*100%);
  }

  .workbag-item + .workbag-item {
    margin-top: calc(120/750*100%);
  }
  
  .workbag-item .btn {
    display: block !important;
    margin: calc(66/630*100%) auto 0;
    max-width: inherit;
    width: calc(630/720*100%);
  }

  .workbag-item .btn .btn-link {
    aspect-ratio: 630 / 100;
    background-color: #272727;
    color: #fff;
    font-size: calc(32/750*100vw);
  }

  .workbag-item .btn .btn-link::before {
    border-bottom: calc(16/750*100vw) solid transparent;
    border-left: calc(16/750*100vw) solid transparent;
    border-right: calc(16/750*100vw) solid transparent;
    content: "";
    display: block;
    margin-right: 10px;
    transform: rotate(45deg) translate(-0.25rem);
  }

  .workbag-item .btn .btn-link::after {
    border-bottom: calc(16/750*100vw) solid transparent;
    border-left: calc(16/750*100vw) solid transparent;
    border-right: calc(16/750*100vw) solid #fff;
    content: "";
    display: block;
    margin-left: 10px;
    transform: rotate(45deg) translate(-0.4rem);
  }

  .workbag-item .btn .btn-link:hover {
    opacity: inherit;
  }

  .workbag-item .btn-link:hover {
    opacity: inherit;
  }

  .workbag-item .period {
    align-items: center;
    aspect-ratio: 720/100;
    display: flex;
    justify-content: center;
    margin-top: calc(60/720*100%);
  }
    
  .workbag-item .period .date {
    font-size: calc(28/750*100vw);
  }
    
  .workbag-item .period .date span {
    font-size: calc(36/750*100vw);
  }
    
  .workbag-item .workbag-item-lead span {
    font-size: calc(38/750*100vw);
    letter-spacing: -0.04rem;
  }

  .workbag-item .workbag-item-lead {
    font-size: calc(28/750*100vw);
    font-weight: normal;
    line-height: calc(52/28);
    margin: calc(36/720*100%) auto 0;
    max-width: 670px;
    width: calc(670/720*100%);
  }
    
  .workbag-item .workbag-item-lead.tac {
    font-size: calc(36/750*100vw);
    font-weight: bold;
  }
  .workbag-item + .workbag-item {
    margin-top: calc(196/720*100%);
  }

  .list-item2 {
    gap: calc(80/720*100vw) calc(18/720*100vw);
    justify-content: space-between;
    margin-top: calc(120/720*100%);
  }

  .list-item2 li {
    box-sizing: border-box;
    max-width: inherit;
    padding: 0;
    width: calc(350/720*100%);
  }

  .list-item2 li a:hover {
    color: inherit;
    opacity: inherit;
    text-decoration: none;
  }

  .list-item2 li a .item-img {
  }

  .list-item2 li a img {
    transition: inherit;
  }

  .list-item2 li a img:hover {
    scale: inherit;
  }

  .list-item2 .spec {
    height: inherit;
    margin-top: calc(20/340*100%);
  }

  .list-item2 .spec p {
  }

  .list-item2 .spec .name {
    font-size: calc(24/750*100vw);
    letter-spacing: -0.08rem;
  }
  .list-item2 .spec .price-original {
  }

  .list-item2 .spec .price {
    font-size: calc(24/750*100vw);
    margin-top: calc(16/340*100%);
  }

  .list-item2 .spec .price span {
    font-size: inherit;
  }
/*
  .list-item2 .spec .price::first-letter {
    font-size: calc(24/750*100vw);
  }
*/
  .workbag-item + .workbag-item-other {
    margin-top: calc(290/720*100%);
  }

  .workbag-item-other {
  }

  .workbag-item-other h2 {
    font-size: calc(34/750*100vw);
  }

  .workbag-item-other h2 span {
    font-size: calc(34/750*100vw);
  }

  .linear {
  }

  .workbag-item-other .btn {
    aspect-ratio: 626/104;
    margin-top: calc(30/750*100%);
    max-width: 626px;
    width: calc(626/750*100%);
  }

  .workbag-item-other .btn .btn-link  {
    aspect-ratio: 630 / 100;
    font-size: calc(36/750*100vw);
  }

  .workbag-item-other .btn .btn-link::before  {
    aspect-ratio: 20 / 36;
    height: calc(36/750*100vw);
    margin-left: calc(26/630*100%);
    width: calc(20/750*100vw);
  }

  .workbag-item-other .btn .btn-link::after  {
    aspect-ratio: 20 / 36;
    height: calc(36/750*100vw);
    margin-left: calc(26/630*100%);
    width: calc(20/750*100vw);
  }

  .workbag-item-other .btn .btn-link:hover {
  }

}
