@charset "UTF-8";
/*
Theme Name: IIJIKAN

Author: Takamitsu Saito
Version: ver 1.0
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

li {
  list-style: none;
}

/*　ブレークポイント */
/* 背景画像　テキスト消去*/
/* フレックス*/
:root {
  --english-font: "Helvetica", sans-serif;
  --yugo-d: "游ゴシック体 Pr6N D", "Yu Gothic Pr6N D";
}

* {
  min-height: 0vw;
}

body {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  background-color: #e6e6e6; /* ← 好きな色コードに変更 */
  color: #000;
}
@media screen and (min-width: 699px) {
  body {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.0625rem;
  }
}

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

h1,
h2,
h3,
h4,
h5 {
  line-height: 0.8;
}

input,
textarea {
  vertical-align: bottom;
}

.heading {
  font-size: clamp(1.875rem, 1.1516203704rem + 3.0864197531vw, 2.5rem);
}
@media screen and (min-width: 699px) {
  .heading {
    font-size: 3.0769230769em;
  }
}

body {
  -webkit-overflow-scrolling: touch;
}

header {
  -webkit-overflow-scrolling: touch;
}

main {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow: hidden;
}

section {
  -webkit-overflow-scrolling: touch;
}

.container-top {
  max-width: 1300px;
  margin: 0px auto 0px;
  padding: 0 6%;
}
@media screen and (min-width: 699px) {
  .container-top {
    padding: 0 5%;
  }
}

.works-single {
  padding-top: clamp(12.5rem, 9.5256979695rem + 12.6903553299vw, 15.625rem);
}
@media screen and (min-width: 699px) {
  .works-single {
    padding-top: 0;
  }
}

.container {
  max-width: 1300px;
  margin: 0px auto 0px;
  padding: clamp(12.5rem, 9.5256979695rem + 12.6903553299vw, 15.625rem) 6% 0;
}
@media screen and (min-width: 699px) {
  .container {
    padding: clamp(25rem, 19.4444444444rem + 11.5740740741vw, 28.125rem) 5% 0;
  }
}
.container.contact {
  padding: clamp(12.5rem, 9.5256979695rem + 12.6903553299vw, 15.625rem) 6% 60px;
}
@media screen and (min-width: 699px) {
  .container.contact {
    padding: clamp(25rem, 19.4444444444rem + 11.5740740741vw, 28.125rem) 5% 120px;
  }
}
.container.about {
  margin: 0px auto;
  padding: clamp(12.5rem, 9.5256979695rem + 12.6903553299vw, 15.625rem) 6% 60px;
}
@media screen and (min-width: 699px) {
  .container.about {
    padding: clamp(25rem, 19.4444444444rem + 11.5740740741vw, 28.125rem) 5% 120px;
  }
}
.container.archive {
  padding: clamp(12.5rem, 9.5256979695rem + 12.6903553299vw, 15.625rem) 6% 60px;
}
@media screen and (min-width: 699px) {
  .container.archive {
    padding: clamp(25rem, 19.4444444444rem + 11.5740740741vw, 28.125rem) 5% 120px;
  }
}

.heading-common {
  letter-spacing: 0.15em;
  font-size: 14px;
}
@media screen and (min-width: 699px) {
  .heading-common {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .heading-common {
    font-size: 18px;
  }
}

.works-top {
  margin-bottom: 20px;
}

.btn-underline {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 4px solid #000;
  line-height: 1;
  font-size: 17px;
  letter-spacing: 0.15em;
  font-family: var(--english-font);
  font-weight: medium;
}

.button-center {
  display: block;
  text-align: center;
  margin: 50px 0px;
}
@media screen and (min-width: 699px) {
  .button-center {
    margin: 100px 0px;
  }
}

.wp_ulike_counter_up,
.wp_ulike_btn .count-box,
.wp_ulike_btn .wp_ulike_counter {
  display: none !important;
  visibility: hidden !important;
}

.wp_ulike_btn {
  display: none !important;
}

:root {
  --english-font: "Helvetica", sans-serif;
}

header {
  width: 100%;
  margin: 0px auto 0px;
  position: fixed;
  max-width: 1300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}

header.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.menu {
  padding: 35px 5% 0px;
  display: -ms-grid;
  display: grid;
  z-index: 1;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.menu.front {
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
}
@media screen and (min-width: 699px) {
  .menu {
    padding: 50px 5% 0px;
  }
}
@media screen and (min-width: 768px) {
  .menu {
    padding: 80px 5% 0px;
  }
}
.menu .logo-white {
  display: none;
}
.menu .logo-black {
  display: block;
}
.menu.others {
  position: relative;
  right: 0px;
}
.menu.single {
  position: absolute;
  display: none;
}
@media screen and (min-width: 1400px) {
  .menu.single {
    display: block;
  }
}
.menu.menu-white a {
  color: #000 !important;
}
@media screen and (min-width: 699px) {
  .menu.menu-white a {
    color: #fff !important;
  }
}
@media screen and (min-width: 1200px) {
  .menu.menu-white a {
    color: #000 !important;
  }
}
.menu.menu-white .logo-white {
  display: none;
}
.menu.menu-white .logo-black {
  display: block;
}
@media screen and (min-width: 699px) {
  .menu.menu-white .logo-white {
    display: block;
  }
  .menu.menu-white .logo-black {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .menu.menu-white .logo-white {
    display: none;
  }
  .menu.menu-white .logo-black {
    display: block;
  }
}

.logo-tagline {
  white-space: nowrap;
  text-align: right;
  font-size: 10px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: right;
          transform-origin: right;
  letter-spacing: 0.18em;
  margin-bottom: 20px;
}
@media screen and (min-width: 699px) {
  .logo-tagline {
    font-size: 14px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (min-width: 768px) {
  .logo-tagline {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.menu-right {
  font-size: 14px;
  text-align: right;
  z-index: 2;
  margin: 0px 0px 0px auto;
  right: 0px;
}
@media screen and (min-width: 699px) {
  .menu-right {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .menu-right {
    font-size: 25px;
  }
}
.menu-right .logo {
  padding-bottom: 20px;
  letter-spacing: 0.2em;
  font-size: 1.8em;
  text-align: right;
  margin-left: auto;
  width: 180px;
}
@media screen and (max-width: 400px) {
  .menu-right .logo {
    width: 150px;
  }
}
@media screen and (min-width: 699px) {
  .menu-right .logo {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .menu-right .logo {
    width: 225px;
  }
}
@media screen and (min-width: 699px) {
  .menu-right .logo {
    font-size: 1.6em;
    padding-bottom: 30px;
  }
}
.menu-right .menu-pc {
  font-size: inherit;
  line-height: 1;
  font-family: var(--english-font);
}
.menu-right .menu-pc div {
  margin-bottom: 15px;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 699px) {
  .menu-right .menu-pc div {
    margin-bottom: 20px;
  }
}
.menu-right .menu-pc div a:active {
  opacity: 0.8;
}
.menu-right .contact-btn {
  font-size: 11px;
}
@media screen and (min-width: 699px) {
  .menu-right .contact-btn {
    font-size: 0.64em;
  }
}

.menu-left {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-family: var(--english-font);
  letter-spacing: 0.15em;
  text-align: left;
  font-size: 10px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: relative;
}
@media screen and (min-width: 699px) {
  .menu-left {
    display: block;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .menu-left {
    font-size: 23px;
  }
}
@media screen and (max-width: 400px) {
  .menu-left {
    font-size: 10px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.menu-left p {
  line-height: 1;
}
.menu-left .hello {
  padding-bottom: 2.1739130435em;
}
.menu-left .time {
  padding-bottom: 0.652173913em;
}

.line-1 {
  top: -4px;
}

.line-2 {
  top: 4px;
}

/* トグルON時のアニメーション */
.btn-on .line-1 {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.btn-on .line-2 {
  -webkit-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}

/* ==================== textanimation ================== */
.photo-mitsu {
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 1;
}

.photo-naoki {
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 1;
}

main div {
  -webkit-tap-highlight-color: transparent;
}

.stage {
  position: relative;
  width: 200px;
  -webkit-perspective: 1200px;
          perspective: 1200px; /* 親に奥行き */
  cursor: pointer;
  bottom: clamp(0.625rem, 2.4095812183rem - 7.614213198vw, -1.25rem);
  margin-left: auto;
}
@media screen and (min-width: 699px) {
  .stage {
    bottom: clamp(7.5rem, 16.3888888889rem - 18.5185185185vw, 2.5rem);
    right: clamp(1.875rem, -5.9027777778rem + 16.2037037037vw, 6.25rem);
  }
}

.orbit {
  position: absolute;
  inset: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; /* 子へ3D伝播 */
}

.character {
  width: clamp(6.25rem, 0.6944444444rem + 11.5740740741vw, 9.375rem);
}
@media screen and (min-width: 699px) {
  .character {
    width: clamp(9.375rem, 3.8194444444rem + 11.5740740741vw, 12.5rem);
  }
}

.stage {
  opacity: 0;
}

.person {
  position: absolute;
  left: 50%;
  top: 50%;
  /* 中央配置 + 3D空間に配置 */
  -webkit-transform: translate(-50%, -50%) translateZ(clamp(6.25rem, 3.2756979695rem + 12.6903553299vw, 9.375rem));
          transform: translate(-50%, -50%) translateZ(clamp(6.25rem, 3.2756979695rem + 12.6903553299vw, 9.375rem));
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: clamp(6.25rem, 0.6944444444rem + 11.5740740741vw, 9.375rem);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
  z-index: 3;
}
@media screen and (min-width: 699px) {
  .person {
    width: clamp(9.375rem, 3.8194444444rem + 11.5740740741vw, 12.5rem);
    -webkit-transform: translate(-50%, -50%) translateZ(250px);
            transform: translate(-50%, -50%) translateZ(250px);
  }
}
.person svg {
  display: block;
}
.person.mitsu {
  z-index: 2;
  opacity: 1;
}
.person.naoki {
  z-index: 2;
  opacity: 1;
}

/* CSS：stickyは使わず pin に任せる */
.photo {
  width: clamp(5rem, 3.8102791878rem + 5.076142132vw, 6.25rem);
}
@media screen and (min-width: 699px) {
  .photo {
    width: clamp(6.25rem, 7.3611111111rem - 2.3148148148vw, 5.625rem);
  }
}

.top {
  position: relative;
  height: 100%;
}

.hero {
  max-width: 1300px;
  margin: 0px auto 0px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.map {
  width: clamp(18.75rem, -3.4722222222rem + 46.2962962963vw, 31.25rem) !important;
  margin: 0px auto 0px;
  padding-top: clamp(11.25rem, 11.25rem + 0vw, 11.25rem);
  text-align: center;
  display: block;
  max-width: 100%;
  width: clamp(15.625rem, 6.7020939086rem + 38.0710659898vw, 25rem);
}
@media screen and (min-width: 699px) {
  .map {
    padding-top: clamp(11.25rem, 17.9166666667rem - 13.8888888889vw, 7.5rem);
    width: clamp(25rem, 2.7777777778rem + 46.2962962963vw, 37.5rem) !important;
  }
}

.works-top {
  position: relative;
  margin: clamp(7.5rem, 6.3102791878rem + 5.076142132vw, 8.75rem) 0px 100px;
  z-index: 1;
}
@media screen and (min-width: 699px) {
  .works-top {
    margin: 100px 0px 50px;
  }
}
@media screen and (min-width: 768px) {
  .works-top {
    margin: clamp(6.25rem, -4.8611111111rem + 23.1481481481vw, 12.5rem) 0px 150px;
  }
}
.works-top .heading-common {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .works-top .heading-common {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .works-top .heading-common {
    margin-bottom: 40px;
  }
}

.nice-time {
  border-bottom: 1px dotted #898989;
  padding: 55px 0px;
}
@media screen and (min-width: 699px) {
  .nice-time {
    padding: 150px 0px;
  }
}

.nicetime__heading {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 1.8;
}
.nicetime__heading::before, .nicetime__heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.nicetime__heading::before {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.nicetime__heading::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (min-width: 699px) {
  .nicetime__heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .nicetime__heading {
    font-size: 28px;
  }
}

.nicetime__headline {
  margin: 20px 0px 35px;
  line-height: 1.3;
}
.nicetime__headline::before, .nicetime__headline::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.nicetime__headline::before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.nicetime__headline::after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
@media screen and (min-width: 699px) {
  .nicetime__headline {
    margin: 30px 0px 65px;
  }
}
.nicetime__headline br {
  display: block;
}
@media screen and (min-width: 699px) {
  .nicetime__headline br {
    display: none;
  }
}

.nicetime__wrap {
  margin: 0px 0px 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
}
@media screen and (min-width: 699px) {
  .nicetime__wrap {
    margin: 50px 0px 100px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
  }
}

.nicetime__block {
  width: 100%;
  font-family: var(--english-font);
}
.nicetime__block .thumb {
  margin-bottom: 20px;
}
.nicetime__block .title {
  font-size: 15px;
  letter-spacing: 0.15em;
  margin: 15px 0px;
}
.nicetime__block .date,
.nicetime__block .time,
.nicetime__block .place {
  font-size: 13px;
  line-height: 1.3;
}

.contact-more__wrap {
  display: block;
  text-align: center;
}

.contact-more {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 12px 25px;
  font-size: 14px;
  font-family: var(--english-font);
  margin: 0 auto;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (min-width: 699px) {
  .contact-more {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  .contact-more {
    font-size: 20px;
  }
}

.last-comment {
  padding: 60px 0px 0px;
}
@media screen and (min-width: 699px) {
  .last-comment {
    padding: 100px 0px;
  }
}

.last-comment__heading {
  font-size: 14px;
  line-height: 1.75em;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 699px) {
  .last-comment__heading {
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .last-comment__heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .last-comment__heading {
    font-size: 20px;
  }
}

.last-comment__text {
  font-size: 14px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .last-comment__text {
    font-size: 18px;
  }
}

.wpulike {
  display: none !important;
}

.last-comment__wrapper {
  max-width: 1100px;
  margin: 0 auto 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 699px) {
  .last-comment__wrapper {
    -ms-grid-columns: 1fr 1.2fr;
    grid-template-columns: 1fr 1.2fr;
    padding-left: 10%;
    margin: 0 auto 100px;
  }
}
@media screen and (min-width: 768px) {
  .last-comment__wrapper {
    -ms-grid-columns: 1fr 1.4fr;
    grid-template-columns: 1fr 1.4fr;
  }
}
@media screen and (min-width: 1024px) {
  .last-comment__wrapper {
    -ms-grid-columns: 1fr 1.6fr;
    grid-template-columns: 1fr 1.6fr;
  }
}

.handshake {
  width: 100%;
  height: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 699px) {
  .handshake {
    max-width: 100%;
  }
}

.intro-heading {
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 55px;
  letter-spacing: 0.2em;
  line-height: 2;
}
.intro-heading::before, .intro-heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.intro-heading::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.intro-heading::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (min-width: 699px) {
  .intro-heading {
    font-size: 25px;
    margin-bottom: 90px;
  }
}

.photo-mitsu-overlay {
  position: relative;
  z-index: 5 !important;
}

.photo-naoki-overlay {
  position: relative;
  z-index: 1 !important;
}

.intro-text {
  max-width: 600px;
  margin-right: auto;
  letter-spacing: 0.2em;
  font-size: 12px;
}
@media screen and (min-width: 699px) {
  .intro-text {
    font-size: 16px;
  }
}

.profile {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 70px;
}
@media screen and (min-width: 699px) {
  .profile {
    -ms-grid-columns: 1fr 7% 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 7%;
  }
}
@media screen and (min-width: 1024px) {
  .profile {
    padding: 0px 20px;
  }
}

.profile__block {
  width: 100%;
}

.profile__img {
  max-width: 245px;
  margin: 0 auto 25px;
}
.profile__img.profile__img-naoki {
  max-width: 245px;
}
.profile__img.profile__img-naoki img {
  width: 95%;
  position: relative;
  top: 15px;
}

.profile__name {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 699px) {
  .profile__name {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.profile__name .instagram {
  display: block;
  max-width: 20px;
  margin-left: 15px;
}
@media screen and (min-width: 699px) {
  .profile__name .instagram {
    max-width: 25px;
    margin-left: 20px;
  }
}

.profile__job,
.profile__skills {
  font-size: 12px;
  letter-spacing: 0.3em;
  font-family: var(--english-font);
  font-weight: normal;
}
@media screen and (min-width: 699px) {
  .profile__job,
  .profile__skills {
    font-size: 16px;
  }
}

.profile__job {
  margin-bottom: 18px;
}
@media screen and (min-width: 699px) {
  .profile__job {
    margin-bottom: 15px;
  }
}

.profile___text {
  font-size: 12px;
  margin: 55px auto;
}
@media screen and (min-width: 699px) {
  .profile___text {
    font-size: 16px;
    margin: 75px auto;
  }
}

.profile___address {
  font-size: 12px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 699px) {
  .profile___address {
    font-size: 14px;
  }
}

.profile___link {
  font-size: 14px;
  border-bottom: 3px solid #040000;
  padding-bottom: 10px;
  display: inline-block;
  margin-top: 20px;
  font-family: var(--english-font);
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 699px) {
  .profile___link {
    font-size: 16px;
  }
}

.stockroom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 130px;
}

.stockroom__heading {
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: 0.3em;
  margin-bottom: 35px;
}
@media screen and (min-width: 699px) {
  .stockroom__heading {
    font-size: 20px;
  }
}

.contact__intro {
  margin-bottom: clamp(5rem, 2.6205583756rem + 10.152284264vw, 7.5rem);
}
@media screen and (min-width: 699px) {
  .contact__intro {
    margin-bottom: clamp(7.5rem, 0.8333333333rem + 13.8888888889vw, 11.25rem);
  }
}
.contact__intro .invoce {
  margin-top: 30px;
}

.contact__text {
  margin: 25px 0px;
}
@media screen and (min-width: 699px) {
  .contact__text {
    margin: 35px 0px;
  }
}

.contact__form {
  width: 100%;
}
@media screen and (min-width: 699px) {
  .contact__form {
    width: 90%;
    max-width: 800px;
  }
}
.contact__form label {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 30px;
}
.contact__form label > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 699px) {
  .contact__form label {
    -ms-grid-columns: 2fr 5fr;
    grid-template-columns: 2fr 5fr;
    margin-bottom: 60px;
  }
}
.contact__form .wpcf7-text {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  padding: 10px 15px;
}
@media screen and (min-width: 699px) {
  .contact__form .wpcf7-text {
    padding: 10px 15px;
    height: 60px;
  }
}
.contact__form .wpcf7-textarea {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
}
.contact__form .wpcf7-submit {
  display: block;
  background-color: #000;
  color: #fff;
  width: 180px;
  height: 50px;
  margin: 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media screen and (min-width: 699px) {
  .contact__form .wpcf7-submit {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 0 auto;
  }
}
.contact__form .wpcf7-spinner {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.submit__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.submit__wrapper .contact__attention {
  margin: 0px 0px 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 699px) {
  .submit__wrapper .contact__attention {
    margin: 40px 0px 0px;
  }
}
@media screen and (min-width: 699px) {
  .submit__wrapper .contact__attention {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

video {
  width: 100%;
  display: block;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
  display: block;
  pointer-events: none;
}

.category-list {
  margin: 15px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: var(--english-font);
  font-size: 10px;
}
.category-list li {
  margin-right: 15px;
  letter-spacing: 0.15em;
}
.category-list li a {
  color: #b0b0b0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.category-list li.current-cat a {
  color: #000000;
  font-weight: bold;
}
@media screen and (min-width: 699px) {
  .category-list {
    font-size: 15px;
    padding: 25px 0px;
    max-width: 1300px;
  }
}
@media screen and (min-width: 768px) {
  .category-list {
    padding: 35px 0px;
  }
}

main .works {
  max-width: 1300px;
}

.works__wrap,
.nicetime__wrap {
  margin: 0 auto;
  padding: 0 0px 0px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 3%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}
@media screen and (min-width: 699px) {
  .works__wrap,
  .nicetime__wrap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .works__wrap,
  .nicetime__wrap {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.works__wrap.nicetime__content,
.nicetime__wrap.nicetime__content {
  height: 100%;
  grid-row-gap: 30px;
}
@media screen and (min-width: 699px) {
  .works__wrap.nicetime__content,
  .nicetime__wrap.nicetime__content {
    grid-row-gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .works__wrap.nicetime__content,
  .nicetime__wrap.nicetime__content {
    grid-row-gap: 40px;
  }
}

.nicetime__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nicetime__info {
  height: auto;
  height: 100%;
}

.nicetime__block {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.works__thumb {
  display: block;
  height: auto;
  width: 100%;
  aspect-ratio: 208/146;
}
.works__thumb video {
  pointer-events: none;
  border: none;
  outline: none;
}
.works__thumb video::-webkit-media-controls-play-button {
  display: none !important;
}
.works__thumb video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.works__thumb video::-webkit-media-controls {
  display: none !important;
}

.font-en {
  font-family: var(--english-font);
  font-weight: bold;
}

.works__block {
  width: 100%;
  position: relative;
}
.works__block .more__wrap {
  cursor: pointer;
  display: block;
  position: relative;
  height: 0px;
  top: 0;
  padding-top: 50%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 699px) {
  .works__block .more__wrap {
    padding-top: 69.7050938338%;
  }
}
.works__block .more__wrap:hover {
  opacity: 0.5;
}
.works__block .more {
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.works__categories {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: var(--english-font);
  font-weight: normal;
  margin-bottom: 5px;
}
.works__categories li {
  margin-right: 10px;
  font-size: 12px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 699px) {
  .works__categories li {
    font-size: 12px;
  }
}

.works__info {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.works__info .title {
  font-size: 13px;
  letter-spacing: 0.15em;
  font-weight: bold;
  width: calc(100% - 100px);
  line-height: 1.2em;
}

.works-url {
  font-size: 14px;
  display: inline-block;
  font-family: var(--english-font);
  color: #000000;
  border-bottom: 1px solid #000000;
  margin: 0px 0 25px;
}
@media screen and (min-width: 699px) {
  .works-url {
    font-size: 15px;
    margin: 25px 0px 0px;
  }
}
@media screen and (min-width: 768px) {
  .works-url {
    font-size: 16px;
    margin: 40px 0px 0px;
  }
}

.nice-btn {
  position: relative;
  top: -27px;
  color: #111; /* ← アイコンの基本色 */
  background: transparent;
  width: 85px;
  height: 85px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .nice-btn {
    top: -30px;
  }
}

.nice-text {
  position: absolute;
  z-index: 1;
  font-size: 12px;
  font-family: var(--english-font);
  letter-spacing: 0.15em;
  bottom: 24px;
  left: 30px;
}

.nice-btn-single {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .nice-btn-single .nice-btn {
    width: 130px;
    height: 120px;
  }
}
@media screen and (min-width: 768px) {
  .nice-btn-single .nice-text {
    bottom: 35px;
    left: 49px;
    font-size: 16px;
  }
}

/* Lottie(svgレンダラー)が差し込む <svg> を装飾 */
#nice-anim,
.good-animation-svg {
  display: block !important;
  /* 最軽量のCSSシャドウ：レンダラーはsvgなのでOK */
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5)) !important;
          filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5)) !important;
}

.attention {
  font-size: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 699px) {
  .attention {
    font-size: 14px;
    margin-top: 40px;
  }
}

.works-single {
  letter-spacing: 0.15em;
  max-width: 1100px;
  margin-right: auto;
}
.works-single figure {
  margin: 0px;
}
.works-single video {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  outline: none;
}
.works-single video::-webkit-media-controls {
  display: none !important;
}
.works-single video::-webkit-media-controls-play-button {
  display: none !important;
}
.works-single video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.works-single video::-webkit-media-controls-panel {
  display: none !important;
}
.works-single .works-single__info {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  padding: 0 6% 0;
  margin: -30px 0px auto 0px;
}
@media screen and (min-width: 699px) {
  .works-single .works-single__info {
    padding: 0 5% 0;
  }
}
@media screen and (min-width: 699px) {
  .works-single .works-single__info {
    margin: 70px 0px 0px auto;
    -ms-grid-columns: 3.5fr 4fr;
    grid-template-columns: 3.5fr 4fr;
  }
}
.works-single .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.works-single .category,
.works-single .concept {
  margin: 40px 0px;
}
@media screen and (min-width: 699px) {
  .works-single .category,
  .works-single .concept {
    font-size: 16px;
    margin: 0px 0px;
  }
}
.works-single .category {
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin: 10px 0px 15px;
}
.works-single .category::before, .works-single .category::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.works-single .category::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.works-single .category::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (min-width: 699px) {
  .works-single .category {
    margin: 15px 0px 50px;
  }
}
.works-single .credit {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 699px) {
  .works-single .credit {
    margin-bottom: 18px;
    font-size: 14px;
  }
}
.works-single .year-mob {
  font-family: var(--english-font);
  font-size: 12px;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 699px) {
  .works-single .year-mob {
    display: none;
  }
}
.works-single .year {
  font-family: var(--english-font);
  font-size: 10px;
  letter-spacing: 0.15em;
  display: none;
}
@media screen and (min-width: 699px) {
  .works-single .year {
    font-size: 12px;
    display: block;
  }
}
.works-single .concept {
  line-height: 2.4;
  letter-spacing: 0.2em;
}
.works-single .concept::before, .works-single .concept::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.works-single .concept::before {
  margin-top: calc((1 - 2.4) * 0.5em);
}
.works-single .concept::after {
  margin-bottom: calc((1 - 2.4) * 0.5em);
}

@media screen and (min-width: 699px) {
  .pagination {
    max-width: 1100px;
    margin-right: auto;
  }
}
.pagination .pagination__wrapper {
  max-width: 180px;
  margin: 50px auto 90px;
  font-weight: bold;
  line-height: 1;
  font-family: var(--english-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.15em;
  font-size: 14px;
}
@media screen and (min-width: 699px) {
  .pagination .pagination__wrapper {
    max-width: 300px;
    margin: 120px auto 0;
  }
}
.pagination .page-link {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 4px solid #000;
}
@media screen and (min-width: 699px) {
  .pagination .page-link {
    font-size: 17px;
  }
}
.pagination .prev-link {
  margin-right: 10px;
}
.pagination .next-link {
  margin-left: 10px;
}

@media screen and (min-width: 699px) {
  .nicetime-pagenation .pagination {
    max-width: 1100px;
    margin: 0 auto;
  }
}

.single-like {
  padding: 0 6% 0;
}
@media screen and (min-width: 699px) {
  .single-like {
    padding: 0 5% 0;
  }
}

.nicetime-single {
  max-width: 1140px;
  margin: 0 auto;
  font-family: var(--english-font);
}
.nicetime-single figure {
  margin-bottom: 3%;
}
.nicetime-single figure:last-of-type {
  margin-bottom: 0;
}
.nicetime-single .title {
  font-size: 18px;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
.nicetime-single .nicetime-info {
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (min-width: 699px) {
  .nicetime-single .nicetime-info {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .nicetime-single .nicetime-info {
    margin-bottom: 50px;
  }
}
.nicetime-single .nicetime-text {
  text-align: center;
  line-height: 2.1;
}
.nicetime-single .nicetime-text br {
  display: none;
}
@media screen and (min-width: 699px) {
  .nicetime-single .nicetime-text {
    text-align: center;
  }
  .nicetime-single .nicetime-text br {
    display: block;
  }
}
.nicetime-single .content-wrapper p {
  margin-top: 50px;
  text-align: center;
  line-height: 2.1;
}

footer {
  margin-top: 70px;
  padding: 0px 20px;
  text-align: center;
}
@media screen and (min-width: 699px) {
  footer {
    margin-top: 100px;
  }
}

.footer-wrap {
  padding: 50px 0px;
  width: 100%;
  border-top: 1px dotted #898989;
}

small {
  letter-spacing: 0.1em;
  font-size: 12px;
}
@media screen and (min-width: 699px) {
  small {
    font-size: 14px;
  }
}