{"title":"RVCA×CARPE DIEM Collection","description":"\u003cstyle\u003e\n  .desktop {\n    display: none;\n  }\n  .mobile {\n    display: block;\n  }\n  .container {\n    width: calc(100% + 20px);\n    margin-left: calc(((100vw - 100%) \/ 2) * -1);\n    margin-right: calc(((100vw - 100%) \/ 2) * -1);\n    padding: 0 !important;\n    }\n  .spacer {\n    display: block !important;\n    height: 32px;\n    width: 100%;\n  }\n  @media screen and (min-width: 768px) {\n    .desktop {\n      display: block;\n    }\n    .mobile {\n      display: none;\n    }\n    .container {\n      max-width: 720px;\n      margin: 0 auto;\n      padding: 0 auto;\n    }\n    .spacer {\n      display: block !important;\n      height: 48px;\n      width: 100%;\n    }\n  }\n  @media screen and (min-width: 1024px) {\n    .desktop {\n      display: block;\n    }\n    .mobile {\n      display: none;\n    }\n    .container {\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 auto;\n    }\n    .spacer {\n      display: block !important;\n      height: 64px;\n      width: 100%;\n    }\n  }\n  img,\n  video {\n    object-fit: contain;\n    width: 100%;\n    height: auto;\n    margin: 0px 0 !important;\n    display: block;\n  }\n  .youtube {\n    max-width: 840px;\n    aspect-ratio: 16 \/ 9;\n    margin: 30px auto;\n  }\n  .youtube iframe {\n    width: 100%;\n    height: 100%;\n  }\n  .noto-sans-jp {\n    font-family: \"Noto Sans JP\", sans-serif;\n    font-optical-sizing: auto;\n    font-weight: 400;\n    font-style: normal;\n    word-break: auto-phrase;\n  }\n  .source-serif-4 {\n    font-family: \"Source Serif 4\", serif;\n    font-optical-sizing: auto;\n    font-weight: 600;\n    font-style: normal;\n    font-size: xx-large;\n    word-break: auto-phrase;\n  }\n  .menu {\n    background-color: #ccc;\n    padding: 10px;\n    margin: 10px 10px;\n  }\n  .menu a {\n    color: #333;\n    text-decoration: none;\n    margin-right: 10px;\n    display: inline-block;\n  }\n  .badge {\n    width: 150px;\n    height: auto;\n    margin: 0%;\n    background-color: #FF00A1;\n    font-family: \"Noto Sans\", sans-serif;\n    color: #FFFFFF;\n    text-align: center;\n    font-size: smaller;\n    padding: 2px 20px 2px 20px;\n    vertical-align:baseline;\n  }\n  .button {\n    background-color: #444;\n    border: none;\n    color: white;\n    padding: 10px 30px;\n    text-align: center;\n    text-decoration: none;\n    display: inline-block;\n    font-size: 16px;\n    margin: 4px 2px;\n    cursor: pointer;\n    border-radius: 8px;\n  }\n  .button a {\n    color: white;\n    text-decoration: none;\n  }\n  .button a :hover {\n    color: #ccc;\n    text-decoration: none;\n  }\n  \/* 基準コンテナ（親） *\/\n  .grid {\n    \/* 12カラムグリッド：1:2 のような倍率指定をしやすい *\/\n    display: grid;\n    grid-template-columns: repeat(12, minmax(0, 1fr));\n    gap: 10px; 画像間の空き幅を調整（任意）\n    grid-auto-flow: dense; \/* 空きを詰めたいときに有効（任意） *\/\n  }\n\n  \/* 子の\"幅倍率\"をカラムスパンで表現（1:2 なら 4:8 カラムなど） *\/\n  .item.span-2 { grid-column: span 2; } \/* = 1\/6 幅 *\/\n  .item.span-3 { grid-column: span 3; } \/* = 1\/4 幅 *\/\n  .item.span-4 { grid-column: span 4; } \/* = 1\/3 幅 *\/\n  .item.span-8 { grid-column: span 8; } \/* = 2\/3 幅 *\/\n  .item.span-6 { grid-column: span 6; } \/* = 1\/2 幅 *\/\n  .item.span-12 { grid-column: span 12; } \/* = 3\/3 幅 *\/\n\n  .item { \n    overflow: hidden;\n  }\n  \/* コンテナの縦横比（幅-高）を指定、画像のアスペクト比に合わせると良い *\/\n  .item.ratio-3-4   { aspect-ratio: 3 \/ 4; }\n  .item.ratio-6-4   { aspect-ratio: 6 \/ 4; }\n  .item.ratio-1-1   { aspect-ratio: 1 \/ 1; }\n  .item.ratio-2-1   { aspect-ratio: 2 \/ 1; }\n  .item.ratio-4-3   { aspect-ratio: 4 \/ 3; }\n  .item.ratio-3-2   { aspect-ratio: 3 \/ 2; }\n  .item.ratio-16-9  { aspect-ratio: 16 \/ 9; }\n\n  .item \u003e img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  \/* レスポンシブ（例）: スマホは1カラム、タブレット以上で12カラム *\/\n  @media (max-width: 768px) {\n    .gallery { grid-template-columns: 1fr; }\n    .item { grid-column: auto; } \/* 全幅 *\/\n  }\n  @media (min-width: 768px) {\n    .gallery { grid-template-columns: repeat(12, minmax(0, 1fr)); }\n  }\n\n.youtube video {\n  width: 100%;\n  height: 100%;\n  display: block;\n  object-fit: cover; \n}\n\/* 高さを揃える：行の高さを固定（PC）*\/\n\n.desktop .grid .item{\n  height: auto;\n  aspect-ratio: 2180 \/ 1440;\n  overflow: hidden;\n}\n\n\/* 高さを揃える：行の高さを固定（SP）*\/\n.mobile .grid .item {\n  height: auto;\n  aspect-ratio: 2180 \/ 1440;\n  overflow: hidden;\n}\n\n\/* a と img を枠いっぱいに（余白なしにするのに必須） *\/\n.grid .item \u003e a{\n  display: block;\n  width: 100%;\n  height: 100%;\n}\n\n\/* 画像は枠にフィット：余白なし（トリミングあり） *\/\n.grid .item img{\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n  transition: opacity 0.3s ease;\n}\n\n\/* ホバーで暗く *\/\n.grid .item a:hover img {\n  opacity: 0.75;\n}\n\/* 説明文 *\/\n.description {\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 0 40px;\n  line-height: 1.9;\n  font-size: 15px;\n}\n.artist-block {\n    display: grid;\n    grid-template-columns: 42% 1fr;\n    gap: 32px;\n    align-items: center;\n    margin: 70px 0;\n  }\n\n  .artist-text h3 {\n    font-family: \"Noto Sans JP\", sans-serif;\n    font-size: 18px;\n    margin: 0 0 14px;\n    font-weight: 700;\n  }\n\n  .artist-text p,\n  .intro-text {\n    font-family: \"Noto Sans JP\", sans-serif;\n    font-size: 14px;\n    line-height: 2;\n    margin: 0;\n  }\n\n  .artist-text a {\n    color: #0070c9;\n    text-decoration: underline;\n  }\n\n\/* 見出し部分 *\/\n.description strong{\n  font-weight: 700;\n  display: block;\n  margin-bottom: 12px;\n}\n  @media screen and (max-width: 840px) {\n     .rvca-page {\n      padding: 0 4%;\n    }\n\n    .artist-block {\n      grid-template-columns: 1fr;\n      gap: 18px;\n      margin: 48px 0;\n      padding: 0 5%;\n    }\n\n    .artist-text p,\n    .intro-text {\n      font-size: 13px;\n      line-height: 1.9;\n    }\n  }\n  h2{\n    font-size: 16px;\n    font-weight: 600;\n  }\n  p{\n    font-size: 14px;\n  }\n\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv\u003e\n\u003cimg media=\"(min-width: 768px)\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0840\/7033\/4745\/files\/rvca-collections-carpe-diem-bjj-1740x900.jpg?v=1782784613\" class=\"desktop\"\u003e \n\u003cimg media=\"(max-width: 768px)\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0840\/7033\/4745\/files\/rvca-collections-carpe-diem-bjj-750x600.jpg?v=1782784641\" class=\"mobile\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spacer\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"noto-sans-jp description\"\u003e\n  \u003cstrong\u003eRVCA×CARPE DIEM Collection\u003cbr\u003e\u003c\/strong\u003e \n  \u003cspan style=\"font-weight: 400;\"\u003e\nRVCAと、東京発のブラジリアン柔術道場「CARPE DIEM」によるコラボレーションコレクション。ファイトカルチャーとアートが融合したスタイルを背景に、高い親和性を持つ両者の取り組みにより、本コレクションが実現しました。\u003cbr\u003e\n常に変化し続ける時代の中で、身体と精神を磨き続ける柔術の本質と、アートやストリートカルチャーが持つ自由な表現。その両者を融合し、機能性Tシャツをはじめ、トレーニングから日常までシームレスに着用できるプロダクトを展開します。\u003cbr\u003e\nトレーニーから本格的な柔術家まで満足できる実用性とクオリティを兼ね備え、競技・ライフスタイル・カルチャーを横断する新たな価値観を提案します。\u003cbr\u003e\n  \u003c\/span\u003e\n\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spacer\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0840\/7033\/4745\/files\/rvca-collections-carpe-diem-bjj-1680x880.jpg?v=1781769932\"\u003e\n\u003cdiv class=\"spacer\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"noto-sans-jp description\"\u003e\n  \u003cstrong\u003e■ CARPE DIEM\u003cbr\u003e\u003c\/strong\u003e \n  \u003cspan style=\"font-weight: 400;\"\u003e\nCARPE DIEM（カルペディエム）は、ブラジリアン柔術家・石川祐樹 によって設立された、東京発のブラジリアン柔術道場。1998年に柔術と出会った石川は、その奥深さに魅了され、競技・指導の両面で経験を積みながら自身の道場を設立。2013年、「今を生きる」という意味を持つ“CARPE DIEM”の思想を掲げ、独立しました。現在では、日本全国に加え、ロンドン、シンガポール、韓国など海外にも拠点を広げる国際的なネットワークへと成長。清潔で開かれた環境とフレンドリーなコミュニティのもと、初心者からトップレベルの競技者まで、多様な人々が集う場を形成しています。柔術の技術を軸に、人と人がつながり、成長し続けるライフスタイルを体現しています。\n  \u003c\/span\u003e\n\u003c\/p\u003e\n\u003cdiv class=\"spacer\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0840\/7033\/4745\/files\/rvca-collections-carpe-diem-bjj-1680x8802.jpg?v=1781769932\"\u003e\n\u003c\/div\u003e\n","products":[{"product_id":"bg04a915","title":"RVCA SPORT メンズ CARPE DIEM X RVCA SOX ソックス 【2026年夏モデル】","description":"\u003cp\u003eCARPE DIEMとRVCAのロゴを左右に配置したクルーソックス。足元にアクセントを加えるグラフィックデザインで、ショーツスタイルとの相性も抜群。デイリーからトレーニングまで活躍する一足。\u003c\/p\u003e","brand":"RVCA","offers":[{"title":"WHT \/ F","offer_id":52462056636697,"sku":"BG04A915-WHT-F","price":2420.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0840\/7033\/4745\/files\/2026-0423_RVCA-349.jpg?v=1781599889"},{"product_id":"bg04a228","title":"RVCA SPORT メンズ CARPE DIEM X RVCA KATAKANA ST Tシャツ 【2026年夏モデル】","description":"\u003cp\u003eカタカナロゴをフロントに落とし込んだショートスリーブTシャツ。シンプルながら存在感のあるデザインで、CARPE DIEMの世界観を日本語グラフィックで表現。接触冷感素材により、デイリーにもトレーニング後にも快適に着用可能。\u003c\/p\u003e","brand":"RVCA","offers":[{"title":"BLK \/ S","offer_id":52462056669465,"sku":"BG04A228-BLK-S","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"BLK \/ M","offer_id":52462056702233,"sku":"BG04A228-BLK-M","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"BLK \/ L","offer_id":52462056735001,"sku":"BG04A228-BLK-L","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"BLK \/ XL","offer_id":52462056767769,"sku":"BG04A228-BLK-XL","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"WHT \/ S","offer_id":52462056800537,"sku":"BG04A228-WHT-S","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"WHT \/ M","offer_id":52462056833305,"sku":"BG04A228-WHT-M","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"WHT \/ L","offer_id":52462056866073,"sku":"BG04A228-WHT-L","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"WHT \/ XL","offer_id":52462056898841,"sku":"BG04A228-WHT-XL","price":6600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0840\/7033\/4745\/files\/2026-0423_RVCA-400-Edit.jpg?v=1781604203"},{"product_id":"bg04a914","title":"RVCA SPORT メンズ CARPE DIEM X RVCA HYDRO タンブラー 【2026年夏モデル】","description":"\u003cp\u003eHydro Flaskボディにコラボレーションロゴをプリントした21ozボトル。ジム、アウトドア、デイリーシーンまで持ち運びやすいサイズ感。コレクションの世界観をライフスタイルまで広げるスペシャルアイテム。\u003c\/p\u003e","brand":"RVCA","offers":[{"title":"BLK \/ F","offer_id":52462058471705,"sku":"BG04A914-BLK-F","price":8580.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0840\/7033\/4745\/files\/BG04A914_BLK_01.jpg?v=1781068987"},{"product_id":"bg04a912","title":"RVCA SPORT メンズ CARPE DIEM X RVCA CAP キャップ 【2026年夏モデル】","description":"\u003cp\u003eフロントにコラボレーションロゴを配置したキャップ。ブラックとホワイトベースの2カラー展開で、スタイリングに取り入れやすいデザイン。スポーツ、ストリート、デイリーユースまで幅広く合わせられるアイテム。\u003c\/p\u003e","brand":"RVCA","offers":[{"title":"BLK \/ F","offer_id":52462058504473,"sku":"BG04A912-BLK-F","price":5390.0,"currency_code":"JPY","in_stock":true},{"title":"WHT \/ F","offer_id":52462058537241,"sku":"BG04A912-WHT-F","price":5390.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0840\/7033\/4745\/files\/2026-0423_RVCA-366.jpg?v=1781599975"},{"product_id":"bg04a227","title":"RVCA SPORT メンズ CARPE DIEM X RVCA ST Tシャツ 【2026年夏モデル】","description":"\u003cp\u003eCARPE DIEMとRVCAのコラボレーションロゴをフロントに配置したショートスリーブTシャツ。接触冷感プレーティング天竺を使用し、暑い季節でも快適な着心地をキープ。ストリート感のあるグラフィックと機能素材を融合した一枚。\u003c\/p\u003e","brand":"RVCA","offers":[{"title":"BLK \/ S","offer_id":52462058799385,"sku":"BG04A227-BLK-S","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"BLK \/ M","offer_id":52462058832153,"sku":"BG04A227-BLK-M","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"BLK \/ L","offer_id":52462058864921,"sku":"BG04A227-BLK-L","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"BLK \/ XL","offer_id":52462058897689,"sku":"BG04A227-BLK-XL","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"WHT \/ S","offer_id":52462058930457,"sku":"BG04A227-WHT-S","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"WHT \/ M","offer_id":52462058963225,"sku":"BG04A227-WHT-M","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"WHT \/ L","offer_id":52462058995993,"sku":"BG04A227-WHT-L","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"WHT \/ XL","offer_id":52462059028761,"sku":"BG04A227-WHT-XL","price":6600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0840\/7033\/4745\/files\/2026-0423_RVCA-300.jpg?v=1781602384"},{"product_id":"bg04a913","title":"RVCA SPORT メンズ CARPE DIEM X RVCA DRY TOWEL タオル 【2026年夏モデル】","description":"\u003cp\u003e大胆なコラボレーショングラフィックを全面に配置したドライタオル。ポリエステル100%で軽量かつ扱いやすく、トレーニング、ビーチ、旅行など幅広いシーンで活躍。コレクションを象徴する存在感のあるアイテム。\u003c\/p\u003e","brand":"RVCA","offers":[{"title":"BLK \/ F","offer_id":52462061191449,"sku":"BG04A913-BLK-F","price":5500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0840\/7033\/4745\/files\/BG04A913_BLK_01.jpg?v=1781068908"},{"product_id":"bg04a610","title":"RVCA SPORT メンズ CARPE DIEM X RVCA WS ショートパンツ 【2026年夏モデル】","description":"\u003cp\u003e速乾性に優れたナイロンPU素材を使用したドライショーツ。左裾にコラボレーションロゴを配置し、バックポケット横にはCARPE DIEMロゴをアクセントに。水陸両用で使いやすい、夏のアクティブシーンに最適な一本。\u003c\/p\u003e","brand":"RVCA","offers":[{"title":"BLK \/ S","offer_id":52462061060377,"sku":"BG04A610-BLK-S","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"BLK \/ M","offer_id":52462061093145,"sku":"BG04A610-BLK-M","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"BLK \/ L","offer_id":52462061125913,"sku":"BG04A610-BLK-L","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"BLK \/ XL","offer_id":52462061158681,"sku":"BG04A610-BLK-XL","price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0840\/7033\/4745\/files\/2026-0423_RVCA-146.jpg?v=1781598731"}],"url":"https:\/\/boardriders.co.jp\/ja-tw\/collections\/rvca-collections-carpe-diem.oembed","provider":"Boardriders Japan online store","version":"1.0","type":"link"}