@charset "UTF-8";
/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/* easing
   (https://easings.net/ja#)
--------------------------------------*/
/*=====================================
    Variables
======================================*/
/* Font Family
--------------------------------------*/
/* Easing
--------------------------------------*/
/* z-index
--------------------------------------*/
/*======================================
    @mixin
======================================*/
/* Breakpoint
--------------------------------------*/
/* line-height 上下余白調整
--------------------------------------*/
/* iframe レスポンシブ対応
    16:9 -> @include aspect-ratio(16, 9)
--------------------------------------*/
/* Position
--------------------------------------*/
/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*=====================================
    Common
======================================*/
html {
  font-size: 100%;
}

body {
  background-color: #fff;
  font-family: "area-normal", "yu-gothic-pr6n", sans-serif;
  font-size: 0.75rem;
  color: #000;
  letter-spacing: 0.065em;
  line-height: 1.6;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: hidden;
  overflow-y: scroll;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #DA006C;
  }
}

button {
  color: inherit;
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.2;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr th, table tr td {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

/*  Accessibility
--------------------------------------*/
:focus-visible {
  outline: auto !important;
}

.visually-hidden {
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
  position: absolute;
}

/* display
--------------------------------------*/
.xl_disp-b {
  display: none;
}
@media screen and (max-width: 1399px) {
  .xl_disp-b {
    display: block;
  }
}

@media screen and (max-width: 1399px) {
  .xl_disp-n {
    display: none;
  }
}
.lg_disp-b {
  display: none;
}
@media screen and (max-width: 1279px) {
  .lg_disp-b {
    display: block;
  }
}

@media screen and (max-width: 1279px) {
  .lg_disp-n {
    display: none;
  }
}
.md_disp-b {
  display: none;
}
@media screen and (max-width: 900px) {
  .md_disp-b {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .md_disp-n {
    display: none;
  }
}
.sm_disp-b {
  display: none;
}
@media screen and (max-width: 430px) {
  .sm_disp-b {
    display: block;
  }
}

@media screen and (max-width: 430px) {
  .sm_disp-n {
    display: none;
  }
}
.xs_disp-b {
  display: none;
}
@media screen and (max-width: 424px) {
  .xs_disp-b {
    display: block;
  }
}

@media screen and (max-width: 424px) {
  .xs_disp-n {
    display: none;
  }
}
.uxs_disp-b {
  display: none;
}
@media screen and (max-width: 374px) {
  .uxs_disp-b {
    display: block;
  }
}

@media screen and (max-width: 374px) {
  .uxs_disp-n {
    display: none;
  }
}
/*  grid
--------------------------------------*/
.card {
  display: grid;
}
.card.--col1 {
  grid-template-columns: repeat(1, 1fr);
}
.card.--col2 {
  grid-template-columns: repeat(2, 1fr);
}
.card.--col3 {
  grid-template-columns: repeat(3, 1fr);
}
.card.--col4 {
  grid-template-columns: repeat(4, 1fr);
}
.card.--col5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1399px) {
  .card.xl--col1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .card.xl--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card.xl--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .card.xl--col4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .card.xl--col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1279px) {
  .card.lg--col1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .card.lg--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card.lg--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .card.lg--col4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .card.lg--col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .card.md--col1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .card.md--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card.md--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .card.md--col4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .card.md--col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 430px) {
  .card.sm--col1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .card.sm--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card.sm--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .card.sm--col4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .card.sm--col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 424px) {
  .card.xs--col1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .card.xs--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card.xs--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .card.xs--col4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .card.xs--col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 374px) {
  .card.uxs--col1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .card.uxs--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card.uxs--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .card.uxs--col4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .card.uxs--col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

/*  Flex
--------------------------------------*/
.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1399px) {
  .xl_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1279px) {
  .lg_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .md_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 430px) {
  .sm_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 424px) {
  .xs_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 374px) {
  .uxs_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
._ai-b {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

._ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

._ai-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

._ai-s {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 1399px) {
  .xl_ai-b {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .xl_ai-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .xl_ai-fe {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .xl_ai-fs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .xl_ai-s {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 1279px) {
  .lg_ai-b {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .lg_ai-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lg_ai-fe {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .lg_ai-fs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lg_ai-s {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 900px) {
  .md_ai-b {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .md_ai-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .md_ai-fe {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .md_ai-fs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .md_ai-s {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 430px) {
  .sm_ai-b {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .sm_ai-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sm_ai-fe {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sm_ai-fs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sm_ai-s {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 424px) {
  .xs_ai-b {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .xs_ai-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .xs_ai-fe {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .xs_ai-fs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .xs_ai-s {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 374px) {
  .uxs_ai-b {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .uxs_ai-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .uxs_ai-fe {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .uxs_ai-fs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .uxs_ai-s {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
._jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

._jc-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

._jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

._jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1399px) {
  .xl_jc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xl_jc-fe {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .xl_jc-fs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .xl_jc-sa {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .xl_jc-sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1279px) {
  .lg_jc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lg_jc-fe {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .lg_jc-fs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lg_jc-sa {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .lg_jc-sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .md_jc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .md_jc-fe {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .md_jc-fs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .md_jc-sa {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .md_jc-sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 430px) {
  .sm_jc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sm_jc-fe {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sm_jc-fs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sm_jc-sa {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .sm_jc-sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 424px) {
  .xs_jc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xs_jc-fe {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .xs_jc-fs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .xs_jc-sa {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .xs_jc-sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 374px) {
  .uxs_jc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .uxs_jc-fe {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .uxs_jc-fs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .uxs_jc-sa {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .uxs_jc-sb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
._fxw-n {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

._fxw-w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

._fxw-wr {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

@media screen and (max-width: 1399px) {
  .xl_fxw-n {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xl_fxw-w {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xl_fxw-wr {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 1279px) {
  .lg_fxw-n {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .lg_fxw-w {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lg_fxw-wr {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 900px) {
  .md_fxw-n {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .md_fxw-w {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .md_fxw-wr {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 430px) {
  .sm_fxw-n {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sm_fxw-w {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sm_fxw-wr {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 424px) {
  .xs_fxw-n {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xs_fxw-w {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xs_fxw-wr {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 374px) {
  .uxs_fxw-n {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .uxs_fxw-w {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .uxs_fxw-wr {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
._fxd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._fxd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

._fxd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

._fxd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1399px) {
  .xl_fxd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xl_fxd-cr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .xl_fxd-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xl_fxd-rr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1279px) {
  .lg_fxd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lg_fxd-cr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lg_fxd-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lg_fxd-rr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 900px) {
  .md_fxd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .md_fxd-cr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .md_fxd-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .md_fxd-rr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 430px) {
  .sm_fxd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sm_fxd-cr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sm_fxd-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sm_fxd-rr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 424px) {
  .xs_fxd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xs_fxd-cr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .xs_fxd-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xs_fxd-rr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 374px) {
  .uxs_fxd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .uxs_fxd-cr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .uxs_fxd-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .uxs_fxd-rr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
._ac-c {
  -ms-flex-line-pack: center;
      align-content: center;
}

._ac-fe {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

._ac-fs {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

._ac-s {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

._ac-sa {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

._ac-sb {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

@media screen and (max-width: 1399px) {
  .xl_ac-c {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .xl_ac-fe {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .xl_ac-fs {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .xl_ac-s {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .xl_ac-sa {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .xl_ac-sb {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
@media screen and (max-width: 1279px) {
  .lg_ac-c {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .lg_ac-fe {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .lg_ac-fs {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .lg_ac-s {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .lg_ac-sa {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .lg_ac-sb {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .md_ac-c {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .md_ac-fe {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .md_ac-fs {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .md_ac-s {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .md_ac-sa {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .md_ac-sb {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
@media screen and (max-width: 430px) {
  .sm_ac-c {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .sm_ac-fe {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .sm_ac-fs {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .sm_ac-s {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .sm_ac-sa {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .sm_ac-sb {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
@media screen and (max-width: 424px) {
  .xs_ac-c {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .xs_ac-fe {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .xs_ac-fs {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .xs_ac-s {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .xs_ac-sa {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .xs_ac-sb {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
@media screen and (max-width: 374px) {
  .uxs_ac-c {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .uxs_ac-fe {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .uxs_ac-fs {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .uxs_ac-s {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .uxs_ac-sa {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .uxs_ac-sb {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
._ord1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

._ord2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

._ord3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

._ord4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

._ord5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

._ord6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

._ord7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

._ord8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

._ord9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

._ord10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

@media screen and (max-width: 1399px) {
  .xl_ord1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xl_ord2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xl_ord3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xl_ord4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xl_ord5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xl_ord6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .xl_ord7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .xl_ord8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .xl_ord9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .xl_ord10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media screen and (max-width: 1279px) {
  .lg_ord1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lg_ord2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lg_ord3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lg_ord4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .lg_ord5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .lg_ord6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .lg_ord7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .lg_ord8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .lg_ord9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .lg_ord10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media screen and (max-width: 900px) {
  .md_ord1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .md_ord2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .md_ord3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .md_ord4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .md_ord5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .md_ord6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .md_ord7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .md_ord8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .md_ord9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .md_ord10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media screen and (max-width: 430px) {
  .sm_ord1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sm_ord2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sm_ord3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sm_ord4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .sm_ord5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .sm_ord6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .sm_ord7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .sm_ord8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .sm_ord9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .sm_ord10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media screen and (max-width: 424px) {
  .xs_ord1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xs_ord2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xs_ord3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xs_ord4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xs_ord5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xs_ord6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .xs_ord7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .xs_ord8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .xs_ord9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .xs_ord10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media screen and (max-width: 374px) {
  .uxs_ord1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .uxs_ord2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .uxs_ord3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .uxs_ord4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .uxs_ord5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .uxs_ord6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .uxs_ord7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .uxs_ord8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .uxs_ord9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .uxs_ord10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*======================================
    Animation
======================================*/
/* アニメーション表示
   (※.js-viewも一緒に指定)
--------------------------------------*/
/*
// フェードイン
.view-fadeIn {
    opacity: 0;
    animation: view-fadeIn 1s ease(in-out-cubic) both;
}
@keyframes view-fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
*/
/*
// スライドアップ
.view-slideUp {
    opacity: 0;
    animation: view-slideUp 1s ease(in-out-cubic) both;
}
@keyframes view-slideUp {
    0% {
        opacity: 0;
        transform: translate(0, 35px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
*/
/*
// 左からスライドイン
.view-slideIn-l {
    opacity: 0;
    animation: view-slideIn-l .6s ease(in-out-cubic) both;
}
@keyframes view-slideIn-l {
    0% {
        opacity: 0;
        transform: translate(35px, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
*/
/*
// 右からスライドイン
.view-slideIn-r {
    opacity: 0;
    animation: view-slideIn-r .6s ease(in-out-cubic) both;
}
@keyframes view-slideIn-r {
    0% {
        opacity: 0;
        transform: translate(-35px, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}
*/
/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*======================================
    Program
======================================*/
.is-vertical {
  grid-row: span 2;
}

.js-large {
  grid-area: span 2/span 2;
}

.js-acoTrigger .c-icon-arrow {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media screen and (max-width: 900px) {
  .js-acoTrigger.open .img-wrap {
    aspect-ratio: 356/217 !important;
    min-height: auto !important;
  }
  .js-acoTrigger.open .c-icon-arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.b-navigation-slider.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 900px) {
  .js-hideContent {
    display: none;
    padding-bottom: 32px;
  }
}

/* Header
--------------------------------------*/
/* アニメーション表示
--------------------------------------*/
.js-view.on {
  opacity: 1;
}

/* FV Cursor
--------------------------------------*/
.js-cursor {
  position: relative;
  cursor: none !important;
}
.js-cursor img {
  width: 22px;
  height: 22px;
  position: fixed;
  visibility: hidden;
  opacity: 0;
}

.js-cursor.on img {
  visibility: visible;
  opacity: 1;
}

/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*======================================
    Component
======================================*/
/* Section Title
--------------------------------------*/
.c-sec-title {
  font-size: 0.875rem;
}

/* Button
--------------------------------------*/
.c-btn-main {
  text-decoration: underline;
}

.c-btn-back .c-btn-back__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
}
.c-btn-back .c-icon-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 6px;
}

.c-btn-close {
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
}
.c-btn-close .c-btn-close__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: auto;
  position: absolute;
  inset: 0;
}
.c-btn-close .c-btn-close__line:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-btn-close .c-btn-close__line:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-btn-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn-nav .prev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-btn-nav .num {
  padding: 0 16px;
}
.c-btn-nav .next {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* Text
--------------------------------------*/
.c-desc-main {
  text-align: justify;
  line-height: 1.5;
}

/* Icon
--------------------------------------*/
.c-icon-scroll__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-icon-arrow {
  display: block;
  width: 15px;
  height: 15px;
  background: url(./assets/svg/icon-arrow.svg) no-repeat center center/contain;
}

.c-item-scroll__text {
  font-size: 0.625rem;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 0.6666666667em;
}

/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*======================================
    Block
======================================*/
/* fixed content
--------------------------------------*/
.b-content-inner {
  height: calc(100vh - 20px);
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}
@media screen and (max-width: 900px) {
  .b-content-inner {
    height: auto;
    overflow-y: auto;
  }
}
.b-content-inner::-webkit-scrollbar {
  display: none;
}

.b-left-content {
  width: 100%;
  padding-right: 20px;
}
@media screen and (max-width: 900px) {
  .b-left-content {
    display: none;
  }
}
.b-left-content .works-gallery__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
  gap: 12px;
}
.b-left-content .works-gallery__card .card-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b-main-content__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .b-main-content__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.b-main-content {
  padding: 292px 0 12px 40px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .b-main-content {
    padding: 0;
  }
}
.b-main-content .b-content-inner {
  height: calc(100vh - 392px);
}
@media screen and (max-width: 900px) {
  .b-main-content .b-content-inner {
    height: auto;
  }
}

.b-center-content {
  width: 49%;
  padding-right: 10px;
}
.b-center-content::before, .b-center-content::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.b-center-content::before {
  margin-top: calc((1 - 1.45) * 0.5em);
}
.b-center-content::after {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
@media screen and (max-width: 900px) {
  .b-center-content {
    width: 100%;
    padding-right: 0;
  }
}

.b-right-content {
  width: 51%;
  padding-left: 10px;
}
.b-right-content::before, .b-right-content::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.b-right-content::before {
  margin-top: calc((1 - 1.45) * 0.5em);
}
.b-right-content::after {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
@media screen and (max-width: 900px) {
  .b-right-content {
    width: 100%;
    padding-left: 0;
  }
}

/* List
--------------------------------------*/
.b-list-main > * + * {
  margin-top: 1.4166666667em;
}
.b-list-main .b-list-main__item {
  list-style-position: inside;
}
.b-list-main .b-list-main__item .item__img-wrap {
  aspect-ratio: 365/108;
  min-height: 102px;
  margin-bottom: 7px;
}
@media screen and (max-width: 430px) {
  .b-list-main .b-list-main__item .item__img-wrap {
    margin-bottom: 2px;
  }
}
.b-list-main .b-list-main__item .item__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-list-main .b-list-main__item .item__text {
  text-align: justify;
}
.b-list-main .b-list-main__item .item__note {
  font-size: 0.8125rem;
}
.b-list-main .b-list-main__child-list {
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
}
@media screen and (max-width: 900px) {
  .b-list-main .b-list-main__child-list {
    border-top: 1px solid #ddd;
    margin-top: 52px;
    padding-top: 40px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 424px) {
  .b-list-main .b-list-main__child-list {
    margin-top: 32px;
    padding-top: 20px;
  }
}
.b-list-main .b-list-main__child-list .child-list__item {
  margin-top: 1.3333333333em;
}
.b-list-main .b-list-main__child-list .child-list__item::before {
  content: "-";
}
@media screen and (max-width: 900px) {
  .b-list-main .b-list-main__child-list .child-list__item::before {
    content: "";
  }
}
.b-list-main__ol .b-list-main__item {
  counter-increment: list-counter;
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 900px) {
  .b-list-main__ol .b-list-main__item {
    list-style-type: none;
    padding-left: 0;
  }
}
.b-list-main__ol .b-list-main__item::before {
  content: counter(list-counter) ".";
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  text-align: right;
  display: inline-block;
  width: 1.5em;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 900px) {
  .b-list-main__ol .b-list-main__item::before {
    content: "";
  }
}
.b-list-main__ol .b-list-main__item.item--dash {
  text-indent: -0.9em;
  padding-left: 1.2em;
}
.b-list-main__ol .b-list-main__item.item--dash::before {
  content: "";
}

@media screen and (max-width: 900px) {
  .b-list-main__col2 > * + * {
    margin-top: 32px;
  }
}
.b-list-main__col2 .b-list-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .b-list-main__col2 .b-list-main__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.b-list-main__col2 .b-list-main__item .item__img-wrap {
  aspect-ratio: auto;
  width: 49%;
  padding-right: 10px;
}
@media screen and (max-width: 900px) {
  .b-list-main__col2 .b-list-main__item .item__img-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.b-list-main__col2 .b-list-main__item .item__text-box {
  width: 51%;
  padding-left: 10px;
}
@media screen and (max-width: 900px) {
  .b-list-main__col2 .b-list-main__item .item__text-box {
    width: 100%;
    max-width: 430px;
    padding-left: 0;
  }
}
.b-list-main__col2 .b-list-main__item .item__title {
  margin-bottom: 2.6666666667em;
}
@media screen and (max-width: 900px) {
  .b-list-main__col2 .b-list-main__item .item__title {
    margin-bottom: 1.3333333333em;
  }
}
.b-list-main__col2 .b-list-main__item .item__text {
  line-height: 1.45;
  margin-bottom: 1.0909090909em;
}

/* Navigation
--------------------------------------*/
.b-navigation__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-navigation__wrap .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-navigation__wrap .c-btn-back {
  margin-right: 14px;
}
.b-navigation__wrap .c-icon-scroll__wrap {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.b-navigation-slider {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-navigation-slider .c-btn-nav {
  margin-right: 12px;
}

/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*======================================
    Header
======================================*/
.header {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .header {
    width: 100%;
    height: 45px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 100;
  }
}
@media screen and (max-width: 430px) {
  .header {
    width: 100%;
    right: 0;
  }
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .header .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 430px) {
  .header .header__inner {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
}
.header .site-title {
  font-size: 21px;
  margin-right: 15px;
}
@media screen and (max-width: 900px) {
  .header .site-title {
    padding-bottom: 0.1666666667em;
  }
}
@media screen and (max-width: 430px) {
  .header .site-title {
    font-size: 18px;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    margin-right: 4px;
  }
}
@media screen and (max-width: 374px) {
  .header .site-title {
    font-size: 14px;
  }
}
.header .site-title a {
  display: block;
}

/* Main Menu
--------------------------------------*/
.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu > * + * {
  margin-left: 1em;
}
@media screen and (max-width: 374px) {
  .main-menu > * + * {
    margin-left: 0.8333333333em;
  }
}
.main-menu .item {
  line-height: 1.2;
}
@media screen and (max-width: 430px) {
  .main-menu .item {
    font-size: 11px;
  }
}
@media screen and (max-width: 374px) {
  .main-menu .item {
    font-size: 10px;
  }
}

/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*======================================
   Page
======================================*/
.l-page-container {
  max-width: 1280px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: 45px 1fr;
  padding: 20px 20px 0;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .l-page-container {
    display: block;
    padding-top: 45px;
    position: static;
  }
}
@media screen and (max-width: 430px) {
  .l-page-container {
    padding: 45px 16px 16px;
  }
}
.l-page-container .header {
  grid-area: 1/2/2/3;
}
.l-page-container .b-left-content {
  grid-area: 1/1/3/2;
}
.l-page-container .b-main-content {
  grid-area: 2/2/3/3;
}

/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*======================================
    Footer
======================================*/
.footer {
  padding: 192px 0 20px;
}

.copyright {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  padding: 1.2em 0 1.3em;
}
@media screen and (max-width: 900px) {
  .copyright {
    padding: 0;
  }
}

/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*======================================
    Top
======================================*/
.icon-area {
  max-width: 1280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin: 0 auto;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 12px;
}
@media screen and (max-width: 900px) {
  .icon-area {
    display: none;
  }
}
.icon-area .icon-area__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.icon-area .icon-area__item:nth-of-type(1) {
  width: 40%;
}
.icon-area .icon-area__item:nth-of-type(2) {
  width: 30%;
  margin-right: 18px;
}
.icon-area .icon-area__item:nth-of-type(3) {
  width: 30%;
}
.icon-area .c-icon-scroll {
  margin: 0 0 0 auto;
}

/* works list
--------------------------------------*/
@media screen and (max-width: 900px) {
  .works-list .detail-works__meta-list {
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .works-list .detail-works__meta-list .list__item {
    line-height: 1.2;
  }
  .works-list .detail-works__meta-list .list__item::before {
    content: "_";
  }
  .works-list .detail-works__desc {
    margin-bottom: 20px;
  }
}
.works-list .b-list-main {
  padding-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .works-list .b-list-main {
    padding-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .works-list .b-list-main > * + * {
    margin-top: 2em;
  }
}
@media screen and (max-width: 430px) {
  .works-list .b-list-main > * + * {
    margin-top: 1em;
  }
}
.works-list .b-list-main__item .img-wrap {
  aspect-ratio: 356/106;
  min-height: 102px;
  margin-bottom: 5px;
  -webkit-transition: aspect-ratio 0.2s ease;
  transition: aspect-ratio 0.2s ease;
}
@media screen and (max-width: 430px) {
  .works-list .b-list-main__item .img-wrap {
    margin-bottom: 2px;
  }
}
.works-list .b-list-main__item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .works-list .b-list-main__item .item__title {
    margin-right: 1em;
  }
}
@media screen and (max-width: 430px) {
  .works-list .b-list-main__item .en {
    line-height: 1.2;
  }
}
@media screen and (max-width: 900px) {
  .works-list .b-list-main__item .c-icon-scroll__wrap {
    margin-top: 20px;
  }
}
.works-list .b-list-main__item .c-icon-scroll__wrap .c-icon-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 900px) {
  .works-list .item__link {
    width: 100%;
  }
}

/* about
--------------------------------------*/
.about {
  padding-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .about {
    padding-top: 95px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 430px) {
  .about {
    padding-top: 124px;
  }
}
.about:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .about:not(:first-of-type) {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .about .c-btn-main {
    margin-left: 40px;
  }
}
.about .l-flex {
  margin-bottom: 1.3333333333em;
}
.about .about__body ul li {
  text-indent: -0.8em;
  padding-left: 1em;
}
.about .about__body ul li::before {
  content: "_";
  padding-right: 0.2em;
}
.about .about__body figure {
  width: 110px;
  height: 110px;
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 900px) {
  .about .about__body figure {
    margin: 20px auto 0 0;
  }
}
.about .about__body figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50vh;
}
.about .js-hideContent {
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .about .js-hideContent {
    padding-bottom: 20px;
  }
  .about .js-hideContent .about {
    padding-top: 40px;
  }
}
.about .about__staff {
  margin-top: 40px;
}
.about .c-icon-scroll__wrap {
  display: none;
  margin: 8px 0 0 auto;
}
@media screen and (max-width: 900px) {
  .about .c-icon-scroll__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*======================================
   News
======================================*/
@media screen and (max-width: 900px) {
  .news-list .b-content-inner {
    padding-top: 95px;
  }
}
.news-list .b-list-main > * + * {
  margin-top: 1.75em;
}
.news-list .b-list-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-list .item__link {
  max-width: 260px;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .item__title {
  white-space: inherit;
  overflow: inherit;
  text-overflow: inherit;
}
.news-list .item__date {
  padding-right: 12px;
}

/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*======================================
   Publication
======================================*/
@media screen and (max-width: 900px) {
  .b-main-content:has(.publication-list) {
    padding-top: 95px;
  }
}
@media screen and (max-width: 900px) {
  .b-main-content:has(.publication-list) .b-content-inner {
    height: auto;
  }
}
.b-main-content:has(.publication-list) .c-icon-scroll__wrap {
  position: fixed;
  right: 27px;
  bottom: 14px;
}
@media screen and (max-width: 900px) {
  .b-main-content:has(.publication-list) .c-icon-scroll__wrap {
    display: none;
  }
}

.publication-list .b-list-main > * + * {
  margin-top: 28px;
}
@media screen and (max-width: 900px) {
  .publication-list .b-list-main > * + * {
    margin-top: 18px;
  }
}
@media screen and (max-width: 430px) {
  .publication-list .b-list-main > * + * {
    margin-top: 12px;
  }
}
@media screen and (max-width: 430px) {
  .publication-list .b-list-main .item__text {
    line-height: 1.3;
  }
}

/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*======================================
   Drawing
======================================*/
.b-main-content:has(.drawing-list) {
  padding-top: 5px;
}
@media screen and (max-width: 900px) {
  .b-main-content:has(.drawing-list) {
    padding-top: 95px;
  }
}
.b-main-content:has(.drawing-list) .b-content-inner {
  height: calc(100vh - 110px);
}
@media screen and (max-width: 900px) {
  .b-main-content:has(.drawing-list) .b-content-inner {
    height: auto;
  }
}
.b-main-content:has(.drawing-list) .c-icon-scroll__wrap {
  position: fixed;
  right: 27px;
  bottom: 14px;
}
@media screen and (max-width: 900px) {
  .b-main-content:has(.drawing-list) .c-icon-scroll__wrap {
    display: none;
  }
}

/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*======================================
   Service
======================================*/
@media screen and (max-width: 900px) {
  .service .service__inner {
    padding-top: 95px;
  }
}
.service .service__inner p {
  text-align: justify;
}
.service h2 {
  font-size: 0.875rem;
  margin-bottom: 1.4285714286em;
}

/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*======================================
   Detail works
======================================*/
.b-main-content:has(.detail-works) {
  padding-top: 16px;
}
.b-main-content:has(.detail-works) .detail-works__slider-wrap {
  max-height: 419px;
  aspect-ratio: 704/419;
  overflow: hidden;
}
.b-main-content:has(.detail-works) .swiper {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .b-main-content:has(.detail-works) .swiper {
    height: auto;
  }
}
.b-main-content:has(.detail-works) .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.b-main-content:has(.detail-works) .swiper-slide {
  aspect-ratio: 704/419 !important;
  width: 100% !important;
}
.b-main-content:has(.detail-works) .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 900px) {
  .b-main-content:has(.detail-works) .c-icon-scroll__wrap {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .b-main-content:has(.detail-works) .c-btn-close {
    display: none;
  }
}

.detail-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 900px) {
  .detail-works {
    height: auto;
  }
}
.detail-works .detail-works__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-works .mask-slider-prev,
.detail-works .mask-slider-next {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .detail-works .mask-slider-prev,
  .detail-works .mask-slider-next {
    display: none;
  }
}
.detail-works .mask-slider-prev img,
.detail-works .mask-slider-next img {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .detail-works .mask-slider-prev img,
  .detail-works .mask-slider-next img {
    display: block;
  }
}
.detail-works .mask-slider-prev {
  left: 0;
}
.detail-works .mask-slider-prev img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.detail-works .mask-slider-next {
  right: 0;
}
.detail-works .mask-slider-next img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.detail-works .detail-works__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0 20px;
}
@media screen and (max-width: 900px) {
  .detail-works .detail-works__text {
    height: auto;
  }
}
.detail-works .detail-works__meta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 158px;
  margin-right: 60px;
}
.detail-works .detail-works__title {
  font-size: 0.6875rem;
  line-height: 1.3;
}
.detail-works .detail-works__title .ja,
.detail-works .detail-works__title .en {
  display: block;
}
.detail-works .detail-works__meta-list {
  font-size: 0.6875rem;
}
.detail-works .detail-works__meta-list .list__item {
  line-height: 1.3;
  text-indent: -0.9em;
  padding-left: 1.2em;
}
.detail-works .detail-works__meta-list .list__item::before {
  content: "_";
}
.detail-works .detail-works__desc-wrap {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.detail-works .detail-works__desc-wrap p {
  text-align: justify;
}
.detail-works .detail-works__desc-wrap p:not(:first-of-type) {
  margin-top: 2.9090909091em;
}

/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*======================================
   Detail news
======================================*/
@media screen and (max-width: 900px) {
  .detail-news {
    padding-top: 95px;
  }
}
.detail-news .c-sec-title {
  margin-bottom: 0.5em;
}
.detail-news .detail-news__date {
  font-size: 0.9166666667em;
}
.detail-news .detail-news__body {
  margin-top: 84px;
}
.detail-news .detail-news__body > * {
  margin: 12px 0;
}
.detail-news .detail-news__body h2 {
  font-size: 0.875rem;
}
.detail-news .detail-news__body h3 {
  font-size: 0.8125rem;
}
.detail-news .detail-news__body p {
  text-align: justify;
}
.detail-news .detail-news__body a {
  text-decoration: underline;
}
.detail-news .detail-news__body li {
  list-style: disc;
  list-style-position: inside;
}
.detail-news .c-btn-back {
  position: absolute;
  left: 40px;
  bottom: -17px;
}
@media screen and (max-width: 900px) {
  .detail-news .c-btn-back {
    display: inline-block;
    margin-top: 40px;
    position: static;
  }
}

/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*======================================
	Contact
======================================*/
@media screen and (max-width: 900px) {
  .contact {
    padding-top: 95px;
  }
}
.contact .contact__desc {
  margin-bottom: 5.3333333333em;
}
.contact form label {
  display: block;
  font-size: 0.6875rem;
  margin-bottom: 12px;
}
.contact form input,
.contact form textarea {
  color: #000;
  width: 100%;
  font-size: 0.9375rem;
  border: 1px solid #d2d2d2;
  padding: 0.3333333333em 0.8333333333em 0.4166666667em;
  margin-top: 0.3333333333em;
}
.contact form .required {
  font-size: 0.9375rem;
  color: #DA006C;
}
.contact form input[type=submit] {
  display: block;
  width: auto;
  font-size: 0.875rem;
  border: none;
  text-decoration: underline;
  text-align: center;
  margin: 0 auto;
}
@media (hover: hover) and (pointer: fine) {
  .contact form input[type=submit]:hover {
    color: #DA006C;
  }
}
.contact .contact__recaptcha {
  font-size: 0.625rem;
  color: #666;
  margin-top: 40px;
}
.contact .contact__recaptcha a {
  text-decoration: underline;
}

/*
Theme Name:puf studio
Author:hk
Version:1.0.0
*/
/*======================================
    Unique
======================================*/
/* 404
--------------------------------------*/
.not-found .c-sec-title {
  margin-bottom: 0.4285714286em;
}
.not-found .c-btn-back {
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */