@charset "UTF-8";

@media screen and (max-width: 767px) {
  ._sp { display: inline-block; }
  ._pc { display: none; }
}
@media screen and (min-width: 768px) {
  ._sp { display: none; }
  ._pc { display: inline-block; }
}

:root {
  --ff: "Noto Sans JP", sans-serif;
  --fz-s: 0.777rem;
  --fz-m: 1rem;
  --fz-l: 1.111rem;
  --fz-2l: 1.277rem;
  --fz-3l: 1.444rem;
  --fz-4l: 1.777rem;
  --fz-hdg-lev2: var(--fz-3l);
  --fz-hdg-lev2a: var(--fz-l);
  --fz-hdg-lev3: var(--fz-2l);
  --fz-hdg-lev4: var(--fz-l);
  --fz-hdg-lev-low: var(--fz-m);
  --indent-lev2: var(--fz-hdg-lev2);
  --indent-lev2a: var(--fz-hdg-lev2a);
  --indent-lev3: var(--fz-hdg-lev3);
  --indent-lev4: var(--fz-hdg-lev4);
}

html {
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--ff);
  position: relative;
  color: #282828;
  font-size: 1.4rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

  margin: 0;
  padding: 2em;

  border-top: 10px solid #295daa;
}

hr {
  display: none;
}

._center {
  text-align: center;
}
._center .btn {
  margin: 0 auto;
}
.mt0 {
  margin-top: 0;
}

header {
  padding: 30px;
  text-align: center;
}
header > .logo {
  margin-bottom: 0;
  padding-bottom: 0;
}
header > .logo img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
header > p {
  margin-top: 0;
}

main {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main {
    width: 100%;
  }
}

p,li,th,td,dt,dd {
  font-size: 1.2rem;
}

section {
  /*margin-left: var(--indent-lev2);*/
  padding-top: var(--fz-3l);
}
section > section {
  margin-left: 0;
}

/*h1*/
.title_lv1 {

}
/*h2*/
.title_lv2 {
  /*margin-left: calc(-1 * var(--indent-lev2));*/
  /*font-size: var(--fz-3l);*/
}

.title_lv2 > em {
  display: inline-block;
  margin-right: 8px;
  /*border-bottom: 3px solid #282828;*/
  border-bottom: 3px solid #295daa;
  font-style: normal;
}

.title_lv2 > span {
  font-size: .85rem;
  border-bottom: 3px solid #fff;
  display: inline-block;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .title_lv2 {
    text-align: center;
  }
  .title_lv2 > em {
    margin-right: 0;
  }
  .title_lv2 >span {
    display: block;
    margin-top: 1em;
  }
}

/*h3*/
.title_lv3 {
  margin-top: 2em;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .title_lv3 {
    margin-top: 1.6em;
    line-height: 1.2;
  }
}
.title_lv3._name {
  margin-top: 0.5em;
}
.title_lv3 > small {
  font-size: 1rem;
}
.title_lv3 + p {
  margin-top: 2em;
  padding-top: 0;
}

.btn-backtotop {
  margin-top: 5em;
}

.works_img {
  margin-top: 4em;
  text-align: center;
}
figure {
  text-align: center;
  margin: 0;
}
figcaption {
  font-weight: bold;
}

.link_box,
.history_box {
  margin-top: 2em;
}
.link_box dt,
.history_box dt {
  font-weight: bold;
}
.link_box dd,
.history_box dd {
  margin-left: 0;
  word-break: break-all;
}
.history_box {
  display: flex;
}
.history_box dt {
  width: 120px;
}


.instagram {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.instagram li {
  margin: 0;
  padding: 0;
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
}
.instagram li:first-child,
.instagram li:nth-child(2n+1) {
  padding-right: 10px;
}
.instagram li:nth-child(2n) {
  padding-left: 10px;
}
.instagram li:nth-child(7),
.instagram li:nth-child(8),
.instagram li:nth-child(9),
.instagram li:nth-child(10),
.instagram li:nth-child(11),
.instagram li:nth-child(12),
.instagram li:nth-child(13),
.instagram li:nth-child(14),
.instagram li:nth-child(15),
.instagram li:nth-child(16),
.instagram li:nth-child(17),
.instagram li:nth-child(18),
.instagram li:nth-child(19),
.instagram li:nth-child(20) {
  display: none;
}

.instagram li img {
  width: 100%;
  height: auto;
}


footer {
  margin-top: 3em;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body {
    padding: 20px;
  }
  h1 {
    /*font-size: 1.5rem;*/
    font-size: 2rem;
  }
  header > p {
    font-size: .75rem;
  }
  main {
    /*width: 90%;*/
  }
  section {
    /*margin-left: var(--indent-lev2a);*/
  }
  img {
    width: 100%;
    height: auto;
  }
  .works_img {
    margin-top: 2em;
  }
  .link_box,
  .history_box {
    margin-top: 1em;
  }
  .history_box {
    display: block;
  }
  .history_box dt {
    width: 100%;
  }
  
}

@media screen and (max-width: 320px) {
  h1 {
    font-size: 1.2rem;
  }
  header > p {
    font-size: .6rem;
  }
}



h2 + section,
h2 + section + h3,
section > section + section {
  padding-top: 0;
}

/* vision */
.border-box {
  margin-top: 1em;
  padding: 1em 2em;
  border: 1px solid #ccc;
}

/* Business domain */
@media screen and (min-width: 768px) {
  .col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
  }
}
.col3 h3 {
  margin-top: 0;
}

