@media screen and (min-width: 768px) {
  #news .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #news .sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  #news .pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #news .pc {
    display: none;
  }
}

#news p {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #news p {
    font-size: 14px;
  }
}

#news img {
  width: 100%;
  vertical-align: bottom;
}

#news sup {
  top: -0.2em;
  font-size: 50%;
  vertical-align: super;
}

#news .em {
  font-weight: bold;
}

#news section {
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  #news section {
    margin: 0 auto 50px;
  }
}

#news section.shop {
  text-align: center;
}

#news p + p {
  margin-top: 1rem;
}

#news .news_image {
  margin: 30px auto;
}

#news .news_image iframe {
  margin: 0 auto !important;
}

#news .news_image iframe:not(.instagram-media) {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

#news .BOS-text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

#news h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #000;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  #news h2 {
    font-size: 24px;
  }
}

#news .BOS-middle-tittle {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}

#news h3.ja {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #000;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  #news h3.ja {
    font-size: 24px;
  }
}

#news .news_cta a {
  display: grid;
  place-content: center;
  width: 395px;
  height: 60px;
  border: 2px solid #000;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #000 !important;
}

@media screen and (min-width: 768px) {
  #news .news_cta a:hover {
    color: #fff !important;
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  #news .news_cta a {
    width: calc(335 / 345 * 100%);
    font-size: 16px;
  }
}

#news .news_cta.news_cta_black a {
  color: #fff !important;
  border: 2px solid #000;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  #news .news_cta.news_cta_black a:hover {
    color: #000 !important;
    background-color: #fff;
  }
}

#news .textlink {
  text-decoration: underline;
  color: #000 !important;
}

#news .copyright {
  text-align: right;
}

#news .store_information {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #news .store_information.store-mt {
    margin-top: 36px;
  }
}

#news .store_information a {
  color: #0070d2 !important;
}

#news .store_information .BOS-mini-tittle {
  font-size: 25px;
  text-align: center;
  margin-top: 25px;
  font-weight: bold;
}

#news .store_information .BOS-txt {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}

#news .store_information .BOS-mini-mt {
  margin-top: 3px;
  font-size: 15px;
}

#news .link-color-blue {
  color: #0070d2 !important;
}

#news .swiper-detail-wrapper .swiper-arrow-wrapper .swiper-button-prev {
  color: #5A5A5A;
  top: 50%;
  left: 5%;
  width: 17px;
}

#news .swiper-detail-wrapper .swiper-arrow-wrapper .swiper-button-prev::after {
  display: none;
}

#news .swiper-detail-wrapper .swiper-arrow-wrapper .swiper-button-prev img {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #news .swiper-detail-wrapper .swiper-arrow-wrapper .swiper-button-prev {
    left: -20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #news .swiper-detail-wrapper .swiper-arrow-wrapper .swiper-button-prev picture {
    display: none;
  }
  #news .swiper-detail-wrapper .swiper-arrow-wrapper .swiper-button-prev img {
    display: none;
  }
  #news .swiper-detail-wrapper .swiper-arrow-wrapper .swiper-button-prev::after {
    font-size: 15px;
    font-weight: bold;
    display: block;
  }
}

#news .swiper-detail-wrapper .swiper-arrow-wrapper .swiper-button-next {
  color: #5A5A5A;
  top: 50%;
  right: 5%;
  width: 17px;
}

#news .swiper-detail-wrapper .swiper-arrow-wrapper .swiper-button-next img {
  margin-top: 0;
}

#news .swiper-detail-wrapper .swiper-arrow-wrapper .swiper-button-next::after {
  display: none;
}

@media screen and (max-width: 767px) {
  #news .swiper-detail-wrapper .swiper-arrow-wrapper .swiper-button-next {
    right: -20px;
    margin-top: 0;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #news .swiper-detail-wrapper .swiper-arrow-wrapper .swiper-button-next picture {
    display: none;
  }
  #news .swiper-detail-wrapper .swiper-arrow-wrapper .swiper-button-next img {
    display: none;
  }
  #news .swiper-detail-wrapper .swiper-arrow-wrapper .swiper-button-next::after {
    font-size: 15px;
    font-weight: bold;
    display: block;
  }
}

