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

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

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

table {
  width: 100%;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
img {
  vertical-align: bottom;
}

.clearfix:after,
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix, * html .cf {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix, *:first-child + html .cf {
  zoom: 1;
} /* IE7 */
/*------------------------------------------------------*/
/* noneImages */
/*------------------------------------------------------*/
.noneImages {
  display: none;
}

.nf-message {
  display: none;
}

* {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------*/
/*  variable */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*  set */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*  base */
/*------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #000;
  background: #f2f0ee;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
body #top .main-canvas {
  top: 25px;
  left: 20px;
  width: calc(100% - 50px);
  height: calc(100% - 40px);
}

a {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
input:-webkit-autofill, button:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f8f7f5 inset;
          box-shadow: 0 0 0 1000px #f8f7f5 inset;
}

button,
input:focus {
  outline: 0;
}

select option {
  color: #000;
}
select::-ms-expand {
  display: none;
}

main {
  display: block;
  position: relative;
}

svg {
  width: 100%;
}

::-moz-selection {
  background: #c6cbd8;
}

::selection {
  background: #c6cbd8;
}

::-moz-selection {
  background: #c6cbd8;
}

::-webkit-input-placeholder {
  color: #a0a2a9;
}

::-moz-placeholder {
  color: #a0a2a9;
}

:-ms-input-placeholder {
  color: #a0a2a9;
}

::-ms-input-placeholder {
  color: #a0a2a9;
}

::placeholder {
  color: #a0a2a9;
}

.layout {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media screen and (max-width: 750px) {
  .layout {
    width: 100%;
    left: 0px;
    margin-left: 0;
    top: 0px;
  }
}

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
}
@media screen and (max-width: 750px) {
  #wrapper {
    padding: 0;
  }
}
#wrapper.-notfound {
  min-height: 100vh;
}

.site-ttl {
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #212225;
}
@media screen and (max-width: 750px) {
  .site-ttl {
    font-size: 2.3rem;
  }
}

.img-cover {
  position: relative;
}
.img-cover::before {
  content: "";
  width: 100%;
  display: block;
  position: relative;
}
.img-cover img.img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-cover img.imgc {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.-fontm {
  font-family: "Marcellus", serif;
  font-weight: 400;
}

.-fonts {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
}

.-ziu {
  z-index: 1;
}

.-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 1340px) {
  .cont-min1341 {
    display: none !important;
  }
}

@media screen and (min-width: 1341px) {
  .cont-max1340 {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .cont-min1201 {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .cont-max1200 {
    display: none !important;
  }
}

@media screen and (max-width: 1160px) {
  .cont-min1161 {
    display: none !important;
  }
}

@media screen and (min-width: 1161px) {
  .cont-max1160 {
    display: none !important;
  }
}

@media screen and (max-width: 1060px) {
  .cont-min1061 {
    display: none !important;
  }
}

@media screen and (min-width: 1061px) {
  .cont-max1060 {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .cont-min1001 {
    display: none !important;
  }
}

@media screen and (min-width: 1001px) {
  .cont-max1000 {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .cont-min951 {
    display: none !important;
  }
}

@media screen and (min-width: 951px) {
  .cont-max950 {
    display: none !important;
  }
}

@media screen and (max-width: 850px) {
  .cont-min851 {
    display: none !important;
  }
}

@media screen and (min-width: 851px) {
  .cont-max850 {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .cont-min751 {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .cont-max750 {
    display: none !important;
  }
}

@media screen and (min-width: 487px) {
  .cont-max486 {
    display: none !important;
  }
}

@media screen and (min-width: 321px) {
  .cont-max320 {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .cont-pc {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .cont-sp {
    display: none !important;
  }
}

/*------------------------------------------------------*/
/*  keyframes */
/*------------------------------------------------------*/
@-webkit-keyframes line-anm__zero {
  0% {
    width: 0;
    right: initial;
    left: 0;
    opacity: 0;
  }
  45% {
    width: 100%;
    right: initial;
    left: 0;
    opacity: 1;
  }
  45.1% {
    width: 100%;
    right: 0;
    left: initial;
    opacity: 1;
  }
  55% {
    width: 100%;
    right: 0;
    left: initial;
    opacity: 1;
  }
  100% {
    width: 0;
    right: 0;
    left: initial;
    opacity: 0;
  }
}
@keyframes line-anm__zero {
  0% {
    width: 0;
    right: initial;
    left: 0;
    opacity: 0;
  }
  45% {
    width: 100%;
    right: initial;
    left: 0;
    opacity: 1;
  }
  45.1% {
    width: 100%;
    right: 0;
    left: initial;
    opacity: 1;
  }
  55% {
    width: 100%;
    right: 0;
    left: initial;
    opacity: 1;
  }
  100% {
    width: 0;
    right: 0;
    left: initial;
    opacity: 0;
  }
}
@-webkit-keyframes line-anm__max {
  0% {
    width: 100%;
    right: 0;
    left: initial;
    opacity: 1;
  }
  45% {
    width: 0;
    right: 0;
    left: initial;
    opacity: 0;
  }
  45.1% {
    width: 0;
    right: initial;
    left: 0;
    opacity: 0;
  }
  55% {
    width: 0;
    right: initial;
    left: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    right: initial;
    left: 0;
    opacity: 1;
  }
}
@keyframes line-anm__max {
  0% {
    width: 100%;
    right: 0;
    left: initial;
    opacity: 1;
  }
  45% {
    width: 0;
    right: 0;
    left: initial;
    opacity: 0;
  }
  45.1% {
    width: 0;
    right: initial;
    left: 0;
    opacity: 0;
  }
  55% {
    width: 0;
    right: initial;
    left: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    right: initial;
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes office-photos__cursor--type1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  3%, 30% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  33% {
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  33.01% {
    opacity: 0;
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
  36%, 63% {
    opacity: 1;
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
  66% {
    opacity: 0;
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
  66.01% {
    opacity: 0;
    -webkit-transform: translate(40px, 30px);
            transform: translate(40px, 30px);
  }
  69%, 97% {
    opacity: 1;
    -webkit-transform: translate(40px, 30px);
            transform: translate(40px, 30px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(40px, 30px);
            transform: translate(40px, 30px);
  }
}
@keyframes office-photos__cursor--type1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  3%, 30% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  33% {
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  33.01% {
    opacity: 0;
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
  36%, 63% {
    opacity: 1;
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
  66% {
    opacity: 0;
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
  66.01% {
    opacity: 0;
    -webkit-transform: translate(40px, 30px);
            transform: translate(40px, 30px);
  }
  69%, 97% {
    opacity: 1;
    -webkit-transform: translate(40px, 30px);
            transform: translate(40px, 30px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(40px, 30px);
            transform: translate(40px, 30px);
  }
}
@-webkit-keyframes office-photos__cursor--type2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  3%, 30% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  33% {
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  33.01% {
    opacity: 0;
    -webkit-transform: translate(-20px, 35px);
            transform: translate(-20px, 35px);
  }
  36%, 63% {
    opacity: 1;
    -webkit-transform: translate(-20px, 35px);
            transform: translate(-20px, 35px);
  }
  66% {
    opacity: 0;
    -webkit-transform: translate(-20px, 35px);
            transform: translate(-20px, 35px);
  }
  66.01% {
    opacity: 0;
    -webkit-transform: translate(-40px, 10px);
            transform: translate(-40px, 10px);
  }
  69%, 97% {
    opacity: 1;
    -webkit-transform: translate(-40px, 10px);
            transform: translate(-40px, 10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-40px, 10px);
            transform: translate(-40px, 10px);
  }
}
@keyframes office-photos__cursor--type2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  3%, 30% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  33% {
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  33.01% {
    opacity: 0;
    -webkit-transform: translate(-20px, 35px);
            transform: translate(-20px, 35px);
  }
  36%, 63% {
    opacity: 1;
    -webkit-transform: translate(-20px, 35px);
            transform: translate(-20px, 35px);
  }
  66% {
    opacity: 0;
    -webkit-transform: translate(-20px, 35px);
            transform: translate(-20px, 35px);
  }
  66.01% {
    opacity: 0;
    -webkit-transform: translate(-40px, 10px);
            transform: translate(-40px, 10px);
  }
  69%, 97% {
    opacity: 1;
    -webkit-transform: translate(-40px, 10px);
            transform: translate(-40px, 10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-40px, 10px);
            transform: translate(-40px, 10px);
  }
}
@-webkit-keyframes office-photos__cursor--type3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  3%, 30% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  33% {
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  33.01% {
    opacity: 0;
    -webkit-transform: translate(-20px, -45px);
            transform: translate(-20px, -45px);
  }
  36%, 63% {
    opacity: 1;
    -webkit-transform: translate(-20px, -45px);
            transform: translate(-20px, -45px);
  }
  66% {
    opacity: 0;
    -webkit-transform: translate(-20px, -45px);
            transform: translate(-20px, -45px);
  }
  66.01% {
    opacity: 0;
    -webkit-transform: translate(20px, -45px);
            transform: translate(20px, -45px);
  }
  69%, 97% {
    opacity: 1;
    -webkit-transform: translate(20px, -45px);
            transform: translate(20px, -45px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(20px, -45px);
            transform: translate(20px, -45px);
  }
}
@keyframes office-photos__cursor--type3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  3%, 30% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  33% {
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  33.01% {
    opacity: 0;
    -webkit-transform: translate(-20px, -45px);
            transform: translate(-20px, -45px);
  }
  36%, 63% {
    opacity: 1;
    -webkit-transform: translate(-20px, -45px);
            transform: translate(-20px, -45px);
  }
  66% {
    opacity: 0;
    -webkit-transform: translate(-20px, -45px);
            transform: translate(-20px, -45px);
  }
  66.01% {
    opacity: 0;
    -webkit-transform: translate(20px, -45px);
            transform: translate(20px, -45px);
  }
  69%, 97% {
    opacity: 1;
    -webkit-transform: translate(20px, -45px);
            transform: translate(20px, -45px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(20px, -45px);
            transform: translate(20px, -45px);
  }
}
@-webkit-keyframes opening-logo {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes opening-logo {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
/*------------------------------------------------------*/
/*  common */
/*------------------------------------------------------*/
.common-jp__text {
  font-size: 1.6rem;
  line-height: 4.6rem;
  letter-spacing: 0.04em;
}
.common-jp__h2 {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 4.5rem;
}
.common-en__head {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.common-en__title {
  font-size: 2.9rem;
  letter-spacing: 0.08em;
}
.common-en__h1 {
  font-size: 3rem;
  letter-spacing: 0.08em;
}
.common-en__foot1 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.common-en__foot2 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.common-btn {
  letter-spacing: 0.1em;
  width: 300px;
  height: 120px;
  margin: 0 auto;
}
.common-btn.-confirm .common-btn__link .text {
  padding-left: 73px;
}
.common-btn.-submit {
  width: 275px;
}
.common-btn.-submit .common-btn__link .text {
  padding-left: 75px;
}
.common-btn.-home {
  width: 275px;
}
.common-btn.-home .common-btn__link .text {
  padding-left: 82px;
}
.common-btn.-camera .common-btn__link .text {
  line-height: 2.9rem;
  letter-spacing: 0.1em;
  padding-left: 54px;
  padding-right: 22px;
}
.common-btn__text {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.common-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #c6cbd8;
  overflow: hidden;
}
.common-btn__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(198, 203, 216)), color-stop(50%, rgb(198, 203, 216)), to(rgba(198, 203, 216, 0)));
  background: linear-gradient(to right, rgb(198, 203, 216), rgb(198, 203, 216) 50%, rgba(198, 203, 216, 0) 100%);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: -1;
  -webkit-transition: 0.6s linear;
  transition: 0.6s linear;
}
.common-btn__link .text {
  color: #fff;
  padding-left: 78px;
  padding-right: 25px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.common-btn__link .icon.-mail {
  width: 22px;
  height: 17px;
}
.common-btn__link .icon.-submit {
  width: 25px;
  height: 25px;
}
.common-btn__link .icon.-home {
  width: 23px;
  height: 22px;
}
.common-btn__link .icon.-camera {
  width: 19px;
  height: 22px;
}
.common-btn__link .icon > svg .cls-1, .common-btn__link .icon > svg .st0 {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  fill: #FFFFFF;
}
@media screen and (min-width: 751px) {
  .common-btn__link:hover::before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .common-btn__link:hover .text {
    color: #c6cbd8;
  }
  .common-btn__link:hover .icon > svg .cls-1, .common-btn__link:hover .icon > svg .st0 {
    fill: #c6cbd8;
  }
}
.common-textlink::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  width: 100%;
  height: 1px;
  opacity: 1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (min-width: 751px) {
  .common-textlink:hover::before {
    -webkit-animation-name: line-anm__max;
            animation-name: line-anm__max;
  }
}
.common-textlink.-zero::before {
  left: 0;
  width: 0;
  opacity: 0;
}
@media screen and (min-width: 751px) {
  .common-textlink.-zero:hover::before {
    -webkit-animation-name: line-anm__zero;
            animation-name: line-anm__zero;
  }
}
@media screen and (max-width: 750px) {
  .common-jp__text {
    font-size: 1.6rem;
    line-height: 4.4rem;
    letter-spacing: 0.03em;
  }
  .common-jp__h2 {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .common-en__title {
    font-size: 2.5rem;
    line-height: 3.9rem;
  }
  .common-en__h1 {
    font-size: 2.5rem;
    line-height: 3.8rem;
  }
  .common-btn {
    width: 180px;
    height: 84px;
  }
  .common-btn.-confirm {
    width: 200px;
  }
  .common-btn.-confirm .common-btn__link .text {
    padding-left: 36px;
  }
  .common-btn.-submit {
    width: 180px;
  }
  .common-btn.-submit .common-btn__link .text {
    padding-left: 36px;
  }
  .common-btn.-home {
    width: 180px;
  }
  .common-btn.-home .common-btn__link .text {
    padding-left: 42px;
  }
  .common-btn.-camera .common-btn__link .text {
    line-height: 2.5rem;
    letter-spacing: 0.06em;
    padding-left: 25px;
    padding-right: 13px;
  }
  .common-btn__text {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
  .common-btn__link .text {
    padding-left: 26px;
    padding-right: 15px;
  }
  .common-btn__link .icon.-mail {
    width: 20px;
    height: 15px;
  }
  .common-btn__link .icon.-submit {
    width: 22px;
    height: 22px;
  }
  .common-btn__link .icon.-home {
    width: 22px;
    height: 22px;
  }
  .common-btn__link .icon.-camera {
    width: 18px;
    height: 21px;
  }
}

.page {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 135px;
}
.page .main-pre {
  opacity: 0;
  pointer-events: none;
}
.page-box {
  width: 84%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 2.65vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.65vw;
}
.page-box__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 18px;
}
.page-box__bread {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 8px;
}
.page-box__bread .text {
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.04em;
  line-break: anywhere;
  margin-left: 22px;
}
.page-box__bread .text .common-textlink > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  padding: 4px 0 4px;
}
.page-box__bread .text.-nowrap {
  line-break: initial;
}
.page-box__bread .text.-current {
  cursor: auto;
  pointer-events: none;
}
.page-box__bread .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5px;
  margin-left: 22px;
}
@media screen and (max-width: 1260px) {
  .page-box {
    width: calc(100% - 200px);
  }
}
.page-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 120px;
  margin-top: 235px;
}
.page-pager__arrow {
  position: relative;
  width: 36px;
  height: 36px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-pager__arrow > a {
  width: 100%;
  height: 100%;
}
.page-pager__arrow > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(1);
          transform: translate(-50%, -50%) scaleX(1);
  width: 15px;
  height: 16px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.page-pager__arrow.-l > a > img {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.page-pager__arrow.-nopoint {
  cursor: auto;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  .page-pager__arrow:hover > a > img {
    -webkit-transform: translate(calc(-50% + 4px), -50%) scaleX(1);
            transform: translate(calc(-50% + 4px), -50%) scaleX(1);
  }
  .page-pager__arrow:hover.-l > a > img {
    -webkit-transform: translate(calc(-50% - 4px), -50%) scaleX(-1);
            transform: translate(calc(-50% - 4px), -50%) scaleX(-1);
  }
}
.page-pager__num {
  position: relative;
  top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 40px;
  font-size: 1.8rem;
}
.page-pager__num > a {
  padding: 0 10px;
  overflow: hidden;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.page-pager__num > a::before {
  display: none;
}
.page-pager__num > a.-current {
  pointer-events: none;
}
.page-pager__num > a > span {
  position: relative;
  display: inline-block;
  padding: 0 2px 10px;
}
.page-pager__num > a > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  width: 0;
  height: 1px;
  opacity: 0;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.page-pager__num > a.-current > span::before {
  opacity: 1;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .page-pager__num > a:hover {
    color: #a6aab4;
  }
  .page-pager__num > a:hover::before {
    -webkit-animation-name: initial;
            animation-name: initial;
  }
  .page-pager__num > a:hover > span::before {
    background: #a6aab4;
    -webkit-animation-name: line-anm__zero;
            animation-name: line-anm__zero;
  }
}
@media screen and (max-width: 1060px) {
  .page-pager {
    gap: 0 80px;
  }
}
.page-back__solo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
.page-back__solo > a .icon {
  width: 15px;
  height: 16px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.page-back__solo > a .icon.-back {
  position: relative;
  top: -1px;
}
.page-back__solo > a .text {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.page-back__solo > a .text::before {
  width: 0;
  opacity: 0;
}
@media screen and (min-width: 751px) {
  .page-back__solo > a:hover .text::before {
    -webkit-animation-name: line-anm__zero;
            animation-name: line-anm__zero;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .page-back__solo > a:hover .icon {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@media screen and (min-width: 751px) {
  .page-back__solo.inner-trans.-prev > a:hover .icon {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}
.page-back__trio {
  width: 100%;
  padding: 132px 80px 0;
}
.page-back__trio > .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-back__trio > .inner .page-back__solo.-prev > a .icon > img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.page-back__trio > .inner .page-back__solo.-next > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 950px) {
  .page-back__trio {
    padding: 132px 0 0;
  }
}
.page-sign {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.page-sign.-show {
  opacity: 1;
  -webkit-transition: opacity 1.6s linear;
  transition: opacity 1.6s linear;
}
.page-sign.-r {
  -webkit-transform-origin: right;
          transform-origin: right;
}
.page-sign.-l {
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media screen and (max-width: 1060px) {
  .page-sign {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 750px) {
  .page {
    width: 100%;
    margin: 0 auto 60px;
  }
  .page-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 84.6vw;
    margin: 0 auto;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-box__title {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 18px;
  }
  .page-box__title.-nowrap {
    width: 100%;
    padding-right: 0;
  }
  .page-box__bread {
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 3px;
  }
  .page-box__bread .text {
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin-left: 12px;
  }
  .page-box__bread .text .common-textlink > span {
    padding: 0;
  }
  .page-box__bread .arrow {
    width: 4px;
    margin-left: 12px;
    margin-right: 0;
  }
  .page-box__bread.-nowrap {
    padding-top: 7px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 750px) and (max-width: 374px) {
  .page-box__bread.-nowrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .page-pager {
    gap: 0 40px;
    margin-top: 124px;
  }
  .page-pager__arrow {
    width: 24px;
    height: 24px;
  }
  .page-pager__arrow > a > img {
    width: 12px;
    height: 13px;
  }
  .page-pager__num {
    top: 4px;
    gap: 23px;
    font-size: 1.4rem;
  }
  .page-pager__num > a {
    padding: 0 8px;
  }
  .page-pager__num > a > span {
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 750px) {
  .page-back__solo > a {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 15px;
  }
  .page-back__solo > a .icon {
    width: 12px;
    height: 13px;
  }
  .page-back__solo > a .text {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
  .page-back__trio {
    padding-top: 61px;
  }
  .page-back__trio > .inner {
    gap: 0 72px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .page-sign {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.hover-icon > svg .st0 {
  fill: #CDD1DC;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 751px) {
  .hover-icon:hover > svg .st0 {
    fill: #000;
  }
}

.photo-inner__noimage {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}
.photo-inner__noimage > svg {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.photo-inner__noimage > svg .st0 {
  fill: #ead8cd;
}

/*------------------------------------------------------*/
/*  header */
/*------------------------------------------------------*/
.head {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 120px;
  z-index: 100;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease-out, top 0.5s ease-out, height 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, top 0.5s ease-out, height 0.3s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.3s ease-out, transform 0.5s ease-out, top 0.5s ease-out, height 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.5s ease-out, top 0.5s ease-out, height 0.3s ease-out, -webkit-transform 0.5s ease-out;
  background: #f2f0ee;
}
.head.-show {
  height: 82px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.head.-show .head-inner {
  padding-top: 28px;
}
.head.-hide {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}
.head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 64px;
  padding-left: 5.3vw;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.head-inner__logo {
  position: relative;
  margin-right: 94px;
  width: 135px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.head-inner__logo::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f2f0ee;
  -webkit-animation-name: opening-logo;
          animation-name: opening-logo;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.head-inner__logo > a {
  display: block;
}
.head-inner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 70px;
}
.head-inner__item {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.head-inner__item.-anm .text-box > .base {
  opacity: 1;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 1;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(1) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(1) .lay2 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(1) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
  z-index: 2;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(2) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(2) .lay2 {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(2) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.05s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.05s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 3;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(3) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(3) .lay2 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(3) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.1s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.1s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  z-index: 4;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(4) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(4) .lay2 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(4) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.15s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.15s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 5;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(5) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(5) .lay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(5) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.2s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.2s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(6) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(6) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(6) .lay2 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(6) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.25s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.25s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(7) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  z-index: 7;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(7) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(7) .lay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(7) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.3s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.3s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(8) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  z-index: 8;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(8) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(8) .lay2 {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(8) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.35s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.35s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(9) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  z-index: 9;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(9) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(9) .lay2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(9) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.4s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.4s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(10) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
  z-index: 10;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(10) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(10) .lay2 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(10) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.45s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.45s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(11) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  z-index: 11;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(11) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(11) .lay2 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(11) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.5s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.5s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(12) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
  z-index: 12;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(12) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(12) .lay2 {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(12) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.55s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.55s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(13) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  z-index: 13;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(13) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(13) .lay2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(13) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.6s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.6s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(14) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
  z-index: 14;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(14) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(14) .lay2 {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(14) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.65s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.65s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(15) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  z-index: 15;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(15) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(15) .lay2 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(15) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.7s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.7s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(16) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
  z-index: 16;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(16) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(16) .lay2 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(16) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.75s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.75s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(17) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  z-index: 17;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(17) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(17) .lay2 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(17) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.8s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.8s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(18) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
  z-index: 18;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(18) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(18) .lay2 {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(18) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.85s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.85s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(19) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  z-index: 19;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(19) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(19) .lay2 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(19) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.9s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.9s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(20) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
  z-index: 20;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(20) .lay1, .head-inner__item.-anm .text-box > .base:nth-of-type(20) .lay2 {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.head-inner__item.-anm .text-box > .base:nth-of-type(20) .lay3 {
  -webkit-transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.95s, color 0.3s ease-out 0s;
  transition: opacity 0.6s cubic-bezier(0.34, 1, 0.46, 1) 0.95s, color 0.3s ease-out 0s;
}
.head-inner__item.-anm .text-box > .base .lay1 {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.34, 1, 0.46, 1);
  transition: -webkit-transform 1s cubic-bezier(0.34, 1, 0.46, 1);
  transition: transform 1s cubic-bezier(0.34, 1, 0.46, 1);
  transition: transform 1s cubic-bezier(0.34, 1, 0.46, 1), -webkit-transform 1s cubic-bezier(0.34, 1, 0.46, 1);
}
.head-inner__item.-anm .text-box > .base .lay2 {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotateY(0) scale(5, 0) translate3d(100%, 0, 0);
          transform: rotateY(0) scale(5, 0) translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.34, 1, 0.46, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.34, 1, 0.46, 1);
  transition: transform 1.2s cubic-bezier(0.34, 1, 0.46, 1);
  transition: transform 1.2s cubic-bezier(0.34, 1, 0.46, 1), -webkit-transform 1.2s cubic-bezier(0.34, 1, 0.46, 1);
}
.head-inner__item.-anm .text-box > .base .lay3 {
  opacity: 1;
}
.head-inner__item > a {
  color: #a6aab4;
  text-align: center;
}
.head-inner__item > a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #000;
  width: 0;
  height: 1px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.head-inner__item > a > .text-box {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.head-inner__item > a > .text-box > .base {
  position: relative;
  display: table-cell;
  min-width: 100%;
  opacity: 0;
}
.head-inner__item > a > .text-box > .base .lay1 {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
  background: #f2f0ee;
  color: #a6aab4;
  z-index: 1;
  overflow: hidden;
}
.head-inner__item > a > .text-box > .base .lay2 {
  position: absolute;
  overflow: hidden;
  -webkit-transform: rotateY(180deg) scale(5, 1) translate3d(14%, 0, 0);
          transform: rotateY(180deg) scale(5, 1) translate3d(14%, 0, 0);
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.head-inner__item > a > .text-box > .base .lay3 {
  opacity: 0;
}
@media screen and (min-width: 751px) {
  .head-inner__item > a:hover {
    color: #212225;
  }
}
.head-inner__item.-anm.-current > a {
  color: #212225;
}
@media screen and (min-width: 751px) {
  .head-inner__item.-anm.-current > a:hover::after {
    -webkit-animation-name: line-anm__zero;
            animation-name: line-anm__zero;
  }
}
@media screen and (max-width: 1270px) {
  .head-inner {
    padding-left: 2.65vw;
  }
  .head-inner__logo {
    margin-right: 48px;
  }
  .head-inner__list {
    gap: 0 46px;
  }
}
@media screen and (max-width: 1000px) {
  .head {
    height: 90px;
    -webkit-transition: opacity 0.3s ease-out, top 0.5s ease-out, height 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, top 0.5s ease-out, height 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, top 0.5s ease-out, height 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, top 0.5s ease-out, height 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .head.-hide {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
  .head.-show {
    height: 90px;
  }
  .head.-show .head-inner {
    padding-top: 0;
  }
  .head.-open .head-inner__navicon > .iconcover > span:nth-of-type(1) {
    left: 8px;
  }
  .head.-open .head-inner__navicon > .iconcover > span:nth-of-type(3) {
    left: -5px;
  }
  .head-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 0;
    padding-left: 0;
  }
  .head-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 1px);
    background: #f2f0ee;
  }
  .head-inner .main-self__lang {
    position: absolute;
    top: 50%;
    left: initial;
    right: calc(5.3vw + 100px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .head-inner__logo {
    margin-left: 0;
    margin-right: 0;
    width: 107px;
    min-width: 107px;
    position: absolute;
    top: 50%;
    left: 5.3vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .head-inner__navicon {
    width: 17px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 5.3vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  .head-inner__navicon > .iconcover {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .head-inner__navicon > .iconcover > span {
    position: absolute;
    display: block;
    background: #000;
    width: 100%;
    height: 2px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .head-inner__navicon > .iconcover > span:nth-of-type(1) {
    top: 0;
    left: 0;
  }
  .head-inner__navicon > .iconcover > span:nth-of-type(2) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 11px;
  }
  .head-inner__navicon > .iconcover > span:nth-of-type(3) {
    bottom: 0;
    left: 0;
  }
  .head-inner__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
    background: #f2f0ee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0;
    padding: 140px 5.3vw 0;
    z-index: -1;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .head-inner__nav::-webkit-scrollbar {
    display: none;
  }
  .head-inner__nav.-close {
    -webkit-transition: 0.6s ease-in;
    transition: 0.6s ease-in;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
  }
  .head-inner__nav.-close .head-inner__item {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .head-inner__nav.-open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .head-inner__nav.-open .head-inner__item {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0s;
    transition: 0s;
  }
  .head-inner__nav.-open .head-inner__item.-current > a::after {
    width: 100%;
  }
  .head-inner__nav.-open .head-inner__item.-current.-o1 > a::after {
    -webkit-transition: 0.3s linear 0.75s;
    transition: 0.3s linear 0.75s;
  }
  .head-inner__nav.-open .head-inner__item.-current.-o2 > a::after {
    -webkit-transition: 0.3s linear 1.15s;
    transition: 0.3s linear 1.15s;
  }
  .head-inner__nav.-open .head-inner__item.-current.-o3 > a::after {
    -webkit-transition: 0.3s linear 0.9s;
    transition: 0.3s linear 0.9s;
  }
  .head-inner__nav.-open .head-inner__item.-current.-o4 > a::after {
    -webkit-transition: 0.3s linear 1.65s;
    transition: 0.3s linear 1.65s;
  }
  .head-inner__nav.-open .head-inner__item.-current.-o5 > a::after {
    -webkit-transition: 0.3s linear 1.2s;
    transition: 0.3s linear 1.2s;
  }
  .head-inner__nav.-open .head-inner__item.-current.-o6 > a::after {
    -webkit-transition: 0.3s linear 1.8s;
    transition: 0.3s linear 1.8s;
  }
  .head-inner__nav.-open .head-inner__item.-current.-o7 > a::after {
    -webkit-transition: 0.3s linear 1.6s;
    transition: 0.3s linear 1.6s;
  }
  .head-inner__nav.-open .head-inner__item.-current.-o8 > a::after {
    -webkit-transition: 0.3s linear 2.3s;
    transition: 0.3s linear 2.3s;
  }
  .head-inner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
    gap: 50px 0;
  }
  .head-inner__item {
    width: 50%;
    font-size: 1.9rem;
    position: relative;
    overflow: initial;
  }
  .head-inner__item.-o1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .head-inner__item.-o2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .head-inner__item.-o3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .head-inner__item.-o4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .head-inner__item.-o5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .head-inner__item.-o6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .head-inner__item.-o7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .head-inner__item.-o8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .head-inner__item.-o9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .head-inner__item.-small {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 36px;
  }
  .head-inner__item.-full {
    width: 100%;
  }
  .head-inner__item.-anm .head-inner__snsbox:nth-of-type(1)::after {
    opacity: 1;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
  .head-inner__item.-anm .main-self__tw, .head-inner__item.-anm .main-self__insta {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.3s ease-out 1s;
    transition: 0.3s ease-out 1s;
  }
  .head-inner__item.-anm .main-self__insta {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.3s ease-out 1.15s;
    transition: 0.3s ease-out 1.15s;
  }
  .head-inner__item > a::after {
    z-index: 5;
    -webkit-transition: 0.3s linear 0.6s;
    transition: 0.3s linear 0.6s;
  }
  .head-inner__item > a > .text-box > .base {
    -webkit-transition: 0s 0.3s;
    transition: 0s 0.3s;
  }
  .head-inner__item > a > .text-box > .base .lay1, .head-inner__item > a > .text-box > .base .lay2, .head-inner__item > a > .text-box > .base .lay3 {
    -webkit-transition: 0s 0.3s;
    transition: 0s 0.3s;
  }
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .head-inner__item.-current > a:hover::after {
    -webkit-animation-name: line-anm__max;
            animation-name: line-anm__max;
  }
}
@media screen and (max-width: 1000px) {
  .head-inner__snsbox {
    position: relative;
    display: inline-block;
  }
  .head-inner__snsbox:nth-of-type(1) {
    padding-right: 55px;
    margin-right: 35px;
  }
  .head-inner__snsbox:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #cdd1dc;
    opacity: 0;
    -webkit-transition: 0.1s linear 0.3s;
    transition: 0.1s linear 0.3s;
  }
  .head-inner__snsbox .text-box {
    position: relative;
    display: table;
    width: 100%;
    font-size: 1.3rem;
    color: #a6aab4;
    margin-bottom: 24px;
  }
  .head-inner__snsbox .text-box > .base {
    position: relative;
    display: table-cell;
    min-width: 100%;
    opacity: 0;
    -webkit-transition: 0s 0.3s;
    transition: 0s 0.3s;
  }
  .head-inner__snsbox .text-box > .base .lay1, .head-inner__snsbox .text-box > .base .lay2, .head-inner__snsbox .text-box > .base .lay3 {
    -webkit-transition: 0s 0.3s;
    transition: 0s 0.3s;
  }
  .head-inner__snsbox .text-box > .base .lay1 {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    width: 100%;
    height: 100%;
    background: #f2f0ee;
    color: #a6aab4;
    z-index: 1;
    overflow: hidden;
  }
  .head-inner__snsbox .text-box > .base .lay2 {
    position: absolute;
    overflow: hidden;
    -webkit-transform: rotateY(180deg) scale(5, 1) translate3d(14%, 0, 0);
            transform: rotateY(180deg) scale(5, 1) translate3d(14%, 0, 0);
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .head-inner__snsbox .text-box > .base .lay3 {
    opacity: 0;
  }
  .head-inner__snsbox .main-self__tw {
    width: 23px;
    height: 19px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    -webkit-transition: 0.3s ease-out 0.3s;
    transition: 0.3s ease-out 0.3s;
    margin-right: 26px;
  }
  .head-inner__snsbox .main-self__tw > svg .st0 {
    fill: #cdd1dc;
  }
  .head-inner__snsbox .main-self__insta {
    position: relative;
    top: 1px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    -webkit-transition: 0.3s ease-out 0.3s;
    transition: 0.3s ease-out 0.3s;
    width: 21px;
    height: 21px;
  }
  .head-inner__snsbox .main-self__insta > svg .st0 {
    fill: #cdd1dc;
  }
}
@media screen and (max-width: 750px) {
  .head {
    height: 82px;
  }
  .head.-show {
    height: 82px;
  }
  .head.-none {
    -webkit-transform: translateY(-90px) !important;
            transform: translateY(-90px) !important;
  }
  .head .main-self__lang {
    right: calc(7.7vw + 58px);
  }
  .head-inner__logo {
    left: 7.7vw;
  }
  .head-inner__nav {
    padding: 127px 7.7vw 80px;
  }
  .head-inner__list {
    gap: 46px 0;
    padding: 0 18px;
  }
  .head-inner__item {
    width: initial;
    min-width: 50%;
  }
  .head-inner__item.-small {
    font-size: 1.3rem;
    margin: 43px 0 -6px;
  }
  .head-inner__item.-full {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .head-inner__item.-o2, .head-inner__item.-o4, .head-inner__item.-o6 {
    padding-left: 62px;
  }
}
@media screen and (max-width: 750px) and (max-width: 500px) {
  .head-inner__item.-o2, .head-inner__item.-o4, .head-inner__item.-o6 {
    padding-left: calc((100vw - 375px) / 2);
  }
}
@media screen and (max-width: 750px) and (max-width: 420px) {
  .head-inner__item.-o2, .head-inner__item.-o4, .head-inner__item.-o6 {
    padding-left: calc(100vw - 375px);
  }
}
@media screen and (max-width: 750px) {
  .head-inner__snsbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .head-inner__snsbox:nth-of-type(1) .text-box {
    width: 92px;
  }
  .head-inner__snsbox:nth-of-type(2) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10%;
  }
  .head-inner__snsbox:nth-of-type(2) .text-box {
    width: 96px;
  }
  .head-inner__snsbox .main-self__tw {
    margin-right: 24px;
  }
  .head-inner__snsbox .main-self__insta {
    margin-right: 0;
  }
  .head-inner__snsbox .text-boxcover {
    width: 100%;
  }
  .head-inner__snsbox .text-box {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .head-inner__snsbox {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 750px) {
  .head-inner__navicon {
    right: 7.7vw;
  }
}

@media screen and (min-width: 751px) {
  .is_pc .head-inner__navicon:hover > .iconcover > span:nth-of-type(1) {
    left: 8px;
  }
  .is_pc .head-inner__navicon:hover > .iconcover > span:nth-of-type(3) {
    left: -5px;
  }
  .is_pc .head-inner__navicon.-open:hover > .iconcover > span:nth-of-type(1) {
    left: 0;
  }
  .is_pc .head-inner__navicon.-open:hover > .iconcover > span:nth-of-type(3) {
    left: 0;
  }
}

/*------------------------------------------------------*/
/*  footer */
/*------------------------------------------------------*/
.foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 238px 5.3vw 80px;
}
.foot-details {
  position: relative;
  width: calc(100% - 870px);
}
.foot-details__logo {
  width: 137px;
  margin-bottom: 66px;
}
.foot-details__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
.foot-details__self .name {
  margin-bottom: 25px;
}
.foot-details__self .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.foot-details__self .icon .-tw {
  width: 25px;
  margin-right: 20px;
}
.foot-details__self .icon .-insta {
  width: 22px;
}
.foot-details__self .place {
  margin-bottom: 23px;
}
.foot-details__self .address {
  margin-bottom: 43px;
}
.foot-details__self .address > span {
  display: block;
  font-size: 1.3rem;
  line-height: 2.8rem;
}
.foot-details__self .address > a {
  margin-top: 15px;
  font-size: 1.5rem;
}
.foot-details__self .tel > a {
  cursor: auto;
  pointer-events: none;
}
.foot-box {
  width: 870px;
  padding-top: 3px;
}
.foot-box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 60px;
}
.foot-box__link .link-block.-block4 {
  margin-left: -54px;
}
.foot-box__link .link-block a {
  padding-bottom: 6px;
}
.foot-box__link .link-block a.-current.common-textlink.-zero::before {
  width: 100%;
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .foot-box__link .link-block a.-current:hover::before {
    -webkit-animation-name: line-anm__max;
            animation-name: line-anm__max;
  }
}
.foot-box__link .link-block .child {
  margin-top: 50px;
  padding-bottom: 38px;
}
.foot-box__link .link-block .child > a {
  display: block;
  font-size: 1.4rem;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.foot-box__link .link-block .child > a.-current > span::before {
  width: 100%;
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .foot-box__link .link-block .child > a.-current:hover > span::before {
    -webkit-animation-name: line-anm__max;
            animation-name: line-anm__max;
  }
}
.foot-box__link .link-block .child > a > span {
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
  overflow: hidden;
}
.foot-box__link .link-block .child > a > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  width: 0;
  height: 1px;
  opacity: 0;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (min-width: 751px) {
  .foot-box__link .link-block .child > a:hover > span::before {
    -webkit-animation-name: line-anm__zero;
            animation-name: line-anm__zero;
  }
}
.foot-box__link.sublink {
  margin-top: 34px;
  margin-bottom: 30px;
}
.foot-box__others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.foot-box__others .foot-copy {
  font-size: 1.1rem;
  letter-spacing: 0.01em;
  color: #212225;
}
.foot-box__others .foot-pagetop {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  top: -6px;
  padding-bottom: 3px;
}
@media screen and (max-width: 1340px) {
  .foot-details {
    width: 210px;
  }
  .foot-box {
    width: calc(100% - 210px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 92px;
  }
}
@media screen and (max-width: 900px) {
  .foot-box__link {
    gap: 60px 0;
  }
  .foot-box__link .link-block {
    width: 50%;
  }
  .foot-box__link .link-block.-block4 {
    margin-left: 0;
  }
  .foot-box__link .link-block .child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .foot {
    position: relative;
    display: block;
    padding: 172px 7.7vw 40px;
  }
  .foot-details {
    width: 100%;
  }
  .foot-details .main-self__lang {
    position: absolute;
    top: -2px;
    left: initial;
    right: 0;
  }
  .foot-details .main-self__lang .box > .txt > a {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .foot-details__logo {
    width: 107px;
    margin-bottom: 57px;
  }
  .foot-details__flex {
    margin-bottom: 40px;
  }
  .foot-details__self {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 52px;
  }
  .foot-details__self > .icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
  .foot-details__self > .icon > .tw {
    width: 25px;
    margin-right: 20px;
  }
  .foot-details__self > .icon > .insta {
    width: 22px;
  }
  .foot-details__self > .place {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  .foot-details__self > .address {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 24px 0 41px;
  }
  .foot-details__self > .address > span, .foot-details__self > .address .-post {
    font-size: 1.4rem;
    line-height: 3rem;
  }
  .foot-details__self > .address > a {
    padding-bottom: 1px;
    margin-top: 17px;
  }
  .foot-details__self > .tel {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .foot-details__self > .tel > a {
    pointer-events: auto;
  }
  .foot-details__self > .tel > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    width: 100%;
    height: 1px;
  }
  .foot-box {
    width: 100%;
    padding: 0;
  }
  .foot-box__link {
    gap: 37px 0;
    margin-bottom: 88px;
  }
  .foot-box__link .link-block {
    width: 57%;
  }
  .foot-box__link .link-block:nth-of-type(2n) {
    width: 43%;
  }
  .foot-box__link .link-block a {
    padding: 0;
  }
  .foot-box__others {
    position: relative;
  }
  .foot-box__others .foot-copy {
    font-size: 1.1rem;
    letter-spacing: 0.02em;
    color: #212225;
  }
  .foot-box__others .foot-pagetop {
    position: absolute;
    right: 0;
    top: -70px;
    padding-bottom: 1px;
  }
  .foot .page-sign.-s1 {
    top: initial;
    bottom: 90px;
    left: calc(-7.7vw + 20px);
    width: 322px;
  }
  .foot .page-sign.-s2 {
    top: 300px;
    right: 32%;
    width: 73px;
  }
  .foot .page-sign.-s3 {
    top: 520px;
    left: 7.7vw;
    width: 91px;
  }
  .foot .page-sign.-s4 {
    bottom: 210px;
    right: calc(-7.7vw + 8px);
    width: 204px;
  }
}

/*------------------------------------------------------*/
/*  top */
/*------------------------------------------------------*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#top .main-inner {
  height: 790px;
}
@media screen and (max-width: 750px) {
  #top .main-inner {
    height: 262px;
  }
}
#top .page-sign.-works.-s1 {
  top: -90px;
  right: 0;
  width: 223px;
}
#top .page-sign.-works.-s2 {
  bottom: -165px;
  right: 70px;
  width: 212px;
}
#top .page-sign.-works.-s3 {
  bottom: -55px;
  left: -40px;
  width: 206px;
}
#top .page-sign.-office {
  z-index: 0;
}
#top .page-sign.-office.-s1 {
  top: -15px;
  left: -16px;
  width: 320px;
}
#top .page-sign.-office.-s2 {
  top: -135px;
  left: 44%;
  width: 132px;
}
#top .page-sign.-office.-s3 {
  bottom: 21%;
  left: 18%;
  width: 239px;
}
#top .page-sign.-office.-s4 {
  bottom: -33%;
  left: 41%;
  width: 461px;
}
#top .page-sign.-writing {
  z-index: 0;
}
#top .page-sign.-writing.-s1 {
  top: 21%;
  right: 12%;
  width: 406px;
}
#top .page-sign.-writing.-s2 {
  bottom: 2%;
  left: -60px;
  width: 478px;
}
@media screen and (max-width: 750px) {
  #top .page-sign.-works.-s1 {
    top: -34px;
    right: -20px;
    width: 127px;
  }
  #top .page-sign.-works.-s2 {
    right: calc(-7.7vw - 10px);
    width: 139px;
  }
  #top .page-sign.-works.-s3 {
    bottom: -105px;
    left: calc(-7.7vw - 5px);
    width: 138px;
  }
  #top .page-sign.-office.-s1 {
    top: -20px;
    left: calc(-7.7vw - 76px);
    width: 249px;
  }
  #top .page-sign.-office.-s2 {
    top: 25%;
    left: initial;
    right: 7.7vw;
    width: 100px;
  }
  #top .page-sign.-office.-s3 {
    bottom: 23%;
    left: calc(7.7vw + 12px);
    width: 185px;
  }
  #top .page-sign.-office.-s4 {
    bottom: -16%;
    left: initial;
    right: calc(-7.7vw - 38px);
    width: 278px;
  }
  #top .page-sign.-writing.-s1 {
    top: 10%;
    right: calc(-7.7vw - 110px);
    width: 293px;
  }
  #top .page-sign.-writing.-s2 {
    bottom: 25%;
    left: calc(-7.7vw - 40px);
    width: 299px;
  }
  #top .page-sign.-writing.-s3 {
    bottom: 11%;
    right: -20px;
    width: 116px;
  }
}

.main {
  width: 100%;
  position: relative;
  margin-bottom: 56px;
  padding-top: 140px;
}
.main-cover {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.main-inner {
  position: relative;
  width: 84%;
  height: 390px;
  background: #000;
  margin-right: auto;
  margin-left: 2.65vw;
}
@media screen and (max-width: 1260px) {
  .main-inner {
    width: calc(100% - 200px);
  }
}
.main-canvas {
  top: 15px;
  left: 10px;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 35px);
}
.main-logo {
  position: absolute;
  top: 612px;
  left: -5.3vw;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-logo__item {
  margin: 0;
  width: 1246px;
  position: relative;
  height: 89px;
}
.main-logo__item > svg {
  width: 100%;
}
.main-logo__item > svg > .st0 {
  fill: #EAD8CD;
}
.main-logo__child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-self {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 54px;
  top: -31px;
}
.main-self__name {
  font-size: 3.5rem;
  margin-bottom: 32px;
  position: relative;
  color: #212225;
}
.main-self__name > p {
  margin-bottom: -4px;
}
.main-self__name > p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.main-self__kana {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.1rem;
  color: #a6aab4;
}
.main-self__kana > p {
  margin-bottom: 1px;
}
.main-self__kana > p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.main-self__photographer {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: #535353;
  margin-bottom: 100px;
  margin-right: -0.2em;
}
.main-self__photographer.child {
  margin-bottom: 64px;
}
.main-self__lang {
  position: relative;
  left: 0.2em;
}
.main-self__lang .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50px;
  height: 24px;
}
.main-self__lang .box > .txt {
  height: 100%;
}
.main-self__lang .box > .txt > a {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #c6cbd8;
  height: 100%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.main-self__lang .box > .txt > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  width: 0;
  height: 1px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 751px) {
  .main-self__lang .box > .txt > a:hover {
    color: #000;
  }
  .main-self__lang .box > .txt > a:hover::before {
    width: 100%;
  }
}
.main-self__lang .box > .txt.-current > a {
  color: #000;
  cursor: auto;
  pointer-events: none;
}
.main-self__lang .box > .txt.-current > a::before {
  width: 100%;
}
.main-self__lang .box > .txt:nth-of-type(2) > a::before {
  right: 0;
  left: initial;
}
.main-self__lang .box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #c6cbd8;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 1400px) and (min-width: 1001px) {
  .main-self {
    top: -11px;
  }
}
@media screen and (max-width: 1000px) {
  .main {
    padding-top: 112px;
  }
}
@media screen and (max-width: 750px) {
  .main {
    padding-top: 82px;
    margin-bottom: 26px;
  }
  .main-cover {
    margin: 0;
  }
  .main-inner {
    width: 100%;
    height: 166px;
    margin: 0;
  }
  .main-canvas {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    top: 7px;
    left: 7px;
  }
  .main-logo {
    top: 240px;
    left: -7.7vw;
  }
  .main-logo__item {
    width: 686px;
    height: 49px;
  }
}

.room {
  width: 100%;
  padding: 20px 0 148px;
}
.room-cover {
  position: relative;
  width: 89.4vw;
  height: 455px;
  margin-left: 5.3vw;
}
.room-large {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 6.4rem;
  line-height: 13.2rem;
  letter-spacing: 0.02em;
}
.room-large__text {
  position: relative;
  overflow: hidden;
}
.room-large__text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(242, 240, 238, 0)), color-stop(50%, rgb(242, 240, 238)), to(rgb(242, 240, 238)));
  background: linear-gradient(to right, rgba(242, 240, 238, 0), rgb(242, 240, 238) 50%, rgb(242, 240, 238) 100%);
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}
.room-large__text.-text1 {
  color: #ead8cd;
}
.room-large__text.-text2 {
  color: #c6cbd8;
}
.room-large__text.-text2::after {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.room-large__text.-text3 {
  color: #c6cbd8;
}
.room-large__text.-text3::after {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.room-large.-show .room-large__text::after {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 850px) {
  .room-large {
    font-size: 5.2rem;
    line-height: 10.6rem;
  }
}
.room-small {
  position: absolute;
  top: 0;
  right: 40px;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #c6cbd8;
}
.room-small__text1, .room-small__text2 {
  margin-left: 41px;
}
.room-me {
  position: absolute;
  bottom: 0;
  right: 234px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.room-me__text1 {
  margin-bottom: 32px;
}
.room-me__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .room-me {
    bottom: -20px;
    right: 20%;
  }
}
@media screen and (max-width: 850px) {
  .room-me {
    bottom: 0;
    right: 20%;
  }
}
@media screen and (max-width: 750px) {
  .room {
    padding-bottom: 114px;
  }
  .room-cover {
    width: auto;
    height: 428px;
    margin: 0 7.7vw;
  }
  .room-large {
    top: 108px;
    left: -6px;
    font-size: 3.7rem;
    line-height: 7.1rem;
  }
  .room-small {
    top: 0;
    right: -6px;
    font-size: 1.7rem;
  }
  .room-small__text1, .room-small__text2 {
    margin-left: 23px;
  }
  .room-me {
    bottom: 0;
    right: -6px;
    font-size: 1.1rem;
  }
  .room-me__text1 {
    margin-bottom: 18px;
  }
}

.top-title {
  padding-left: 5.3vw;
}
.top-title.-large {
  padding: 0;
  text-align: right;
  max-width: 1800px;
  margin: 0 auto 70px;
}
.top-exhibitions {
  position: relative;
  background: #ead8cd;
  padding: 98px 5.3vw 120px;
}
.top-exhibitions .main-logo {
  top: 440px;
  left: 0;
}
.top-exhibitions .main-logo__item > svg .st0 {
  fill: #f2f0ee;
}
.top-exhibitions__box {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
.top-exhibitions__slide {
  position: relative;
  padding-left: 80px;
}
.top-exhibitions__slide.-no {
  margin-bottom: 35px;
}
.top-exhibitions__slide.-no .top-exhibitions__slidewrap, .top-exhibitions__slide.-no .top-exhibitions__spslidewrap {
  pointer-events: none;
}
.top-exhibitions__slide.-no .top-exhibitions__optionbox {
  display: none;
}
.top-exhibitions__slidewrap {
  position: relative;
  width: 920px;
  max-width: 100%;
  height: 600px;
  overflow: hidden;
}
.top-exhibitions__slidewrap > canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-exhibitions__optionbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  max-width: 1320px;
  padding: 2px 80px 35px 0;
}
.top-exhibitions__pager .pagerlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 0;
}
.top-exhibitions__pager .pagerlist .item {
  cursor: pointer;
}
.top-exhibitions__pager .pagerlist .item .icon {
  width: 21px;
}
.top-exhibitions__pager .pagerlist .item .icon > svg .st0 {
  fill: #f2f0ee;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.top-exhibitions__pager .pagerlist .item.-current {
  pointer-events: none;
  cursor: auto;
}
.top-exhibitions__pager .pagerlist .item.-current .icon > svg .st0 {
  fill: #535353;
}
@media screen and (min-width: 751px) {
  .top-exhibitions__pager .pagerlist .item:hover > .icon > svg .st0 {
    fill: #535353;
  }
}
.top-exhibitions__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top-exhibitions__nav .nav-item {
  position: relative;
  width: 82px;
  height: 82px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.top-exhibitions__nav .nav-item__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 16px;
}
.top-exhibitions__nav .nav-item__arrow > svg .cls-1 {
  fill: #fff !important;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.top-exhibitions__nav .nav-item__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-exhibitions__nav .nav-item__circle > svg .st0 {
  fill: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.top-exhibitions__nav .nav-item.-prev .nav-item__arrow {
  -webkit-transform: translate(-54%, -50%);
          transform: translate(-54%, -50%);
}
.top-exhibitions__nav .nav-item.-prev .nav-item__arrow > svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.top-exhibitions__nav .nav-item.-next .nav-item__arrow {
  -webkit-transform: translate(-46%, -50%);
          transform: translate(-46%, -50%);
}
@media screen and (min-width: 751px) {
  .top-exhibitions__nav .nav-item:hover .nav-item__arrow > svg .cls-1, .top-exhibitions__nav .nav-item:hover .nav-item__circle > svg .st0 {
    fill: #535353 !important;
  }
}
.top-exhibitions__nav.-hide {
  display: none;
}
.top-exhibitions__title {
  font-size: 2.7rem;
  line-height: 4.5rem;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}
.top-exhibitions__data > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 4rem;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.top-exhibitions__data > dl:nth-last-of-type(1) {
  margin-bottom: 0;
}
.top-exhibitions__data > dl dt {
  position: relative;
  width: 75px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top-exhibitions__data > dl dt::after {
  content: ":";
  position: absolute;
  top: -2px;
  right: 25px;
}
.top-exhibitions__data > dl dt.-fontm {
  font-size: 2rem;
  letter-spacing: 0.03em;
}
.top-exhibitions__data > dl dd.-fontm {
  font-size: 1.9rem;
  letter-spacing: 0.1em;
}
.top-exhibitions__data > dl dd.-small {
  font-size: 1.9rem;
}
.top-exhibitions__data > dl dd.-small .common-textlink.-jp::before {
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
}
.top-exhibitions__data > dl dd.-small > span {
  font-size: 1.5rem;
}
.top-exhibitions__data > dl dd > a {
  line-height: 1.4;
}
.top-exhibitions__data > dl dd > a.-fontm {
  line-height: 1.6;
  top: -2px;
  margin-left: 26px;
}
.top-works {
  position: relative;
  padding: 133px 0 210px;
}
.top-works .top-title {
  max-width: 1800px;
  margin: 0 auto 105px;
}
.top-works__box {
  padding: 0 5.3vw 222px;
  max-width: 1800px;
  margin: 0 auto;
}
.top-works__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 118px;
}
.top-works__block:nth-last-of-type(1) {
  margin-bottom: 0;
}
.top-works__block.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-works__block.-reverse .top-works__slide {
  width: 50%;
}
.top-works__block.-reverse .top-works__slide .owlwrapper .owl-dots {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-works__block.-reverse .top-works__details {
  width: 50%;
  padding-left: 0;
  padding-right: 190px;
}
.top-works__slide {
  width: 52%;
}
.top-works__slide .owlwrapper .fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-works__slide .owlwrapper .owl-item {
  opacity: 0;
}
.top-works__slide .owlwrapper .owl-item.active {
  opacity: 1;
}
.top-works__slide .owlwrapper .item {
  width: 100%;
  height: 460px;
}
.top-works__slide .owlwrapper .item .img-contain {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-works__slide .owlwrapper .item .img-contain > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-works__slide .owlwrapper .owl-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.top-works__slide .owlwrapper .owl-dots > .owl-dot {
  width: 21px;
}
.top-works__slide .owlwrapper .owl-dots > .owl-dot > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.top-works__slide .owlwrapper .owl-dots > .owl-dot > span > svg .st0 {
  fill: #e3e3e3;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.top-works__slide .owlwrapper .owl-dots > .owl-dot.active {
  pointer-events: none;
  cursor: auto;
}
.top-works__slide .owlwrapper .owl-dots > .owl-dot.active > span > svg .st0 {
  fill: #535353;
}
@media screen and (min-width: 751px) {
  .top-works__slide .owlwrapper .owl-dots > .owl-dot:hover > span > svg .st0 {
    fill: #535353;
  }
}
.top-works__details {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 29px 0 0 190px;
}
.top-works__details .title {
  white-space: nowrap;
  margin-bottom: 40px;
}
.top-works__details .title-en {
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
}
.top-works__details .title-jp {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.top-works__details .text {
  margin-bottom: 50px;
}
.top-works__details .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-works__details .link a .link-text {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-right: 18px;
}
.top-works__details .link a .link-icon {
  width: 15px;
  height: 16px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 751px) {
  .top-works__details .link a:hover .link-text::before {
    -webkit-animation-name: line-anm__zero;
            animation-name: line-anm__zero;
  }
  .top-works__details .link a:hover .link-icon {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.top-works__office {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
.top-works__office::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}
.top-works__office--area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-works__office--area .top-office-item {
  position: absolute;
  width: 200px;
  max-height: 32%;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0s 0.2s;
  transition: opacity 0.2s ease-out, -webkit-transform 0s 0.2s;
  transition: opacity 0.2s ease-out, transform 0s 0.2s;
  transition: opacity 0.2s ease-out, transform 0s 0.2s, -webkit-transform 0s 0.2s;
}
.top-works__office--area .top-office-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-works__office--area .top-office-item.-anm {
  pointer-events: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.8s cubic-bezier(0.37, 0.82, 0.19, 0.88) 0s;
  transition: opacity 0.6s ease-out, -webkit-transform 0.8s cubic-bezier(0.37, 0.82, 0.19, 0.88) 0s;
  transition: opacity 0.6s ease-out, transform 0.8s cubic-bezier(0.37, 0.82, 0.19, 0.88) 0s;
  transition: opacity 0.6s ease-out, transform 0.8s cubic-bezier(0.37, 0.82, 0.19, 0.88) 0s, -webkit-transform 0.8s cubic-bezier(0.37, 0.82, 0.19, 0.88) 0s;
}
.top-writing {
  position: relative;
  background: #c6cbd8;
}
.top-writing__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}
.top-writing__title {
  font-size: 3rem;
  letter-spacing: 0.1em;
}
.top-writing__box {
  padding: 135px 5.3vw 150px;
  max-width: 1800px;
  margin: 0 auto;
}
.top-writing__link > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-writing__link > a .text {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-right: 22px;
}
.top-writing__link > a .icon {
  width: 15px;
  height: 16px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.top-writing__link > a .icon > svg .cls-1 {
  fill: #f2f0ee;
}
@media screen and (min-width: 751px) {
  .top-writing__link > a:hover .text::before {
    -webkit-animation-name: line-anm__zero;
            animation-name: line-anm__zero;
  }
  .top-writing__link > a:hover .icon {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.top-writing__block {
  margin-bottom: 144px;
}
.top-writing__block.-column {
  margin-bottom: 0;
}
.top-writing__block.-column .top-writing__intro {
  margin-bottom: 86px;
}
.top-writing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
}
.top-writing__list.-news {
  display: block;
  padding: 0 40px;
}
.top-writing__list.-news .column-index__item {
  width: 100%;
  padding: 0;
  margin-bottom: 32px;
}
.top-writing__list.-news .column-index__item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.top-writing__list.-news .column-index__item > a {
  width: initial;
}
.top-writing__list.-news .column-index__item > a .details {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}
.top-writing__list.-news .column-index__item > a .details .date {
  width: 158px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 10px;
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  .top-writing__list.-news .column-index__item > a:hover .details .date {
    color: #000;
  }
  .top-writing__list.-news .column-index__item > a:hover .details .ttl {
    color: #f2f0ee;
  }
}
@media screen and (min-width: 751px) {
  .top-writing__list .column-index__item > a:hover .details .date, .top-writing__list .column-index__item > a:hover .details .ttl {
    color: #f2f0ee;
  }
}
.top-contact {
  padding: 154px 5.3vw 0;
  margin-bottom: -4px;
}
.top-contact__text {
  line-height: 5rem;
  text-align: center;
  margin-bottom: 80px;
}
.top-contact__btn .common-btn__link .icon.-mail {
  position: relative;
  top: 1px;
}
@media screen and (min-width: 1901px) {
  .top-writing__block.-column .column-index__item {
    width: calc((100% - 160px) / 3) !important;
  }
}
@media screen and (min-width: 1601px) {
  .top-exhibitions__slidewrap {
    left: -80px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 1440px) {
  .top-exhibitions__optionbox {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1160px) {
  .top-exhibitions__slide {
    padding-left: 0;
  }
  .top-exhibitions__optionbox {
    padding-right: 0;
  }
  .top-works__block.-reverse .top-works__details {
    padding-right: 100px;
  }
  .top-works__details {
    padding-left: 100px;
  }
  .top-writing__list {
    gap: 0 20px;
  }
}
@media screen and (max-width: 1060px) {
  .top-writing__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px 20px;
  }
  .top-writing__list .column-index__item {
    width: calc((100% - 20px) * 0.5);
  }
}
@media screen and (max-width: 850px) {
  .top-works__block {
    display: block;
  }
  .top-works__slide {
    width: 100% !important;
  }
  .top-works__slide .owlwrapper .item {
    height: 320px;
  }
  .top-works__slide .owlwrapper .owl-dots {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    margin-top: 12px;
  }
  .top-works__details {
    width: 100% !important;
    padding: 20px !important;
  }
  .top-contact__text {
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .top-title.-large {
    margin-bottom: 75px;
  }
  .top-exhibitions {
    padding: 103px 7.7vw 104px;
  }
  .top-exhibitions .main-logo {
    top: 315px;
  }
  .top-exhibitions__slide.-no {
    margin-bottom: 41px;
  }
  .top-exhibitions__slidewrap {
    height: 222px;
  }
  .top-exhibitions__optionbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 53px;
    padding: 23px 0 41px;
  }
  .top-exhibitions__nav .nav-item {
    width: 41px;
    height: 41px;
  }
  .top-exhibitions__nav .nav-item.-prev .nav-item__arrow {
    -webkit-transform: translate(-55%, -50%);
            transform: translate(-55%, -50%);
  }
  .top-exhibitions__nav .nav-item.-prev .nav-item__arrow > img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .top-exhibitions__nav .nav-item.-next .nav-item__arrow {
    -webkit-transform: translate(-45%, -50%);
            transform: translate(-45%, -50%);
  }
  .top-exhibitions__nav .nav-item__arrow {
    width: 13px;
    height: 14px;
  }
  .top-exhibitions__nav .nav-item__arrow > img {
    position: absolute;
    top: 0;
    left: 0px;
  }
  .top-exhibitions__pager {
    padding: 12px 0 0 12px;
  }
  .top-exhibitions__pager .pagerlist {
    gap: 3px 0;
  }
  .top-exhibitions__pager .pagerlist .item .icon {
    width: 19px;
  }
  .top-exhibitions__title {
    font-size: 2rem;
    line-height: 3.4rem;
    padding: 0 18px;
    margin-bottom: 19px;
  }
  .top-exhibitions__data {
    padding: 0 18px;
  }
  .top-exhibitions__data > dl {
    line-height: 3.9rem;
    margin-bottom: 0;
  }
  .top-exhibitions__data > dl dt::after {
    right: 28px;
  }
  .top-exhibitions__data > dl dd.-fontm {
    position: relative;
    top: 1px;
    font-size: 1.5rem;
  }
  .top-exhibitions__data > dl dd.-small {
    font-size: 1.6rem;
    line-height: 3.6rem;
    letter-spacing: 0;
  }
  .top-exhibitions__data > dl dd.-small > span {
    display: inline-block;
    font-size: 1.3rem;
  }
  .top-exhibitions__data > dl dd.-small .common-textlink.-jp {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(96%, transparent), color-stop(96%, #000), to(#000));
    background: linear-gradient(transparent 0%, transparent 96%, #000 96%, #000 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left;
  }
  .top-exhibitions__data > dl dd.-small .common-textlink.-jp::before {
    display: none;
  }
  .top-exhibitions__data > dl dd.-small .common-textlink.-fontm {
    top: 0;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin-left: 18px;
  }
  .top-works {
    padding: 111px 0 120px;
  }
  .top-works .top-title {
    padding-left: calc(7.7vw + 18px);
    margin-bottom: 74px;
  }
  .top-works__box {
    padding: 0 7.7vw 136px;
  }
  .top-works__block {
    margin-bottom: 116px;
  }
  .top-works__slide .owlwrapper .item {
    height: 222px;
  }
  .top-works__slide .owlwrapper .owl-dots {
    margin-top: 23px;
    padding-right: 12px;
  }
  .top-works__slide .owlwrapper .owl-dots > .owl-dot {
    width: 19px;
  }
  .top-works__details {
    padding: 15px 18px !important;
  }
  .top-works__details .title {
    margin-bottom: 36px;
  }
  .top-works__details .title-en {
    font-size: 2.3rem;
    margin-bottom: 8px;
  }
  .top-works__details .title-jp {
    font-size: 1.3rem;
  }
  .top-works__details .text {
    margin-bottom: 41px;
  }
  .top-works__details .link a .link-text {
    font-size: 1.7rem;
    letter-spacing: -0.06em;
    margin-right: 16px;
  }
  .top-works__details .link a .link-text::before {
    width: 100%;
    opacity: 1;
  }
  .top-works__details .link a .link-icon {
    position: relative;
    top: -1px;
    width: 12px;
    height: 13px;
  }
  .top-works__office::before {
    padding-top: 151%;
  }
  .top-works__office--area .top-office-item {
    max-height: 38%;
  }
  .top-writing__title {
    font-size: 2.5rem;
  }
  .top-writing__box {
    padding: 105px calc(7.7vw + 18px) 120px;
  }
  .top-writing__block {
    margin-bottom: 134px;
  }
  .top-writing__block.-column .top-writing__intro {
    margin-bottom: 80px;
  }
  .top-writing__intro {
    margin-bottom: 76px;
  }
  .top-writing__link > a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-writing__link > a .text {
    font-size: 1.7rem;
    margin-right: 14px;
  }
  .top-writing__link > a .text::before {
    width: 100% !important;
    opacity: 1 !important;
  }
  .top-writing__link > a .icon {
    width: 13px;
    height: 14px;
  }
  .top-writing__link > a .icon > svg .st0 {
    fill: #f2f0ee;
  }
  .top-writing__list {
    gap: 96px 0;
    margin-bottom: 80px;
  }
  .top-writing__list.-news {
    padding: 0;
    margin-bottom: 63px;
  }
  .top-writing__list.-news .column-index__item {
    margin-bottom: 48px;
  }
  .top-writing__list.-news .column-index__item > a .details {
    display: block;
  }
  .top-writing__list.-news .column-index__item > a .details .date {
    width: initial;
    padding-top: 0;
    margin-bottom: 7px;
  }
  .top-writing__list .column-index__item {
    width: 100%;
  }
  .top-writing__list .column-index__item > a .photo {
    max-height: 174px;
    margin-bottom: 27px;
  }
  .top-writing__list .column-index__item > a .photo > img {
    max-height: 174px;
  }
  .top-contact {
    padding: 111px calc(7.7vw + 18px) 0;
    margin-bottom: 0;
  }
  .top-contact__text {
    line-height: 4.4rem;
    margin-bottom: 52px;
  }
  .top-contact__btn {
    width: 204px;
  }
  .top-contact__btn .common-btn__link .text {
    padding-left: 38px;
    padding-right: 15px;
  }
}

.is_pc .top-exhibitions__spslidewrap {
  display: none;
}

.is_sp .top-exhibitions__slidewrap {
  display: none;
}
.is_sp .top-exhibitions__spslidewrap {
  position: relative;
  width: 100%;
  height: 222px;
}
.is_sp .top-exhibitions__spslidewrap .spslide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.is_sp .top-exhibitions__spslidewrap .spslide-item.-current {
  opacity: 1;
}
.is_sp .top-exhibitions__spslidewrap .spslide-item.-current > img {
  -webkit-transition: -webkit-filter 0.8s linear;
  transition: -webkit-filter 0.8s linear;
  transition: filter 0.8s linear;
  transition: filter 0.8s linear, -webkit-filter 0.8s linear;
  -webkit-filter: brightness(100%) contrast(100%) grayscale(0%) saturate(100%);
          filter: brightness(100%) contrast(100%) grayscale(0%) saturate(100%);
}
.is_sp .top-exhibitions__spslidewrap .spslide-item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(1000%) contrast(50%) grayscale(100%) saturate(0%);
          filter: brightness(1000%) contrast(50%) grayscale(100%) saturate(0%);
}
@media screen and (min-width: 751px) {
  .is_sp .top-exhibitions__spslidewrap {
    height: 600px;
  }
}

/*------------------------------------------------------*/
/*  profile */
/*------------------------------------------------------*/
.profile {
  position: relative;
  width: 100%;
  margin-bottom: -15px;
}
.profile .main-logo {
  position: absolute;
  top: 270px;
  left: 0px;
  z-index: 0;
}
.profile .main-logo__item > svg .st0 {
  fill: #f8f7f5;
}
.profile.-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.profile-fixedblank {
  position: relative;
  z-index: -1;
}
.profile-inner {
  padding-left: calc(5.3vw + 40px);
  margin: 0 auto 0 0;
  max-width: 1380px;
  position: relative;
  z-index: 1;
}
.profile-inner__fixed {
  position: absolute;
  top: 220px;
  left: 120px;
}
.profile-inner__fixed.-fixed {
  position: fixed;
  top: 50%;
  left: 120px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.profile-inner__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-inner__image {
  width: 410px;
  height: 275px;
  margin-right: 212px;
  position: relative;
}
.profile-inner__image > p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.profile-inner__image > p.-show {
  opacity: 1;
}
.profile-inner__image.fixitem {
  margin: 0;
}
.profile-inner__intro {
  position: relative;
  width: 40vw;
  max-width: 620px;
  position: relative;
  margin-top: -8px;
}
.profile-inner__intro > .name {
  margin-bottom: 78px;
}
.profile-inner__intro > .name > h2 {
  font-size: 2.7rem;
  letter-spacing: 0.09em;
  margin-bottom: 17px;
}
.profile-inner__intro > .name > p {
  font-family: "Marcellus", serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  padding-left: 4px;
}
.profile-inner__intro > .text {
  margin-bottom: 40px;
}
.profile-inner__intro > .text .text-title {
  font-size: 1.4rem;
  line-height: 4.5rem;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
}
.profile-inner__intro > .text .year {
  width: 140px;
  font-size: 1.4rem;
}
.profile-inner__intro > .text.text1 {
  margin-bottom: 32px;
  width: calc(100% - 100px);
}
.profile-inner__intro > .text.text2 {
  font-size: 1.4rem;
  margin-bottom: 94px;
}
.profile-inner__intro > .text.text2 > p:last-of-type {
  line-height: 4rem;
}
.profile-inner__intro > .text.text2 .mr {
  margin-right: 22px;
}
.profile-inner__intro > .text.text3 {
  margin-bottom: 103px;
  line-height: 3.8rem;
}
.profile-inner__intro > .text.text3 .text-title {
  margin-bottom: 32px;
}
.profile-inner__intro > .text.text3 > p {
  margin-bottom: 6px;
}
.profile-inner__intro > .text.text3 > p:last-of-type {
  margin-bottom: 0;
}
.profile-inner__intro > .text.text4 {
  font-size: 1.5rem;
  line-height: 3.8rem;
  margin-bottom: 102px;
}
.profile-inner__intro > .text.text4 .text-title {
  margin-bottom: 32px;
}
.profile-inner__intro > .text.text4 > p {
  margin-bottom: 11px;
}
.profile-inner__intro > .text.text4 > p:last-of-type {
  margin-bottom: 0;
}
.profile-inner__intro > .text.text3 > p, .profile-inner__intro > .text.text4 > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-inner__intro > .text.text3 > p > span, .profile-inner__intro > .text.text4 > p > span {
  display: block;
}
.profile-inner__intro > .text.text3 > p > span:last-of-type, .profile-inner__intro > .text.text4 > p > span:last-of-type {
  width: calc(100% - 206px);
}
.profile-inner__intro > .text.text5 {
  margin-bottom: 0;
}
.profile-inner__intro > .text.text5 .text-title {
  margin-bottom: 29px;
}
.profile-inner__intro > .text.text5 > p {
  font-size: 1.4rem;
  line-height: 4rem;
}
.profile-inner__intro > .text.text5 > p.pr {
  padding-right: 30px;
}
.profile-inner__intro > .text.text5 > p:first-of-type {
  line-height: 4.5rem;
}
.profile .page-sign.-s1 {
  top: 33%;
  left: 70px;
  width: 349px;
}
.profile .page-sign.-s2 {
  bottom: 0;
  left: -70px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 246px;
}
@media screen and (max-width: 1060px) {
  .profile .page-sign.-s2 {
    -webkit-transform: translateX(-100%) scale(0.8);
            transform: translateX(-100%) scale(0.8);
  }
}
@media screen and (min-width: 1501px) {
  .profile-inner {
    max-width: 1800px;
  }
  .profile-inner__intro {
    max-width: calc(100% - 622px);
  }
  .profile-inner__intro > .text.text1 {
    width: 100%;
  }
}
@media screen and (max-width: 1270px) {
  .profile-inner__image {
    margin-right: 80px;
  }
  .profile-inner__intro {
    width: calc(100% - 490px);
  }
}
@media screen and (max-width: 1160px) {
  .profile-inner {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }
  .profile-inner__intro > .text.text1 {
    width: 100%;
  }
  .profile-inner__intro > .text.text3 > p > span:nth-last-of-type(1), .profile-inner__intro > .text.text4 > p > span:nth-last-of-type(1) {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 950px) {
  .profile-inner__intro {
    width: calc(100% - 360px);
  }
  .profile-inner__intro > .text.text3 > p > span:nth-last-of-type(1), .profile-inner__intro > .text.text4 > p > span:nth-last-of-type(1) {
    width: calc(100% - 110px);
  }
  .profile-inner__intro > .text .year {
    width: 110px;
  }
  .profile-inner__image {
    width: 300px;
    height: 200px;
  }
}
@media screen and (max-width: 750px) {
  .profile {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .profile .main-logo {
    position: absolute;
    top: 0;
  }
  .profile-inner {
    padding: 0 calc(7.7vw + 18px);
    margin: 0;
  }
  .profile-inner__fixed {
    position: absolute;
    top: 362px;
    left: 0px;
  }
  .profile-inner__fixed.-fixed {
    position: fixed;
  }
  .profile-inner__flex {
    display: block;
    padding-top: 172px;
    padding-bottom: 5px;
  }
  .profile-inner__image {
    margin-right: 0;
    position: relative;
    width: 0;
    height: 0;
  }
  .profile-inner__image#judgeline {
    width: 100%;
    height: 185px;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-right: 0;
    z-index: 1;
  }
  .profile-inner__image#judgeline.-fixed {
    position: fixed;
    top: 0px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: calc(100% - (15.4vw + 36px));
  }
  .profile-inner__image#judgeline .profile-inner__image {
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .profile-inner__image > p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .profile-inner__image > p.-show {
    opacity: 1;
  }
  .profile-inner__image.fixitem {
    margin: 0;
  }
  .profile-inner__intro {
    width: 100%;
    max-width: unset;
  }
  .profile-inner__intro > .name {
    margin-bottom: 52px;
  }
  .profile-inner__intro > .name > h2 {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    margin-bottom: 11px;
  }
  .profile-inner__intro > .name > p {
    font-size: 1.1rem;
    letter-spacing: 0.16em;
    padding-left: 0px;
  }
  .profile-inner__intro > .text {
    margin-bottom: 40px;
    word-break: break-all;
  }
  .profile-inner__intro > .text .text-title {
    font-size: 1.3rem;
  }
  .profile-inner__intro > .text .year {
    width: 105px;
    font-size: 1.2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .profile-inner__intro > .text.text1 {
    margin-bottom: 49px;
  }
  .profile-inner__intro > .text.text2 {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .profile-inner__intro > .text.text2 > p:last-of-type {
    line-height: 41px;
  }
  .profile-inner__intro > .text.text2 .mr {
    margin-right: 22px;
  }
  .profile-inner__intro > .text.text2 .text-title {
    margin-bottom: 18px;
  }
  .profile-inner__intro > .text.text3 {
    margin-bottom: 55px;
  }
  .profile-inner__intro > .text.text3 > p {
    margin-bottom: 11px;
  }
  .profile-inner__intro > .text.text3 > p:last-of-type {
    margin-bottom: 0;
  }
  .profile-inner__intro > .text.text3 .text-title {
    margin-bottom: 23px;
  }
  .profile-inner__intro > .text.text4 {
    margin-bottom: 65px;
  }
  .profile-inner__intro > .text.text4 > p {
    margin-bottom: 11px;
  }
  .profile-inner__intro > .text.text4 > p:last-of-type {
    margin-bottom: 0;
  }
  .profile-inner__intro > .text.text4 .text-title {
    margin-bottom: 34px;
  }
  .profile-inner__intro > .text.text3, .profile-inner__intro > .text.text4 {
    font-size: 1.4rem;
    line-height: 3.4rem;
  }
  .profile-inner__intro > .text.text3 > p > span:last-of-type, .profile-inner__intro > .text.text4 > p > span:last-of-type {
    width: calc(100% - 105px);
  }
  .profile-inner__intro > .text.text5 {
    margin-bottom: 0;
  }
  .profile-inner__intro > .text.text5 > p {
    font-size: 1.4rem;
    line-height: 4rem;
  }
  .profile-inner__intro > .text.text5 > p.pr {
    line-height: 3rem;
    padding-right: 0;
    margin: 5px 0;
  }
  .profile-inner__intro > .text.text5 .text-title {
    margin-bottom: 21px;
  }
  .profile .page-sign.-s1 {
    top: 39%;
    left: 10px;
    width: 244px;
  }
  .profile .page-sign.-s2 {
    bottom: 250px;
    right: calc(-7.7vw - 28px);
    left: initial;
    -webkit-transform: initial;
            transform: initial;
    width: 159px;
  }
}

/*------------------------------------------------------*/
/*  works */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*  office */
/*------------------------------------------------------*/
.office {
  margin-top: -16px;
}
.office-lead {
  margin: 0 5.3vw 108px;
}
.office-photos {
  position: relative;
  max-width: 1600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5.3vw 191px;
}
.office-photos::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}
.office-photos:hover {
  cursor: none;
}
.office-photos__area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.office-photos__item {
  position: absolute;
  width: 200px;
  max-height: 50%;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0s 0.2s;
  transition: opacity 0.2s ease-out, -webkit-transform 0s 0.2s;
  transition: opacity 0.2s ease-out, transform 0s 0.2s;
  transition: opacity 0.2s ease-out, transform 0s 0.2s, -webkit-transform 0s 0.2s;
}
.office-photos__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.office-photos__item:nth-of-type(1) {
  top: 0;
}
.office-photos__item:nth-of-type(2) {
  left: 0;
}
.office-photos__item:nth-of-type(3) {
  bottom: 0;
}
.office-photos__item:nth-of-type(4) {
  right: 0;
}
.office-photos__item:nth-of-type(5) {
  top: 50%;
  left: 50%;
}
.office-photos__item.-anm {
  pointer-events: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.8s cubic-bezier(0.37, 0.82, 0.19, 0.88) 0s;
  transition: opacity 0.6s ease-out, -webkit-transform 0.8s cubic-bezier(0.37, 0.82, 0.19, 0.88) 0s;
  transition: opacity 0.6s ease-out, transform 0.8s cubic-bezier(0.37, 0.82, 0.19, 0.88) 0s;
  transition: opacity 0.6s ease-out, transform 0.8s cubic-bezier(0.37, 0.82, 0.19, 0.88) 0s, -webkit-transform 0.8s cubic-bezier(0.37, 0.82, 0.19, 0.88) 0s;
}
.office-photos__cursor {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  position: fixed;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.office-photos__cursor .icon {
  width: 106px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-out 0.2s;
  transition: -webkit-transform 0.3s ease-out 0.2s;
  transition: transform 0.3s ease-out 0.2s;
  transition: transform 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
}
.office-photos__cursor .icon > svg .cls-1 {
  fill: #ead8cd;
}
.office-photos__cursor .icon > svg .cls-2 {
  fill: #c6cbd8;
}
.office-photos__cursor .icon > svg .cls-3 {
  fill: #62656f;
}
.office-photos__cursor .text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: transparent;
  padding-top: 2px;
}
.office-photos__cursor .text > span {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.office-photos__cursor.-reset .icon {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform ease-out 0.3s;
  transition: -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
}
.office-photos__cursor.-reset .text {
  opacity: 1;
  color: #62656f;
}
.office-photos__cursor.-reset .text > span:nth-of-type(1) {
  -webkit-transition: 0.2s ease-out 0.3s;
  transition: 0.2s ease-out 0.3s;
}
.office-photos__cursor.-reset .text > span:nth-of-type(2) {
  -webkit-transition: 0.2s ease-out 0.35s;
  transition: 0.2s ease-out 0.35s;
}
.office-photos__cursor.-reset .text > span:nth-of-type(3) {
  -webkit-transition: 0.2s ease-out 0.4s;
  transition: 0.2s ease-out 0.4s;
}
.office-photos__cursor.-reset .text > span:nth-of-type(4) {
  -webkit-transition: 0.2s ease-out 0.45s;
  transition: 0.2s ease-out 0.45s;
}
.office-photos__cursor.-reset .text > span:nth-of-type(5) {
  -webkit-transition: 0.2s ease-out 0.5s;
  transition: 0.2s ease-out 0.5s;
}
.office-photos__cursor.-reset .text > span:nth-of-type(6) {
  -webkit-transition: 0.2s ease-out 0.55s;
  transition: 0.2s ease-out 0.55s;
}
.office-photos__cursor.-reset .text > span:nth-of-type(7) {
  -webkit-transition: 0.2s ease-out 0.6s;
  transition: 0.2s ease-out 0.6s;
}
.office-photos__cursor.-repeat .icon > svg .rect {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.office-photos__cursor.-repeat .icon > svg .rect.-left {
  -webkit-animation-name: office-photos__cursor--type1;
          animation-name: office-photos__cursor--type1;
}
.office-photos__cursor.-repeat .icon > svg .rect.-right {
  -webkit-animation-name: office-photos__cursor--type2;
          animation-name: office-photos__cursor--type2;
}
.office-photos__cursor.-repeat .icon > svg .rect.-bottom {
  -webkit-animation-name: office-photos__cursor--type3;
          animation-name: office-photos__cursor--type3;
}
@media screen and (min-width: 1801px) {
  .office-photos {
    margin-left: auto;
    margin-right: auto;
  }
}
.office-flow {
  position: relative;
  width: 100%;
  margin-bottom: 109px;
}
.office-flow__headline {
  margin-bottom: 22px;
  padding: 0 5.3vw;
}
.office-flow__block {
  position: relative;
  padding: 82px 5.3vw;
}
.office-flow__block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 67px;
}
.office-flow__block .title-cover {
  width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 80px;
}
.office-flow__block .title-cover .icon {
  position: relative;
}
.office-flow__block .title-cover .icon .-rear {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.office-flow__block .title-cover .icon.-i1 {
  width: 35px;
  height: 31px;
}
.office-flow__block .title-cover .icon.-i1 .cls-1 {
  fill: #ead8cd;
}
.office-flow__block .title-cover .icon.-i1 .cls-2 {
  fill: #c6cbd8;
}
.office-flow__block .title-cover .icon.-i1 .cls-3 {
  fill: #62656f;
}
.office-flow__block .title-cover .icon.-i1 .-rear {
  -webkit-transform: translate(-9px, -16px) rotate(45deg);
          transform: translate(-9px, -16px) rotate(45deg);
}
.office-flow__block .title-cover .icon.-i2 {
  width: 34px;
  height: 30px;
}
.office-flow__block .title-cover .icon.-i2 .cls-1 {
  fill: #ead8cd;
}
.office-flow__block .title-cover .icon.-i2 .cls-2 {
  fill: #c6cbd8;
}
.office-flow__block .title-cover .icon.-i2 .cls-3 {
  fill: #62656f;
}
.office-flow__block .title-cover .icon.-i2 .-rear {
  -webkit-transform: translate(-13px, -7px);
          transform: translate(-13px, -7px);
}
.office-flow__block .title-cover .icon.-i3 {
  width: 34px;
  height: 27px;
}
.office-flow__block .title-cover .icon.-i3 .cls-1 {
  fill: #ead8cd;
}
.office-flow__block .title-cover .icon.-i3 .cls-2 {
  fill: #c6cbd8;
}
.office-flow__block .title-cover .icon.-i3 .cls-3 {
  fill: #62656f;
}
.office-flow__block .title-cover .icon.-i3 .-rear {
  -webkit-transform: translate(-10px, -9px);
          transform: translate(-10px, -9px);
}
.office-flow__block .title-cover .icon.-i4 {
  width: 20px;
  height: 30px;
}
.office-flow__block .title-cover .icon.-i4 .cls-1 {
  fill: #ead8cd;
}
.office-flow__block .title-cover .icon.-i4 .cls-2 {
  fill: #c6cbd8;
}
.office-flow__block .title-cover .icon.-i4 .cls-3 {
  fill: #62656f;
}
.office-flow__block .title-cover .icon.-i4 .-rear {
  -webkit-transform: translate(0, -8px);
          transform: translate(0, -8px);
}
.office-flow__block .title-cover .icon.-i5 {
  width: 26px;
  height: 30px;
}
.office-flow__block .title-cover .icon.-i5 .cls-1 {
  fill: #ead8cd;
}
.office-flow__block .title-cover .icon.-i5 .cls-2 {
  fill: #c6cbd8;
}
.office-flow__block .title-cover .icon.-i5 .cls-3 {
  fill: #62656f;
}
.office-flow__block .title-cover .icon.-i5 .-rear {
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}
.office-flow__block .title-main {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.office-flow__block .text {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  padding-left: 250px;
}
.office-flow__block .text-main .common-textlink::before {
  bottom: 10px;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
}
.office-flow__block .text-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 3.2rem;
  margin-top: 25px;
}
.office-flow__block .text-sub .asterisk {
  padding-right: 8px;
}
.office-flow__block.-show .title-cover .icon.-i1 .-rear {
  -webkit-transform: translate(0, 0) rotate(0);
          transform: translate(0, 0) rotate(0);
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.office-flow__block.-show .title-cover .icon.-i2 .-rear, .office-flow__block.-show .title-cover .icon.-i3 .-rear, .office-flow__block.-show .title-cover .icon.-i4 .-rear, .office-flow__block.-show .title-cover .icon.-i5 .-rear {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.office-flow__block.-show .title-main, .office-flow__block.-show .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.office-flow__block.-show .text {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.office-price {
  position: relative;
  padding: 0 5.3vw;
}
.office-price__headline {
  margin-bottom: 106px;
}
.office-price__box {
  padding: 0 40px;
}
.office-price__details {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding-left: 40px;
}
.office-price__details .box {
  margin-bottom: 142px;
}
.office-price__details .box:nth-last-of-type(1) {
  margin-bottom: 0;
}
.office-price__details .box.-product {
  padding-top: 7px;
}
.office-price__details .box.-product .box-block__top > .title::before {
  background: #ead8cd;
}
.office-price__details .box.-product .box-block__main {
  padding-top: 11px;
}
.office-price__details .box-title {
  margin-bottom: 103px;
}
.office-price__details .box-text {
  line-height: 4.6rem;
  margin-top: -46px;
  margin-bottom: 100px;
}
.office-price__details .box-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 124px;
}
.office-price__details .box-block:nth-last-of-type(1) {
  margin-bottom: 0;
}
.office-price__details .box-block__top {
  width: 398px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.office-price__details .box-block__top > .title {
  position: relative;
  font-size: 1.8rem;
  line-height: 4.6rem;
  padding-left: 32px;
}
.office-price__details .box-block__top > .title::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #c6cbd8;
}
.office-price__details .box-block__main {
  width: calc(100% - 398px);
}
.office-price__details .box-block__main > .text {
  margin-bottom: 69px;
  line-height: 4.6rem;
}
.office-price__details .box-block__main > dl {
  width: 100%;
  margin-bottom: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.office-price__details .box-block__main > dl:last-of-type {
  margin-bottom: 0;
}
.office-price__details .box-block__main > dl > dt {
  width: 125px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.office-price__details .box-block__main > dl .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 11px;
  margin-right: 60px;
}
.office-price__details .box-block__main > dl .dots > span {
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #000;
}
.office-price__details .box-block__main > dl .dots > span:nth-of-type(1) {
  margin-right: 15px;
}
.office-price__caution.-first {
  margin: 64px 0 16px;
}
.office-price__caution > p {
  position: relative;
  padding-left: 18px;
  font-size: 1.4rem;
  line-height: 3.4rem;
  letter-spacing: 0.02em;
}
.office-price__caution > p > span {
  position: absolute;
  top: 0;
  left: 0;
}
.office-access {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 166px 0 150px;
}
.office-access__map {
  width: calc(100% - 340px);
  height: 520px;
}
.office-access__map .map-inner {
  width: calc(100% - 140px);
  height: 100%;
}
.office-access__intro {
  width: 340px;
  letter-spacing: 0.09em;
}
.office-access__intro .officename {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.office-access__intro .officename-title {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-right: 32px;
}
.office-access__intro .officename-icon {
  width: 22px;
  height: 22px;
  margin-top: 2px;
}
.office-access__intro .officename-icon > a {
  width: 100%;
  height: 100%;
}
.office-access__intro .officename-icon > a svg .st0 {
  fill: #c6cbd8;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 751px) {
  .office-access__intro .officename-icon > a:hover svg .st0 {
    fill: #000;
  }
}
.office-access__intro > .sub {
  font-size: 1.5rem;
  margin-bottom: 40px;
}
.office-access__intro > .time {
  font-size: 1.7rem;
  margin-bottom: 80px;
  letter-spacing: 0;
}
.office-access__intro > .time > span {
  padding-left: 14px;
  font-size: 1.3rem;
}
.office-access__intro > .address {
  white-space: nowrap;
}
.office-access__intro > .address > p {
  font-size: 1.7rem;
  margin-bottom: 40px;
}
.office-access__intro > .address > p:nth-of-type(1) {
  font-size: 1.5rem;
  margin-bottom: 18px;
}
.office-access__intro > .address > p > span {
  display: block;
}
.office-access__intro > .address > p > span:first-of-type {
  margin-bottom: 20px;
}
.office-access__intro > .address > p > span > span {
  padding-left: 2px;
  padding-right: 2px;
}
.office-access__intro > .address > a {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  margin-bottom: 56px;
  color: #000;
}
.office-access__intro > .address > a::before {
  background: #000;
}
.office-access__intro .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.office-access__intro .tel > .icon {
  width: 20px;
  height: 26px;
  margin-right: 35px;
}
.office-access__intro .tel > a {
  cursor: auto;
  pointer-events: none;
  color: #000;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
.office-contact__text {
  text-align: center;
  margin-bottom: 80px;
}
.office-contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 102px;
}
.office-contact__btn {
  margin: 0;
  text-align: center;
}
.office .page-sign.-s1 {
  top: 50%;
  left: 30%;
  width: 283px;
}
.office .page-sign.-s2 {
  bottom: -120px;
  right: calc(-5.3vw - 60px);
  width: 300px;
}
.office .page-sign.-s3 {
  top: 42%;
  right: -20px;
  width: 386px;
}
.office .page-sign.-s4 {
  top: -100px;
  left: 48%;
  width: 394px;
}
.office .page-sign.-s5 {
  bottom: -30px;
  right: calc(-5.3vw - 50px);
  width: 144px;
}
@media screen and (max-width: 1160px) {
  .office-access__map {
    width: calc(100% - 280px);
  }
  .office-access__map .map-inner {
    width: calc(100% - 80px);
  }
  .office-access__intro {
    width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .office-price__details .box-block {
    display: block;
  }
  .office-price__details .box-block__top {
    width: 100%;
    margin-bottom: 60px;
  }
  .office-price__details .box-block__main {
    width: 100%;
  }
  .office-price__details .box-block__main > dl > dd .-nml {
    margin-left: -10px;
  }
  .office-access {
    display: block;
  }
  .office-access__map {
    width: 100%;
    margin-bottom: 90px;
  }
  .office-access__map .map-inner {
    width: 100%;
  }
  .office-access__intro {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .office-contact__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 108px 0;
  }
}
@media screen and (max-width: 750px) {
  .office {
    margin: -2px 0 2px;
  }
  .office-lead {
    margin: 0 7.7vw 71px;
  }
  .office-lead__text {
    padding: 0 18px;
  }
  .office-photos {
    margin: 0 7.7vw 143px;
  }
  .office-photos::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 140%;
  }
  .office-photos__area::before {
    padding-top: 140%;
  }
  .office-photos__item.-hide {
    display: none;
  }
  .office-photos__item:nth-of-type(1) {
    left: 0;
  }
  .office-photos__item:nth-of-type(2) {
    bottom: 0;
  }
  .office-photos__item:nth-of-type(3) {
    bottom: 0;
  }
  .office-photos__item:nth-of-type(4) {
    right: 0;
  }
  .office-flow {
    padding: 0 7.7vw;
    margin-bottom: 99px;
  }
  .office-flow__headline {
    margin-bottom: 28px;
    padding: 0 18px;
  }
  .office-flow__block {
    padding: 51px 18px;
  }
  .office-flow__block .title {
    margin-bottom: 38px;
  }
  .office-flow__block .title-main {
    margin-top: -2px;
  }
  .office-flow__block .title-cover {
    width: 58px;
    padding-left: 0;
  }
  .office-flow__block .title-cover .icon.-i1 {
    width: 31px;
    height: 28px;
  }
  .office-flow__block .title-cover .icon.-i1 > svg .st0 {
    fill: #EAD8CD;
  }
  .office-flow__block .title-cover .icon.-i1 > svg .st2 {
    fill: #C6CBD8;
  }
  .office-flow__block .title-cover .icon.-i1 > svg .st1 {
    -webkit-clip-path: url(#SVGID_00000178192681332838080950000017166507300408522646_);
            clip-path: url(#SVGID_00000178192681332838080950000017166507300408522646_);
    fill: #EAD8CD;
    stroke: #62656F;
    stroke-width: 2.2;
    stroke-miterlimit: 10;
  }
  .office-flow__block .title-cover .icon.-i2 {
    width: 31px;
    height: 27px;
  }
  .office-flow__block .title-cover .icon.-i2 > svg .st0 {
    fill: #EAD8CD;
  }
  .office-flow__block .title-cover .icon.-i2 > svg .st1 {
    fill: #C6CBD8;
  }
  .office-flow__block .title-cover .icon.-i2 > svg .st2 {
    fill: #62656F;
  }
  .office-flow__block .title-cover .icon.-i3 {
    width: 31px;
    height: 25px;
  }
  .office-flow__block .title-cover .icon.-i3 > svg .st0 {
    fill: #EAD8CD;
  }
  .office-flow__block .title-cover .icon.-i3 > svg .st1 {
    fill: #62656F;
  }
  .office-flow__block .title-cover .icon.-i3 > svg .st2 {
    fill: #C6CBD8;
  }
  .office-flow__block .title-cover .icon.-i4 {
    width: 18px;
    height: 27px;
  }
  .office-flow__block .title-cover .icon.-i4 > svg .st0 {
    fill: #C6CBD8;
  }
  .office-flow__block .title-cover .icon.-i4 > svg .st1 {
    fill: #62656F;
  }
  .office-flow__block .title-cover .icon.-i4 > svg .st2 {
    fill: #EAD8CD;
  }
  .office-flow__block .title-cover .icon.-i5 {
    width: 24px;
    height: 27px;
  }
  .office-flow__block .title-cover .icon.-i5 > svg .st0 {
    fill: #EAD8CD;
  }
  .office-flow__block .title-cover .icon.-i5 > svg .st1 {
    fill: #62656F;
  }
  .office-flow__block .title-cover .icon.-i5 > svg .st2 {
    fill: #C6CBD8;
  }
  .office-flow__block .text {
    font-size: 1.6rem;
    line-height: 4.4rem;
    padding-left: 0;
  }
  .office-flow__block .text-sub {
    font-size: 1.2rem;
    line-height: 2.9rem;
    margin-top: 26px;
  }
  .office-flow__block .text-sub .asterisk {
    padding-right: 4px;
  }
  .office-price {
    padding: 0 7.7vw;
  }
  .office-price__headline {
    padding: 0 18px;
    margin-bottom: 84px;
  }
  .office-price__box {
    padding: 0;
  }
  .office-price__details {
    padding: 0 18px;
  }
  .office-price__details .box {
    margin-bottom: 138px;
  }
  .office-price__details .box.-product {
    padding-top: 0;
    margin-top: -29px;
  }
  .office-price__details .box.-product .box-block__main {
    padding-top: 7px;
  }
  .office-price__details .box-title {
    font-size: 1.9rem;
    margin-bottom: 75px;
  }
  .office-price__details .box-text {
    line-height: 4.4rem;
    margin: -19px 0 68px;
  }
  .office-price__details .box-block {
    margin-bottom: 90px;
  }
  .office-price__details .box-block__top {
    margin-bottom: 24px;
  }
  .office-price__details .box-block__top > .title {
    font-size: 1.7rem;
    line-height: 4.5rem;
    padding-left: 28px;
  }
  .office-price__details .box-block__top > .title::before {
    top: 19px;
    width: 7px;
    height: 7px;
  }
  .office-price__details .box-block__main > .text {
    line-height: 4.4rem;
    margin-bottom: 44px;
  }
  .office-price__details .box-block__main > dl {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
  .office-price__details .box-block__main > dl > dt {
    width: 85px;
  }
  .office-price__details .box-block__main > dl .dots {
    padding-top: 14px;
    margin-right: 24px;
  }
  .office-price__details .box-block__main > dl .dots > span:nth-of-type(1) {
    margin-right: 6px;
  }
  .office-price__caution.-first {
    margin: 38px 0 14px;
  }
  .office-price__caution > p {
    font-size: 1.2rem;
    line-height: 2.8rem;
    padding-left: 17px;
  }
  .office-price__caution > p > span {
    top: 0;
    -webkit-transform: initial;
            transform: initial;
  }
  .office-access {
    margin: 144px 0;
  }
  .office-access__map {
    height: 290px;
    margin-bottom: 66px;
  }
  .office-access__intro {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 18px;
    letter-spacing: 0.04em;
  }
  .office-access__intro .officename {
    margin-bottom: 14px;
  }
  .office-access__intro .officename-icon {
    width: 21px;
    height: 21px;
    margin-top: 1px;
  }
  .office-access__intro > .sub {
    font-size: 1.3rem;
    margin-bottom: 50px;
  }
  .office-access__intro > .time {
    margin-bottom: 51px;
  }
  .office-access__intro > .time > span {
    padding-left: 12px;
  }
  .office-access__intro > .address {
    white-space: initial;
  }
  .office-access__intro > .address > p {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
  .office-access__intro > .address > p:nth-of-type(1) {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .office-access__intro > .address > p > span:first-of-type {
    margin-bottom: 13px;
  }
  .office-access__intro > .address > a {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  .office-access__intro .tel > .icon {
    width: 18px;
    height: 23px;
    margin-right: 24px;
  }
  .office-access__intro .tel > a {
    pointer-events: auto;
    font-size: 1.7rem;
  }
  .office-access__intro .tel > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    width: 100%;
    height: 1px;
  }
  .office-contact {
    padding: 0 18px;
  }
  .office-contact__text {
    text-align: left;
    margin-bottom: 52px;
  }
  .office-contact__btn {
    width: 215px;
  }
  .office-contact__btn .common-btn__link .text {
    padding-left: 47px;
    padding-right: 15px;
  }
  .office .page-sign.-s1 {
    top: 20%;
    left: calc(-7.7vw - 20px);
    width: 202px;
  }
  .office .page-sign.-s2 {
    bottom: -140px;
    right: calc(-7.7vw - 65px);
    width: 240px;
  }
  .office .page-sign.-s3 {
    top: 63%;
    left: 7.7vw;
    width: 323px;
  }
  .office .page-sign.-s4 {
    top: 684px;
    left: initial;
    right: calc(-7.7vw - 110px);
    width: 315px;
  }
  .office .page-sign.-s5 {
    bottom: 100px;
    right: initial;
    left: calc(-7.7vw - 20px);
    width: 123px;
  }
}

.office-photos__cursor.-sp {
  display: none;
  font-size: 1.5rem;
  position: relative;
  top: initial !important;
  left: initial !important;
  width: 100px;
  pointer-events: auto;
  opacity: 1 !important;
  -webkit-transform: initial;
          transform: initial;
  -webkit-transition: initial;
  transition: initial;
  margin: 53px auto 0;
}
.office-photos__cursor.-sp .icon {
  width: 100%;
}
.office-photos__cursor.-sp .icon > svg .st0 {
  fill: #C6CBD8;
}
.office-photos__cursor.-sp .icon > svg .st1 {
  fill: #FFFFFF;
}
.office-photos__cursor.-sp .text {
  letter-spacing: 0.1em;
  padding-top: 10px;
}

.is_sp .office-photos__area {
  height: initial;
}
.is_sp .office-photos__area::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}
.is_sp .office-photos__cursor.-pc {
  display: none;
}
.is_sp .office-photos__cursor.-sp {
  display: block;
}
@media screen and (max-width: 750px) {
  .is_sp .office-photos__area::before {
    padding-top: 140%;
  }
}

/*------------------------------------------------------*/
/*  contact */
/*------------------------------------------------------*/
.contact {
  margin: -15px 5.3vw -56px;
}
.contact-lead {
  margin-bottom: 88px;
}
.contact-form {
  position: relative;
  max-width: 1900px;
  padding: 0 40px;
  margin: 0 auto 131px;
}
.contact-note {
  font-size: 1.5rem;
  line-height: 4.1rem;
  letter-spacing: 0.04em;
  padding: 0 40px;
}
.contact-note .common-textlink {
  line-height: 1.5;
}
.contact-sign {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  padding-left: 20px;
  margin-bottom: 37px;
}
.contact-sign__asterisk {
  position: absolute;
  top: 0;
  left: 0;
}
.contact .form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.contact .form-block {
  width: 100%;
}
.contact .form-block.-half {
  width: calc(50% - 36px);
}
.contact .form-wrap {
  margin-bottom: 33px;
}
.contact .form-wrap:nth-last-of-type(1) {
  margin-bottom: 0;
}
.contact .form-wrap.-required .form-item__term .title::after {
  display: block;
}
.contact .form-wrap.-content {
  height: 100%;
}
.contact .form-wrap.-content .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-height: 647px;
}
.contact .form-item {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
.contact .form-item__term {
  margin-bottom: 7px;
  white-space: nowrap;
}
.contact .form-item__term .title {
  position: relative;
}
.contact .form-item__term .title::after {
  display: none;
  content: "＊";
  position: absolute;
  top: 1px;
  right: -20px;
  font-size: 1.4rem;
  line-height: 1;
}
.contact .form-item__description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact .form-item__description.select {
  position: relative;
}
.contact .form-item__description.select .select-box {
  width: 100%;
  height: 70px;
  background: #f8f7f5;
  border-radius: 5px;
  padding: 0 77px 0 26px;
  cursor: pointer;
}
.contact .form-item__description.select .select-box option {
  color: #000;
}
@media screen and (min-width: 751px) {
  .contact .form-item__description.select .select-box:hover + .select-arrow > svg .triangle {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  .contact .form-item__description.select .select-box:hover + .select-arrow > svg .base {
    opacity: 0;
    -webkit-transition: 0.1s ease-out 0.2s;
    transition: 0.1s ease-out 0.2s;
  }
}
.contact .form-item__description.select .select-arrow {
  position: absolute;
  top: 50%;
  right: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 12px;
  pointer-events: none;
}
.contact .form-item__description.select .select-arrow > svg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact .form-item__description.select .select-arrow > svg .cls-1, .contact .form-item__description.select .select-arrow > svg .st0 {
  fill: #c6cbd8;
}
.contact .form-item__description.select .select-arrow > svg .triangle {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.contact .form-item__description.select .select-arrow > svg .base {
  opacity: 1;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.contact .form-item__description.input .input-box {
  width: 100%;
  height: 70px;
  background: #f8f7f5;
  border-radius: 5px;
  padding: 0 26px;
}
.contact .form-item__description.textarea .textarea-box {
  width: 100%;
  height: 100%;
  line-height: 4.2rem;
  background: #f8f7f5;
  border-radius: 5px;
  padding: 12px 26px;
}
.contact .form-item__button {
  margin: 90px 0 0;
}
.contact .form-item__button .common-btn__link {
  position: relative;
}
.contact .form-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: initial;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}
.contact .form-button__check {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.contact .form-option .form-wrap:nth-last-of-type(1) {
  margin-bottom: 33px;
}
.contact .form-option.-hide .form-wrap.-option {
  opacity: 0;
  display: none;
}
.contact .form-error__inner {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #f2475c;
  padding: 6px 0 0 18px;
}
.contact .form-error__inner .asterisk {
  position: absolute;
  top: 6px;
  left: 0;
}
.contact .form-error__inner .text {
  display: inline-block;
}
.contact .page-sign.-s1 {
  top: -90px;
  right: calc(-5.3vw - 55px);
  width: 348px;
}
.contact .page-sign.-s2 {
  bottom: -270px;
  right: 4%;
  width: 313px;
}
@media screen and (max-width: 1270px) {
  .contact .page-sign.-s2 {
    bottom: -120px;
  }
}
@media screen and (max-width: 1060px) {
  .contact .form-inner {
    display: block;
  }
  .contact .form-block.-half {
    width: 100%;
  }
  .contact .form-wrap.-content {
    height: initial;
    margin-top: 33px;
  }
  .contact .form-wrap.-content .form-item {
    display: block;
    height: initial;
  }
  .contact .form-item__description.textarea .textarea-box {
    height: 240px;
  }
}
@media screen and (max-width: 750px) {
  .contact {
    margin: -3px 7.7vw -11px;
  }
  .contact-lead {
    padding: 0 18px;
    margin-bottom: 66px;
  }
  .contact-form {
    padding: 0 18px;
    margin-bottom: 90px;
  }
  .contact-note {
    font-size: 1.4rem;
    line-height: 3.6rem;
    padding: 0 18px;
  }
  .contact-sign {
    font-size: 1.3rem;
    padding-left: 18px;
    margin-bottom: 41px;
  }
  .contact .form-wrap {
    margin-bottom: 44px;
  }
  .contact .form-wrap.-content {
    margin-top: 44px;
  }
  .contact .form-item {
    font-size: 1.6rem;
  }
  .contact .form-item__term {
    margin-bottom: 16px;
  }
  .contact .form-item__term .title::after {
    top: 0;
    right: -18px;
  }
  .contact .form-item__description.select .select-box {
    height: 65px;
    padding: 0 56px 0 20px;
  }
  .contact .form-item__description.select .select-arrow {
    right: 24px;
  }
  .contact .form-item__description.input .input-box {
    height: 65px;
    padding: 0 20px;
  }
  .contact .form-item__description.textarea .textarea-box {
    height: 330px;
    line-height: 3.7rem;
    padding: 8px 17px 8px 20px;
  }
  .contact .form-item__button {
    margin: 74px auto 0;
  }
  .contact .form-option .form-wrap:nth-last-of-type(1) {
    margin-bottom: 44px;
  }
  .contact .form-error__inner {
    font-size: 1.3rem;
    padding-left: 16px;
  }
  .contact .page-sign.-s1 {
    top: -50px;
    right: calc(-7.7vw - 85px);
    width: 268px;
  }
  .contact .page-sign.-s2 {
    bottom: -160px;
    right: initial;
    left: calc(-7.7vw + 10px);
    width: 203px;
  }
}

.contact-confirm .contact-lead {
  margin-bottom: 79px;
}
.contact-confirm .contact-form {
  max-width: 1600px;
  margin-bottom: 54px;
}
.contact-confirm .form-inner {
  display: block;
}
.contact-confirm .form-block {
  position: relative;
  width: 100% !important;
}
.contact-confirm .form-block.-full {
  margin-top: 136px;
}
.contact-confirm .form-wrap {
  margin-bottom: 58px !important;
}
.contact-confirm .form-wrap.-hide {
  display: none;
}
.contact-confirm .form-wrap.-content .form-item {
  height: initial;
  max-height: initial;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.contact-confirm .form-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  line-height: 4.2rem;
}
.contact-confirm .form-item__term {
  width: 390px;
  color: #a0a2a9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
}
.contact-confirm .form-item__term .title::after {
  display: none !important;
}
.contact-confirm .form-item__description {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}
.contact-confirm .form-item__button {
  margin-top: 0;
  margin-left: 390px;
}
.contact-confirm .form-item__button.-back {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 0;
}
.contact-confirm .form-item__button.-back > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-confirm .form-item__button.-back > a .text {
  position: relative;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  margin-right: 22px;
}
@media screen and (min-width: 751px) {
  .contact-confirm .form-item__button.-back > a .text:hover::before {
    -webkit-animation-name: initial;
            animation-name: initial;
  }
}
.contact-confirm .form-item__button.-back > a .icon {
  width: 16px;
  height: 19px;
}
.contact-confirm .form-item__button.-back > a .icon > img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 751px) {
  .contact-confirm .form-item__button.-back > a:hover .text::before {
    -webkit-animation-name: line-anm__max;
            animation-name: line-anm__max;
  }
}
.contact-confirm .page-sign.-s2 {
  bottom: -120px;
}
@media screen and (max-width: 1060px) {
  .contact-confirm .form-item__term {
    width: 280px;
  }
  .contact-confirm .form-item__button {
    margin-left: 280px;
  }
}
@media screen and (max-width: 950px) {
  .contact-confirm .form-wrap {
    margin-bottom: 42px !important;
  }
  .contact-confirm .form-item {
    display: block !important;
  }
  .contact-confirm .form-item__button {
    margin: 0 auto;
  }
  .contact-confirm .form-item__button.-back {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 750px) {
  .contact-confirm .contact-lead {
    margin-bottom: 58px;
  }
  .contact-confirm .contact-form {
    margin-bottom: 10px;
  }
  .contact-confirm .form-block.-full {
    margin-top: 55px;
  }
  .contact-confirm .form-wrap {
    margin-bottom: 34px !important;
  }
  .contact-confirm .form-item {
    line-height: 3.8rem;
  }
  .contact-confirm .form-item__description {
    padding-left: 12px;
  }
  .contact-confirm .form-item__button.-back {
    margin-top: 70px;
  }
  .contact-confirm .form-item__button.-back > a .text {
    font-size: 1.7rem;
    margin-right: 15px;
  }
  .contact-confirm .form-item__button.-back > a .text::before {
    display: none;
  }
  .contact-confirm .form-item__button.-back > a .icon {
    position: relative;
    top: -1px;
    width: 13px;
    height: 16px;
  }
  .contact-confirm .page-sign.-s1 {
    top: 0;
  }
  .contact-confirm .page-sign.-s2 {
    bottom: -140px;
  }
}

.contact-completion {
  position: relative;
  margin: -12px 5.3vw 0;
}
.contact-completion__fin {
  margin-bottom: 75px;
}
.contact-completion__text {
  margin-bottom: 84px;
}
.contact-completion .page-sign.-s1 {
  top: -10px;
  right: calc(-5.3vw - 55px);
  width: 412px;
}
@media screen and (max-width: 750px) {
  .contact-completion {
    padding: 0 16px;
    margin: 0 7.7vw;
  }
  .contact-completion__fin {
    font-size: 1.9rem;
    line-height: 4.4rem;
    margin-bottom: 38px;
  }
  .contact-completion__text {
    margin-bottom: 52px;
  }
  .contact-completion .page-sign.-s1 {
    top: initial;
    bottom: 30px;
    right: calc(-7.7vw - 80px);
    width: 268px;
  }
}

/*------------------------------------------------------*/
/*  work */
/*------------------------------------------------------*/
.work-top {
  position: relative;
  width: 100%;
  padding-top: 6px;
  margin-bottom: -115px;
}
.work-top__list {
  width: 100%;
  margin-top: -22px;
}
.work-top__item {
  position: relative;
  width: 100%;
}
.work-top__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 300px;
  padding: 0 5.3vw;
  overflow: hidden;
}
.work-top__item > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f7f5), color-stop(50%, #f8f7f5), to(transparent));
  background: linear-gradient(to bottom, #f8f7f5 0%, #f8f7f5 50%, transparent 100%);
  z-index: -1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.work-top__item > a .title {
  padding-right: 80px;
}
.work-top__item > a .title > .en {
  font-size: 3rem;
  line-height: 5rem;
  letter-spacing: 0.1em;
}
.work-top__item > a .title > .jp {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-top: 7px;
}
.work-top__item > a .title > .jp.-no {
  display: none;
}
.work-top__item > a .arrow {
  width: 15px;
  height: 16px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 751px) {
  .work-top__item > a:hover::before {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .work-top__item > a:hover ~ .photo {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
  .work-top__item > a:hover ~ .photo::before {
    -webkit-transition: 1.4s ease-out;
    transition: 1.4s ease-out;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .work-top__item > a:hover ~ .photo.photo2 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .work-top__item > a:hover ~ .photo.photo2::before {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .work-top__item > a:hover ~ .photo.photo3 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .work-top__item > a:hover ~ .photo.photo3::before {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .work-top__item > a:hover .arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.work-top__item .photo {
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  width: 13vw;
}
.work-top__item .photo.-hide {
  opacity: 0 !important;
}
.work-top__item .photo.photo1 {
  left: 30%;
  top: -20px;
}
.work-top__item .photo.photo2 {
  left: 52%;
  bottom: -80px;
}
.work-top__item .photo.photo2.col1, .work-top__item .photo.photo2.col2, .work-top__item .photo.photo2.col3 {
  left: 57%;
}
.work-top__item .photo.photo3 {
  left: 76%;
  top: -60px;
}
.work-top__item .photo.row1 {
  width: 18vw;
}
.work-top__item .photo.row2 {
  width: 19vw;
}
.work-top__item .photo.row3 {
  width: 20.5vw;
}
.work-top__item .photo.col1 {
  width: 10vw;
}
.work-top__item .photo.col2 {
  width: 11vw;
}
.work-top__item .photo.col3 {
  width: 12.5vw;
}
.work-top__item .photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 247, 245, 0)), color-stop(50%, rgb(248, 247, 245)), to(rgb(248, 247, 245)));
  background: linear-gradient(to bottom, rgba(248, 247, 245, 0) 0%, rgb(248, 247, 245) 50%, rgb(248, 247, 245) 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .work-top__item {
    pointer-events: none;
  }
  .work-top__item.-admin {
    pointer-events: auto;
  }
}
.work-top .page-sign.-s1 {
  top: 276px;
  left: 12%;
  width: 397px;
}
.work-top .page-sign.-s2 {
  bottom: 300px;
  right: 5%;
  width: 373px;
}
@media screen and (max-width: 750px) {
  .work-top {
    padding-top: 12px;
    margin-bottom: -55px;
  }
  .work-top__list {
    margin-top: 0;
  }
  .work-top__item > a {
    height: 165px;
    padding: 0 calc(7.7vw + 18px);
  }
  .work-top__item > a::before {
    display: none;
  }
  .work-top__item > a .title {
    padding-right: 20px;
  }
  .work-top__item > a .title > .en {
    font-size: 2.3rem;
    line-height: 3.8rem;
  }
  .work-top__item > a .title > .jp {
    font-size: 1.3rem;
    margin-top: -3px;
  }
  .work-top__item > a .arrow {
    width: 12px;
    height: 13px;
  }
  .work-top__item .photo {
    display: none;
  }
  .work-top .page-sign.-s1 {
    top: 250px;
    left: calc(-7.7vw - 45px);
    width: 258px;
  }
  .work-top .page-sign.-s2 {
    bottom: 30px;
    right: -7.7vw;
    width: 195px;
  }
}

/*------------------------------------------------------*/
/*  work-index */
/*------------------------------------------------------*/
.work-index {
  position: relative;
  margin: -48px 5.3vw;
}
.work-index .main-logo__item > svg .st0 {
  fill: #f8f7f5;
}
.work-index__category {
  padding-bottom: 124px;
}
.work-index__category .category-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.work-index__category .category-block:nth-of-type(2) {
  margin-top: 47px;
}
.work-index__category .category-block__title {
  width: 178px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding-top: 7px;
}
@media screen and (min-width: 851px) {
  .work-index__category .category-block__outer {
    height: initial !important;
  }
}
.work-index__category .category-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 85px;
}
.work-index__category .category-block__list li {
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.work-index__category .category-block__list li.-current {
  pointer-events: none;
  cursor: auto;
}
.work-index__category .category-block__list li.-current > a::before {
  width: 100%;
  opacity: 1;
}
.work-index__list {
  width: 100%;
  position: relative;
}
.work-index__nopost {
  font-size: 1.8rem;
  line-height: 4.5rem;
  letter-spacing: 0.04em;
}
.work-index__box {
  width: 50%;
  padding-bottom: 140px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
}
.work-index__box.-l {
  left: 0;
  padding-left: 40px;
}
.work-index__box.-r {
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
}
.work-index__box.-rear {
  z-index: -2;
}
.work-index__box > a {
  width: 34vw;
}
.work-index__box > a .rear {
  width: 100%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.work-index__box > a .rear-photo {
  width: 100%;
  margin-bottom: 30px;
}
.work-index__box > a .rear-photo .photo-inner__noimage {
  padding-top: 66%;
}
.work-index__box > a .rear-txt {
  font-size: 1.6rem;
  line-height: 3.8rem;
  letter-spacing: 0.1em;
  padding: 0 30px;
}
.work-index__box > a .front {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 5rem;
  letter-spacing: 0.1em;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.work-index__box > a .front-cover {
  padding-left: 30px;
}
.work-index__box > a .front-category {
  font-size: 1.5rem;
  margin-bottom: 6px;
}
.work-index__box > a .front-txt {
  font-size: 2.7rem;
  margin-bottom: 9px;
}
.work-index__box > a .front-date {
  font-size: 1.7rem;
}
.work-index__box > a .front-value {
  font-size: 1.5rem;
  margin-top: 15px;
}
.work-index__box > a .front-value > span {
  position: relative;
  top: 1px;
  font-size: 2.1rem;
  padding-right: 12px;
}
@media screen and (min-width: 751px) {
  .work-index__box > a:hover .rear {
    opacity: 0;
  }
  .work-index__box > a:hover .front {
    opacity: 1;
  }
}
.work-index .main-logo {
  left: -5.3vw;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.work-index .main-logo.-show {
  opacity: 1;
}
.work-index .work-index__pager {
  margin-top: 20px;
  padding-bottom: 1px;
}
.work-index .page-sign {
  z-index: -2;
}
.work-index .page-sign.-s1 {
  top: 14%;
  right: -2.65vw;
  width: 202px;
}
.work-index .page-sign.-s2 {
  top: 30%;
  left: 41%;
  width: 136px;
}
.work-index .page-sign.-s3 {
  top: 65%;
  right: -5.3vw;
  width: 340px;
}
.work-index .page-sign.-s4 {
  bottom: 240px;
  left: calc(-5.3vw - 110px);
  width: 462px;
}
.work-index .page-sign.-hide {
  display: none;
}
@media screen and (max-width: 850px) {
  .work-index__category {
    padding-bottom: 36px;
    margin-bottom: 64px;
  }
  .work-index__category .category-block {
    display: block;
    padding: 0 24px;
  }
  .work-index__category .category-block__title {
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 1.5rem;
    padding-top: 0;
    line-height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #c6cbd8;
    cursor: pointer;
  }
  .work-index__category .category-block__title.-open > span.icon > svg {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .work-index__category .category-block__title > span {
    display: inline-block;
  }
  .work-index__category .category-block__title > span.icon {
    position: absolute;
    top: 56%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 12px;
    pointer-events: none;
  }
  .work-index__category .category-block__title > span.icon > svg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .work-index__category .category-block__title > span.icon > svg .cls-1 {
    fill: #c6cbd8;
  }
  .work-index__category .category-block__title > span.icon > svg .triangle {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .work-index__category .category-block__title > span.icon > svg .base {
    opacity: 1;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
  }
}
@media screen and (max-width: 850px) and (min-width: 751px) {
  .work-index__category .category-block__title:hover > span.icon > svg .triangle {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  .work-index__category .category-block__title:hover > span.icon > svg .base {
    opacity: 0;
    -webkit-transition: 0.1s ease-out 0.2s;
    transition: 0.1s ease-out 0.2s;
  }
}
@media screen and (max-width: 850px) {
  .work-index__category .category-block__outer {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 850px) {
  .work-index__category .category-block__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 36px 0 0;
  }
}
@media screen and (max-width: 850px) {
  .work-index__list {
    height: initial !important;
  }
}
@media screen and (max-width: 850px) {
  .work-index__box {
    width: 100%;
    padding: 0 !important;
    position: static;
    top: initial !important;
    left: initial;
    -webkit-transform: initial !important;
            transform: initial !important;
    margin-bottom: 100px;
  }
  .work-index__box > a {
    width: 100%;
  }
  .work-index__box > a .rear-photo {
    width: 100%;
    margin: 0 auto;
  }
  .work-index__box > a .rear-photo > img {
    height: 100%;
    max-height: 360px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .work-index__box > a .rear-txt {
    padding: 0;
    text-align: center;
  }
  .work-index__box > a .front {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .work-index__box > a .front-cover {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .work-index__box > a .front-cover > p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (max-width: 750px) {
  .work-index {
    margin: -19px 7.7vw -6px;
  }
  .work-index__category {
    padding-bottom: 35px;
    margin-bottom: 25px;
  }
  .work-index__category .category-block {
    padding: 0 18px;
  }
  .work-index__category .category-block:nth-of-type(2) {
    margin-top: 15px;
  }
  .work-index__category .category-block__title {
    font-size: 1.4rem;
    height: 38px;
  }
  .work-index__category .category-block__title > span.icon {
    width: 12px;
    height: 10px;
  }
  .work-index__category .category-block__list {
    gap: 29px 0;
    white-space: initial;
    padding: 35px 0 0;
  }
  .work-index__category .category-block__list li {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .work-index__list {
    padding: 0 18px;
  }
  .work-index__nopost {
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: center;
  }
  .work-index__box {
    margin-bottom: 95px;
  }
  .work-index .main-logo {
    display: none;
  }
  .work-index .page-sign.-s1 {
    top: 10%;
    right: calc(-7.7vw - 30px);
    width: 152px;
  }
  .work-index .page-sign.-s2 {
    top: 33%;
    left: 25%;
    width: 102px;
  }
  .work-index .page-sign.-s3 {
    top: 55%;
    right: 12%;
    width: 205px;
  }
  .work-index .page-sign.-s4 {
    bottom: 8.5%;
    left: calc(-7.7vw - 60px);
    width: 347px;
  }
}

.work-index__box .rear-spbox {
  display: none;
  letter-spacing: 0.1em;
  margin-top: 40px;
  padding: 0 24px;
}
.work-index__box .rear-spbox .front-value {
  margin-top: 10px;
}
.work-index__box .rear-spbox .front-value > span {
  padding-right: 7px;
}
.work-index__box .rear-spbox .front-value .arrow {
  top: 3px;
  display: inline-block;
  font-size: initial;
  width: 15px;
  height: 16px;
  padding: 0;
  margin-left: 18px;
}
.work-index__box .rear-spbox .front-value .arrow > img {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .work-index__box .rear-spbox {
    margin-top: 21px;
    padding: 0 12px;
  }
  .work-index__box .rear-spbox .front-category {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  .work-index__box .rear-spbox .front-txt {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
  .work-index__box .rear-spbox .front-date {
    font-size: 1.4rem;
  }
  .work-index__box .rear-spbox .front-value {
    font-size: 1.1rem;
    margin-top: 10px;
  }
  .work-index__box .rear-spbox .front-value > span {
    font-size: 1.7rem;
    padding-right: 7px;
  }
  .work-index__box .rear-spbox .front-value .arrow {
    width: 12px;
    height: 13px;
    margin-left: 14px;
  }
}

.is_sp .work-index__category .category-block__title > span.icon > svg .cls-1 {
  fill: #c6cbd8;
}
.is_sp .work-index__category .category-block__title > span.icon > svg .triangle {
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}
.is_sp .work-index__category .category-block__title > span.icon > svg .base {
  opacity: 1 !important;
}
.is_sp .work-index__box a .rear-txt {
  display: none;
}
.is_sp .work-index__box a .rear-spbox {
  display: block;
}
@media screen and (min-width: 751px) {
  .is_sp .work-index__box a .rear {
    opacity: 1;
  }
  .is_sp .work-index__box a .front {
    opacity: 0;
  }
}

/*------------------------------------------------------*/
/*  work-single */
/*------------------------------------------------------*/
.work-single {
  width: 100%;
  max-width: 1800px;
  margin: -18px auto;
}
.work-single__leadblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5.3vw 120px;
}
.work-single__lead {
  padding-right: 80px;
}
.work-single__lead .title {
  line-height: 5rem;
  letter-spacing: 0.1em;
}
.work-single__lead .title-category {
  font-size: 1.5rem;
  margin-bottom: -4px;
}
.work-single__lead .title-text {
  font-size: 3rem;
}
.work-single__lead .title-date {
  font-size: 1.7rem;
}
.work-single__lead .text {
  position: relative;
  margin-top: 40px;
}
.work-single__lead .text.-no {
  margin-top: 0;
}
.work-single__lead .text .main-logo {
  top: initial;
  bottom: -20px;
  z-index: -1;
}
.work-single__lead .text .main-logo__item > svg > .st0 {
  fill: #f8f7f5;
}
.work-single__lead .details {
  font-size: 1.5rem;
  line-height: 5rem;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 85px;
  margin-top: 30px;
}
.work-single__lead .details .col {
  padding: 0 30px;
}
.work-single .page-back__solo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 15px;
}
.work-single__movie {
  width: 60%;
  max-width: 1000px;
  min-width: 700px;
  margin: 0 auto;
}
.work-single__movie .movie-block {
  width: 100%;
  margin-bottom: 115px;
}
.work-single__movie .movie-block:nth-last-of-type(1) {
  margin-bottom: 185px;
}
.work-single__movie .movie-block__box {
  position: relative;
  width: 100%;
}
.work-single__movie .movie-block__box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.work-single__movie .movie-block__playarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.work-single__movie .movie-block__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.work-single__movie .movie-block__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #62656f;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.work-single__movie .movie-block__button.-hide {
  display: none;
}
.work-single__movie .movie-block__button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 122px;
  height: 122px;
  z-index: 2;
}
.work-single__movie .movie-block__button .icon > svg .st0 {
  fill: #C6CBD8;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.work-single__movie .movie-block__button .icon .st1 {
  fill: #FFFFFF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 751px) {
  .work-single__movie .movie-block__button:hover::after {
    opacity: 0;
  }
  .work-single__movie .movie-block__button:hover .icon > svg .st0 {
    fill: #FFFFFF;
  }
  .work-single__movie .movie-block__button:hover .icon > svg .st1 {
    fill: #C6CBD8;
  }
}
.work-single__gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.8vw;
  margin-top: -70px;
}
.work-single__cover {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 70px 0;
}
.work-single__cover.-full {
  width: 100%;
}
.work-single__cover.-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.work-single__cover.-mid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.work-single__cover.-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.work-single__cover.-l1 {
  padding-left: 0;
}
.work-single__cover.-l2 {
  padding-left: 80px;
}
.work-single__cover.-r1 {
  padding-right: 0;
}
.work-single__cover.-r2 {
  padding-right: 80px;
}
@media screen and (min-width: 1700px) {
  .work-single__cover {
    min-width: 50%;
  }
  .work-single__cover.-full {
    min-width: 100%;
  }
}
.work-single__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(100% - 12px);
}
.work-single__item.-row.-s {
  width: 41vw;
}
.work-single__item.-row.-m {
  width: 46vw;
}
.work-single__item.-row.-l {
  width: 74vw;
}
.work-single__item.-col.-s {
  width: 29vw;
}
.work-single__item.-col.-m {
  width: 33vw;
}
.work-single__item.-col.-l {
  width: 37vw;
}
.work-single__item.-l1 {
  left: 0;
}
.work-single__item.-l2 {
  left: 80px;
}
.work-single__item.-r1 {
  right: 0;
}
.work-single__item.-r2 {
  right: 80px;
}
.work-single__item.-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.work-single__item.-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.work-single__item.-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.work-single__item > img {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.work-single__caption {
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 3.2rem;
  letter-spacing: 0.04em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0s ease-out 0.3s;
  transition: 0s ease-out 0.3s;
}
.work-single__caption--inner {
  display: inline-block;
  padding: 31px 28px 0;
  -webkit-transition: 0.3s ease-out 0.2s;
  transition: 0.3s ease-out 0.2s;
}
.work-single__switch {
  position: fixed;
  bottom: 40px;
  left: calc(2.8vw - 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  cursor: pointer;
}
.work-single__switch .icon {
  position: relative;
  width: 14px;
  height: 12px;
  margin-right: 11px;
}
.work-single__switch .icon > img {
  position: absolute;
  top: 1px;
  left: 0;
}
.work-single__switch .text {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #62656f;
}
.work-single__switch .text::before {
  background: #62656f;
}
.work-single__switch .text:hover::before {
  -webkit-animation-name: initial;
          animation-name: initial;
}
.work-single__switch .switch-text-on {
  display: none;
}
.work-single__switch.-hide {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  pointer-events: none;
}
.work-single .page-back__trio.work-single {
  padding: 163px 80px 0;
}
.work-single.-off .work-single__caption {
  height: 0;
}
.work-single.-off .work-single__caption--inner {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.work-single.-off .work-single__switch .switch-text-on {
  display: inline-block;
}
.work-single.-off .work-single__switch .switch-text-off {
  display: none;
}
@media screen and (min-width: 1600px) {
  .work-single__item.-row.-s {
    max-width: 697px;
  }
  .work-single__item.-row.-m {
    max-width: 782px;
  }
  .work-single__item.-row.-l {
    max-width: 1258px;
  }
  .work-single__item.-col.-s {
    max-width: 493px;
  }
  .work-single__item.-col.-m {
    max-width: 561px;
  }
  .work-single__item.-col.-l {
    max-width: 629px;
  }
}
@media screen and (max-width: 850px) {
  .work-single__leadblock {
    position: relative;
  }
  .work-single__leadblock .page-back__solo {
    position: absolute;
    top: 0;
    right: 5.3vw;
  }
  .work-single__lead {
    padding: 0 18px;
  }
  .work-single__lead .title {
    padding-right: 190px;
  }
  .work-single__lead .details {
    display: block;
  }
  .work-single__lead .details > p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .work-single__lead .details > p span:nth-of-type(1) {
    width: 130px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .work-single__lead .details > p span:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 88px;
    padding: 0;
  }
  .work-single__lead .details > p span:nth-of-type(3) {
    display: inline;
  }
  .work-single__cover {
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 54px 0;
  }
  .work-single__item.-row.-s {
    width: 66vw;
  }
  .work-single__item.-row.-m {
    width: 75vw;
  }
  .work-single__item.-row.-l {
    width: 100%;
  }
  .work-single__item.-col.-s {
    width: 48vw;
  }
  .work-single__item.-col.-m {
    width: 52vw;
  }
  .work-single__item.-col.-l {
    width: 57vw;
  }
  .work-single .page-back__trio.work-single {
    padding: 163px 5.3vw 0;
  }
}
@media screen and (max-width: 750px) {
  .work-single {
    margin: -10px 0 -13px;
  }
  .work-single__leadblock {
    padding: 0 7.7vw 150px;
  }
  .work-single__leadblock.-no {
    padding-bottom: 90px;
  }
  .work-single__lead .title {
    padding-right: 0;
  }
  .work-single__lead .title-category {
    font-size: 1.1rem;
    line-height: 2.6rem;
    margin-bottom: 0;
  }
  .work-single__lead .title-text {
    font-size: 2.3rem;
    line-height: 4rem;
    margin-bottom: 3px;
  }
  .work-single__lead .title-date {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .work-single__lead .text {
    margin-top: 49px;
  }
  .work-single__lead .text .main-logo {
    display: none;
  }
  .work-single__lead .details {
    line-height: 3rem;
    margin-top: 49px;
  }
  .work-single__lead .details > p {
    margin-bottom: 13px;
  }
  .work-single__lead .details > p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .work-single__lead .details > p span:nth-of-type(1) {
    width: 109px;
  }
  .work-single__lead .details > p span:nth-of-type(2) {
    left: 77px;
  }
  .work-single__movie {
    width: calc(100% - 15.4vw);
    max-width: 700px;
    min-width: initial;
  }
  .work-single__movie .movie-block {
    margin-bottom: 90px;
  }
  .work-single__movie .movie-block:nth-last-of-type(1) {
    margin-bottom: 190px;
  }
  .work-single__movie .movie-block__button .icon {
    width: 89px;
    height: 89px;
  }
  .work-single__gallery {
    padding: 0 7.7vw;
    margin-top: -50px;
  }
  .work-single__cover {
    margin: 54px 0;
  }
  .work-single__cover.-l2 {
    padding-left: 18px;
  }
  .work-single__cover.-r2 {
    padding-right: 18px;
  }
  .work-single__caption {
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: 0.03em;
  }
  .work-single__caption--inner {
    padding: 18px 12px 0;
  }
  .work-single__switch {
    padding: 12px;
    bottom: 12px;
    left: calc(7.7vw - 12px);
  }
  .work-single__switch .icon {
    width: 10px;
    height: 9px;
    margin-right: 7px;
  }
  .work-single__switch .icon > img {
    top: 0;
  }
  .work-single__switch .text {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
  }
  .work-single .page-back__trio.work-single {
    padding: 88px 7.7vw 0;
  }
  .work-single .page-back__solo > a .text {
    text-align: center;
    line-height: 2.1rem;
  }
}

@media screen and (min-width: 751px) {
  .is_pc .work-single__switch:hover .text::before {
    -webkit-animation-name: line-anm__max;
            animation-name: line-anm__max;
  }
}

/*------------------------------------------------------*/
/*  news */
/*------------------------------------------------------*/
.news {
  margin: -8px 5.3vw 5px;
}
.news-category {
  margin-bottom: 122px;
}
.news-category > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 82px;
}
.news-category > ul li {
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.news-category > ul li.-current {
  pointer-events: none;
  cursor: auto;
}
.news-category > ul li.-current > a::before {
  width: 100%;
  opacity: 1;
}
.news-index__nopost {
  font-size: 1.8rem;
  line-height: 4.5rem;
  letter-spacing: 0.04em;
}
.news-main {
  position: relative;
}
.news-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 189px;
}
.news-main__item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.news-main__item .photo {
  width: 50%;
  max-width: 663px;
  min-width: 520px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
}
.news-main__item .photo-inner {
  width: 410px;
}
.news-main__item .photo-inner > img {
  width: 100%;
}
.news-main__item .photo-inner .photo-inner__noimage {
  height: 270px;
}
.news-main__item .details {
  width: 50%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.news-main__item .details-top {
  line-height: 5rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -15px;
  margin-bottom: 6px;
}
.news-main__item .details-top .date {
  font-size: 1.4rem;
}
.news-main__item .details-top .category {
  font-size: 1.5rem;
}
.news-main__item .details-title {
  margin-bottom: 67px;
  padding-right: 5.3vw;
}
.news-main__item .details-text {
  padding-right: 5.3vw;
  word-break: break-all;
}
.news-main__item .details-text a {
  line-height: 1.5;
}
.news-main__item .details-text a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  width: 100%;
  height: 1px;
  opacity: 1;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (min-width: 751px) {
  .news-main__item .details-text a:hover::before {
    -webkit-animation-name: line-anm__max;
            animation-name: line-anm__max;
  }
}
.news-main__item .details-text > p {
  margin-bottom: 50px;
}
.news-main__item .details-text > p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.news-main__item .details-text > p > img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 600px;
}
.news .page-pager.news-pager {
  margin-top: 210px;
}
.news .page-pager.news-pager.no-post {
  margin-top: 0;
}
.news .page-sign.-s1 {
  top: 10%;
  left: -3vw;
  width: 192px;
}
.news .page-sign.-s2 {
  top: 38%;
  right: -3vw;
  width: 240px;
}
.news .page-sign.-s3 {
  top: 65%;
  left: 20%;
  width: 256px;
}
.news .page-sign.-s4 {
  top: 85%;
  right: 8%;
  width: 163px;
}
.news .page-sign.-hide {
  display: none;
}
@media screen and (min-width: 1501px) {
  .news-main__item .details {
    width: calc(100% - 663px);
  }
}
@media screen and (max-width: 1270px) {
  .news-main__item .photo {
    padding-left: 0;
  }
  .news-main__item .details-title, .news-main__item .details-text {
    padding-right: 0;
  }
}
@media screen and (max-width: 1060px) {
  .news-main__item .photo {
    min-width: 400px;
  }
  .news-main__item .photo-inner {
    width: 320px;
  }
}
@media screen and (max-width: 950px) {
  .news-main__item {
    display: block;
  }
  .news-main__item .photo {
    width: 100%;
    min-width: initial;
    margin: 0 auto 70px;
  }
  .news-main__item .photo-inner {
    width: 80%;
    margin: 0 auto;
    max-height: 300px;
  }
  .news-main__item .photo-inner > img {
    height: 100%;
    max-height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .news-main__item .details {
    width: 100%;
  }
  .news-main__item .details-top {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .news {
    margin: -20px 7.7vw -4px;
  }
  .news-category {
    margin-bottom: 74px;
  }
  .news-category > ul {
    gap: 32px 16px;
    white-space: initial;
    padding: 0 28px;
  }
  .news-category > ul li {
    min-width: calc(50% - 8px);
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .news-index__nopost {
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: center;
  }
  .news-main {
    padding: 0 18px;
  }
  .news-main__item {
    margin-bottom: 126px;
  }
  .news-main__item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .news-main__item .photo {
    margin-bottom: 26px;
  }
  .news-main__item .photo-inner {
    width: 100%;
    max-height: 240px;
  }
  .news-main__item .photo-inner .photo-inner__noimage {
    height: 180px;
  }
  .news-main__item .photo-inner > img {
    max-height: 240px;
  }
  .news-main__item .details-top {
    line-height: 3rem;
    letter-spacing: 0.05em;
    margin-top: 0;
  }
  .news-main__item .details-top .date, .news-main__item .details-top .category {
    font-size: 1.2rem;
  }
  .news-main__item .details-title {
    font-size: 1.9rem;
    line-height: 3.2rem;
    letter-spacing: 0.03em;
    margin-bottom: 28px;
  }
  .news-main__item .details-text {
    font-size: 1.5rem;
    line-height: 4rem;
    letter-spacing: 0.03em;
  }
  .news-main__item .details-text > p {
    margin-bottom: 45px;
  }
  .news-main__item .details-text > p > img {
    max-height: 400px;
  }
  .news .page-pager.news-pager {
    margin-top: 102px;
  }
  .news .page-sign.-s1 {
    top: 20%;
    left: 7.7vw;
    width: 162px;
  }
  .news .page-sign.-s1.-s5 {
    top: 80%;
    left: initial;
    right: 7.7vw;
  }
  .news .page-sign.-s2 {
    top: 8%;
    right: calc(7.7vw - 20px);
    width: 242px;
  }
  .news .page-sign.-s3 {
    top: 40%;
    left: initial;
    right: -10px;
    width: 256px;
  }
  .news .page-sign.-s3.-s6 {
    top: 65%;
  }
  .news .page-sign.-s4 {
    top: 50%;
    right: initial;
    left: calc(-7.7vw - 30px);
    width: 164px;
  }
  .news .page-sign.-s4.-s7 {
    top: 96%;
    left: -10px;
  }
}

/*------------------------------------------------------*/
/*  column-index */
/*------------------------------------------------------*/
.column-index {
  position: relative;
  margin: 0 5.3vw 3px;
}
.column-index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 138px 80px;
}
.column-index__item {
  width: calc((100% - 160px) / 3);
}
.column-index__item > a {
  width: 100%;
}
.column-index__item > a .photo {
  width: 100%;
  margin-bottom: 38px;
}
.column-index__item > a .photo::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 230px;
}
.column-index__item > a .photo > img.img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.column-index__item > a .photo > .photo-inner__noimage {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.column-index__item > a .details {
  padding: 0 26px;
}
.column-index__item > a .details > .date {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  margin-bottom: 17px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.column-index__item > a .details > .ttl {
  font-size: 1.6rem;
  line-height: 3.5rem;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 751px) {
  .column-index__item > a:hover.-positive .photo > img, .column-index__item > a:hover.-positive .photo .photo-inner__noimage {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .column-index__item > a:hover.-negative .photo > img, .column-index__item > a:hover.-negative .photo .photo-inner__noimage {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .column-index__item > a:hover .details > .ttl, .column-index__item > a:hover .details > .date {
    color: #a6aab4;
  }
}
.column-index .column-index-pager {
  margin-top: 165px;
}
.column-index .page-sign.-s1 {
  top: 13%;
  left: 13%;
  width: 268px;
}
.column-index .page-sign.-s2 {
  top: 46%;
  right: -0.5vw;
  width: 239px;
}
.column-index .page-sign.-s3 {
  bottom: 40px;
  left: 18%;
  width: 392px;
}
@media screen and (min-width: 1901px) {
  .column-index__item {
    width: calc((100% - 240px) * 0.25);
  }
}
@media screen and (max-width: 1160px) {
  .column-index__item {
    width: calc((100% - 80px) * 0.5);
  }
}
@media screen and (max-width: 850px) {
  .column-index__item > a .photo::before {
    padding-top: 210px;
  }
}
@media screen and (max-width: 750px) {
  .column-index {
    padding-top: 6px;
    margin: 0 7.7vw -4px;
  }
  .column-index__list {
    gap: 90px 0;
    padding: 0 18px !important;
  }
  .column-index__item {
    width: 100%;
    -webkit-transform: initial !important;
            transform: initial !important;
  }
  .column-index__item > a .photo {
    margin-bottom: 21px;
  }
  .column-index__item > a .photo::before {
    padding-top: 175px;
  }
  .column-index__item > a .details {
    padding: 0 11px;
  }
  .column-index__item > a .details > .date {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .column-index__item > a .details > .ttl {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 9px;
  }
  .column-index__item > a .details > .guide {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
  .column-index__item > a .details > .guide::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    width: 100%;
    height: 1px;
  }
  .column-index .column-index-pager {
    margin-top: 113px;
  }
  .column-index .page-sign.-s1 {
    top: 15%;
    left: calc(-7.7vw - 38px);
    width: 188px;
  }
  .column-index .page-sign.-s2 {
    top: 38%;
    right: calc(-7.7vw + 10px);
    width: 180px;
  }
  .column-index .page-sign.-s3 {
    bottom: 30px;
    left: calc(-7.7vw - 24px);
    width: 235px;
  }
}

/*------------------------------------------------------*/
/*  column-single */
/*------------------------------------------------------*/
.column-single {
  margin: -6px 5.3vw -2px;
}
.column-single__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.column-single__top .date {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.column-single__title {
  font-size: 2.6rem;
  line-height: 4.5rem;
  letter-spacing: 0.04em;
  margin-bottom: 70px;
}
.column-single__main {
  word-break: break-all;
}
.column-single__main > p {
  margin-bottom: 45px;
}
.column-single__main > p.-center {
  padding: 22px 0;
  text-align: center;
}
.column-single__main > p > img {
  max-width: 100%;
  height: auto;
}
.column-single__main > p > img.-row {
  width: 410px;
}
.column-single__main > p > img.-col {
  width: 275px;
}
@media screen and (max-width: 750px) {
  .column-single {
    margin: 0 7.7vw;
    padding: 10px 18px 0;
  }
  .column-single__top {
    margin-bottom: 8px;
  }
  .column-single__top .date {
    font-size: 1.3rem;
  }
  .column-single__title {
    font-size: 2rem;
    line-height: 4.5rem;
    margin-bottom: 56px;
  }
  .column-single__main > p.-center {
    padding: 10px 0;
  }
  .column-single__main > p > img.-row {
    width: 100%;
  }
  .column-single__main > p > img.-col {
    width: 70%;
  }
}

/*------------------------------------------------------*/
/*  privacypolicy */
/*------------------------------------------------------*/
.privacy {
  margin: -14px 5.3vw -17px;
}
.privacy-lead {
  margin-bottom: 105px;
}
.privacy-section {
  margin-bottom: 97px;
  word-break: break-all;
}
.privacy-section:nth-last-of-type(1) {
  margin-bottom: 0;
}
.privacy-section__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 54px;
}
.privacy-section__title .num {
  width: 60px;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 10px;
}
.privacy-section__item {
  position: relative;
  padding-left: 20px;
}
.privacy-section__item .item-num {
  position: absolute;
  top: 0;
  left: 0;
}
.privacy-section__item .item-main {
  display: inline-block;
}
.privacy-section__item .item-sub {
  position: relative;
  padding-left: 20px;
}
.privacy-section__item .item-sub .item-num {
  left: 0;
}
.privacy-section__item .item-sub.-large {
  padding-left: 36px;
}
.privacy-section__item .item-sub.-large .item-num {
  left: -10px;
}
.privacy-section__item .item-sub.-none .item-num {
  left: 0;
}
.privacy-section__item.-mid {
  margin-top: 20px;
}
.privacy-section__list.-mid {
  margin-top: 20px;
}
.privacy-section__text.-mid {
  margin-top: 40px;
}
.privacy-section__box .common-textlink::before {
  bottom: 8px;
}
@media screen and (max-width: 750px) {
  .privacy {
    margin: 0 7.7vw;
  }
  .privacy-lead {
    font-size: 1.5rem;
    line-height: 4rem;
    letter-spacing: -0.01em;
    padding: 0 18px;
    margin-bottom: 75px;
  }
  .privacy-section {
    padding: 0 18px;
    margin-bottom: 75px;
  }
  .privacy-section__title {
    margin-bottom: 41px;
  }
  .privacy-section__title .num {
    width: 50px;
    font-size: 1.8rem;
    padding-top: 6px;
  }
  .privacy-section__text {
    font-size: 1.5rem;
    line-height: 4rem;
    letter-spacing: -0.01em;
  }
  .privacy-section__list {
    font-size: 1.5rem;
    line-height: 4rem;
    letter-spacing: -0.01em;
  }
  .privacy-section__item {
    padding-left: 18px;
  }
  .privacy-section__item .item-sub {
    padding-left: 20px;
  }
  .privacy-section__item .item-sub.-large {
    padding-left: 35px;
  }
  .privacy-section__item .item-sub.-large .item-num {
    left: -6px;
  }
  .privacy-section__item .item-sub.-none {
    padding-left: 18px;
  }
  .privacy-section__item .item-sub.-none .item-num {
    left: 0;
  }
}

/*------------------------------------------------------*/
/*  notfound */
/*------------------------------------------------------*/
.notfound {
  position: relative;
  margin-top: -12px;
  padding: 0 5.3vw;
}
.notfound-box__lead {
  margin-bottom: 87px;
}
.notfound .page-sign.-s1 {
  top: -115px;
  right: calc(5.3vw - 120px);
  width: 399px;
}
.notfound .page-sign.-s2 {
  bottom: -235px;
  left: 11vw;
  width: 250px;
}
@media screen and (max-width: 750px) {
  .notfound {
    margin-top: -2px;
    padding: 0 7.7vw;
  }
  .notfound-box {
    padding: 0 18px;
  }
  .notfound-box__lead {
    margin-bottom: 52px;
  }
  .notfound .page-sign.-s1 {
    top: initial;
    bottom: 48px;
    right: -83px;
    width: 244px;
  }
  .notfound .page-sign.-s2 {
    bottom: -140px;
    left: -40px;
    width: 148px;
  }
}

/*------------------------------------------------------*/
/*  en */
/*------------------------------------------------------*/
.is_en {
  font-family: "Marcellus", serif;
  font-weight: 400;
}
.is_en .foot-details__self .place {
  margin-bottom: 20px;
}
.is_en .foot-details__self .address > span {
  line-height: 3.1rem;
  letter-spacing: 0.09em;
}
.is_en .foot-details__self .address > a {
  margin-top: 11px;
}
.is_en .common-jp__h2 {
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  line-height: 4rem;
}
.is_en .common-jp__text {
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 4.3rem;
}
.is_en .main-self__kana {
  top: 51%;
  right: -27px;
  font-size: 1.1rem;
  letter-spacing: 0.48em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
.is_en .main-self__photographer {
  margin-right: -0.3em;
}
.is_en .room {
  padding: 50px 0 145px;
}
.is_en .room-large {
  font-family: "Marcellus", serif;
  line-height: 13.1rem;
  letter-spacing: 0.04em;
}
.is_en .room-small {
  font-size: 1.9rem;
  letter-spacing: 0.1em;
}
.is_en .room-small__text1, .is_en .room-small__text2 {
  margin-left: 55px;
}
.is_en .top-exhibitions__data > dl dt {
  width: 96px;
  letter-spacing: 0.08em;
}
.is_en .top-exhibitions__data > dl dd.-small {
  letter-spacing: 0.08em;
}
.is_en .top-works__details .title {
  margin-bottom: 58px;
}
.is_en .top-works__details .title-en {
  margin-bottom: 0;
}
.is_en .top-works__details .title-jp {
  display: none;
}
.is_en .top-works__details .text {
  margin-bottom: 55px;
}
.is_en .top-works__details .link a .link-text {
  font-size: 1.7rem;
  letter-spacing: 0.06em;
}
.is_en .top-writing__list.-news .column-index__item {
  margin-bottom: 40px;
}
.is_en .top-writing__list.-news .column-index__item > a .details .date {
  padding-top: 6px;
}
.is_en .top-writing__link > a .text {
  letter-spacing: 0.09em;
}
.is_en .top-writing__link > a .icon {
  position: relative;
  top: -1px;
}
.is_en .column-index__item > a .details > .date {
  margin-bottom: 20px;
}
.is_en .column-index__item > a .details > .ttl {
  font-size: 1.7rem;
  line-height: 3rem;
  letter-spacing: 0.09em;
}
.is_en .office-lead {
  padding-top: 4px;
  padding-right: 8%;
  margin-bottom: 114px;
}
.is_en .office-flow__block {
  padding-top: 78px;
  padding-bottom: 78px;
  letter-spacing: 0.08em;
  line-height: 4.5rem;
}
.is_en .office-flow__block .title {
  margin-bottom: 63px;
}
.is_en .office-flow__block .text-sub .asterisk {
  padding-right: 6px;
}
.is_en .office-price__headline {
  margin-bottom: 110px;
}
.is_en .office-price__details {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}
.is_en .office-price__details .box-block__main > dl {
  font-size: 1.5rem;
  line-height: 3.2rem;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
}
.is_en .office-price__details .box-block__main > dl > dt {
  width: 210px;
}
.is_en .office-price__details .box-block__main > dl .dots {
  padding-top: 15px;
}
.is_en .office-price__caution > p {
  letter-spacing: 0.09em;
  padding-left: 12px;
}
.is_en .office-access {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 117px;
}
.is_en .office-access__intro {
  padding-top: 26px;
}
.is_en .office-access__intro .officename {
  margin-bottom: 41px;
}
.is_en .office-access__intro > .time {
  letter-spacing: 0.04em;
  margin-bottom: 66px;
}
.is_en .office-access__intro > .time > span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.09em;
  padding-left: 0;
  margin-top: 15px;
}
.is_en .office-access__intro > .address {
  white-space: initial;
}
.is_en .office-access__intro > .address > p {
  font-size: 1.4rem;
  line-height: 3.4rem;
  letter-spacing: 0.09em;
}
.is_en .office-access__intro > .address > p:nth-of-type(1) {
  margin-bottom: 33px;
}
.is_en .office-access__intro > .address > p > span:nth-of-type(1) {
  margin-bottom: 0;
}
.is_en .office-access__intro .tel > a {
  font-size: 1.7rem;
}
.is_en .work-single .page-back__solo.inner-list {
  margin-right: 19px;
}
.is_en .privacy .common-jp__h2 {
  font-size: 2rem;
  line-height: 4.5rem;
  letter-spacing: 0.04em;
}
.is_en .page-back__solo.inner-list > a .icon {
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1000px) {
  .is_en .office-access__map {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .is_en .common-jp__h2 {
    font-size: 2rem;
    line-height: 2.9rem;
  }
  .is_en .common-jp__text {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 4.1rem;
  }
  .is_en .foot-details__self .place {
    margin-bottom: 0;
  }
  .is_en .foot-details__self .address > span {
    font-size: 1.3rem;
    line-height: 2.9rem;
  }
  .is_en .foot-details__self .address > a {
    margin-top: 18px;
  }
  .is_en .room {
    padding: 20px 0 132px;
  }
  .is_en .room-cover {
    height: 582px;
  }
  .is_en .room-large {
    top: 146px;
    left: -4px;
    font-size: 3.7rem;
    line-height: 7.1rem;
    letter-spacing: 0.05em;
  }
  .is_en .room-large__text.-text1 {
    width: 110%;
  }
  .is_en .room-small {
    font-size: 1.4rem;
  }
  .is_en .room-small__text1, .is_en .room-small__text2 {
    margin-left: 34px;
  }
  .is_en .room-me {
    bottom: -20px;
  }
  .is_en .top-exhibitions__data > dl dt {
    width: 88px;
    font-size: 1.4rem;
  }
  .is_en .top-exhibitions__data > dl dt::after {
    right: 25px;
  }
  .is_en .top-works__details .title {
    margin-bottom: 32px;
  }
  .is_en .top-works__details .text {
    margin-bottom: 44px;
  }
  .is_en .top-works__details .link a .link-text {
    font-size: 1.6rem;
  }
  .is_en .top-writing__list.-news .column-index__item > a .details .ttl {
    margin-bottom: 9px;
  }
  .is_en .top-writing__link > a .text {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .is_en .top-writing__link > a .icon {
    top: 0;
  }
  .is_en .column-index__item > a .details > .date {
    margin-bottom: 8px;
  }
  .is_en .column-index__item > a .details > .ttl {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
  .is_en .column-single__title {
    line-height: 2.9rem;
  }
  .is_en .office-lead {
    padding-right: 0;
    margin-bottom: 70px;
  }
  .is_en .office-flow__block {
    padding: 51px 18px;
  }
  .is_en .office-flow__block .title {
    margin-bottom: 43px;
  }
  .is_en .office-flow__block .text-sub .asterisk {
    padding-right: 7px;
  }
  .is_en .office-price__headline {
    margin-bottom: 78px;
  }
  .is_en .office-price__details {
    font-size: 1.6rem;
  }
  .is_en .office-price__details > dl:nth-of-type(1) {
    margin-bottom: 68px;
  }
  .is_en .office-price__details > dl .second {
    letter-spacing: 0.06em;
  }
  .is_en .office-price__details > dl .fee {
    padding-top: 15px;
  }
  .is_en .office-price__details .box-block__main > dl {
    line-height: 3rem;
  }
  .is_en .office-price__details .box-block__main > dl > dt {
    width: 140px;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .is_en .office-price__details .box-block__main > dl > dt {
    width: 105px;
  }
}
@media screen and (max-width: 750px) {
  .is_en .office-price__caution.-first {
    margin-bottom: 17px;
  }
  .is_en .office-price__caution > p {
    line-height: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .is_en .office-access {
    margin-bottom: 114px;
  }
  .is_en .office-access__map {
    margin-bottom: 40px;
  }
  .is_en .office-access__intro > .time {
    letter-spacing: 0.02em;
    margin-bottom: 50px;
  }
  .is_en .office-access__intro > .time > span {
    margin-top: 11px;
  }
  .is_en .office-access__intro > .address > p {
    line-height: 3.2rem;
  }
  .is_en .office-access__intro > .address > p:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .is_en .work-single .page-back__solo.-prev,
.is_en .work-single .page-back__solo.-next {
    width: 48px;
  }
  .is_en .work-single .page-back__solo.inner-list {
    margin-right: 0;
  }
  .is_en .work-single .page-back__trio > .inner {
    gap: 0 82px;
  }
}
@media screen and (max-width: 750px) {
  .is_en .privacy .common-jp__h2 {
    font-size: 2rem;
    line-height: 2.9rem;
  }
  .is_en .privacy-section__title .num {
    padding-top: 4px;
  }
  .is_en .privacy .common-textlink {
    display: inline;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
  }
  .is_en .privacy .common-textlink::before {
    display: none;
  }
}