@charset "UTF-8";
/* reset　-------------------------------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* default -------------------------------------------------------------- */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  letter-spacing: 0.1em;
}
body.loading, body.open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
}
body.fadein::after {
  opacity: 0;
  visibility: hidden;
}

p {
  line-height: 2;
}
p a {
  color: #0e7e8d;
}
p a:hover {
  color: #4e92a1;
}

strong {
  font-weight: normal;
  background-image: linear-gradient(transparent 70%, #d8d47f 0%);
}

@media screen and (max-width: 767px) {
  br.br_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.open {
    overflow: visible;
  }

  br.br_sp {
    display: none;
  }
}
/* header -------------------------------------------------------------- */
#header {
  position: relative;
}
#header h1 {
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 1;
}
#header h1 img {
  width: 40vw;
  min-width: 200px;
  max-width: 246px;
  height: auto;
}

#open_menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  color: #000;
}
#open_menu .open_menu_back {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.3s cubic-bezier(0.16, 0.64, 0.48, 1);
}
#open_menu .open_menu_back.open {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.2);
}
#open_menu #btn_menu_wrap {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px;
  border-bottom-left-radius: 8px;
  background-color: #bab551;
}
#open_menu p {
  position: relative;
  z-index: 100;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: .2em;
}
#open_menu p span {
  margin-right: -.2em;
}
#open_menu #btn_menu {
  display: block;
  color: #000;
  padding-top: 32px;
}
#open_menu #btn_menu::before, #open_menu #btn_menu::after {
  background: #000;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.16, 0.64, 0.56, 1.6);
}
#open_menu #btn_menu::before {
  top: 4px;
}
#open_menu #btn_menu::after {
  top: 14px;
}
#open_menu #btn_menu.open::before {
  transform: rotate(-25deg);
  top: 9px;
}
#open_menu #btn_menu.open::after {
  transform: rotate(25deg);
  top: 9px;
}
#open_menu #nav_menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 0;
  max-width: 0;
  transition: all 0.3s cubic-bezier(0.16, 0.64, 0.56, 1.2);
  background-color: #bab551;
}
#open_menu #nav_menu.open {
  width: 73%;
  max-width: 400px;
  overflow: auto;
}
#open_menu #nav_menu h2 {
  width: 120px;
  margin: 80px auto;
}
#open_menu #nav_menu li {
  font-family: "Catamaran";
}
#open_menu #nav_menu #menu_nav {
  margin-left: 30px;
}
#open_menu #nav_menu #menu_nav li {
  font-size: 1.1875rem;
  letter-spacing: .2em;
}
#open_menu #nav_menu #menu_nav li:not(:first-child) {
  margin-top: 12px;
}
#open_menu #nav_menu #menu_nav li span {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .1em;
}
#open_menu #nav_menu #menu_nav li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 3px;
}
#open_menu #nav_menu #menu_nav li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: translateX(-101%);
  transition: all 0.3s cubic-bezier(0.16, 0.64, 0.48, 1);
}
#open_menu #nav_menu #menu_nav li a:hover::after {
  transform: translateX(0);
}
#open_menu #nav_menu #menu_sns {
  margin: 80px 0 30px 30px;
}
#open_menu #nav_menu #menu_sns li:not(:first-child) {
  margin-top: 16px;
}
#open_menu #nav_menu #menu_sns #menu_twitter a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background-image: url("/img/ico_x_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#open_menu #nav_menu #menu_sns #menu_instagram a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-image: url("/img/ico_instagram_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  #header h1 {
    top: 40px;
    left: 40px;
  }

  #open_menu {
    position: absolute;
    z-index: 1;
  }

  #open_menu .open_menu_back {
    visibility: hidden;
    width: 0px;
    height: 0px;
  }

  #open_menu .open_menu_back.open {
    visibility: hidden;
  }

  #open_menu #btn_menu_wrap {
    visibility: hidden;
  }

  #open_menu #nav_menu {
    height: inherit;
    width: 368px;
    max-width: 368px;
    border-bottom-left-radius: 8px;
  }

  #open_menu #nav_menu.open {
    width: 368px;
    max-width: 368px;
  }

  #open_menu #nav_menu h2 {
    display: none;
  }

  #open_menu #nav_menu #menu_nav {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    padding: 40px 40px 32px 40px;
  }

  #open_menu #nav_menu #menu_nav li {
    font-size: 1.125rem;
    letter-spacing: .1em;
    line-height: 1;
  }

  #open_menu #nav_menu #menu_nav li:not(:first-child) {
    margin-top: 0;
  }

  #open_menu #nav_menu #menu_nav li span {
    display: none;
  }

  #open_menu #nav_menu #menu_sns {
    display: none;
  }
}
/* title_bottom -------------------------------------------------------------- */
#title_bottom {
  position: relative;
  height: 62svh;
  min-height: 400px;
  background: #4e92a1 url("/img/header_shadow.png") no-repeat center center/cover;
}
#title_bottom #title_inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 0;
}
#title_bottom #title_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#title_bottom #title_text #title_text_inner {
  color: #bab551;
  text-align: center;
}
#title_bottom #title_text h1 {
  font-size: clamp(3.6rem, 14vw, 13rem);
  font-family: "Catamaran";
  line-height: 1;
  z-index: 2;
  opacity: 0;
}
#title_bottom #title_text h1.loaded {
  animation: loadedLogo 0.3s 1 ease-out forwards;
}
@keyframes loadedLogo {
  0% {
    opacity: 1;
    transform: translateY(-80vh);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#title_bottom #title_text p {
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  line-height: 1;
}
#title_bottom #canvas_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#title_bottom #line_title {
  fill: none;
  stroke: #bab551;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
}
#title_bottom #line_title.loaded {
  animation: lineTitle 2.5s 0.2s 1 linear forwards;
}
@keyframes lineTitle {
  to {
    stroke-dashoffset: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #title_bottom {
    min-height: 500px;
  }

  #title_bottom #line_title {
    stroke-width: 6;
    stroke-dasharray: 2500;
    stroke-dashoffset: 2500;
  }
}
@media screen and (min-width: 1280px) {
  #title_bottom {
    min-height: 500px;
  }

  #title_bottom #line_title {
    stroke-width: 8;
    stroke-dasharray: 4000;
    stroke-dashoffset: 4000;
  }
}
/* contactlink -------------------------------------------------------------- */
#contactlink {
  background-color: #dcdcdc;
}
#contactlink #contactlink_inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 26px 72px;
}
#contactlink h2, #contactlink h3, #contactlink p {
  position: relative;
  z-index: 1;
}
#contactlink h2 {
  color: #fff;
  font-size: clamp(4rem, 14vw, 13rem);
  font-family: "Catamaran";
  line-height: 1;
  transform: translateX(-5px);
}
#contactlink h3 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.4;
  letter-spacing: 0;
  margin: 24px 0 50px;
}
#contactlink #contactlink_text {
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  margin-right: 26px;
}
#contactlink .sub_text {
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  line-height: 1;
}
#contactlink #btn_contactlink {
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  text-align: center;
  line-height: 1;
  margin-top: 24px;
}
#contactlink #btn_contactlink a {
  display: inline-block;
  text-align: center;
  color: #fff;
  height: 10em;
  width: 10em;
  padding-top: 4.5em;
  border-radius: 50%;
  background-color: #000;
  transition: all 0.3s cubic-bezier(0.16, 0.64, 0.48, 1);
}
#contactlink #btn_contactlink a:hover {
  background-color: #333;
}
#contactlink #canvas_contactlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#contactlink #canvas_contactlink.draw_line #line_contactlink {
  animation: lineContactlink 2.5s 0.2s 1 linear forwards;
}
#contactlink #line_contactlink {
  fill: none;
  stroke: #bbb;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
}
@keyframes lineContactlink {
  to {
    stroke-dashoffset: 0;
  }
}
@media screen and (min-width: 768px) {
  #contactlink #contactlink_inner {
    padding-bottom: 100px;
  }

  #contactlink h2 {
    margin-top: 0.1em;
    transform: translateX(-0.2em);
  }

  #contactlink .sub_text {
    position: absolute;
    top: 9.5em;
  }

  #contactlink h3 {
    margin: -0.4em 0 16px -0.15em;
  }

  #contactlink #contactlink_text {
    margin-right: 240px;
  }

  #contactlink #btn_contactlink {
    position: absolute;
    top: 25%;
    right: 52px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #contactlink #line_contactlink {
    stroke-width: 6;
    stroke-dasharray: 2500;
    stroke-dashoffset: 2500;
  }
}
@media screen and (min-width: 1280px) {
  #contactlink #line_contactlink {
    stroke-width: 8;
    stroke-dasharray: 4000;
    stroke-dashoffset: 4000;
  }
}
/* footer -------------------------------------------------------------- */
#footer {
  position: relative;
  height: 100vh;
  min-height: 630px;
  background: #4e92a1 url("/img/header_shadow.png") no-repeat center center/cover;
}
#footer #footer_inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer #footer_title_nav {
  position: relative;
  z-index: 2;
  transform: translateY(-10vh);
}
#footer #footer_title_logo {
  width: 40vw;
  min-width: 190px;
  max-width: 300px;
  margin: 0 auto;
  opacity: 0;
}
#footer.draw_line #footer_title_logo {
  animation: loadedFooterLogo 0.3s 2s 1 cubic-bezier(0.16, 0.64, 0.56, 1.2) forwards;
}
@keyframes loadedFooterLogo {
  0% {
    opacity: 1;
    transform: translateY(80vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#footer nav {
  padding-top: 64px;
}
#footer ul {
  color: #fff;
  font-family: "Catamaran";
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  line-height: 1;
}
#footer ul a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 3px;
}
#footer ul a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translateX(-101%);
  transition: all 0.3s cubic-bezier(0.16, 0.64, 0.48, 1);
}
#footer ul a:hover::after {
  transform: translateX(0);
}
#footer #footer_nav li:not(:first-child) {
  margin-top: 16px;
}
#footer #footer_nav span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8em;
}
#footer #footer_nav span::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 1px;
  margin-right: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  vertical-align: middle;
  transform: translateY(-2px);
}
#footer #footer_sns {
  display: flex;
  column-gap: 24px;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer #footer_sns #footer_twitter a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 6px;
  background-image: url("/img/ico_x_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#footer #footer_sns #footer_instagram a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background-image: url("/img/ico_instagram_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#footer #copyright {
  position: absolute;
  z-index: 1;
  bottom: 80px;
  width: 100%;
  color: #d2c124;
  font-family: "Catamaran";
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  text-align: center;
}
#footer #canvas_footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#footer #canvas_footer.draw_line #line_footer {
  animation: lineFooter 2.5s 0.2s 1 linear forwards;
}
#footer #line_footer {
  fill: none;
  stroke: #bab551;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 2400;
  stroke-dashoffset: 2400;
}
@keyframes lineFooter {
  to {
    stroke-dashoffset: 0;
  }
}
@media screen and (min-width: 768px) {
  #footer nav {
    display: flex;
  }

  #footer #footer_nav {
    margin-right: 50px;
    padding-right: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }

  #footer #footer_sns {
    display: block;
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  #footer #footer_sns li:not(:first-child) {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #footer {
    min-height: 700px;
  }

  #footer nav {
    padding-top: 100px;
  }

  #footer #line_footer {
    stroke-width: 6;
    stroke-dasharray: 3200;
    stroke-dashoffset: 3200;
  }
}
@media screen and (min-width: 1280px) {
  #footer {
    min-height: 768px;
  }

  #footer nav {
    padding-top: 120px;
  }

  #footer #line_footer {
    stroke-width: 8;
    stroke-dasharray: 4000;
    stroke-dashoffset: 4000;
  }
}
/* loading -------------------------------------------------------------- */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 9999;
  visibility: hidden;
}
#loading.visible {
  visibility: visible;
}
#loading.loaded {
  opacity: 1;
  visibility: visible;
  animation: loadingLoaded 0.2s 0.5s ease forwards;
}
@keyframes loadingLoaded {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
#loading #loading_rabbit {
  width: 40vw;
  min-width: 190px;
  max-width: 300px;
  max-height: 30vh;
}
#loading #loading_rabbit.loaded {
  transform: translateY(0) scaleY(1);
  animation: loadingRabbit 0.5s 1 linear forwards;
}
@keyframes loadingRabbit {
  0% {
    transform: translateY(0) scaleY(1);
  }
  20% {
    transform: translateY(10px) scaleY(0.97);
  }
  60% {
    transform: translateY(15px) scaleY(0.96);
  }
  100% {
    transform: translateY(-80vh) scaleY(1.1);
  }
}
#loading #loading_rabbit #rabbit_body {
  fill: none;
  stroke: #4e92a1;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: loadingBody 2s 0.5s 1 ease-in forwards;
}
@keyframes loadingBody {
  to {
    stroke-dashoffset: 0;
  }
}
#loading #loading_rabbit #rabbit_ear {
  fill: #4e92a1;
  opacity: 0;
  animation: loadingEar 0.1s 1.4s 1 linear forwards;
}
@keyframes loadingEar {
  to {
    opacity: 1;
  }
}
#loading #loading_rabbit #rabbit_eye {
  fill: #4e92a1;
  transform: scaleY(0);
  transform-origin: left 100.7px;
  animation: loadingEye 0.2s 2.5s 1 ease-out forwards;
}
@keyframes loadingEye {
  0% {
    transform: scaleY(0.1);
  }
  33% {
    transform: scaleY(1);
  }
  66% {
    transform: scaleY(0.1);
  }
  100% {
    transform: scaleY(1);
  }
}
#loading p {
  color: #4e92a1;
  font-family: "Catamaran";
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  letter-spacing: .2em;
  text-align: center;
  margin-top: 30px;
}
#loading p .loading_dot {
  animation: loadingDot 1s linear infinite;
}
#loading p .loading_dot:nth-child(2) {
  animation-delay: 0.2s;
}
#loading p .loading_dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes loadingDot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* top_lead -------------------------------------------------------------- */
#top_lead {
  position: relative;
  height: 100svh;
  min-height: 630px;
  background: #4e92a1 url("/img/header_shadow.png") no-repeat center center/cover;
}
#top_lead #top_lead_inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#top_lead #top_title_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top_lead #top_title_logo h1 {
  z-index: 2;
  width: 40vw;
  min-width: 190px;
  max-width: 300px;
  text-align: center;
  opacity: 0;
  transform: translateY(-100px);
}
#top_lead #top_title_logo h1.loaded {
  animation: loadedLogo 0.3s 1 ease-out forwards;
}
@keyframes loadedLogo {
  0% {
    opacity: 1;
    transform: translateY(-80vh);
  }
  50% {
    opacity: 1;
    transform: translateY(-90px);
  }
  100% {
    opacity: 1;
    transform: translateY(-100px);
  }
}
#top_lead #top_title_lead {
  position: absolute;
  bottom: 144px;
  left: 0;
  width: 100%;
  text-align: center;
}
#top_lead #top_title_lead img {
  width: 74%;
  max-width: 360px;
}
#top_lead dl {
  position: absolute;
  bottom: 26px;
  left: 26px;
  z-index: 1;
  color: #000;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
}
#top_lead dt {
  font-size: 1.1em;
  margin: 0 1em 6px 0;
}
#top_lead dd {
  letter-spacing: 0;
}
#top_lead #scroll_down {
  position: absolute;
  bottom: 0;
  right: 26px;
  z-index: 1;
  opacity: 0.8;
}
#top_lead #scroll_down p {
  color: #fff;
  font-size: 0.95rem;
  font-family: "Catamaran";
  letter-spacing: .2em;
  text-align: center;
  transform: rotate(90deg);
  margin: 0 0 24px -2px;
}
#top_lead #scroll_down::after {
  content: '';
  display: block;
  width: 1px;
  height: 32px;
  margin: 0 auto;
  background-color: #fff;
  animation-name: scrollAnimation;
  animation-delay: 0.8s;
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.16, 0.64, 0.48, 1);
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}
@keyframes scrollAnimation {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
#top_lead #canvas_lead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#top_lead #line_lead {
  fill: none;
  stroke: #bab551;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
}
#top_lead #line_lead.loaded {
  animation: lineLead 2.5s 0.2s 1 linear forwards;
}
@keyframes lineLead {
  to {
    stroke-dashoffset: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top_lead {
    min-height: 700px;
  }

  #top_lead #top_title_lead {
    bottom: 160px;
  }

  #top_lead #top_title_lead img {
    width: 85%;
    max-width: 1152px;
  }

  #top_lead #line_lead {
    stroke-width: 6;
    stroke-dasharray: 2500;
    stroke-dashoffset: 2500;
  }

  #top_lead dl {
    display: flex;
    bottom: 76px;
  }
}
@media screen and (min-width: 1280px) {
  #top_lead {
    min-height: 768px;
  }

  #top_lead #top_title_lead {
    bottom: 164px;
  }

  #top_lead #top_title_lead img {
    width: 90%;
    max-width: 1152px;
  }

  #top_lead #line_lead {
    stroke-width: 8;
    stroke-dasharray: 4000;
    stroke-dashoffset: 4000;
  }

  #top_lead dl {
    display: flex;
    bottom: 76px;
  }
}
/* concept -------------------------------------------------------------- */
#concept {
  background-color: #e4e4d9;
}
#concept #concept_inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 26px 72px;
}
#concept h2, #concept h3, #concept p {
  position: relative;
  z-index: 1;
}
#concept h2 {
  color: #bebda3;
  font-size: clamp(4rem, 14vw, 13rem);
  font-family: "Catamaran";
  line-height: 1;
  transform: translateX(-5px);
}
#concept h3 {
  color: #0e7e8d;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.4;
  letter-spacing: 0;
  margin: 24px 0 50px;
}
#concept #concept_text {
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  margin-right: 26px;
}
#concept .sub_text {
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  line-height: 1;
}
#concept #btn_concept {
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  text-align: right;
  line-height: 1;
  margin: 24px 26px 0 0;
}
#concept #btn_concept a {
  color: #333;
  position: relative;
  display: inline-block;
  height: 6em;
  width: 6em;
  border: 1px solid #000;
  border-radius: 50%;
}
#concept #btn_concept a::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top right;
  transform: rotate(45deg);
  margin-left: 6px;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.16, 0.64, 0.48, 1);
}
#concept #btn_concept a::after {
  content: '';
  width: 32px;
  height: 1px;
  border: 1px solid #000;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top right;
  transform: rotate(0deg) translateX(-50%);
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.16, 0.64, 0.48, 1);
}
#concept #btn_concept a:hover::before, #concept #btn_concept a:hover::after {
  left: 58%;
}
#concept #btn_concept a span {
  position: absolute;
  top: 2.5em;
  left: -5.6em;
}
#concept #canvas_concept {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#concept #canvas_concept.draw_line #line_concept {
  animation: lineConcept 2.5s 0.2s 1 linear forwards;
}
#concept #line_concept {
  fill: none;
  stroke: #bebda3;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
}
@keyframes lineConcept {
  to {
    stroke-dashoffset: 0;
  }
}
@media screen and (min-width: 768px) {
  #concept #concept_inner {
    padding-bottom: 160px;
  }

  #concept h2 {
    margin-top: 0.1em;
    transform: translateX(-0.2em);
  }

  #concept .sub_text {
    position: absolute;
    top: 9.5em;
  }

  #concept h3 {
    margin-top: -0.4em;
  }

  #concept #concept_text {
    margin-right: 0;
    width: 56vw;
    max-width: 784px;
  }

  #concept #btn_concept {
    position: absolute;
    bottom: 160px;
    right: 52px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #concept #btn_concept a {
    width: 7em;
    height: 7em;
  }

  #concept #btn_concept a span {
    top: 3em;
  }

  #concept #line_concept {
    stroke-width: 6;
    stroke-dasharray: 2500;
    stroke-dashoffset: 2500;
  }
}
@media screen and (min-width: 1280px) {
  #concept #btn_concept a {
    width: 8em;
    height: 8em;
  }

  #concept #btn_concept a span {
    top: 3.5em;
  }

  #concept #line_concept {
    stroke-width: 8;
    stroke-dasharray: 4000;
    stroke-dashoffset: 4000;
  }
}
/* insta_image -------------------------------------------------------------- */
#insta_image {
  position: relative;
  overflow: hidden;
  display: flex;
  background-color: #bebda3;
}
#insta_image ul {
  display: flex;
  width: 1984px;
  padding: 32px 0 96px;
  animation: toLeft 32s linear infinite;
}
@keyframes toLeft {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#insta_image li {
  margin-right: 8px;
}
#insta_image img {
  width: 240px;
  height: auto;
  opacity: .9;
  filter: sepia(20%);
}
#insta_image #insta_link {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 24px;
  font-family: "Catamaran";
  line-height: 1;
}
#insta_image #insta_link a {
  color: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 3px;
}
#insta_image #insta_link a::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url("/img/ico_instagram_white.svg");
  background-size: contain;
  vertical-align: middle;
}
#insta_image #insta_link a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translateX(-101%);
  transition: all 0.3s cubic-bezier(0.16, 0.64, 0.48, 1);
}
#insta_image #insta_link a:hover::after {
  transform: translateX(0);
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #insta_image ul {
    width: 2464px;
  }

  #insta_image img {
    width: 300px;
  }
}
@media screen and (min-width: 1280px) {
  #insta_image ul {
    width: 2944px;
  }

  #insta_image img {
    width: 360px;
  }
}
/* works -------------------------------------------------------------- */
#works {
  color: #fff;
  background-color: #635c45;
}
#works #works_inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 26px 72px;
}
#works h2, #works h3, #works h4, #works p, #works ul {
  position: relative;
  z-index: 1;
}
#works h2 {
  color: #a8a56e;
  font-size: clamp(4rem, 14vw, 13rem);
  font-family: "Catamaran";
  line-height: 1;
  text-align: right;
}
#works h3 {
  color: #97d0d3;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.4;
  letter-spacing: 0;
  text-align: right;
  margin-top: 24px;
}
#works .sub_text {
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  line-height: 1;
  text-align: right;
}
#works #works_list {
  margin-left: 12px;
}
#works #works_list > li {
  margin-top: 50px;
}
#works #works_list .works_image {
  overflow: hidden;
  border-radius: 8px;
}
#works #works_list .works_image img {
  width: 100%;
  height: auto;
  transition: all 0.3s cubic-bezier(0.16, 0.64, 0.48, 1);
}
#works #works_list .works_image img:hover {
  filter: brightness(113%);
  transform: scale(103%);
}
#works #works_list h4 {
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  margin-top: 20px;
}
#works #works_list h4 a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 3px;
}
#works #works_list h4 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translateX(-101%);
  transition: all 0.3s cubic-bezier(0.16, 0.64, 0.48, 1);
}
#works #works_list h4 a:hover::after {
  transform: translateX(0);
}
#works #works_list .works_type {
  display: flex;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  color: rgba(255, 255, 255, 0.75);
  margin: 8px 0 0 6px;
}
#works #works_list .works_type li:not(:first-child) {
  margin-left: 16px;
}
#works #works_list .works_type li::before {
  content: '';
  width: 2px;
  height: 2px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: super;
  background-color: rgba(255, 255, 255, 0.75);
}
#works #btn_works {
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  text-align: right;
  line-height: 1;
  margin-top: 50px;
}
#works #btn_works a {
  color: #fff;
  position: relative;
  display: inline-block;
  height: 6em;
  width: 6em;
  border: 1px solid #fff;
  border-radius: 50%;
}
#works #btn_works a::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top right;
  transform: rotate(45deg);
  margin-left: 6px;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.16, 0.64, 0.48, 1);
}
#works #btn_works a::after {
  content: '';
  width: 32px;
  height: 1px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top right;
  transform: rotate(0deg) translateX(-50%);
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.16, 0.64, 0.48, 1);
}
#works #btn_works a:hover::before, #works #btn_works a:hover::after {
  left: 58%;
}
#works #btn_works a span {
  position: absolute;
  top: 2.5em;
  left: -5.8em;
}
#works #canvas_works {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#works #canvas_works.draw_line #line_works {
  animation: lineWorks 3.5s 0.2s 1 linear forwards;
}
#works #line_works {
  fill: none;
  stroke: #a8a56e;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 2200;
  stroke-dashoffset: 2200;
}
@keyframes lineWorks {
  to {
    stroke-dashoffset: 0;
  }
}
@media screen and (min-width: 768px) {
  #works h2 {
    margin-top: 0.1em;
    transform: translateX(0.14em);
  }

  #works .sub_text {
    position: absolute;
    top: 9.5em;
    right: 26px;
  }

  #works #works_list {
    display: flex;
    column-gap: 32px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #works #btn_works a {
    width: 7em;
    height: 7em;
  }

  #works #btn_works a span {
    top: 3em;
  }

  #works #line_works {
    stroke-width: 6;
    stroke-dasharray: 2500;
    stroke-dashoffset: 2500;
  }
}
@media screen and (min-width: 1280px) {
  #works #btn_works a {
    width: 8em;
    height: 8em;
  }

  #works #btn_works a span {
    top: 3.5em;
  }

  #works #line_works {
    stroke-width: 8;
    stroke-dasharray: 4100;
    stroke-dashoffset: 4100;
  }
}