#news .swiper-detail-wrapper .swiper-arrow-wrapper .swiper-pagination {
  bottom: 25px;
}

#news .swiper-detail-wrapper .swiper-arrow-wrapper .swiper-pagination .swiper-pagination-bullet {
  background-color: #5A5A5A;
  width: 37px;
  height: 2px;
  border-radius: 0;
}

#news .swiper-container {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
}

#news .swiper-container:nth-child(2) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  #news .swiper-container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #news .swiper-container {
    width: 100%;
    padding: 0 0px;
  }
}

#news .swiper-container .swiper .swiper-wrapper {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #news .swiper-container .swiper .swiper-wrapper {
    width: 100%;
  }
}

#news .swiper-container .swiper .swiper-wrapper .swiper-slide {
  margin-top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #news .swiper-container .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}

#news .swiper-container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  #news .swiper-container .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
}

#news.thenewordermagazine .news_image {
  margin: 100px auto;
}

@media screen and (max-width: 767px) {
  #news.thenewordermagazine .news_image {
    margin: 30px auto;
  }
}

@media screen and (min-width: 768px) {
  #news .item-mb {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  #news .BOS-item_block {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #news .BOS-item_block {
    text-align: center;
  }
}

#news .BOS-item_block .title {
  text-align: center;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  #news .BOS-item_block .item_list {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  #news .BOS-item_block .item_list .item {
    text-align: center;
    padding-right: 45px;
  }
}

#news .BOS-item_block .item_list .item.BOS-item {
  padding-right: 20px;
}

#news .BOS-item_block .item_list .item .news_image {
  width: 320px;
  margin: 0;
}

#news .BOS-item_block .item_list .item .color_block {
  display: flex;
  align-items: center;
  justify-content: center;
}

#news .BOS-item_block .item_list .item .color_block img {
  width: 36px;
}

#news .BOS-item_block .item_list .item .color_block p {
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
}

#news .BOS-item_block .item_list .item .item_name {
  padding-top: 20px;
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
}

#news .BOS-item_block .item_list .item .item_price {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}

#news .BOS-item_block .item_list .item .item_price span {
  color: 0;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  #news .BOS-item_block .item_list .item .item_price.pt {
    padding-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  #news .item_block {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #news .item_block {
    text-align: center;
  }
}

#news .item_block .title {
  text-align: center;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  #news .item_block .item_list {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  #news .item_block .item_list .item {
    text-align: center;
    padding-right: 45px;
  }
}

#news .item_block .item_list .item.BOS-item {
  padding-right: 20px;
}

#news .item_block .item_list .item .news_image {
  width: 300px;
}

#news .item_block .item_list .item .color_block {
  display: flex;
  align-items: center;
  justify-content: center;
}

#news .item_block .item_list .item .color_block img {
  width: 36px;
}

#news .item_block .item_list .item .color_block p {
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
}

#news .item_block .item_list .item .item_name {
  padding-top: 20px;
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
}

#news .item_block .item_list .item .item_price {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}

#news .item_block .item_list .item .item_price span {
  color: 0;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  #news .item_block .item_list .item .item_price.pt {
    padding-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  #news .item_block03 {
    text-align: center;
  }
}

#news .item_block03 .title {
  text-align: center;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

#news .item_block03 .item_list {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #news .item_block03 .item_list .item {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  #news .item_block03 .item_list .item.pd {
    padding-right: 45px;
    padding-left: 45px;
  }
}

#news .item_block03 .item_list .item .news_image {
  width: 100%;
}

#news .item_block03 .item_list .item .color_block {
  display: flex;
  align-items: center;
  justify-content: center;
}

#news .item_block03 .item_list .item .color_block img {
  width: 36px;
}

#news .item_block03 .item_list .item .color_block p {
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
}

#news .item_block03 .item_list .item .item_name {
  padding-top: 20px;
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
}

#news .item_block03 .item_list .item .item_price {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}

#news .item_block03 .item_list .item .item_price span {
  color: 0;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  #news .item_block03 .item_list .item .item_price.pt {
    padding-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  #news .item_block02 {
    text-align: center;
  }
}

