@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", AppleSystem, "ヒラギノ角ゴシック", "Hiragino Sans", メイリオ, Meiryo, "Noto Sans JP", sans-serif; }

/* オーバーライド */
#MainContWrapper {
  background-color: #eeebec; }

/* 製品メインビジュアル */
#collaboration_header {
  position: relative;
  background-color: #202020;
  /* 製品ビジュアル内のパンくず */ }
  #collaboration_header #page_navi {
    position: absolute;
    color: #FFF; }
    @media screen and (max-width: 700px) {
      #collaboration_header #page_navi {
        position: relative;
        margin-bottom: 2em; }
        #collaboration_header #page_navi .history {
          display: none; } }
  #collaboration_header #page_navi a {
    color: #FFF;
    text-decoration: none; }
  #collaboration_header #page_navi strong {
    color: #FFF;
    font-size: 1.1em; }
  #collaboration_header h2 span {
    font-size: 0.5em;
    font-weight: 400;
    display: block; }
    @media screen and (max-width: 700px) {
      #collaboration_header h2 span {
        padding-bottom: 20px; } }

#collaboration_header {
  box-sizing: border-box;
  padding: 24px;
  margin: auto;
  position: relative;
  height: calc(100vh - 48px);
  max-height: 1100px; }
  #collaboration_header #collaboration_header_box {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto; }
  #collaboration_header.lamborghini {
    background-image: url("../collaboration/lamborghini/lamborghini_header.jpg");
    background-position: center right;
    background-size: cover; }
    @media screen and (max-width: 1000px) {
      #collaboration_header.lamborghini {
        background-position-x: 90%; } }
    @media screen and (max-width: 900px) {
      #collaboration_header.lamborghini {
        background-image: url("../collaboration/lamborghini/lamborghini_header_sp.jpg");
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat; } }

#collaboration_wrapper {
  padding: 40px 20px; }

#collaboration_items {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap; }
  #collaboration_items > * {
    box-sizing: border-box;
    flex: 0 auto;
    width: 16.666%;
    font-family: 'Titillium Web', sans-serif;
    padding: 0 30px; }
  #collaboration_items a {
    text-align: center;
    color: #4B5654;
    text-decoration: none;
    font-size: 0.85em; }
  @media screen and (max-width: 700px) {
    #collaboration_items > * {
      flex: 0 50%;
      width: 50%;
      margin-bottom: 0.5em; }
    #collaboration_items img {
      width: 100%;
      max-width: 130px; }
    #collaboration_items a {
      font-size: 1em; }
    #collaboration_items > a:nth-child(1) {
      order: 1; }
    #collaboration_items > a:nth-child(2) {
      order: 3; }
    #collaboration_items > a:nth-child(3) {
      order: 5; }
    #collaboration_items > a:nth-child(4) {
      order: 2; }
    #collaboration_items > a:nth-child(5) {
      order: 4; }
    #collaboration_items > a:nth-child(6) {
      order: 6; } }

@media screen and (max-width: 900px) {
  #MainContWrapper.Collaboration h2 {
    margin-bottom: 0.9em; }
  #MainContWrapper.Collaboration .only-pc {
    display: none; } }

#MainContWrapper.Collaboration .page_ttl p {
  max-width: 950px;
  margin: 0 auto;
  font-size: 0.9em;
  line-height: 1.7; }
  @media screen and (max-width: 900px) {
    #MainContWrapper.Collaboration .page_ttl p {
      text-align: justify; } }

@media screen and (max-width: 395px) {
  #MainContWrapper.Collaboration.lamborghini .page_ttl p {
    font-size: 0.84em; } }

.ContBox {
  margin-bottom: 40px; }
  .ContBox .content {
    padding: 35px; }
    @media screen and (max-width: 700px) {
      .ContBox .content {
        padding: 20px; } }
    .ContBox .content h2 {
      font-size: 3em;
      font-family: 'Titillium Web', sans-serif;
      line-height: 2.25rem;
      font-weight: 200; }
      @media screen and (max-width: 700px) {
        .ContBox .content h2 {
          font-size: 1.85em; } }
    .ContBox .content h3 {
      font-size: 2.25em;
      font-family: 'Titillium Web', sans-serif;
      line-height: 3rem;
      margin: 18px 0 20px;
      font-weight: 200; }
      @media screen and (max-width: 700px) {
        .ContBox .content h3 {
          font-size: 1.85em; } }
    .ContBox .content p {
      font-size: 0.9em;
      line-height: 1.7; }
  .ContBox.Flex {
    display: flex;
    align-items: center;
    background-color: #fff; }
    @media screen and (max-width: 900px) {
      .ContBox.Flex {
        display: block; } }
    .ContBox.Flex .order-1 {
      order: 1; }
    .ContBox.Flex .order-2 {
      order: 2; }
  .ContBox.About .image {
    width: 45%; }
  .ContBox.About .content {
    width: 55%; }
  .ContBox.Product .image {
    width: 60%; }
  .ContBox.Product .content {
    width: 40%; }
  .ContBox.Product ul > li {
    padding-left: 20px;
    line-height: 1.7em;
    font-size: 0.9em; }
    .ContBox.Product ul > li::before {
      content: "\2014";
      position: absolute;
      margin-left: -20px; }
  .ContBox img {
    width: 100%;
    display: block; }
  @media screen and (max-width: 900px) {
    .ContBox.About .image,
    .ContBox.About .content, .ContBox.Product .image,
    .ContBox.Product .content {
      width: 100%;
      box-sizing: border-box; } }
  @media screen and (max-width: 700px) {
    .ContBox.Product ul > li {
      font-size: 0.85em; } }

.variants > a {
  display: flex;
  align-items: center;
  text-decoration: none; }
  .variants > a .variant-image {
    width: 90px; }
    @media screen and (max-width: 700px) {
      .variants > a .variant-image {
        width: 130px; } }
  .variants > a .variant-wrap {
    color: #4B5654;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 0.8em; }
  .variants > a .btn {
    color: white;
    font-size: 0.85em;
    padding: 6px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    transition: all 0.3s ease;
    background-color: #4a4a4a;
    margin-top: 10px; }
    .variants > a .btn:hover {
      background-color: rgba(74, 74, 74, 0.9);
      border: 1px solid rgba(74, 74, 74, 0.9); }

.separator {
  clear: both;
  padding-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC; }