@charset "UTF-8";
/* -----------------------------------------------------------------------
reset
------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

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

nav ul,
li {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* -----------------------------------------------------------------------
ress +
------------------------------------------------------------------------- */
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace, monospace; }

b, strong {
  font-weight: bolder; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

input {
  border-radius: 0; }

[type="number"] {
  width: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button {
  overflow: visible; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/*focus style */
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; }

button,
select {
  text-transform: none; }

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

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

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio,
canvas,
progress,
video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #333;
  color: #fff;
  text-shadow: none; }

/* -----------------------------------------------------------------------
add
------------------------------------------------------------------------- */
input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit; }

/*safari*/
* {
  min-height: 0vw; }

/*----------------------------------------------------------
Properties
-----------------------------------------------------------*/
:root {
  --bgBody: #fff;
  --txBody: #222;
  --pointCl01:#4e4e4e;
  --lineCl01:#dedede;
  --hdrH:95px;
  --hdrHsp:55px;
  --trTime: .5s;
  --spMaxW:350px; }

@media screen and (min-width: 1240px) {
  .forPC {
    display: inherit !important; } }
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .forPC {
    display: none; } }
@media screen and (max-width: 767px) {
  .forPC {
    display: none; } }

@media screen and (min-width: 1240px) {
  .forTB {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .forTB {
    display: inherit !important; } }
@media screen and (max-width: 767px) {
  .forTB {
    display: none; } }

@media screen and (min-width: 1240px) {
  .forTB2 {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .forTB2 {
    display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1239px) and (max-width: 999px) {
    .forTB2 {
      display: inherit !important; } }

@media screen and (max-width: 767px) {
  .forTB2 {
    display: none; } }

@media screen and (min-width: 1240px) {
  .forSP {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .forSP {
    display: none; } }
@media screen and (max-width: 767px) {
  .forSP {
    display: inherit !important; } }

#ftrIn,
#ftrBtm,
.wrapBoxW, #mainTitle h1,
#mainTitle .pageTitle, #container.toppage section, #container.second section, #mainImage .inner,
.wrapBox, #container.second.profile section#profile--lead, #container.second.profile section#profile--detail, #container.works #worksIndex,
.wrapBoxC, #container.second.privacy section, #container.information #infoIndex, #container.information #infoDetail, #container.works #worksDetail,
.wrapBoxS {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    #ftrIn,
    #ftrBtm,
    .wrapBoxW, #mainTitle h1,
    #mainTitle .pageTitle, #container.toppage section, #container.second section, #mainImage .inner,
    .wrapBox, #container.second.profile section#profile--lead, #container.second.profile section#profile--detail, #container.works #worksIndex,
    .wrapBoxC, #container.second.privacy section, #container.information #infoIndex, #container.information #infoDetail, #container.works #worksDetail,
    .wrapBoxS {
      padding-left: 20px;
      padding-right: 20px; } }

/* box --1240px-----------*/
#ftrIn,
#ftrBtm,
.wrapBoxW {
  width: 1300px; }

/* box --1180px-----------*/
#mainTitle h1,
#mainTitle .pageTitle, #container.toppage section, #container.second section, #mainImage .inner,
.wrapBox {
  width: 1240px; }

/* box --1120px-----------*/
#container.second.profile section#profile--lead, #container.second.profile section#profile--detail, #container.works #worksIndex,
.wrapBoxC {
  width: 1180px; }

/* box --1020px-----------*/
#container.second.privacy section, #container.information #infoIndex, #container.information #infoDetail, #container.works #worksDetail,
.wrapBoxS {
  width: 1080px; }

/*-----------------------------------------------------
font size
--------------------------------------------------------*/
html {
  font-size: 10px; }

body {
  font-size: 16px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 374px) {
    body {
      font-size: 1.4rem; } }

/*----------------------------------------------------------
thumbnail img 
-----------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

input {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

#container.works #worksDetail .works--poster h2,
#container.works #worksDetail .works--photo h2, #container.works #worksDetail .works--poster .credit,
#container.works #worksDetail .works--photo .credit,
.font01R, .cBtn01 a,
.font01M,
.font01B, #container.toppage #topInformation h2, #container.toppage #topWorks h2, header nav > ul > li > a, header #hdrBtn > a, #ftrIn nav ul > li > a, #ftrBtm .link a, #ftrBtm .copy, #mainTitle h1,
#mainTitle .pageTitle, .spNav ul li a, #container.toppage #topInformation ul li span.date,
#container.toppage #topInformation ul li span.cat, #container.second.profile section#profile--lead .txtBox .name01 span, #container.information #infoIndex .categoryBox ul li a, #container.works #worksIndex .categoryBox ul li a, #container.works #worksIndex .categoryBox .sp02 ul li a, #container .pageNav ul li a, #container .cBlogList li span.date,
#container .cBlogList li span.cat, #container.information #infoDetail .blogTitle span.date,
#container.information #infoDetail .blogTitle span.cat, #container .worksIndexList li span, #container.works #worksDetail .works--lead .detailBox .works--title span.cat {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em; }

input[type="checkbox"],
input[type="radio"],
.fontDef {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

#container.works #worksDetail .works--poster h2,
#container.works #worksDetail .works--photo h2, #container.works #worksDetail .works--poster .credit,
#container.works #worksDetail .works--photo .credit,
.font01R {
  font-weight: 400; }

.cBtn01 a,
.font01M {
  font-weight: 500; }

.font01B {
  font-weight: 700; }

/* -----------------------------------------
-- 1. set
-- 2. title
-- 3. text
-- 4. list
-- 5. table
-- 6. btn
-- 7. other
----------------------------------------- */
/*--------------------------------------------------------------------
1. set
---------------------------------------------------------------------*/
/*--------------------------------------------------------------------
2. title
---------------------------------------------------------------------*/
#container.toppage #topInformation h2, #container.toppage #topWorks h2 {
  text-align: center;
  font-size: clamp(23px, 2.903vw, 36px);
  margin-bottom: 40px; }

/*--------------------------------------------------------------------
3. text
---------------------------------------------------------------------*/
/* sp common
------------------------------------------------------*/
/* link
------------------------------------------------------*/
#container.second section p a.txtlink, #container.second section li a.txtlink, #container.second section td a.txtlink, #container.second section dd a.txtlink {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.second section p a.txtlink::after, #container.second section li a.txtlink::after, #container.second section td a.txtlink::after, #container.second section dd a.txtlink::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--txBody);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime);
    opacity: 0; }
  #container.second section p a.txtlink:hover::after, #container.second section li a.txtlink:hover::after, #container.second section td a.txtlink:hover::after, #container.second section dd a.txtlink:hover::after {
    opacity: 1; }

/*--------------------------------------------------------------------
4. list
---------------------------------------------------------------------*/
/* normal mark
------------------------------------------------------*/
ul.cList01 > li, #container.second.privacy section ul > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cList01 > li::before, #container.second.privacy section ul > li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0; }

/* att
------------------------------------------------------*/
ul.cListAt01 > li, #container.second.contact #contactLead ul > li,
#container.second.thanks #contactLead ul > li, #container.second.privacy section ul.att > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cListAt01 > li::before, #container.second.contact #contactLead ul > li::before,
  #container.second.thanks #contactLead ul > li::before, #container.second.privacy section ul.att > li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0; }

/* numberlist type01 (num + .)
------------------------------------------------------*/
ol.cNumList01, #container.second.privacy section ol {
  counter-reset: num01; }
  ol.cNumList01 > li, #container.second.privacy section ol > li {
    padding-left: 1.2em;
    position: relative; }
    ol.cNumList01 > li::before, #container.second.privacy section ol > li::before {
      counter-increment: num01;
      content: counter(num01) ".";
      position: absolute;
      top: 0;
      left: 0; }

/* numberlist type02 (num + .)
------------------------------------------------------*/
ol.cNumList02 {
  counter-reset: num02; }
  ol.cNumList02 > li {
    padding-left: 2.5em;
    position: relative; }
    ol.cNumList02 > li::before {
      counter-increment: num02;
      content: "(" counter(num02) ")";
      position: absolute;
      top: 0;
      left: 0; }

/*--------------------------------------------------------------------
5. table
---------------------------------------------------------------------*/
table.cTb01, #form table {
  width: 100%;
  border-top: var(--lineCl01) 1px solid; }
  table.cTb01 th, #form table th, table.cTb01 td, #form table td {
    border-bottom: var(--lineCl01) 1px solid;
    padding: 25px 0;
    text-align: left;
    vertical-align: top;
    position: relative; }
  table.cTb01 th, #form table th {
    font-weight: 500; }
  @media screen and (max-width: 767px) {
    table.cTb01 th, #form table th, table.cTb01 td, #form table td {
      display: list-item;
      list-style-type: none;
      font-size: 1.4rem;
      line-height: 2;
      padding: 15px 0; }
    table.cTb01 th, #form table th {
      border-bottom: none;
      padding-bottom: 0; }
    table.cTb01 td, #form table td {
      padding-top: 0; } }

/*--------------------------------------------------------------------
6. btn
---------------------------------------------------------------------*/
.cBtn01 a {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  position: relative;
  text-align: left;
  overflow: hidden; }
  .cBtn01 a span.arw {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto;
    width: 11px;
    height: 11px; }
  .cBtn01 a::before, .cBtn01 a::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    animation-duration: .5s;
    animation-fill-mode: forwards; }
  .cBtn01 a::before {
    transform: translateX(0); }
  .cBtn01 a::after {
    transform: translateX(-105%); }
  .cBtn01 a:hover::before {
    animation-name: lineMove;
    animation-delay: 0; }
  .cBtn01 a:hover::after {
    animation-name: lineMove2;
    animation-delay: .6s; }
.cBtn01 a {
  width: 160px;
  height: 45px;
  letter-spacing: 0.025em;
  font-size: 1.7rem;
  line-height: 44px;
  color: var(--txBody); }
  .cBtn01 a span.arw {
    background-image: url("../images/ico_arrow_01.svg"); }
  .cBtn01 a::before, .cBtn01 a::after {
    background-color: var(--txBody); }
/*-- line anime --*/
@keyframes lineMove {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(105%); } }
@keyframes lineMove2 {
  from {
    transform: translateX(-105%); }
  to {
    transform: translateX(0); } }
/*--------------------------------------------------------------------
7. other
---------------------------------------------------------------------*/
header h1 a,
header .logo a, #ftrIn .ftrInfo .logo a, .spNavHdr .logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%; }
  header h1 a::before,
  header .logo a::before, #ftrIn .ftrInfo .logo a::before, .spNavHdr .logo a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    background-position: left center;
    position: absolute;
    top: 0;
    left: 0; }
header h1 a::before,
header .logo a::before, #ftrIn .ftrInfo .logo a::before {
  background-image: url("../images/logo.svg"); }
.spNavHdr .logo a::before {
  background-image: url("../images/logo_w.svg"); }

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px; }

/* -----------------------------------------
-- form
----------------------------------------- */
/*--------------------------------------------------------------------
cBnrArea
---------------------------------------------------------------------*/
.cBnrArea {
  width: 740px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  padding-bottom: 130px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    .cBnrArea {
      padding-bottom: 11.0169%; } }
  @media screen and (max-width: 767px) {
    .cBnrArea {
      padding-bottom: 12.7119%; } }

/*--------------------------------------------------------------------
form
---------------------------------------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  position: relative;
  margin: 0 4px 0 0;
  top: -1px; }

#form table {
  margin-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #form table {
      margin-bottom: liquid2(80); } }
  @media screen and (max-width: 767px) {
    #form table {
      margin-bottom: 40px; } }
  #form table th,
  #form table td {
    line-height: calc(40/18); }
  #form table th {
    width: 285px;
    padding-top: 30px;
    padding-left: 5px;
    font-size: clamp(16px, 1.452vw, 18px);
    font-weight: 500; }
    @media screen and (max-width: 999px) {
      #form table th {
        width: 200px; } }
  #form table th > div {
    font-size: clamp(12px, 1.129vw, 14px);
    text-align: left;
    line-height: 19px;
    line-height: calc(20/14); }
  #form table td {
    vertical-align: middle;
    font-size: 1em;
    padding-left: 25px; }
  @media screen and (max-width: 767px) {
    #form table th {
      width: 100%;
      padding-bottom: 20px; }
    #form table td {
      padding-left: 0;
      padding-bottom: 25px;
      font-size: 1.5rem; } }
  #form table td.chk label {
    display: block; }
    #form table td.chk label span.en {
      display: block;
      margin-left: 1.5em;
      font-size: clamp(12px, 1.129vw, 14px); }
  #form table td.name div {
    width: 50%;
    float: left;
    padding-right: 10px; }
    #form table td.name div + div {
      padding-left: 10px;
      padding-right: 0; }
    @media screen and (max-width: 767px) {
      #form table td.name div {
        width: auto;
        float: none;
        padding-right: 0; }
        #form table td.name div + div {
          padding-left: 0;
          padding-right: 0;
          padding-top: 15px; } }
  #form table td.file p span {
    display: block;
    margin-left: 1em;
    font-size: clamp(12px, 1.129vw, 14px); }
  #form table td.privacy span,
  #form table td.privacy label {
    margin-top: 10px;
    font-weight: 500;
    font-size: clamp(16px, 1.371vw, 17px); }
  #form table td.privacy span.en {
    display: block;
    margin-top: 0;
    margin-left: 1.5em;
    font-size: clamp(12px, 1.129vw, 14px); }
  #form table td p {
    margin-top: 10px;
    font-size: clamp(12px, 1.129vw, 14px); }
  #form table ::placeholder {
    color: #bbbbbb; }

/*--form parts --*/
#form {
  /*
  input[type="file"]::file-selector-button {
  	margin-right: 15px;
  }*/ }
  #form input[type="text"],
  #form input[type="email"],
  #form input[type="url"],
  #form input[type="tel"],
  #form textarea {
    background-color: #f5f5f5;
    padding: 12px 10px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #form input[type="text"],
      #form input[type="email"],
      #form input[type="url"],
      #form input[type="tel"],
      #form textarea {
        padding: 10px;
        font-size: 16px; } }
  #form textarea {
    height: 10em; }
  #form .file-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px; }
    #form .file-wrapper label {
      display: inline-block;
      background: #e4e4e4;
      padding: 6px 30px;
      border-radius: 4px;
      cursor: pointer;
      font-size: 14px;
      transition: background 0.3s; }
    #form .file-wrapper input[type="file"] {
      display: none; }
    #form .file-wrapper .file-name {
      font-size: 14px;
      color: #333; }

/*--form btn--*/
#form .formBtn button,
#form .formBtn input,
.btnThanks a {
  display: block;
  width: 300px;
  height: 66px;
  max-width: 100%;
  border-radius: 50vw;
  border: var(--txBody) 1px solid;
  color: var(--txBody);
  font-size: clamp(15px, 1.371vw, 17px);
  text-align: center;
  line-height: 64px;
  cursor: pointer; }
  #form .formBtn button:hover,
  #form .formBtn input:hover,
  .btnThanks a:hover {
    background-color: var(--txBody);
    color: #fff; }
  @media screen and (max-width: 767px) {
    #form .formBtn button,
    #form .formBtn input,
    .btnThanks a {
      width: 260px;
      height: 50px;
      line-height: 50px;
      font-size: 1.4rem; } }

#form .formBtn {
  margin-top: 30px;
  text-align: center; }

#form .formBtn button,
#form .formBtn input,
.btnThanks a {
  margin: 0 auto;
  transition: var(--trTime); }
  #form .formBtn button span,
  #form .formBtn input span,
  .btnThanks a span {
    font-size: clamp(12px, 1.129vw, 14px); }

.btnThanks {
  padding: 80px 0 80px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    .btnThanks {
      padding: 6.7797% 0 6.7797%; } }
  @media screen and (max-width: 767px) {
    .btnThanks {
      padding: 40px 0 40px; } }

.wpcf7-list-item {
  display: block !important; }

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em !important;
  padding: 1em !important; }

.wpcf7 form.sent .wpcf7-response-output {
  /* 送信ボタン下完了時 */
  border-color: transparent !important; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  /* 送信ボタン下未入力警告 */
  border-color: transparent !important;
  color: red !important;
  text-align: center !important; }

.wpcf7-not-valid-tip {
  /* 必須未入力項目下の文章 */
  border-color: transparent !important;
  font-size: 12px;
  color: red !important; }

.wpcf7-form-control-wrap.recaptcha {
  display: block;
  padding-bottom: 30px; }

/*-----------------------------------------------------
base setting
--------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth; }

.iphone body,
.ipad body,
.ipod body {
  cursor: pointer; }

*:focus {
  outline: none; }

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  background-color: var(--bgBody);
  color: var(--txBody); }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
html, body {
  height: 100%; }

body {
  width: 100%;
  text-align: center; }

a {
  color: var(--txBody);
  text-decoration: none;
  transition: all var(--trTime); }

strong {
  font-weight: bold; }

img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic; }

#wrapper {
  position: relative; }

/* -----------------------------------------------------------------------
clearfix
------------------------------------------------------------------------- */
#ftrIn,
#ftrBtm,
.wrapBoxW, #mainTitle h1,
#mainTitle .pageTitle, #container.toppage section, #container.second section, #mainImage .inner,
.wrapBox, #container.second.profile section#profile--lead, #container.second.profile section#profile--detail, #container.works #worksIndex,
.wrapBoxC, #container.second.privacy section, #container.information #infoIndex, #container.information #infoDetail, #container.works #worksDetail,
.wrapBoxS,
.clearfix,
header,
section {
  display: block; }
  #ftrIn::after,
  #ftrBtm::after,
  .wrapBoxW::after, #mainTitle h1::after,
  #mainTitle .pageTitle::after, #container.toppage section::after, #container.second section::after, #mainImage .inner::after,
  .wrapBox::after, #container.second.profile section#profile--lead::after, #container.second.profile section#profile--detail::after, #container.works #worksIndex::after,
  .wrapBoxC::after, #container.second.privacy section::after, #container.information #infoIndex::after, #container.information #infoDetail::after, #container.works #worksDetail::after,
  .wrapBoxS::after, #ftrIn::before,
  #ftrBtm::before,
  .wrapBoxW::before, #mainTitle h1::before,
  #mainTitle .pageTitle::before, #container.toppage section::before, #container.second section::before, #mainImage .inner::before,
  .wrapBox::before, #container.second.profile section#profile--lead::before, #container.second.profile section#profile--detail::before, #container.works #worksIndex::before,
  .wrapBoxC::before, #container.second.privacy section::before, #container.information #infoIndex::before, #container.information #infoDetail::before, #container.works #worksDetail::before,
  .wrapBoxS::before,
  .clearfix::after,
  .clearfix::before,
  header::after,
  header::before,
  section::after,
  section::before {
    content: "";
    display: block;
    clear: both; }

/*--------------------------------------------------------------------
   header
---------------------------------------------------------------------*/
.drawer-open header {
  z-index: inherit; }

#wrapper {
  padding-top: var(--hdrH); }
  @media screen and (max-width: 767px) {
    #wrapper {
      padding-top: var(--hdrHsp); } }

header {
  background-color: #fff;
  height: var(--hdrH);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200; }
  @media screen and (max-width: 767px) {
    header {
      height: var(--hdrHsp); } }
  header h1,
  header .logo {
    width: 144px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: 40px; }
    @media screen and (max-width: 767px) {
      header h1,
      header .logo {
        width: 104px;
        height: 32.5px;
        margin-left: 17.5px; } }
  header nav {
    margin-left: 210px;
    padding-right: 285px;
    padding-top: 30px;
    position: relative; }
    header nav > ul {
      text-align: right;
      height: 40px; }
      header nav > ul > li {
        display: inline-block;
        margin-left: 35px;
        position: relative; }
        header nav > ul > li > a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: block;
          height: 40px;
          line-height: 40px;
          color: var(--txBody);
          font-size: clamp(15px, 1.29vw, 16px);
          letter-spacing: 0.05em;
          cursor: pointer; }
          header nav > ul > li > a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: var(--txBody);
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          header nav > ul > li > a:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
        header nav > ul > li > span::after {
          display: none; }
  header #hdrBtn {
    width: 265px;
    height: var(--hdrH);
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 40px; }
    header #hdrBtn ul.sns {
      width: 65px;
      height: 28px;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 34px; }
      header #hdrBtn ul.sns li {
        width: 28px;
        float: left; }
        header #hdrBtn ul.sns li:nth-child(2) {
          float: right; }
        header #hdrBtn ul.sns li a {
          display: block;
          width: 28px;
          height: 28px; }
          header #hdrBtn ul.sns li a:hover {
            opacity: 0.8; }
    header #hdrBtn > a {
      display: block;
      width: 130px;
      height: 40px;
      border-radius: 3px;
      background-color: var(--txBody);
      color: #fff;
      text-align: center;
      line-height: 40px;
      font-size: 1.5rem;
      position: absolute;
      right: 0;
      top: 0;
      margin-top: 30px;
      margin-right: 50px; }
      header #hdrBtn > a:hover {
        background-color: var(--pointCl01); }

/* scrolling
-----------------------*/
/*--is-fixed--*/
.is-fixed {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

/*--------------------------------------------------------------------
   footer
---------------------------------------------------------------------*/
footer {
  padding-bottom: 60px;
  border-top: var(--lineCl01) 1px solid; }

#ftrIn,
#ftrBtm {
  width: 1340px; }

#ftrIn {
  padding-top: 45px;
  padding-bottom: 15px; }
  #ftrIn nav {
    width: calc(100% - 330px);
    float: right; }
    #ftrIn nav ul {
      text-align: right; }
      #ftrIn nav ul > li {
        display: inline-block;
        margin-left: 25px;
        margin-bottom: 7px;
        position: relative; }
        #ftrIn nav ul > li > a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: block;
          height: 36px;
          line-height: 36px;
          color: var(--txBody);
          font-size: clamp(14px, 1.21vw, 15px);
          letter-spacing: 0.05em;
          cursor: pointer; }
          #ftrIn nav ul > li > a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: var(--txBody);
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          #ftrIn nav ul > li > a:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
        #ftrIn nav ul > li > span::after {
          display: none; }
  #ftrIn .ftrInfo {
    width: 305px;
    float: left;
    display: block; }
    #ftrIn .ftrInfo::after, #ftrIn .ftrInfo::before {
      content: "";
      display: block;
      clear: both; }
    #ftrIn .ftrInfo .logo {
      width: 144px;
      height: 45px;
      overflow: hidden;
      float: left; }
    #ftrIn .ftrInfo .sns {
      width: 133px;
      height: 36px;
      float: right;
      display: flex;
      justify-content: space-between; }
      #ftrIn .ftrInfo .sns li {
        width: 36px; }
        #ftrIn .ftrInfo .sns li a {
          display: block;
          width: 36px;
          height: 36px; }
          #ftrIn .ftrInfo .sns li a:hover {
            opacity: 0.8; }
  @media screen and (max-width: 767px) {
    #ftrIn {
      padding-top: 18.6567%;
      padding-bottom: 20px; }
      #ftrIn nav {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-bottom: 11.194%; }
        #ftrIn nav ul {
          display: block; }
          #ftrIn nav ul::after, #ftrIn nav ul::before {
            content: "";
            display: block;
            clear: both; }
          #ftrIn nav ul > li {
            display: block;
            margin-left: 0;
            margin-bottom: 0;
            width: 50%;
            float: left;
            text-align: center;
            line-height: 3; }
            #ftrIn nav ul > li a::after {
              display: none; }
      #ftrIn .ftrInfo {
        width: auto;
        float: none;
        margin: 0 auto; }
        #ftrIn .ftrInfo .logo {
          width: 104px;
          height: 32.5px;
          overflow: hidden;
          float: none;
          margin: 0 auto 15px; }
        #ftrIn .ftrInfo .sns {
          width: 127.5px;
          height: 29px;
          float: none;
          margin: 0 auto; }
          #ftrIn .ftrInfo .sns li {
            width: 29px; }
            #ftrIn .ftrInfo .sns li a {
              width: 29px;
              height: 29px; } }

#ftrBtm {
  display: flex;
  flex-direction: row-reverse; }
  #ftrBtm .link {
    margin-left: 1em; }
    #ftrBtm .link a {
      display: inline-block;
      overflow: hidden;
      position: relative;
      transition: all var(--trTime);
      line-height: 25px;
      color: var(--txBody);
      font-size: clamp(14px, 1.21vw, 15px);
      letter-spacing: 0.05em; }
      #ftrBtm .link a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: var(--txBody);
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .3s;
        z-index: 1000; }
      #ftrBtm .link a:hover::after {
        transform: scale(1, 1);
        transform-origin: left top; }
  #ftrBtm .copy {
    color: var(--txBody);
    font-size: clamp(12px, 1.048vw, 13px);
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #333333; }
    #ftrBtm .copy a {
      color: #333333; }
  @media screen and (max-width: 767px) {
    #ftrBtm {
      display: block; }
      #ftrBtm .link {
        margin-left: 0;
        margin-bottom: 20px;
        text-align: center; }
        #ftrBtm .link a::after {
          display: none; }
      #ftrBtm .copy {
        text-align: center; } }

/*--------------------------------------------------------------------
   mainTitle
---------------------------------------------------------------------*/
#mainTitle {
  width: 100%;
  padding-top: 320px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #mainTitle {
      padding-top: 27.1186%; } }
  @media screen and (max-width: 767px) {
    #mainTitle {
      padding-top: 42.6667%; } }
  #mainTitle h1,
  #mainTitle .pageTitle {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: center;
    font-size: clamp(23px, 2.903vw, 36px); }

/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
#container {
  overflow: hidden; }
  #container.toppage {
    padding-bottom: 30px; }
    #container.toppage section {
      padding-bottom: 100px; }
    @media screen and (min-width: 768px) and (max-width: 1239px) {
      #container.toppage {
        padding-bottom: 2.5424%; }
        #container.toppage section {
          padding-bottom: 8.4746%; } }
    @media screen and (max-width: 767px) {
      #container.toppage {
        padding-bottom: 4%; }
        #container.toppage section {
          padding-bottom: 13.3333%; } }
  #container.second {
    padding-bottom: 10px; }
    #container.second section {
      padding-bottom: 80px; }
    @media screen and (min-width: 768px) and (max-width: 1239px) {
      #container.second {
        padding-bottom: 0.8475%; }
        #container.second section {
          padding-bottom: 6.7797%; } }
    @media screen and (max-width: 767px) {
      #container.second {
        padding-bottom: 1.3333%; }
        #container.second section {
          padding-bottom: 10.6667%; } }

/* base
-----------------------*/
div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
  font-size: clamp(16px, 1.452vw, 18px);
  line-height: calc(40/18);
  text-align: left;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
      font-size: 1.6rem;
      line-height: calc(60/30) !important; } }
div[id="container"] p + * {
  margin-top: 30px; }
div[id="container"] ul + * {
  margin-top: 30px; }
div[id="container"] ol + * {
  margin-top: 30px; }
div[id="container"] dl + * {
  margin-top: 30px; }
div[id="container"] table + * {
  margin-top: 30px; }

/*===========================================
_drawer.scss
=============================================*/
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 9000;
  top: 0;
  overflow: hidden;
  width: 380px;
  max-width: 100%;
  height: 100%;
  color: #fff;
  background-color: var(--txBody); }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -100%;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  /*right: 16.25rem;*/ }

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 99999;
  top: 0;
  display: block;
  box-sizing: border-box;
  width: 47px;
  height: 47px;
  padding: 0 15px;
  background-color: var(--txBody);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  border-radius: 50vw;
  margin-top: calc((80px - 47px)/2);
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger {
      width: calc(54px * 0.6);
      height: calc(54px * 0.6);
      padding: 0 calc(15px * 0.6);
      margin-top: calc((55px - 54px * 0.6)/2);
      margin-right: 10px; } }

.fancybox-active .drawer-hamburger {
  display: none; }

.drawer-hamburger:hover {
  cursor: pointer; }

.drawer-hamburger-icon {
  position: relative;
  display: block; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff; }

.drawer-hamburger-icon {
  background-color: transparent; }

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -3px;
  left: 0;
  content: ' '; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
      top: -2px; } }

.drawer-hamburger-icon:after {
  top: 3px; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger-icon:after {
      top: 2px; } }

.drawer-open .drawer-hamburger {
  position: fixed;
  background-color: #fff; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background-color: var(--txBody); }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto; }

/*
@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
*/
/*!------------------------------------*\
    add
\*!------------------------------------*/
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right .drawer-hamburger {
  right: 0px; }

@media screen and (max-width: 767px) {
  .drawer-nav {
    width: 100%; } }
/*--------------------------------------------------------------------
   hamburger
---------------------------------------------------------------------*/
.drawer-hamburger {
  display: none;
  z-index: 99999; }

@media screen and (max-width: 999px) {
  .drawer-hamburger {
    display: block; }

  header nav {
    display: none; }

  header #hdrBtn {
    display: none; } }
/*--------------------------------------------------------------------
   menu
---------------------------------------------------------------------*/
.spNavHdr {
  position: relative;
  height: var(--hdrH); }
  @media screen and (max-width: 767px) {
    .spNavHdr {
      height: var(--hdrHsp); } }
  .spNavHdr .logo {
    width: 144px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: 40px; }
    @media screen and (max-width: 767px) {
      .spNavHdr .logo {
        width: 104px;
        height: 32.5px;
        margin-left: 17.5px; } }

.spNav {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }
  .spNav a {
    color: #fff; }
  .spNav ul {
    text-align: center; }
    .spNav ul li a {
      display: block;
      padding: calc(40 / 30 * 1em) 0;
      font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .spNav {
      padding-left: 20px;
      padding-right: 20px; }
      .spNav ul li {
        font-size: 1.5rem; } }

.spNavBtm ul.sns {
  width: 77px;
  height: 32px;
  overflow: hidden;
  margin: 0 auto; }
  .spNavBtm ul.sns li {
    width: 32px;
    float: left; }
    .spNavBtm ul.sns li:nth-child(2) {
      float: right; }
    .spNavBtm ul.sns li a {
      display: block;
      width: 32px;
      height: 32px; }
      .spNavBtm ul.sns li a:hover {
        opacity: 0.8; }

/* -----------------------------------------
-- 1. toppage
-- 2. local
----------------------------------------- */
/*--------------------------------------------------------------------
1. toppage
---------------------------------------------------------------------*/
/*mainimage
------------------------------------------------------*/
#mainImage {
  position: relative;
  padding-top: 610px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #mainImage {
      padding-top: 51.6949%; } }
  #mainImage .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    #mainImage .inner img {
      display: block;
      width: 28.0645%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transform: translate(-50%, -55%); }
  #mainImage .scroll {
    position: relative; }
  #mainImage .scroll-border {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 100px;
    background-color: #cccccc;
    overflow: hidden;
    margin: auto; }
  #mainImage .scroll-border::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    background: #333333;
    animation: scrollbar 2.0s ease-in-out infinite;
    margin: auto; }
@keyframes scrollbar {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(350%);
    transform: translateY(350%); } }
  @media screen and (max-width: 767px) {
    #mainImage {
      padding-top: 97.3333%; }
      #mainImage .inner img {
        width: 56.7164%;
        transform: translate(-50%, -60%); }
      #mainImage .scroll-border {
        height: 75px; }
      #mainImage .scroll-border::before {
        height: 30px; } }

/*container
------------------------------------------------------*/
#container.toppage #topInformation {
  padding-top: 75px;
  padding-bottom: 110px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.toppage #topInformation {
      padding-top: 6.3559%;
      padding-bottom: 9.322%; } }
  #container.toppage #topInformation ul {
    width: 700px;
    max-width: 100%;
    margin: 0 auto 25px; }
    #container.toppage #topInformation ul li {
      display: flex;
      justify-content: flex-start;
      padding: 10px 0; }
      #container.toppage #topInformation ul li span.date,
      #container.toppage #topInformation ul li span.cat {
        display: block;
        font-size: 1.5rem;
        line-height: 30px; }
      #container.toppage #topInformation ul li span.date {
        width: 90px; }
      #container.toppage #topInformation ul li span.cat {
        width: 110px;
        text-align: center; }
      #container.toppage #topInformation ul li p {
        flex: 1;
        font-size: clamp(16px, 1.371vw, 17px);
        line-height: calc(30/17); }
        #container.toppage #topInformation ul li p a {
          text-decoration: none; }
          #container.toppage #topInformation ul li p a:hover {
            text-decoration: underline; }
  #container.toppage #topInformation .cBtn01 a {
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #topInformation {
      padding-top: 12%;
      padding-bottom: 20%; }
      #container.toppage #topInformation ul {
        border-top: var(--lineCl01) 1px solid; }
        #container.toppage #topInformation ul li {
          border-bottom: var(--lineCl01) 1px solid;
          display: block;
          padding: 25px 0; }
          #container.toppage #topInformation ul li span.date,
          #container.toppage #topInformation ul li span.cat {
            display: inline-block; }
          #container.toppage #topInformation ul li span.cat {
            text-align: left; } }

#container.toppage #topWorks {
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.toppage #topWorks {
      padding-bottom: 8.4746%; } }
  #container.toppage #topWorks ul {
    display: block; }
    #container.toppage #topWorks ul::after, #container.toppage #topWorks ul::before {
      content: "";
      display: block;
      clear: both; }
    #container.toppage #topWorks ul li {
      width: 16.1017%;
      float: left;
      margin-right: 0.5932%; }
      #container.toppage #topWorks ul li:nth-child(6n) {
        margin-right: 0; }
      #container.toppage #topWorks ul li a {
        display: block; }
        #container.toppage #topWorks ul li a .img {
          padding-top: 145.2631578947%;
          position: relative;
          overflow: hidden; }
          #container.toppage #topWorks ul li a .img img {
            object-fit: cover;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            transition: all 0.5s; }
        #container.toppage #topWorks ul li a:hover .img img {
          transform: scale(1.15); }
  #container.toppage #topWorks .cBtn01 a {
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #topWorks {
      padding-bottom: 13.3333%; }
      #container.toppage #topWorks ul li {
        width: calc(50% - 5px);
        margin-right: 0;
        margin-bottom: 10px; }
        #container.toppage #topWorks ul li:nth-child(2n) {
          float: right; } }

/*--------------------------------------------------------------------
2. local
---------------------------------------------------------------------*/
/*profile
------------------------------------------------------*/
#container.second.profile section#profile--lead {
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.second.profile section#profile--lead {
      padding-bottom: 5.3571%; } }
  #container.second.profile section#profile--lead .imgBox {
    width: 25%;
    float: left; }
  #container.second.profile section#profile--lead .txtBox {
    width: 72.3214%;
    float: right; }
    #container.second.profile section#profile--lead .txtBox .name01 {
      font-size: clamp(18px, 2.258vw, 28px); }
      #container.second.profile section#profile--lead .txtBox .name01 span {
        display: inline-block;
        margin-left: 1em;
        font-size: clamp(14px, 1.29vw, 16px); }
    #container.second.profile section#profile--lead .txtBox .name02 {
      margin-top: 15px;
      font-size: clamp(15px, 1.29vw, 16px);
      line-height: calc(32/16); }
  @media screen and (max-width: 767px) {
    #container.second.profile section#profile--lead {
      padding-bottom: 17.9104%; }
      #container.second.profile section#profile--lead .imgBox {
        width: auto;
        float: none;
        margin: 0 auto;
        width: 59.7015%;
        margin: 0 auto 20px; }
      #container.second.profile section#profile--lead .txtBox {
        width: auto;
        float: none;
        margin: 0 auto; }
        #container.second.profile section#profile--lead .txtBox .name01 {
          text-align: center; }
          #container.second.profile section#profile--lead .txtBox .name01 span {
            display: block;
            margin-left: 0; }
        #container.second.profile section#profile--lead .txtBox .name02 {
          margin-top: 10px;
          text-align: center; } }
#container.second.profile section#profile--detail .inner + .inner {
  margin-top: 3.5714%; }
#container.second.profile section#profile--detail .inner {
  display: block; }
  #container.second.profile section#profile--detail .inner::after, #container.second.profile section#profile--detail .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.profile section#profile--detail .inner .titBox {
    width: 22.3214%;
    float: left; }
    #container.second.profile section#profile--detail .inner .titBox h2 {
      text-align: left;
      font-size: clamp(17px, 1.532vw, 19px);
      line-height: calc(36/19); }
  #container.second.profile section#profile--detail .inner .txtBox {
    width: 77.6786%;
    float: right; }
    #container.second.profile section#profile--detail .inner .txtBox p {
      font-size: clamp(16px, 1.532vw, 19px);
      line-height: calc(36/19); }
    #container.second.profile section#profile--detail .inner .txtBox ul {
      text-align: left; }
      #container.second.profile section#profile--detail .inner .txtBox ul li {
        display: inline-block;
        margin-right: 5px; }
        #container.second.profile section#profile--detail .inner .txtBox ul li img {
          width: auto;
          height: 180px; }
          @media screen and (max-width: 999px) {
            #container.second.profile section#profile--detail .inner .txtBox ul li img {
              height: 150px; } }
@media screen and (max-width: 767px) {
  #container.second.profile section#profile--detail .inner + .inner {
    margin-top: 19.403%; }
  #container.second.profile section#profile--detail .inner .titBox {
    width: auto;
    float: none;
    margin: 0 auto;
    border-bottom: var(--lineCl01) 1px solid; }
    #container.second.profile section#profile--detail .inner .titBox h2 {
      padding-bottom: 15px; }
  #container.second.profile section#profile--detail .inner .txtBox {
    width: auto;
    float: none;
    margin: 0 auto;
    padding-top: 20px; }
    #container.second.profile section#profile--detail .inner .txtBox ul {
      display: block; }
      #container.second.profile section#profile--detail .inner .txtBox ul::after, #container.second.profile section#profile--detail .inner .txtBox ul::before {
        content: "";
        display: block;
        clear: both; }
      #container.second.profile section#profile--detail .inner .txtBox ul li {
        display: block;
        width: calc(50% - 5px);
        float: left;
        margin-right: 0;
        margin-bottom: 10px; }
        #container.second.profile section#profile--detail .inner .txtBox ul li:nth-child(2n) {
          float: right; }
        #container.second.profile section#profile--detail .inner .txtBox ul li img {
          display: block;
          margin: 0 auto; } }

/*contact
------------------------------------------------------*/
#container.second.contact section,
#container.second.thanks section {
  width: 1080px; }
#container.second.contact #contactLead .title,
#container.second.thanks #contactLead .title {
  text-align: left;
  font-size: clamp(17px, 1.532vw, 19px);
  line-height: calc(32/19);
  margin-bottom: 20px; }
#container.second.contact #contactLead ul li + li,
#container.second.thanks #contactLead ul li + li {
  margin-top: 10px; }
#container.second.contact #contactLead ul li span,
#container.second.thanks #contactLead ul li span {
  display: block;
  font-size: clamp(13px, 1.21vw, 15px);
  line-height: 1.5; }
#container.second.contact #contactLead p a,
#container.second.contact #contactLead li a,
#container.second.thanks #contactLead p a,
#container.second.thanks #contactLead li a {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.second.contact #contactLead p a::after,
  #container.second.contact #contactLead li a::after,
  #container.second.thanks #contactLead p a::after,
  #container.second.thanks #contactLead li a::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--txBody);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime); }
  #container.second.contact #contactLead p a:hover::after,
  #container.second.contact #contactLead li a:hover::after,
  #container.second.thanks #contactLead p a:hover::after,
  #container.second.thanks #contactLead li a:hover::after {
    opacity: 0; }
#container.second.contact #contactLead.thanks .title,
#container.second.thanks #contactLead.thanks .title {
  text-align: center; }
#container.second.contact .formArea #form table,
#container.second.thanks .formArea #form table {
  margin-top: 10px; }

/*privacy
------------------------------------------------------*/
#container.second.privacy section h2 {
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(18px, 1.935vw, 24px);
  line-height: 1.5;
  font-weight: 500; }
#container.second.privacy section * + h2 {
  margin-top: 50px; }
#container.second.privacy section ul {
  margin-top: 0; }
#container.second.privacy section ul.att {
  margin-top: 0; }
#container.second.privacy section ol {
  margin-top: 0; }
#container.second.privacy section p {
  word-break: break-all; }
#container.second.privacy section * a {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.second.privacy section * a::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--txBody);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime); }
  #container.second.privacy section * a:hover::after {
    opacity: 0; }

/*----------------------------------------------------------
Variables
-----------------------------------------------------------*/
/*-----------------------------------------------------
category
--------------------------------------------------------*/
#container.information #infoIndex .categoryBox ul, #container.works #worksIndex .categoryBox ul {
  text-align: center; }
  #container.information #infoIndex .categoryBox ul li, #container.works #worksIndex .categoryBox ul li {
    display: inline-block;
    margin: 0 15px 10px; }
    #container.information #infoIndex .categoryBox ul li a, #container.works #worksIndex .categoryBox ul li a {
      display: inline-block;
      overflow: hidden;
      position: relative;
      transition: all var(--trTime);
      height: 40px;
      line-height: 40px;
      font-size: clamp(17px, 1.532vw, 19px); }
      #container.information #infoIndex .categoryBox ul li a::after, #container.works #worksIndex .categoryBox ul li a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: var(--txBody);
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .3s;
        z-index: 1000; }
      #container.information #infoIndex .categoryBox ul li a:hover::after, #container.works #worksIndex .categoryBox ul li a:hover::after {
        transform: scale(1, 1);
        transform-origin: left top; }
  #container.information #infoIndex .categoryBox ul.all li:nth-child(1) a::after, #container.works #worksIndex .categoryBox ul.all li:nth-child(1) a::after {
    transform: scale(1, 1); }
  @media screen and (max-width: 767px) {
    #container.information #infoIndex .categoryBox ul, #container.works #worksIndex .categoryBox ul {
      margin: 0 auto; }
      #container.information #infoIndex .categoryBox ul li, #container.works #worksIndex .categoryBox ul li {
        margin: 0 15px 5px; }
        #container.information #infoIndex .categoryBox ul li a, #container.works #worksIndex .categoryBox ul li a {
          height: 30px;
          line-height: 30px;
          font-size: 1.5rem; }
        #container.information #infoIndex .categoryBox ul li.all, #container.works #worksIndex .categoryBox ul li.all {
          width: 100%;
          text-align: center; } }

#container.works #worksIndex .categoryBox .sp02 ul {
  text-align: center; }
  #container.works #worksIndex .categoryBox .sp02 ul li {
    display: inline-block;
    margin: 0 15px 10px; }
    #container.works #worksIndex .categoryBox .sp02 ul li a {
      display: inline-block;
      overflow: hidden;
      position: relative;
      transition: all var(--trTime);
      height: 40px;
      line-height: 40px;
      font-size: clamp(17px, 1.532vw, 19px); }
      #container.works #worksIndex .categoryBox .sp02 ul li a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: var(--txBody);
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .3s;
        z-index: 1000; }
      #container.works #worksIndex .categoryBox .sp02 ul li a:hover::after {
        transform: scale(1, 1);
        transform-origin: left top; }
  #container.works #worksIndex .categoryBox .sp02 ul.all li:nth-child(1) a::after {
    transform: scale(1, 1); }
  @media screen and (max-width: 767px) {
    #container.works #worksIndex .categoryBox .sp02 ul {
      margin: 0 auto; }
      #container.works #worksIndex .categoryBox .sp02 ul li {
        margin: 0 5px 5px; }
        #container.works #worksIndex .categoryBox .sp02 ul li a {
          border: #dddddd 1px solid;
          border-radius: 50vw;
          background-color: #f5f4f4;
          padding-left: 1em;
          padding-right: 1em;
          height: 35px;
          line-height: 35px;
          font-size: 1.4rem; }
          #container.works #worksIndex .categoryBox .sp02 ul li a::after {
            display: none; }
          #container.works #worksIndex .categoryBox .sp02 ul li a:hover {
            background-color: #d5d4d4; }
      #container.works #worksIndex .categoryBox .sp02 ul.all li:nth-child(1) a {
        background-color: #d5d4d4; } }

#container.information #infoIndex .categoryBox .selectbox, #container.works #worksIndex .categoryBox .selectbox {
  display: inline-flex;
  align-items: center;
  position: relative; }
  #container.information #infoIndex .categoryBox .selectbox::after, #container.works #worksIndex .categoryBox .selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none; }
  #container.information #infoIndex .categoryBox .selectbox select, #container.works #worksIndex .categoryBox .selectbox select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: 0.4em calc(.8em + 30px) 0.4em 0.8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer; }

/*=============
plugin
==============*/
/*-----------------------------------------------------
wp-pagenavi
--------------------------------------------------------*/
#container .wp-pagenavi {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    #container .wp-pagenavi {
      margin-top: 40px;
      padding-bottom: 40px; } }
  #container .wp-pagenavi span,
  #container .wp-pagenavi a {
    display: block;
    margin: 0 5px;
    width: 54px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 52px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      #container .wp-pagenavi span,
      #container .wp-pagenavi a {
        width: 37.8px;
        line-height: 36.4px;
        font-size: 12px; } }
  #container .wp-pagenavi .page_num {
    display: none; }
  #container .wp-pagenavi a:hover {
    background-color: #f5f5f5;
    color: var(--txBody); }
  #container .wp-pagenavi .extend {
    border: none; }
  #container .wp-pagenavi .current {
    color: #fff;
    border-color: var(--txBody);
    background-color: var(--txBody); }
  #container .wp-pagenavi a.previouspostslink {
    display: none; }
  #container .wp-pagenavi a.first {
    display: none; }

/*-----------------------------------------------------
single pager
--------------------------------------------------------*/
/* pageNav
--------------*/
#container .pageNav ul {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 10px; }
#container .pageNav ul li {
  flex-basis: 100px;
  height: 40px; }
#container .pageNav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--txBody);
  line-height: 40px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600; }
  #container .pageNav ul li a:hover {
    text-decoration: underline; }
#container .pageNav ul li.prev a {
  padding-left: 20px;
  text-align: left;
  position: relative; }
  #container .pageNav ul li.prev a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 8px;
    height: 12px;
    background-image: url("../images/prev.svg");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0; }
#container .pageNav ul li.next a {
  padding-right: 20px;
  text-align: right;
  position: relative; }
  #container .pageNav ul li.next a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 8px;
    height: 12px;
    background-image: url("../images/next.svg");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto; }
@media screen and (max-width: 767px) {
  #container .pageNav ul li a {
    font-size: 1.4rem; }
  #container .pageNav ul li.prev a {
    padding-left: 15px; }
    #container .pageNav ul li.prev a::before {
      width: 4px;
      height: 6px; }
  #container .pageNav ul li.next a {
    padding-right: 15px; }
    #container .pageNav ul li.next a::before {
      width: 4px;
      height: 6px; } }

/* -----------------------------------------
category
----------------------------------------- */
#container.information #infoIndex .categoryBox {
  padding-bottom: 6.25%; }
  @media screen and (max-width: 767px) {
    #container.information #infoIndex .categoryBox {
      padding-bottom: 14.9254%; } }

/* -----------------------------------------
list
----------------------------------------- */
#container .cBlogList {
  overflow: hidden;
  border-top: var(--lineCl01) 1px solid; }
  #container .cBlogList li {
    border-bottom: var(--lineCl01) 1px solid;
    display: flex;
    justify-content: flex-start;
    padding: 35px 0; }
    #container .cBlogList li span.date,
    #container .cBlogList li span.cat {
      display: block;
      font-size: 1.5rem;
      line-height: 30px; }
    #container .cBlogList li span.date {
      width: 90px; }
    #container .cBlogList li span.cat {
      width: 110px;
      text-align: center; }
    #container .cBlogList li p {
      flex: 1;
      font-size: clamp(16px, 1.371vw, 17px);
      line-height: calc(30/17); }
      #container .cBlogList li p a {
        text-decoration: none; }
        #container .cBlogList li p a:hover {
          text-decoration: underline; }
  @media screen and (max-width: 767px) {
    #container .cBlogList li {
      display: block;
      padding: 25px 0; }
      #container .cBlogList li span.date,
      #container .cBlogList li span.cat {
        display: inline-block; }
      #container .cBlogList li span.cat {
        text-align: left; } }

/*-----------------------------------------------------
title
--------------------------------------------------------*/
#container.information #infoDetail .blogTitle {
  border-bottom: var(--lineCl01) 1px solid;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: left; }
  #container.information #infoDetail .blogTitle span.date,
  #container.information #infoDetail .blogTitle span.cat {
    display: inline-block;
    margin-right: 2em;
    margin-bottom: 16px;
    font-size: 1.5rem;
    line-height: 30px; }
  #container.information #infoDetail .blogTitle h1 {
    text-align: left;
    font-size: clamp(20px, 2.258vw, 28px);
    line-height: calc(52 / 30); }
@media screen and (max-width: 767px) {
  #container.information #infoDetail .blogTitle {
    padding-bottom: 10px;
    margin-bottom: 15px; }
    #container.information #infoDetail .blogTitle span.date,
    #container.information #infoDetail .blogTitle span.cat {
      margin-right: 0.5em;
      line-height: 20px; } }

/* -----------------------------------------
category
----------------------------------------- */
#container.works #worksIndex .categoryBox {
  padding-bottom: 6.25%; }
  @media screen and (max-width: 767px) {
    #container.works #worksIndex .categoryBox {
      padding-bottom: 14.9254%; } }

/* -----------------------------------------
list
----------------------------------------- */
#container .worksIndexList {
  display: block; }
  #container .worksIndexList::after, #container .worksIndexList::before {
    content: "";
    display: block;
    clear: both; }
  #container .worksIndexList li {
    width: 16.9643%;
    float: left;
    margin-right: 3.5714%;
    margin-bottom: 3.5714%; }
    #container .worksIndexList li:nth-child(5n) {
      margin-right: 0; }
    #container .worksIndexList li > a {
      display: block;
      overflow: hidden; }
      #container .worksIndexList li > a .img {
        padding-top: 145.2631578947%;
        position: relative;
        overflow: hidden; }
        #container .worksIndexList li > a .img img {
          object-fit: contain;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          transition: all 0.5s; }
      #container .worksIndexList li > a:hover .img img {
        transform: scale(1.15); }
    #container .worksIndexList li span {
      display: block;
      color: #999999;
      font-size: clamp(12px, 1.129vw, 14px);
      line-height: 1;
      padding: 15px 0 0; }
    #container .worksIndexList li p {
      font-size: clamp(15px, 1.29vw, 16px);
      line-height: 1.75;
      text-align: left; }
      #container .worksIndexList li p a:hover {
        text-decoration: underline; }
  @media screen and (max-width: 767px) {
    #container .worksIndexList li {
      width: calc(50% - 10px);
      margin-right: 0;
      margin-bottom: 20px; }
      #container .worksIndexList li:nth-child(2n) {
        float: right; } }

/*-----------------------------------------------------
detail
--------------------------------------------------------*/
#container.works #worksDetail {
  /*
  .works--poster{
  	padding-bottom: liquidS(70);
  	h2{
  		@extend %font01R;
  		font-size: fontSize(16,20);
  		text-align: left;
  		margin-bottom: 25px;
  	}
  	.inner{
  		@include clearfix;
  		.item{
  			width: liquidS(250);
  			float: left;
  			margin-right:liquidS(5);
  			margin-bottom:liquidS(5);
  			&:nth-child(4n){margin-right: 0;}
  			>a{
  				display: block;
  				@include linkThumb02($w : 250, $h : 354);
  			}
  		}
  	}
  	
  	@include mq(sp){
  		padding-bottom: liquidSp2(70);
  		h2{margin-bottom: 20px;}
  		.inner{
  			.item{
  				width:calc(50% - 5px);
  				&:nth-child(2n){float: right;}
  				margin-right:0;
  				margin-bottom:10px;
  			}
  		}	
  	}
  }
  */ }
  #container.works #worksDetail .works--lead {
    display: block;
    padding-bottom: 7.8431%; }
    #container.works #worksDetail .works--lead::after, #container.works #worksDetail .works--lead::before {
      content: "";
      display: block;
      clear: both; }
    #container.works #worksDetail .works--lead .imgBox {
      width: 29.4118%;
      float: left; }
    #container.works #worksDetail .works--lead .detailBox {
      width: 66.1765%;
      float: right; }
      #container.works #worksDetail .works--lead .detailBox .works--title span.cat {
        display: block;
        text-align: left;
        color: #999999;
        font-size: clamp(13px, 1.29vw, 16px);
        margin-bottom: 20px; }
      #container.works #worksDetail .works--lead .detailBox .works--title .logo {
        width: calc(300/675 * 100%);
        margin-right: auto;
        margin-bottom: 20px; }
      #container.works #worksDetail .works--lead .detailBox .works--title h1 {
        font-size: clamp(21px, 2.258vw, 28px);
        text-align: left;
        line-height: 1.75; }
        #container.works #worksDetail .works--lead .detailBox .works--title h1.logoOn {
          font-size: clamp(18px, 1.613vw, 20px); }
      #container.works #worksDetail .works--lead .detailBox .works--title p {
        font-size: clamp(15px, 1.371vw, 17px); }
      #container.works #worksDetail .works--lead .detailBox dl dt, #container.works #worksDetail .works--lead .detailBox dl dd {
        font-size: clamp(15px, 1.371vw, 17px);
        line-height: 2; }
      #container.works #worksDetail .works--lead .detailBox .works--link {
        margin-top: 30px; }
        #container.works #worksDetail .works--lead .detailBox .works--link dl dd a {
          word-break: break-all; }
        #container.works #worksDetail .works--lead .detailBox .works--link dl dd a:hover {
          text-decoration: underline; }
      #container.works #worksDetail .works--lead .detailBox .works--info p {
        font-size: clamp(15px, 1.371vw, 17px); }
    @media screen and (max-width: 767px) {
      #container.works #worksDetail .works--lead {
        padding-bottom: 17.9104%; }
        #container.works #worksDetail .works--lead .imgBox {
          width: auto;
          float: none;
          margin: 0 auto;
          width: 59.7015%;
          margin: 0 auto 20px; }
        #container.works #worksDetail .works--lead .detailBox {
          width: auto;
          float: none;
          margin: 0 auto; }
          #container.works #worksDetail .works--lead .detailBox .works--title .logo {
            width: 59.7015%; } }
  #container.works #worksDetail .works--poster,
  #container.works #worksDetail .works--photo {
    padding-bottom: 6.8627%; }
    #container.works #worksDetail .works--poster h2,
    #container.works #worksDetail .works--photo h2 {
      font-size: clamp(16px, 1.613vw, 20px);
      text-align: left;
      margin-bottom: 25px; }
    #container.works #worksDetail .works--poster .credit,
    #container.works #worksDetail .works--photo .credit {
      font-size: clamp(15px, 1.452vw, 18px); }
    #container.works #worksDetail .works--poster .credit + .grid,
    #container.works #worksDetail .works--photo .credit + .grid {
      margin-top: 10px; }
    #container.works #worksDetail .works--poster .grid,
    #container.works #worksDetail .works--photo .grid {
      display: grid;
      grid-auto-rows: 1px;
      gap: 5px;
      font-size: 0;
      grid-template-columns: repeat(4, 1fr); }
      @media screen and (max-width: 999px) {
        #container.works #worksDetail .works--poster .grid,
        #container.works #worksDetail .works--photo .grid {
          grid-template-columns: repeat(3, 1fr); } }
      @media screen and (max-width: 767px) {
        #container.works #worksDetail .works--poster .grid,
        #container.works #worksDetail .works--photo .grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 10px; } }
    #container.works #worksDetail .works--poster .grid-item,
    #container.works #worksDetail .works--photo .grid-item {
      grid-row-end: span var(--rows);
      line-height: 1;
      font-size: initial; }
      #container.works #worksDetail .works--poster .grid-item a,
      #container.works #worksDetail .works--photo .grid-item a {
        line-height: 1;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        #container.works #worksDetail .works--poster .grid-item a img,
        #container.works #worksDetail .works--photo .grid-item a img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
          transition: transform 0.5s ease;
          line-height: 1; }
        #container.works #worksDetail .works--poster .grid-item a:hover img,
        #container.works #worksDetail .works--photo .grid-item a:hover img {
          transform: scale(1.1); }
  #container.works #worksDetail .works--movie {
    padding-bottom: 6.8627%; }
    #container.works #worksDetail .works--movie .movieBox {
      width: 560px;
      max-width: 100%;
      margin: 0 auto; }
      #container.works #worksDetail .works--movie .movieBox .movieBoxIn {
        width: 100%;
        position: relative; }
        #container.works #worksDetail .works--movie .movieBox .movieBoxIn iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
    #container.works #worksDetail .works--movie .movieBox + .movieBox {
      margin-top: 30px; }

/* -- blog parts --*/
#container .post {
  padding-bottom: 80px;
  /*------------
  block editor
  --------------*/ }
  @media screen and (max-width: 767px) {
    #container .post {
      padding-bottom: 10.6667%; } }
  #container .post h2 {
    margin-top: 50px !important;
    margin-bottom: 30px;
    font-size: clamp(19px, 1.935vw, 24px);
    text-align: left;
    line-height: 1.75; }
    @media screen and (max-width: 767px) {
      #container .post h2 {
        margin-top: 25px !important;
        margin-bottom: 15px; } }
  #container .post h3 {
    margin-top: 50px !important;
    margin-bottom: 30px;
    font-size: clamp(18px, 1.774vw, 22px);
    text-align: left;
    line-height: 1.75; }
    @media screen and (max-width: 767px) {
      #container .post h3 {
        margin-top: 25px !important;
        margin-bottom: 15px; } }
  #container .post h4, #container .post h5, #container .post h6 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.75; }
  #container .post a {
    color: var(--pointCl01);
    text-decoration: underline;
    word-break: break-all; }
    #container .post a:hover {
      text-decoration: none; }
  #container .post ul {
    margin-left: 20px; }
    #container .post ul li {
      list-style-position: outside;
      list-style-type: disc; }
  #container .post ol {
    margin-left: 20px; }
    #container .post ol li {
      list-style-position: outside;
      list-style-type: decimal; }
  #container .post > img,
  #container .post p img,
  #container .post figure {
    display: block;
    width: 700%;
    max-width: 80%;
    margin: 30px auto; }
  #container .post figure.alignleft img {
    display: block;
    margin-right: auto;
    margin-left: 0; }
  #container .post figure.right img {
    display: block;
    margin-right: 0;
    margin-left: auto; }
  #container .post * + p,
  #container .post * + ul,
  #container .post * + ol {
    margin-top: 15px; }
  #container .post * + blockquote,
  #container .post * + figure,
  #container .post * + table,
  #container .post blockquote + *,
  #container .post figure + *,
  #container .post table + * {
    margin-top: 30px; }
  #container .post p.has-text-align-right {
    text-align: right; }
  #container .post p.has-text-align-center {
    text-align: center; }
  #container .post ol {
    margin-left: 1em; }
    #container .post ol li {
      list-style-position: outside;
      list-style-type: decimal; }
  #container .post .wp-block-quote cite, #container .post .wp-block-pullquote cite, #container .post .wp-block-table figcaption {
    display: block;
    margin-top: 10px;
    text-align: left;
    font-size: clamp(12px, 1.129vw, 14px);
    color: #666;
    line-height: 1.7; }
  #container .post .wp-block-quote {
    border-left: var(--txBody) 4px solid;
    padding-left: 15px; }
  #container .post .wp-block-pullquote {
    border-bottom: var(--txBody) 4px solid;
    border-top: var(--txBody) 4px solid;
    padding: 15px 0; }
    #container .post .wp-block-pullquote p {
      font-size: 1em; }
  #container .post .wp-block-table {
    overflow: visible !important; }
  #container .post table {
    width: 100%;
    border-top: #999 1px solid;
    border-left: #999 1px solid; }
    #container .post table th, #container .post table td {
      border-bottom: #999 1px solid;
      border-right: #999 1px solid;
      padding: 15px;
      vertical-align: top; }
    @media screen and (max-width: 767px) {
      #container .post table th, #container .post table td {
        display: list-item;
        list-style-type: none;
        font-size: 1.4rem;
        line-height: 2; } }
  #container .post .wp-block-separator {
    border-color: #ccc; }

/*--float--*/
.flL {
  float: left; }

.flR {
  float: right; }

.clear {
  clear: both; }

/*--textalign--*/
.txtL {
  text-align: left !important; }

.txtC {
  text-align: center !important; }

.txtR {
  text-align: right !important; }

.mt0 {
  margin-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

/*--textwrap--*/
.text {
  display: inline-block; }

/*# sourceMappingURL=base.css.map */