#news .item_block02 .title {
  text-align: center;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  #news .item_block02 .item_list {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  #news .item_block02 .item_list .item {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  #news .item_block02 .item_list .item.pd {
    padding-right: 45px;
    padding-left: 45px;
  }
}

#news .item_block02 .item_list .item .news_image {
  width: 100%;
}

#news .item_block02 .item_list .item .color_block {
  display: flex;
  align-items: center;
  justify-content: center;
}

#news .item_block02 .item_list .item .color_block img {
  width: 36px;
}

#news .item_block02 .item_list .item .color_block p {
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
}

#news .item_block02 .item_list .item .item_name {
  padding-top: 20px;
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
}

#news .item_block02 .item_list .item .item_price {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}

#news .item_block02 .item_list .item .item_price span {
  color: 0;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  #news .item_block02 .item_list .item .item_price.pt {
    padding-top: 24px;
  }
}

#news .item_block_v2 {
  display: flex;
  justify-content: center;
}

#news .item_block_v2 .item_list {
  display: flex;
}

@media screen and (max-width: 767px) {
  #news .item_block_v2 .item_list {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  #news .item_block_v2 .item_list .item01 {
    padding-right: 67px;
  }
}

@media screen and (min-width: 768px) {
  #news .item_block_v2 .item_list .item02 {
    padding-right: 67px;
    padding-left: 67px;
  }
}

@media screen and (min-width: 768px) {
  #news .item_block_v2 .item_list .item03 {
    padding-left: 67px;
    padding-right: 67px;
  }
}

@media screen and (min-width: 768px) {
  #news .item_block_v2 .item_list .item04 {
    padding-left: 67px;
  }
}

#news .item_block_v3 {
  display: flex;
  justify-content: center;
}

#news .item_block_v3 .item_list {
  display: flex;
}

@media screen and (max-width: 767px) {
  #news .item_block_v3 .item_list {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  #news .item_block_v3 .item_list .item01 {
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  #news .item_block_v3 .item_list .item01 img {
    width: 184px;
  }
}

@media screen and (min-width: 768px) {
  #news .item_block_v3 .item_list .item02 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  #news .item_block_v3 .item_list .item02 img {
    width: 184px;
  }
}

@media screen and (min-width: 768px) {
  #news .item_block_v3 .item_list .item03 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  #news .item_block_v3 .item_list .item03 img {
    width: 184px;
  }
}

#news .news_cta02 a {
  display: grid;
  place-content: center;
  width: 300px;
  height: 55px;
  border: 2px solid #000;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #000 !important;
}

@media screen and (min-width: 768px) {
  #news .news_cta02 a:hover {
    color: #fff !important;
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  #news .news_cta02 a {
    width: calc(335 / 345 * 100%);
    font-size: 16px;
  }
}

#news .news_cta02.news_cta_black a {
  color: #fff !important;
  border: 2px solid #000;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  #news .news_cta02.news_cta_black a:hover {
    color: #000 !important;
    background-color: #fff;
  }
}

#news .post {
  font-size: 1.75em;
  line-height: 1.4em;
  margin: 5px 0 10px 0;
  text-align: left;
  font-weight: bold;
}

#news .featurev {
  color: #000000;
  font-weight: 700 !important;
  box-sizing: inherit !important;
  display: inline;
  padding: 0 !important;
}

#news .featurev::after {
  display: inline-block;
  content: " ";
  padding: 0 0 1.6em 0;
}

#news .text {
  padding: 0 0 0.25em 0;
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 400;
  margin: 0 0 1.6em;
}

#news .youtube-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

#news .youtube-block iframe {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #news .youtube-block iframe {
    width: 350px;
  }
}

#news .newcatch0 {
  margin-top: 4em;
  margin-bottom: 4em;
  padding: 10em 40px;
  font-size: 1.1em;
  font-weight: bolder;
  line-height: 1.8em;
  text-align: center;
  color: #fff;
}

#news .interviewprofile2 {
  font-size: 0.9em !important;
  line-height: 1.5em !important;
  margin: 4em 0 0.5em 0 !important;
  color: #555;
}

#news .interviewprofile2 span {
  font-weight: bold;
}

#news .interviewprofile2 a {
  color: #2730b9 !important;
  text-decoration: none;
}

