@charset "UTF-8";
:root {
  --text: #231815;
  --wh: #fff;
  --wh2: #fafafb;
  --bk: #000;
  --red: #ff0000;
  --gray: #b1b1b1;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

figure {
  line-height: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

strong {
  font-weight: bold;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

/* base settings */
/* -------------------------------------------------------- */
html {
  box-sizing: border-box;
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  word-wrap: break-word;
  background-color: var(--wh2);
  overflow-wrap: break-word;
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  font-optical-sizing: auto;
  line-height: 1;
}

a {
  color: #000;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

a img {
  transition: all 0.3s;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* common setting
-------------------------------------------------- */
body img {
  width: 100%;
  height: auto;
  font-size: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

::-ms-expand {
  display: none;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* wp editor */
/* -------------------------------------------------- */
.post_content {
  overflow: hidden;
}
.post_content a {
  color: var(--red);
  word-break: break-all;
}
.post_content a:hover {
  text-decoration: underline;
}
.post_content p {
  margin-bottom: 1em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .post_content p {
    line-height: 1.6;
  }
}
.post_content figure {
  margin-bottom: 1em;
}
.post_content .wp-block-column.fcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-image img {
  width: initial;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .wp-block-image img {
    width: initial !important;
    width: auto !important;
    height: initial !important;
    height: auto !important;
  }
}

.post_content ul {
  margin-left: 1.5em;
  list-style-type: inherit;
}

.post_content ol {
  margin-left: 1.5em;
  list-style-type: decimal;
}

.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .wp-block-image figcaption {
    font-size: 1.6rem;
  }
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* main */
/* -------------------------------------------------------- */
.main {
  position: relative;
}
.main img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

/* mv */
.mv {
  width: 100%;
  height: calc(100svh - 56px);
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gnav {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .gnav {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gnav .swiper-pagination {
  width: 60px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  top: 24px;
  left: inherit;
  right: 22%;
}
@media screen and (max-width: 767px) {
  .gnav .swiper-pagination {
    right: 16%;
  }
}
.gnav ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gnav ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.gnav ul li a {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  color: var(--bk);
  font-size: 1.2rem;
  letter-spacing: 0.075em;
}
.gnav ul li a:hover {
  color: var(--gray);
}

#gnav01 {
  opacity: 1;
}
#gnav01.none {
  opacity: 0;
}
#gnav01 ul li {
  width: 33.3333333333%;
}
#gnav01 ul li:nth-of-type(2) {
  text-align: center;
}
#gnav01 ul li:last-of-type {
  text-align: right;
}

/* home */
/* -------------------------------------------------------- */
.home .mv .swiper {
  width: 50%;
  max-width: 640px;
  height: 50%;
  max-height: 640px;
}
@media screen and (max-width: 767px) {
  .home .mv .swiper {
    width: 90%;
    height: 50%;
  }
}
.home .mv .swiper .swiper-slide {
  text-align: center;
}
.home .mv .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .mv_container {
  width: 54%;
  max-width: 1100px;
  height: 70%;
  max-height: 740px;
}
@media screen and (max-width: 767px) {
  .home .mv_container {
    width: 90%;
    height: 50%;
  }
}
.home .mv_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* photographer */
/* -------------------------------------------------------- */
.photographer {
  /* mv_area */
  /* mv */
}
.photographer .mv_area {
  position: relative;
}
.photographer .mv {
  position: relative;
  padding-top: 15px;
  display: block;
}
.photographer .mv .swiper {
  max-width: 1400px;
  height: 94%;
  max-height: 924px;
}
@media screen and (max-width: 767px) {
  .photographer .mv .swiper {
    width: calc(100% - 30px);
  }
}
.photographer .mv .swiper .swiper-slide {
  text-align: center;
}
.photographer .mv .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .photographer .mv .swiper .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.photographer .mv .button-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  pointer-events: none;
}
.photographer .mv .swiper-button-left,
.photographer .mv .swiper-button-right {
  height: 100%;
  flex: 1;
  cursor: pointer;
  pointer-events: auto; /* 左右ボタンだけクリック可 */
  top: 0;
  z-index: 2;
}
.photographer .info_area {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100svh;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .photographer .info_area {
    height: 100svh;
  }
}
.photographer .info_area .copy {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .photographer .info_area .copy {
    position: static;
    width: 100%;
    padding: 0 15px 100px;
    font-size: 0.9rem;
  }
}
.photographer .info_area .info_wrap {
  width: 100%;
  padding: 25px;
  display: flex;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .photographer .info_area .info_wrap {
    padding: 25px 15px;
    display: block;
  }
}
.photographer .info_area .info_wrap .sttl {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.7;
}
.photographer .info_area .info_wrap .en {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 1.7;
}
.photographer .info_area .info_wrap .profile_wrap {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .photographer .info_area .info_wrap .profile_wrap {
    margin-bottom: 50px;
    width: 100%;
  }
}
.photographer .info_area .info_wrap .profile_wrap p {
  font-size: 1rem;
  line-height: 1.7;
}
.photographer .info_area .info_wrap .profile_wrap p.en {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .photographer .info_area .info_wrap .profile_wrap p.name {
    margin-bottom: 10px;
  }
}
.photographer .info_area .info_wrap .profile_wrap a.insta {
  margin-top: 20px;
  width: 20px;
  height: 20px;
  display: block;
}
.photographer .info_area .info_wrap .news_wrap {
  width: 23%;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .photographer .info_area .info_wrap .news_wrap {
    margin-bottom: 50px;
    width: 100%;
    max-width: inherit;
  }
}
.photographer .info_area .info_wrap .news_wrap .sttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .photographer .info_area .info_wrap .news_wrap .sttl {
    font-size: 1.2rem;
  }
}
.photographer .info_area .info_wrap .news_wrap figure {
  margin: 10px auto 25px;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .photographer .info_area .info_wrap .news_wrap figure {
    max-width: inherit;
  }
}
.photographer .info_area .info_wrap .news_wrap .post_area .post_ttl {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.photographer .info_area .info_wrap .news_wrap .post_area p {
  margin-bottom: 1em;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.photographer .info_area .info_wrap .contact_wrap {
  width: 48%;
  max-width: 350px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .photographer .info_area .info_wrap .contact_wrap {
    width: 100%;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .photographer .info_area .info_wrap .contact_wrap .ttl {
    display: none;
  }
}
.photographer .info_area .info_wrap .contact_wrap .sttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .photographer .info_area .info_wrap .contact_wrap .sttl {
    font-size: 1.2rem;
  }
}
.photographer .info_area .info_wrap .contact_wrap .contact dl {
  margin-top: 20px;
  padding-bottom: 5px;
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
  border-bottom: 1px solid var(--bk);
}
.photographer .info_area .info_wrap .contact_wrap .contact dl dt {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.7;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .photographer .info_area .info_wrap .contact_wrap .contact dl dt {
    line-height: 1;
  }
}
.photographer .info_area .info_wrap .contact_wrap .contact dl dd {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .photographer .info_area .info_wrap .contact_wrap .contact dl dd {
    line-height: 1;
  }
}
.photographer .info_area .info_wrap .contact_wrap .contact dl.col01 {
  margin-top: 30px;
  align-items: flex-start;
}

/* form */
/* -------------------------------------------------------- */
.wpcf7-form {
  position: relative;
  height: auto;
}

form button,
form input,
form optgroup,
form select,
form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  overflow: visible;
}
form button,
form select {
  text-transform: none;
}
form button,
form [type=button],
form [type=reset],
form [type=submit] {
  cursor: pointer;
}
form input[type=text],
form input[type=tel],
form input[type=email],
form select,
form textarea {
  width: 100%;
  font-size: 1.2rem;
}
form input[type=text]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form select:focus,
form textarea:focus {
  color: #000;
}
form textarea {
  height: 120px;
}
form input[type=checkbox],
form input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
form .wpcf7-list-item {
  margin: 0 56px 0 0;
}
@media only screen and (max-width: 768px) {
  form .wpcf7-list-item {
    margin: 0 26px 10px 0;
    width: 100%;
    display: block;
  }
}
form span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1.6rem;
}
form span.wpcf7-list-item-label:before {
  display: block;
  content: "";
  width: 36px !important;
  height: 36px !important;
  border: 1px solid var(--bk);
  border-radius: 50%;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  form span.wpcf7-list-item-label:before {
    width: 28px !important;
    height: 28px !important;
  }
}
form span.wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--m-gray);
  top: 9px;
  left: 9px;
  display: none;
}
@media only screen and (max-width: 768px) {
  form span.wpcf7-list-item-label::after {
    width: 14px;
    height: 14px;
    top: 9px;
    left: 7px;
  }
}
@media only screen and (max-width: 768px) {
  form span[data-name=agree] span.wpcf7-list-item-label {
    line-height: 1.4;
  }
  form span[data-name=agree] span.wpcf7-list-item-label::after {
    top: 15px;
    left: 7px;
  }
}
form input[type=radio]:checked + span.wpcf7-list-item-label::after,
form input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
form input[type=submit] {
  margin-top: 20px;
  width: 100%;
  height: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  color: var(--wh);
  font-size: 1.2rem;
  letter-spacing: 0.045em;
  line-height: 1;
  background: var(--bk);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  form input[type=submit] {
    margin: 20px auto 0;
  }
}

.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
  font-size: 1.2rem;
}

