:root {
  --color-white: #FFFFFF;
  --color-main: #87b828;
  --color-main-dark: #229C2A;
  --color-accent: #222e0a;
  --color-text: #505050;
  --color-red: #C62F2B;
  --font-main: "neue-haas-grotesk-text", "ryo-gothic-plusn", sans-serif;
}

/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@font-face {
  font-family: "tsukuhou";
  src: url("../font/Tsukuhou-35Point-Gothic.ttf") format("truetype");
}
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (min-width: 320px) {
  .columnPickup .sectionInner {
    padding: 4rem 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .columnPickup .sectionInner {
    padding: 6rem 7rem 0;
  }
}
.columnPickup .columnListBody {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 7.5rem;
}
@media screen and (min-width: 320px) {
  .columnPickup .columnListBody {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .columnPickup .columnListBody {
    display: grid;
  }
}
.columnPickup .columnListBody.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .columnPickup .columnListBody.flex .columnareaCommon {
    width: 100%;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1025px) {
  .columnPickup .columnListBody.flex .columnareaCommon {
    width: 75%;
    margin-bottom: 64px;
  }
}
.columnPickup .columnListBody.flex .columnareaCommon.single {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .columnPickup .columnListBody.flex .columnareaCommon.single .columnareaCommonWrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .columnPickup .columnListBody.flex .columnareaCommon.single .columnareaCommonWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.columnPickup .columnListBody.flex .columnareaCommonWrapper {
  display: grid;
}
@media screen and (min-width: 320px) {
  .columnPickup .columnListBody.flex .columnareaCommonWrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .columnPickup .columnListBody.flex .columnareaCommonWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 320px) {
  .columnPickup .columnareaCommonWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .columnPickup .columnareaCommonWrapper {
    display: grid;
  }
}
.columnPickup .title {
  color: rgba(0, 0, 0, 0.65);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 320px) {
  .columnPickup .title {
    font-size: 1.6rem;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .columnPickup .title {
    font-size: 1.6rem;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}
.columnPickup .title * {
  font-weight: 400;
  letter-spacing: 0.06em;
}

.columnareaCommonWrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 320px) {
  .columnareaCommonWrapper {
    gap: 7.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .columnareaCommonWrapper {
    gap: 7.5rem 5rem;
  }
}

.columnIteminner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.columnIteminner:hover .columnThumb img {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.columnThumb .imgWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 8px;
  margin-bottom: 16px;
  background: rgba(135, 184, 40, 0.05);
  overflow: hidden;
}
.columnThumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.columnTitlearea .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .columnTitlearea .info {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 1025px) {
  .columnTitlearea .info {
    font-size: 1.15rem;
  }
}
.columnTitlearea .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border: solid 1px #229C2A;
  border-radius: 100px;
  margin-right: 12px;
  gap: 8px;
  padding: 4px 16px 4px 4px;
}
.columnTitlearea .statusIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #229C2A;
  width: 2.2rem;
  height: 2.2rem;
}
.columnTitlearea .statusIcon svg {
  display: block;
  stroke: white;
  width: 50%;
  height: 50%;
}
.columnTitlearea .cat {
  color: rgba(0, 0, 0, 0.6);
  border: solid 1px;
  margin-right: 12px;
}
@media screen and (min-width: 320px) {
  .columnTitlearea .cat {
    padding: 4px 8px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .columnTitlearea .cat {
    padding: 4px 8px;
    border-radius: 8px;
  }
}
.columnTitlearea time {
  opacity: 0.6;
}
.columnTitlearea .columnTitle {
  font-weight: 400;
  line-height: 1.74;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 320px) {
  .columnTitlearea .columnTitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .columnTitlearea .columnTitle {
    font-size: 2rem;
  }
}

@media screen and (min-width: 320px) {
  .columnareaLarge {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .columnareaLarge {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 320px) {
  .columnareaLarge .columnTitlearea .info {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .columnareaLarge .columnTitlearea .info {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 320px) {
  .columnareaLarge .columnTitlearea .columnTitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .columnareaLarge .columnTitlearea .columnTitle {
    font-size: 3rem;
  }
}

.before_after_slider {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .before_after_slider {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .before_after_slider {
    width: 70%;
  }
}

.box_before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 10px 0 15px -13px #000;
          box-shadow: 10px 0 15px -13px #000;
}

.box_before img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.box_before::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 45px;
  height: 45px;
  margin: auto;
  border: 5px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-box-shadow: 10px 0 15px -13px #000;
          box-shadow: 10px 0 15px -13px #000;
}

.slider_range {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: col-resize;
}

.after_txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .after_txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .after_txt {
    font-size: 3.4rem;
  }
}

.noimg_cmp {
  -webkit-filter: blur(16px) brightness(0.95);
          filter: blur(16px) brightness(0.95);
}

@media screen and (min-width: 320px) {
  .columnaraNav {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .columnaraNav {
    width: 20%;
  }
}
.columnaraNav nav {
  position: sticky;
  top: 10rem;
}
.columnaraNav .columnNavBlock {
  border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 320px) {
  .columnaraNav .columnNavBlock {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .columnaraNav .columnNavBlock {
    margin-bottom: 64px;
    padding-bottom: 64px;
  }
}

.columnNavCats {
  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 (min-width: 320px) {
  .columnNavCats {
    gap: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .columnNavCats {
    gap: 12px;
  }
}

.columnNavCatItem a {
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  letter-spacing: 0.04em;
  -webkit-transition: color 300ms ease, border-color 300ms ease;
  transition: color 300ms ease, border-color 300ms ease;
}
@media screen and (min-width: 320px) {
  .columnNavCatItem a {
    padding: 12px 20px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .columnNavCatItem a {
    padding: 12px 20px;
    font-size: 2rem;
  }
}
.columnNavCatItem a:hover {
  border-color: #229C2A;
  color: #229C2A;
}
.columnNavCatItem.isActive a {
  background: #229C2A;
  border: solid 1px #229C2A;
  color: white;
}

.columnNavCatsMini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .columnNavCatsMini {
    gap: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .columnNavCatsMini {
    gap: 12px;
  }
}

.columnNavCatMiniItem a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: rgba(135, 184, 40, 0.75);
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 320px) {
  .columnNavCatMiniItem a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .columnNavCatMiniItem a {
    font-size: 2rem;
  }
}
.columnNavCatMiniItem a::before {
  content: "#";
}
.columnNavCatMiniItem a:hover {
  opacity: 0.5;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
  text-align: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  text-decoration: none;
  border-radius: 4px;
}

.pagination .current {
  background: #333;
  color: #fff;
  border-color: #333;
}

.pWorksFv {
  position: relative;
}
.pWorksFv_inner {
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.pWorksFv_mv {
  position: fixed;
  inset: 0;
  -webkit-filter: brightness(1) contrast(1);
          filter: brightness(1) contrast(1);
  will-change: filter;
}
.pWorksFv_mv video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pWorksFv_contents {
  position: absolute;
  inset: 0;
  z-index: 1;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  .pWorksFv_contents {
    padding: 5vw;
  }
}
@media screen and (min-width: 600px) {
  .pWorksFv_contents {
    padding: 3.5vw;
  }
}
.pWorksFv_contentsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 320px) {
  .pWorksFv_contentsHead {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .pWorksFv_contentsHead {
    width: 60%;
  }
}
@media screen and (min-width: 320px) {
  .pWorksFv_contentsFoot {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .pWorksFv_contentsFoot {
    width: 30%;
  }
}
.pWorksFv_contentsTitleEn {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
}
@media screen and (min-width: 320px) {
  .pWorksFv_contentsTitleEn {
    position: absolute;
    inset: 22rem 5vw auto auto;
    font-size: 5.4rem;
    text-align: right;
  }
}
@media screen and (min-width: 600px) {
  .pWorksFv_contentsTitleEn {
    position: relative;
    inset: auto;
    font-size: 9.4rem;
    text-align: left;
  }
}
.pWorksFv_contentsTitleJa {
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (min-width: 320px) {
  .pWorksFv_contentsTitleJa {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 600px) {
  .pWorksFv_contentsTitleJa {
    font-size: 3.2rem;
  }
}
.pWorksFv_contentsTitleJa span {
  margin: 0 8px;
}
.pWorksFv_contentsTitle {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .pWorksFv_contentsTitle {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .pWorksFv_contentsTitle {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 320px) {
  .pWorksFv_contentsLead {
    font-size: 1.24rem;
    margin-top: 16px;
  }
}
@media screen and (min-width: 600px) {
  .pWorksFv_contentsLead {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 320px) {
  .pWorksFv_contentsLead br {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .pWorksFv_contentsLead br {
    display: block;
  }
}

.pWorksSections {
  position: relative;
  z-index: 1;
}

.pWorksSection {
  width: 100%;
  color: white;
}
@media screen and (min-width: 320px) {
  .pWorksSection {
    padding: 5vw;
  }
}
@media screen and (min-width: 600px) {
  .pWorksSection {
    padding: 3.5vw;
  }
}
.pWorksSection:nth-child(even) .pWorksSection_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pWorksSection:nth-child(even) .pWorksSection_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pWorksSection:nth-child(even) .pWorksSection_text {
  margin-bottom: 32px;
}
.pWorksSection_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-top: solid 1px white;
}
@media screen and (min-width: 320px) {
  .pWorksSection_inner {
    margin-top: 5vw;
    padding-top: 5vw;
  }
}
@media screen and (min-width: 600px) {
  .pWorksSection_inner {
    margin-top: 3.5vw;
    padding-top: 3.5vw;
  }
}
@media screen and (min-width: 320px) {
  .pWorksSection_gallery {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .pWorksSection_gallery {
    width: 40%;
  }
}
.pWorksSection_gallery .img {
  border-radius: 0;
}
.pWorksSection_gallery .imgWrapper {
  padding-bottom: 116%;
}
.pWorksSection_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .pWorksSection_content {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .pWorksSection_content {
    width: 50%;
  }
}
.pWorksSection_gallery2 {
  display: grid;
}
@media screen and (min-width: 320px) {
  .pWorksSection_gallery2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 600px) {
  .pWorksSection_gallery2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 0;
  }
}
.pWorksSection_gallery2 .img {
  border-radius: 0;
}
.pWorksSection_title {
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (min-width: 320px) {
  .pWorksSection_title {
    font-size: 3.2rem;
    margin-top: 48px;
  }
}
@media screen and (min-width: 600px) {
  .pWorksSection_title {
    font-size: 4.2rem;
    margin-top: 0;
  }
}
.pWorksSection_paras {
  display: grid;
}
@media screen and (min-width: 320px) {
  .pWorksSection_paras {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .pWorksSection_paras {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 320px) {
  .pWorksGallery {
    padding: 40vw 5vw 5vw;
  }
}
@media screen and (min-width: 600px) {
  .pWorksGallery {
    padding: 10vw;
  }
}
@media screen and (min-width: 320px) {
  .pWorksGallery_wrapper:nth-child(2) {
    margin-top: 3.5vw;
  }
}
@media screen and (min-width: 600px) {
  .pWorksGallery_wrapper:nth-child(2) {
    margin-top: 3.5vw;
  }
}
@media screen and (min-width: 320px) {
  .pWorksGallery_wrapper:nth-child(2) .pWorksGallery_slides {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5vw 3.5vw;
  }
}
@media screen and (min-width: 600px) {
  .pWorksGallery_wrapper:nth-child(2) .pWorksGallery_slides {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5vw 3.5vw;
  }
}
.pWorksGallery_slides {
  display: grid;
}
@media screen and (min-width: 320px) {
  .pWorksGallery_slides {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
}
@media screen and (min-width: 600px) {
  .pWorksGallery_slides {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
}
.pWorksGallery .img {
  border-radius: 0;
}

.is-inview {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  will-change: clip-path;
}
.is-inview img {
  -webkit-transform: scale(1.16);
          transform: scale(1.16);
  will-change: transform;
}/*# sourceMappingURL=column.css.map */