#news .interviewprofile2 .txt {
  font-size: 0.9em !important;
  line-height: 1.5em !important;
  margin: 4em 0 0.5em 0 !important;
  color: #555;
  font-weight: normal;
}

#news .interviewprofile {
  font-size: 0.9em !important;
  line-height: 1.5em !important;
  color: #555 !important;
}

#news .interviewprofile span a {
  font-weight: bold;
}

#news .interviewprofile .txt {
  font-size: 0.9em !important;
  line-height: 1.5em !important;
  margin: 4em 0 0.5em 0 !important;
  color: #555;
  font-weight: normal;
}

#news .instagram-block {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

#news .interviewcredit {
  font-size: 12px;
  margin-bottom: 30px;
  color: #888888;
}

#news .mt {
  margin-top: 30px;
}

#news .txt_center {
  text-align: center;
}

#news .m55 {
  margin-top: 55px;
}

#news .new_block,
#news .store_gap {
  margin-bottom: 40px;
}

#news .news-carousel .ttl-container {
  text-align: center;
  color: #000;
  font-weight: bold;
  border-top: 1px solid #eee;
}

@media screen and (min-width: 768px) {
  #news .news-carousel .ttl-container {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #news .news-carousel .ttl-container {
    padding-top: 75px;
  }
}

#news .news-carousel .ttl-container p {
  font-weight: bold;
  padding-bottom: 26px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  #news .news-carousel .ttl-container p {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  #news .news-carousel .ttl-container p {
    font-size: 24px;
  }
}

#news .news-carousel .swiper-container {
  position: relative;
  padding-bottom: 60px;
  margin: auto;
}

#news .news-carousel .swiper-container .swiper-button-next,
#news .news-carousel .swiper-container .swiper-button-prev {
  color: #000;
  background: transparent;
  width: 22px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

#news .news-carousel .swiper-container .swiper-button-next::after,
#news .news-carousel .swiper-container .swiper-button-prev::after {
  content: '';
}

@media screen and (max-width: 767px) {
  #news .news-carousel .swiper-container .swiper-button-next,
  #news .news-carousel .swiper-container .swiper-button-prev {
    display: none;
  }
}

#news .news-carousel .swiper-container .swiper-button-next {
  background-image: url("https://web.archive.org/web/20250101095522im_/https://vfjapan.jp/dickies/images/35/arrow.png");
  right: -100px;
}

#news .news-carousel .swiper-container .swiper-button-prev {
  background-image: url("https://web.archive.org/web/20250101095522im_/https://vfjapan.jp/dickies/images/35/arrow.png");
  transform: rotate(180deg);
  left: -100px;
}

#news .news-carousel .swiper {
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

#news .news-carousel .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
}

#news .news-carousel .swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #news .news-carousel .swiper .swiper-slide {
    padding-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}

#news .news-carousel .swiper .swiper-slide img {
  width: 564px;
  height: auto;
}

#news .news-carousel .swiper .swiper-slide .product-title {
  text-align: left;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #000 !important;
  margin-bottom: auto !important;
}

@media screen and (min-width: 768px) {
  #news .news-carousel .swiper .swiper-slide .product-title {
    margin-top: 30px !important;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #news .news-carousel .swiper .swiper-slide .product-title {
    margin-top: 53px !important;
    font-size: 18px;
    line-height: 1.2;
  }
}

#news .news-carousel .swiper .swiper-slide .product-price {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #000 !important;
  text-align: left;
  margin-top: 1.7em !important;
}

@media screen and (min-width: 768px) {
  #news .news-carousel .swiper .swiper-slide .product-price {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #news .news-carousel .swiper .swiper-slide .product-price {
    font-size: 18px;
  }
}

#news .BOS-message {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

#news .text-area p {
  font-size: 15px;
}

/*
     FILE ARCHIVED ON 09:55:22 Jan 01, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:54:38 Jul 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.547
  exclusion.robots: 0.038
  exclusion.robots.policy: 0.029
  esindex: 0.01
  cdx.remote: 120.915
  LoadShardBlock: 1266.371 (3)
  PetaboxLoader3.resolve: 1318.554 (4)
  PetaboxLoader3.datanode: 320.079 (4)
  load_resource: 467.466
*/