/*team*/
@media screen and (min-width: 768px) {
  .team {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
  }
  .team li {
    margin-bottom: 2em;
    /*padding: 0 5px;
    width: 32%;*/
    width: calc(50% - 10px);
    list-style-type: none;
    text-align: center;
  }
  /*.team._left {
    justify-content: start;
  }
  .team._left li {
    margin-left: 12px;
  }*/

}
.team ul {
  list-style-type: none;
}
.team li {
  /*width: 25%;*/
  /*width: 300px;*/
  list-style-type: none;
  text-align: center;
}
.team li:first-child {
  /*margin-right: 2em;*/
}
@media screen and (max-width: 767px) {
  .team {
    padding-left: 0;
  }
  .team li {
    width: 100%;
    margin-top: 2em;
  }
  .team img {
    width: 100%;
    max-width: 600px;
    height: auto;
  }
}
.team img {
  width: 100%;
  /*width: 200px;*/
  height: auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
._name {
  font-size: 1rem;
  font-weight: 500;
}

._name span, ._role {
  font-size: .875rem;
  font-weight: 400;
  margin: 8px 0 0;
  display: block;
}

/*Company*/
.company {
  border-collapse: collapse;
  border-top: 1px solid rgba(12,35,64,.1);
  width: 100%;
}
.company tr {
  border-bottom: 1px solid rgba(12,35,64,.1);
}
.company th {
  padding: 24px 16px 24px 0;
  text-align: left;
  vertical-align: top;
  width: 35%;
}
.company td {
  padding: 24px 0;
  vertical-align: top;
  width: 65%;
}

@media screen and (max-width: 767px) {
  .company th,
  .company td {
    display: block;
    width: 100%;
  }
  .company td {
    padding-top: 0;
  }
}

.map {
  margin-top: 40px;
}

/*Contact*/
.btn {
  color: #fff;
  text-decoration: none;
  border-bottom: 0;
  background: #295daa;
  border-radius: 8px;
  display: block;
  height: 72px;
  line-height: 72px;
  max-width: 320px;
  text-align: center;
  width: 100%;
}
.btn:hover {
  opacity: .8;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    max-width: 100%;
  }
}

/*_fade*/
._fade {
  opacity : 0;
  transform : translate(0, 45px);
  transition : all 1000ms;
}
._fade-first {
  opacity : 0;
  /*transform : translate(0, 45px);*/
  transition : all 1000ms;
}

._fade._scroll,._fade-first._scroll-first {
  opacity : 1;
  transform : translate(0, 0);
}


/* add 2023-06-06 */
.nft-works header {
  margin-top: 24%;
}

#b-dogs {
  background: url(/assets/images/b-dogs/b-dogs_1400x350.png) no-repeat top center;
  background-size: 100%;
}

.list-sns,
.list-works {
  list-style: none;
  padding-left: 0;
}

.profile-img figcaption {
  text-align: center;
  font-size: 1.2rem;
}
.profile-img_circle {
  clip-path: circle(100px at center);
  width: 200px;
  height: 200px;
}

/* list-works */
.list-sns {
  text-align: center;
}
.list-sns li {
  display: inline-block;
}
.list-sns li i {
  font-size: 2rem;
}
.list-sns li + li {
  margin-left: 1em;
}

/* list-works */
.list-works {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 1em;
  row-gap: 1em;
}
.list-works img {
  width: 100%;
  height: auto;
}
.list-works ._name {
  margin-top: 0;
}

/* about */
.nft-works #about .btn {
  margin-top: 2.4rem;
}

/* sp */
@media screen and (max-width: 767px) {
  .nft-works header {
    margin-top: 74%;
  }
  #b-dogs {
    background: url(/assets/images/b-dogs/b-dogs_600x400.png) no-repeat top center;
    background-size: 100%;
  }
  .list-sns li i {
    font-size: 1.6rem;
  }
  .list-works {
    grid-template-columns: repeat(2, 1fr);
  }
}