{"title":"Carpe Diem","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=1781769476\" 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=1781769475\" 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」によるコラボレーションコレクション。ファイトカルチャーとアートが融合したスタイルを背景に、高い親和性を持つ両者の取り組みにより、本コレクションが実現しました。常に変化し続ける時代の中で、身体と精神を磨き続ける柔術の本質と、アートやストリートカルチャーが持つ自由な表現。その両者を融合し、トレーニングで使用するラッシュガードをはじめ、日常までシームレスに着用できる機能性プロダクトを展開します。トレーニーから本格的な柔術家まで対応する機能性とクオリティを兼ね備え、競技・ライフスタイル・カルチャーを横断する新たな価値観を提案します。\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":[],"url":"https:\/\/boardriders.co.jp\/collections\/rvca-collections-carpe-diem.oembed","provider":"Boardriders Japan online store","version":"1.0","type":"link"}