/* cookie-notice */
/* -------------------------------------------------------- */
/*
#cookie-notice {
  .cookie-notice-container {
    position: relative;
    padding: 100px 17% 100px 320px;
    display: flex;
    justify-content: space-between;
    @media screen and ( max-width:1780px) {
      padding: 100px 17% 100px 320px;
    }
    @media screen and ( max-width:$breakpoint_sp) {
      padding: 50px 30px 60px;
      display: block;
    }
    .cn-text-container {
      font-size: 1.2rem;
      font-weight: 200;
      letter-spacing: 0.1em;
      line-height: 2;
      @media screen and ( min-width:$breakpoint_tablet_mini) {
        text-align: left;
      }
      @media screen and ( max-width:$breakpoint_sp) {
        margin-bottom: 30px;
      }
      b {
        font-size: 1.5rem;
        font-weight: 300;
        @media screen and ( max-width:$breakpoint_sp) {
          font-size: 1.4rem;
          display: block;
        }
      }
    }
    .cn-button {
      padding: 18px 38px;
      color: var(--wh);
      font-size: 1.2rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      background: var(--bk);
      display: block;
      @media screen and ( max-width:$breakpoint_sp) {
        margin: 0 auto 50px;
        padding: 15px;
        width: 100%;
      }
    }
    .cn-close-icon {
      position: absolute;
      padding: 0;
      width: auto;
      height: auto;
      margin-top: -3px;
      top: initial;
      right: 260px;
      opacity: 1;
      display: block;
      @media screen and ( max-width:1780px) and ( min-width:$breakpoint_tablet_mini){
        right: 16%;
      }
      @media screen and ( max-width:$breakpoint_sp) {
        margin-top: 0;
        top: initial;
        width: calc(100% - 60px);
        height: 50px;
        bottom: 50px;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
      }
      &::before {
        padding: 18px 38px;
        content: 'Reject';
        width: auto;
        height: auto;
        color: var(--wh);
        font-size: 1.2rem;
        font-weight: 300;
        letter-spacing: 0.1em;
        background: var(--bk) !important;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: none;
        @media screen and ( max-width:$breakpoint_sp) {
          width: 100%;
          height: 50px;
        }
      }
      &::after {
        content: none;
      }
    }
  }

}
*/
/*# sourceMappingURL=style.css.map */