/**
 * @Author: Your name
 * @Date:   2023-06-03 15:21:22
 * @Last Modified by:   Your name
 * @Last Modified time: 2023-06-12 12:01:22
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


body {
    font-family: source-han-sans-japanese, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    background: #000;
}

*, ::before, ::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
}


.container {
    margin: 0 auto;
    max-width: 1296px;
}

.inner {
    padding: 16px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.col-4 {
    width: 33.333%;
    padding: 0 12px;
}

.col-6 {
    width: 50%;
    padding: 0 12px;
}

.col-8 {
    width: 66.666%;
    padding: 0 12px;
}


.mb-160 {
    margin-bottom: 160px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-80 {
    margin-bottom: 80px;
}


.mb-60 {
    margin-bottom: 60px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-16 {
    margin-bottom: 16px;
}


.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.h1 {
    font-size: 160px;
}

.h2 {
    font-size: 80px;
}

.h3 {
    font-size: 48px;
}

.h4 {
    font-size: 32px;
}

.h5 {
    font-size: 20px;
}


.font-l {
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
}

.font-s {
    line-height: 1.5;
    color: #fff;
    font-size: 14px;
}


@media(max-width:768px){
  .col-4{
  width:100%;
  }
.six-ai__items  img{
      width:100%;
   }
}
