@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap");
@import url("colorbox.css");

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
header,
address,
figure,
figcaption {
 margin: 0;
 padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
 font-style: normal;
 font-weight: normal;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
caption,
th {
 text-align: left;
}
q::before,
q::after {
 content: "";
}
object,
embed {
 vertical-align: top;
}
hr,
legend {
 display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-size: 100%;
 font-weight: normal;
}
img,
abbr,
acronym,
fieldset {
 border: 0;
}
img {
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
 -ms-interpolation-mode: bicubic;
}
ul li {
 list-style-type: none;
}
*,
*:before,
*:after {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
.clearfix {
 zoom: 1;
}
.clearfix:before,
.clearfix:after {
 content: "";
 display: table;
}
.clearfix:after {
 clear: both;
}
p.ind {
 text-indent: 1em;
}
em {
 font-style: normal;
}
strong {
 font-weight: bold;
}
a {
 color: #fff;
 outline: none;
 text-decoration: none;
 transition: all 0.5s ease-in-out;
 -webkit-transition: all 0.25s ease-in-out;
 -moz-transition: all 0.25s ease-in-out;
 -o-transition: all 0.25s ease-in-out;
 -ms-transition: all 0.25s ease-in-out;
}
a:active,
a:hover {
 text-decoration: none;
}
a:focus,
*:focus {
 outline: none;
}
a:hover img {
 -moz-transition: all 0.25s ease-in-out;
 -o-transition: all 0.25s ease-in-out;
 -webkit-transition: all 0.25s ease-in-out;
 transition: all 0.25s ease-in-out;
}
.object-fit {
 object-fit: cover;
 font-family: "object-fit: cover;";
 min-height: 100%;
}
.txhd {
 display: block;
 height: 0;
 overflow: hidden;
 font-size: 1rem;
 line-height: 2;
}
.pc,
.is_pc {
 display: block;
}
.sp,
.is_sp {
 display: none;
}
@-ms-viewport {
 width: auto !important;
 initial-scale: 1;
}
@media only screen and (max-width: 820px) {
 .pc {
  display: none;
 }
 .sp {
  display: block;
 }
}
@media only screen and (max-width: 600px) {
 .is_pc {
  display: none;
 }
 .is_sp {
  display: block;
 }
}
:root {
 /* Colors: */
 --color-blk: #000000;
 --color-wht: #ffffff;
 --color-txt: #1a1a1a;
 --color-red: #ed767e;
 --color-pnk: #e093d0;
 --color-ylw: #edb43a;
 --color-ocr: #b79d74;
 --color-lgn: #8adc48;
 --color-grn: #46dec3;
 --color-bgl: #9ba8d1;
 --color-ivo: #b2aba4;
 --color-line: #b2aba4;
 --ff-inter: "Inter", sans-serif;
 --ff-osw: "Oswald", sans-serif;
 --ff-bebas: "Bebas Neue", sans-serif;
}

/* ==========================================================================
Global
========================================================================== */
html {
 font-size: 62.5%;
 overflow-y: scroll;
 height: 100%;
 line-height: 1.15;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
html.ofyh {
 height: 100%;
 overflow-y: hidden;
}
body {
 position: relative;
 font-family: "Inter", sans-serif;
 font-weight: 400;
 background: var(--color-wht);
 margin: 0;
 width: 100%;
 -ms-width: calc(100% - (100vw - 100%));
 color: var(--color-txt);
 font-size: 1.6rem;
 line-height: 1;
 text-align: left;
 -moz-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
 -o-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
 text-size-adjust: 100%;
}
.c-svg-sprite {
 display: none;
 width: 0;
 height: 0;
 opacity: 0;
 overflow: hidden;
}
.wrapper {
 width: 100%;
 min-height: 100vh;
 display: block;
 position: relative;
}

@media screen and (max-width: 820px) {
 body {
  width: 100%;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  min-width: inherit;
 }
 #wrap {
  width: 100%;
  height: auto;
  min-width: 280px;
 }
}

/* sns
==================================================================================  */
.sns {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 30px;
}
.sns .btn {
 display: block;
 width: 35px;
 height: 35px;
}
.sns .btn a {
 display: block;
 width: 35px;
 height: 35px;
 fill: var(--color-txt);
}
.sns .btn.x a {
 padding: 2px;
}
.sns .btn a .icon {
 max-width: 100%;
 max-height: 100%;
}

/* header
==================================================================================  */
.l-gnav__container {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100px;
 transition: 0.5s;
 z-index: 100;
 background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0) 100%);
}
body.-scrolldown .l-gnav__container {
 transform: translateY(-100%);
}
.l-header__navi {
 position: relative;
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 24px;
 width: 100%;
 height: 100px;
 padding-inline: 50px 30px;
 z-index: 2;
}
.hdlogo {
 position: absolute;
 top: 12px;
 left: calc(50cqw - 38px);
 z-index: 1000;
}
.hdlogo a {
 display: block;
 width: 76px;
 aspect-ratio: 1 / 1;
 background: url(../images/logo.svg) no-repeat 0 0;
 background-size: contain;
 transition: all 0.6s ease;
}
.hd_list {
 display: flex;
 justify-content: center;
 position: relative;
 gap: 25px;
}
.hd_list li {
 display: inline-block;
 height: 30px;
 position: relative;
}
.hd_list li.top,
.hd_list li.sp {
 display: none;
}
.hd_list li a {
 width: auto;
 height: 100%;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 cursor: pointer;
}
.hd_list li a span {
 color: var(--color-txt);
 font-size: 1.6rem;
 font-family: var(--ff-osw);
 font-weight: 500;
 display: flex;
 align-items: center;
 height: 100%;
 transition: 0.2s;
}
.hd_list li.no a {
 pointer-events: none;
}
.hd_list li.no a span {
 opacity: 0.3;
}
.hd_list li ul.submenu {
 display: none;
}
.hd_right {
 display: flex;
 align-items: center;
 gap: 20px;
}
.hd_loca {
 display: flex;
 align-items: center;
 gap: 6px;
}
.hd_loca_dot::before {
 content: "/";
 font-weight: 300;
}
.hd_loca_item a {
 color: var(--color-txt);
 font-size: 1.4rem;
 font-weight: 400;
 font-family: var(--ff-osw);
 display: block;
 position: relative;
 opacity: 0.4;
}
.hd_loca_item.-on a {
 opacity: 1;
 pointer-events: none;
}
.hd_linkbtn {
 display: none;
}
.hd_menutrigger {
 display: none;
 position: fixed;
 right: 0;
 top: 0;
 z-index: 999;
 transition: 0.5s;
}
.l-gnav__container.is__scroll .hd_menutrigger,
.l-gnav__container.-open .hd_menutrigger {
 opacity: 1;
 top: 0;
}
.hd_menutrigger-inner {
 position: relative;
 width: 80px;
 height: 80px;
 cursor: pointer;
 transition: 0.5s;
}
.hd__mark {
 position: absolute;
 top: 0;
 left: 0;
 width: 80px;
 height: 80px;
 transition: 0.5s;
}
.hd__mark .icon {
 max-width: 100%;
 max-height: 100%;
}
.hd_menutrigger span {
 transition: all 0.3s;
 width: 30px;
 height: 2px;
 background: var(--color-txt);
 display: block;
 position: absolute;
 left: 25px;
}
.hd_menutrigger span.hd_menutrigger__line01 {
 top: 50px;
}
.hd_menutrigger span.hd_menutrigger__line02 {
 top: 50px;
}
.hd_menutrigger-inner.-active .hd__mark {
 background-color: transparent;
}
.hd_menutrigger-inner.-active span.hd_menutrigger__line01 {
 transform: rotate(45deg) translateX(0px);
 left: 25px;
 top: 50px;
}
.hd_menutrigger-inner.-active span.hd_menutrigger__line02 {
 transform: rotate(-45deg) translateX(0px);
 left: 25px;
 top: 50px;
}
.backlayer {
 position: fixed;
 overflow-y: auto;
 z-index: 10;
 top: -101vh;
 left: 0;
 width: 100%;
 height: 100vh;
 background-color: var(--color-ivo);
 transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
 pointer-events: none;
}
.backlayer.-open {
 pointer-events: initial;
 top: 0;
 transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes hd__start {
 0% {
  opacity: 0;
  transform: translateY(50px);
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}

@media screen and (max-width: 820px) {
 body.-scrolldown .hd_menutrigger-inner.-active {
  transform: translateY(0);
 }
 .hd_menutrigger {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 5px;
 }
 .hd_menutrigger-inner {
  width: 60px;
  height: 60px;
 }
 .hd_menutrigger-inner::before {
  width: 60px;
  height: 60px;
 }
 .hd__mark {
  width: 100%;
  height: 60px;
  background-color: unset;
 }
 .hd_menutrigger span {
  width: 30px;
  height: 2px;
  left: 15px;
 }
 .hd_menutrigger span.hd_menutrigger__line01 {
  top: 25px;
 }
 .hd_menutrigger span.hd_menutrigger__line02 {
  top: 35px;
 }
 .hd_menutrigger-inner.-active span.hd_menutrigger__line01 {
  transform: rotate(45deg) translateX(0px);
  left: 15px;
  top: 30px;
 }
 .hd_menutrigger-inner.-active span.hd_menutrigger__line02 {
  transform: rotate(-45deg) translateX(0px);
  left: 15px;
  top: 30px;
 }
 .l-gnav__container.-open .hd_menutrigger {
  background: none;
 }
 .l-header__navi {
  display: none;
 }
 .l-gnav__container.-open .l-header__navi {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(60px, calc((60 / 390) * 100cqw));
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: min(100px, calc((100 / 390) * 100cqw));
  padding-bottom: min(100px, calc((100 / 390) * 100cqw));
  padding-inline: calc((15 / 390) * 100cqw);
  background: none;
  z-index: 12;
 }
 .l-gnav__container.-open .l-header__navi .hd_list {
  width: 100%;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  gap: min(20px, calc((20 / 390) * 100cqw));
 }
 .l-gnav__container.-open .hd_list li {
  display: block;
  text-align: center;
  height: unset;
  animation: hd__start 0.8s both;
 }
 .l-gnav__container.-open .hd_list li:first-child:before,
 .l-gnav__container.-open .hd_list li::after {
  display: none;
 }
 .l-gnav__container.-open .hd_list li:nth-child(2) {
  animation-delay: 0.05s;
  -webkit-animation-delay: 0.05s;
 }
 .l-gnav__container.-open .hd_list li:nth-child(3) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
 }
 .l-gnav__container.-open .hd_list li:nth-child(4) {
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
 }
 .l-gnav__container.-open .hd_list li:nth-child(5) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
 }
 .l-gnav__container.-open .hd_list li:nth-child(6) {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
 }
 .l-gnav__container.-open .hd_list li:nth-child(7) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
 }
 .l-gnav__container.-open .hd_list li:nth-child(8) {
  animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
 }
 .l-gnav__container.-open .hd_list li:nth-child(9) {
  animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
 }
 .l-gnav__container.-open .hd_list li:nth-child(10) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
 }
 .l-gnav__container.-open .hd_list li:nth-child(11) {
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
 }
 .l-gnav__container.-open .hd_list li:nth-child(12) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
 }
 .l-gnav__container.-open .hd_list li.top {
  display: block;
 }
 .l-gnav__container.-open .hd_list li.pc {
  display: none;
 }
 .l-gnav__container.-open .hd_list li.sp {
  display: block;
 }
 .l-gnav__container.-open .hd_list li {
  height: unset;
 }
 .l-gnav__container.-open .hd_list li a {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  line-height: 0.8;
  background: none;
  cursor: pointer;
 }
 .l-gnav__container.-open .hd_list li a span {
  font-size: min(6.6rem, calc((66 / 390) * 100cqw));
  letter-spacing: -0.02em;
  position: relative;
  z-index: 2;
 }
 .hd_right {
  flex-direction: column;
  gap: min(40px, calc((40 / 390) * 100cqw));
  animation: hd__start 0.8s 0.25s both;
 }
 .hd_loca {
  gap: 20px;
  margin-right: unset;
  justify-content: center;
  width: 100%;
 }
 .hd_loca_item a {
  font-size: min(2.1rem, calc((21 / 390) * 100cqw));
  font-weight: 400;
 }
 .hd_linkbtn {
  display: flex;
  flex-direction: column;
 }
}

@media screen and (max-width: 600px) {
 .l-gnav__container {
  height: 60px;
 }
 .hd_menutrigger {
  height: 60px;
  padding-left: unset;
 }
 .hd_menutrigger span.hd_menutrigger__line01 {
  top: 26px;
 }
 .hd_menutrigger span.hd_menutrigger__line02 {
  top: 34px;
 }
 .hdlogo {
  top: 7px;
  left: calc(50cqw - 23px);
 }
 .hdlogo a {
  width: 46px;
 }
 .l-gnav__container.-open .l-header__navi {
  height: 100svh;
  gap: min(40px, calc((40 / 390) * 100cqw));
  padding-top: min(60px, calc((60 / 390) * 100cqw));
  padding-bottom: min(60px, calc((60 / 390) * 100cqw));
  padding-inline: calc((15 / 390) * 100cqw);
 }
 .l-gnav__container.-open .l-header__navi .hd_list {
  gap: min(15px, calc((15 / 390) * 100cqw));
 }
 .l-gnav__container.-open .hd_list li a span {
  font-size: min(4.6rem, calc((46 / 390) * 100cqw));
 }
 .hd_linkbtn .sns .btn a {
  width: 30px;
  height: 30px;
 }
}

/*
 movieModal
==================================================================================*/
.modal-video-close-btn {
 cursor: pointer;
}
.modal-video video {
 controlslist: nodownload;
}
#cboxClose {
 background-color: transparent;
 top: -45px;
 right: 0;
 width: 35px;
 height: 35px;
 cursor: pointer;
}
#cboxClose:before,
#cboxClose:after {
 content: "";
 position: absolute;
 height: 2px;
 width: 100%;
 top: 50%;
 left: 0;
 margin-top: -1px;
 background: #fff;
 border-radius: 5px;
 margin-top: -6px;
}
#cboxClose:before {
 transform: rotate(45deg);
}
#cboxClose:after {
 transform: rotate(-45deg);
}
#cboxClose:hover {
 background-color: transparent;
}

@media (orientation: landscape) {
 #cboxClose {
  top: 0;
  right: -45px;
 }
}

@media only screen and (max-width: 600px) {
 #cboxClose {
  top: -35px;
  right: 5px;
  width: 25px;
  height: 25px;
 }
}

/* Contents
================================================================================== */
.bg_red {
 background-color: var(--color-red) !important;
}
.bg_pnk {
 background-color: var(--color-pnk) !important;
}
.bg_ylw {
 background-color: var(--color-ylw) !important;
}
.bg_grn {
 background-color: var(--color-grn) !important;
}
.bg_lgn {
 background-color: var(--color-lgn) !important;
}
.bg_bgl {
 background-color: var(--color-bgl) !important;
}
.bg_ocr {
 background-color: var(--color-ocr) !important;
}
.bg_ivo {
 background-color: var(--color-ivo) !important;
}
.cont_body {
 position: relative;
 max-width: 1800px;
 margin-inline: auto;
 padding-inline: 20px;
}
.p-contents {
 position: relative;
}
.ttl {
 display: flex;
 align-items: center;
}
.mds {
 display: flex;
 justify-content: center;
 gap: 0.3em;
 font-size: min(calc((120 / 1360) * 100cqw), 12rem);
 font-family: var(--ff-bebas);
 font-weight: 400;
 letter-spacing: 0;
 line-height: 0.85em;
 top: 0.05em;
 position: relative;
}
.link_button_wrap {
 margin-top: calc((15 / 1160) * 100cqw);
 display: flex;
}
.link_button {
 display: flex;
 align-items: center;
 border-radius: 2em;
 padding: 0.9em 1.3em;
 border: 2px solid var(--color-wht);
 transition: all 0.3s ease;
}
.link_button p {
 font-size: 1.2rem;
 font-weight: 500;
 letter-spacing: 0.02em;
 margin-right: calc((15 / 1160) * 100cqw);
}
.link_button .ar {
 width: 18px;
 height: 8px;
 display: flex;
 align-items: center;
 position: relative;
 transition: all 0.3s;
}
.link_button .ar svg {
 width: 100%;
 height: 100%;
 fill: var(--color-wht);
}
.js-cursor-light {
 display: flex;
 align-items: center;
 justify-content: center;
 position: fixed;
 top: 0;
 left: 0;
 width: 96px;
 height: 96px;
 margin: -60px 0 0 -48px;
 border-radius: 50%;
 background-color: rgba(235, 255, 11, 0.8);
 filter: saturate(130%);
 mix-blend-mode: none;
 color: #000;
 font-size: 2rem;
 font-family: var(--ff-bebas);
 line-height: 1;
 text-align: center;
 pointer-events: none;
 transform: scale(0);
 opacity: 0;
 transition:
  transform 0.3s ease-out,
  opacity 0.3s ease-out;
 z-index: 1000;
}
.js-cursor-light.-active {
 transform: scale(1);
 opacity: 1;
}
.modal-video-body {
 max-width: unset;
}
.modal-video-inner {
 padding: 20px 60px;
}
.modal-video-movie-wrap {
 max-width: 1800px;
}
.modal-video {
 background-color: rgba(0, 0, 0, 0.9);
 animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
 from {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}

@media screen and (min-width: 821px) {
 .link_button:hover {
  background-color: var(--color-wht);
 }
 .link_button:hover .ar {
  transform: translateX(20%);
 }
 .bg_red .link_button:hover,
 .bg_red .link_button:hover .ar svg {
  color: var(--color-red);
  fill: var(--color-red);
 }
 .bg_pnk .link_button:hover,
 .bg_pnk .link_button:hover .ar svg {
  color: var(--color-pnk);
  fill: var(--color-pnk);
 }
 .bg_ylw .link_button:hover,
 .bg_ylw .link_button:hover .ar svg {
  color: var(--color-ylw);
  fill: var(--color-ylw);
 }
 .bg_grn .link_button:hover,
 .bg_grn .link_button:hover .ar svg {
  color: var(--color-grn);
  fill: var(--color-grn);
 }
 .bg_lgn .link_button:hover,
 .bg_lgn .link_button:hover .ar svg {
  color: var(--color-lgn);
  fill: var(--color-lgn);
 }
 .bg_bgl .link_button:hover,
 .bg_bgl .link_button:hover .ar svg {
  color: var(--color-bgl);
  fill: var(--color-bgl);
 }
 .bg_ocr .link_button:hover,
 .bg_ocr .link_button:hover .ar svg {
  color: var(--color-ocr);
  fill: var(--color-ocr);
 }
 .bg_ivo .link_button:hover,
 .bg_ivo .link_button:hover .ar svg {
  color: var(--color-ivo);
  fill: var(--color-ivo);
 }
}

@media only screen and (max-width: 820px) {
 .cont_body {
  padding: 0 calc((20 / 820) * 100cqw);
 }
 .modal-video-body {
  padding: unset;
 }
 .modal-video-inner {
  padding: 10px;
 }
}

@media only screen and (max-width: 600px) {
 .cont_body {
  padding: 0 calc((8 / 390) * 100cqw);
 }
 .mds {
  font-size: min(calc((60 / 390) * 100cqw), 60px);
 }
 .link_button_wrap {
  margin-top: calc((10 / 390) * 100cqw);
  justify-content: flex-end;
 }
 .link_button {
  padding: 0.9em 1.3em;
  border: 2px solid var(--color-wht);
 }
 .link_button p {
  font-size: 1.3rem;
  margin-right: calc((15 / 390) * 100cqw);
 }
 .modal-video-inner {
  padding: 0;
 }
 .modal-video-close-btn {
  top: -35px;
  right: 5px;
  width: 25px;
  height: 25px;
 }
}

/* p-header
---------------------------------------------------------------------------------*/
.p-header {
 display: block;
 position: relative;
 width: 100%;
 max-width: 1800px;
 margin-inline: auto;
 padding-top: 100px;
}
.p-header .ttl_wrap {
 display: flex;
 justify-content: center;
 padding-top: min(calc((60 / 1320) * 100cqw), 60px);
 padding-bottom: min(calc((45 / 1320) * 100cqw), 45px);
}
.p-header .mds {
 font-size: min(calc((80 / 1320) * 100cqw), 8rem);
 font-family: var(--ff-bebas);
 font-weight: 500;
 letter-spacing: -0.02em;
}
body.-start .mds {
 animation: phtitle 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0.1s both;
}
@keyframes phtitle {
 0% {
  opacity: 0;
  transform: rotateX(-95deg) translateY(100%);
 }
 100% {
  opacity: 1;
  transform: rotateX(0deg) translateY(0);
 }
}

@media screen and (max-width: 820px) {
 .p-header .mds {
  font-size: min(calc((70 / 820) * 100cqw), 7rem);
 }
 .p-header .ttl_wrap {
  padding-top: min(calc((60 / 820) * 100cqw), 60px);
  padding-bottom: min(calc((45 / 820) * 100cqw), 45px);
 }
}

@media screen and (max-width: 600px) {
 .p-header {
  padding-top: 60px;
 }
 .p-header .mds {
  font-size: min(calc((48 / 390) * 100cqw), 4.8rem);
 }
 .p-header .ttl_wrap {
  padding-top: min(calc((40 / 390) * 100cqw), 60px);
  padding-bottom: min(calc((30 / 390) * 100cqw), 30px);
 }
}

/* projects
---------------------------------------------------------------------------------*/
.p-main {
 width: 100%;
 max-width: 1800px;
 margin-inline: auto;
}
.pm_item {
 width: 100%;
 position: relative;
 display: flex;
 flex-direction: column;
 padding: 20px;
 background-color: var(--color-ivo);
}
.pm_img {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 aspect-ratio: 1320 / 524;
 position: relative;
 overflow: hidden;
 border-radius: 12px;
}
.pm_img figure,
.pm_img figure img {
 display: block;
 border-radius: 12px;
}
.pm_words {
 width: 100%;
 color: var(--color-wht);
 padding-top: calc((40 / 1320) * 100cqw);
 padding-bottom: calc((20 / 1320) * 100cqw);
 padding-inline: calc((10 / 1320) * 100cqw);
 position: relative;
}
.pm_name {
 font-size: min(calc((100 / 1320) * 100cqw), 10rem);
 font-family: var(--ff-bebas);
 font-weight: 500;
 letter-spacing: -0.02em;
 line-height: 0.8;
}
.pm_sub {
 font-size: min(calc((33 / 1320) * 100cqw), 3.3rem);
 font-family: var(--ff-osw);
 font-weight: 400;
 letter-spacing: -0.02em;
 line-height: 1;
}
.wv.v4k .watch-video {
 display: flex;
 align-items: center;
 justify-content: center;
 position: absolute;
 top: calc((20 / 1320) * 100cqw);
 right: calc((10 / 1360) * 100cqw);
 width: 96px;
 height: 96px;
 border-radius: 50%;
 background-color: rgba(255, 79, 218, 1);
 background-color: rgba(120, 251, 77, 1);
 filter: saturate(130%);
 mix-blend-mode: none;
 color: #000;
 font-size: 2rem;
 font-family: var(--ff-bebas);
 line-height: 1;
 text-align: center;
 transition: all 0.2s ease;
 z-index: 1200;
}
#projects .contbox {
 max-width: 960px;
 padding-block: 120px;
 margin-inline: auto;
 container: contboxin / inline-size;
}
.ttls {
 font-size: min(calc((36 / 960) * 100cqw), 3.6rem);
 font-weight: 500;
 margin-bottom: calc((40 / 960) * 100cqw);
}
.logline p {
 font-size: min(calc((19 / 960) * 100cqw), 1.9rem);
 font-weight: 300;
 line-height: 1.66;
}
.logline p + p {
 margin-top: 1em;
}
.photoline {
 margin-top: 100px;
}
.photoline_flex {
 display: flex;
 flex-direction: column;
 gap: 20px;
}
.pf_img {
 display: block;
 position: relative;
 overflow: hidden;
 border-radius: 12px;
}
.projects_navi {
 margin-block: 100px 0;
 text-align: center;
}
.projects_navi_list {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
 gap: 6px;
}
.projects_navi_list li a {
 color: var(--color-ivo);
 font-size: 1.3rem;
 display: flex;
 align-items: center;
 border-radius: 4px;
 padding: 1em 1.3em;
 border: 1px solid var(--color-ivo);
 transition: all 0.3s ease;
 cursor: pointer;
}
.projects_navi_list li.on a {
 color: var(--color-wht);
 border: 1px solid var(--color-ivo);
 background-color: var(--color-ivo);
 pointer-events: none;
}

@media screen and (min-width: 821px) {
 .projects_item:hover .projects_img:before {
  opacity: 1;
  visibility: visible;
 }
 .projects_item:hover figure img {
  transform: scale(1.06);
 }
 .projects_navi_list li a:hover {
  background-color: #efefef;
 }
 .wv.v4k .watch-video:hover {
  transform: scale(1.1);
 }
}

@media screen and (max-width: 820px) {
 .pm_item {
  padding: calc((20 / 820) * 100cqw);
 }
 .pm_words {
  padding-top: calc((30 / 820) * 100cqw);
  padding-bottom: calc((20 / 820) * 100cqw);
  padding-inline: calc((10 / 820) * 100cqw);
 }
 .wv.v4k .watch-video {
  top: calc((10 / 820) * 100cqw);
  right: calc((10 / 820) * 100cqw);
  width: calc((72 / 820) * 100cqw);
  height: calc((72 / 820) * 100cqw);
  font-size: calc((16 / 820) * 100cqw);
 }
 .pm_name {
  font-size: min(calc((80 / 820) * 100cqw), 8rem);
  line-height: 1;
 }
 .pm_sub {
  font-size: min(calc((28 / 820) * 100cqw), 2.8rem);
 }
 .ttls {
  font-size: min(calc((30 / 760) * 100cqw), 3rem);
  margin-bottom: calc((30 / 760) * 100cqw);
 }
 .logline p {
  font-size: min(calc((16 / 760) * 100cqw), 1.6rem);
 }
}

@media screen and (max-width: 600px) {
 #projects .cont_body {
  padding: 0 calc((12 / 390) * 100cqw);
 }
 .pm_item {
  padding: calc((12 / 390) * 100cqw);
 }
 .pm_img {
  aspect-ratio: 16 / 11;
  border-radius: 8px;
 }
 .pm_img figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
 }
 .pm_img figure,
 .pm_img figure img {
  border-radius: 8px;
 }
 .pm_words {
  padding-top: calc((24 / 390) * 100cqw);
  padding-bottom: calc((14 / 390) * 100cqw);
  padding-inline: unset;
 }
 .wv.v4k .watch-video {
  top: calc((10 / 390) * 100cqw);
  right: 0;
  width: calc((72 / 390) * 100cqw);
  height: calc((72 / 390) * 100cqw);
  font-size: calc((16 / 390) * 100cqw);
 }
 .pm_name {
  font-size: min(calc((54 / 390) * 100cqw), 5.4rem);
 }
 .pm_sub {
  font-size: min(calc((24 / 390) * 100cqw), 2.4rem);
 }
 #projects .contbox {
  max-width: unset;
  padding-block: 60px;
 }
 .ttls {
  font-size: min(calc((24 / 390) * 100cqw), 2.4rem);
  margin-bottom: calc((30 / 390) * 100cqw);
 }
 .logline p {
  font-size: min(calc((16 / 390) * 100cqw), 1.6rem);
 }
 .photoline {
  margin-top: calc((60 / 390) * 100cqw);
 }
 .photoline_flex {
  gap: 12px;
 }
 .pf_img {
  border-radius: 8px;
 }
 .projects_navi {
  margin-block: 60px 0;
  text-align: center;
 }
 .projects_navi_list {
  justify-content: flex-start;
  gap: 6px;
 }
 .projects_navi_list li a {
  font-size: min(calc((12 / 360) * 100cqw), 1.2rem);
  padding: 0.8em 1em;
 }
}

/*
LOADING
==================================================================================  */
.loadingWrap {
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9999;
 margin: 0px;
 padding: 0px;
 display: block;
}
.loadingWrapWaku {
 width: 100%;
 height: 100%;
 background: var(--color-blk);
 position: relative;
 margin: 0px;
 padding: 0px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.lds-flex {
 width: 120px;
 margin-left: auto;
 margin-right: auto;
 display: flex;
 flex-flow: column;
 justify-content: center;
 opacity: 1;
}
.lf_01 {
 width: 100%;
 aspect-ratio: 1/1;
 margin-left: auto;
 margin-right: auto;
 display: block;
 background: url(/assets/images/logo_w.svg) no-repeat 50% 50%;
 background-size: contain;
}
body.-start .loadingWrap {
 animation: ani_ld 1s cubic-bezier(1, 0, 0.85, 1) 0.4s both;
}
body.-start .lds-flex {
 animation: ani_ld2 0.6s cubic-bezier(0.53, 0.21, 0.85, 0.65) 0.1s both;
}
@keyframes ani_ld {
 0% {
  opacity: 1;
  visibility: visible;
  display: block;
  pointer-events: inherit;
 }
 99% {
  opacity: 0;
  visibility: hidden;
  display: block;
  pointer-events: inherit;
 }
 100% {
  opacity: 0;
  visibility: hidden;
  display: none;
  pointer-events: none;
 }
}
@keyframes ani_ld2 {
 0% {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
 }
 100% {
  opacity: 0;
  transform: scale(1);
  visibility: hidden;
 }
}

@media screen and (max-width: 600px) {
 .lds-flex {
  width: 20%;
 }
}

/*
titleArea
==================================================================================*/
.titleArea {
 display: block;
 position: relative;
 width: 100%;
 max-width: 1800px;
 margin-inline: auto;
 padding-top: 100px;
}
.ta_wrap {
 display: flex;
 justify-content: center;
 align-items: flex-end;
 width: calc(100% - 40px);
 margin-inline: 20px;
 height: calc(100svh - 96px - 20px);
 position: relative;
}
.ta_img {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 border-radius: 12px;
 background-color: var(--color-ivo);
 z-index: 0;
}
.ta_mv {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 min-width: 100%;
 min-height: 100%;
 height: auto;
 width: auto;
 text-align: center;
 border-radius: 12px;
 overflow: hidden;
 z-index: 0;
}
.ta_mv video {
 position: absolute;
 top: 0;
 left: 50%;
 width: 100%;
 height: 100%;
 object-fit: cover;
 transform: translateX(-50%);
}
.ta_main {
 display: flex;
 flex-flow: column;
 justify-content: flex-end;
 width: calc((640 / 1360) * 100cqw);
 margin-bottom: calc((40 / 1360) * 100cqw);
 margin-left: calc((30 / 1360) * 100cqw);
 margin-right: auto;
}
.ta_logo {
 display: block;
 position: relative;
 margin-inline: auto;
 width: 100%;
}
.ta_logo .ta_h1 {
 color: var(--color-wht);
 font-size: min(calc((100 / 1320) * 100cqw), 10rem);
 font-family: var(--ff-bebas);
 font-weight: 500;
 line-height: 1;
}
.ta_copy {
 margin-top: calc((10 / 1360) * 100cqw);
 position: relative;
 display: flex;
 flex-flow: column;
 z-index: 2;
}
.ta_copy span {
 display: flex;
 color: var(--color-wht);
 font-size: min(calc((18 / 1320) * 100cqw), 1.8rem);
 font-weight: 400;
 line-height: 1.4;
 letter-spacing: 0.06em;
}

/* -start */
.ta_logo,
.ta_copy span {
 opacity: 0;
 will-change: transform;
}
.ta_wrap {
 transform: scale(0.8);
}
body.-start .ta_wrap {
 animation: obiZoom 1.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0.6s both;
}
body.-start .ta_logo {
 animation: phtitle 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) 1.6s both;
}
body.-start .ta_copy span {
 animation: phtitle 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) 2s both;
}
body.-start .ta_copy span.cp2 {
 animation-delay: 2.1s;
}
body.-start .ta_copy span.cp3 {
 animation-delay: 2.2s;
}
@keyframes obiZoom {
 0% {
  transform: scale(0.8);
  opacity: 0;
 }
 100% {
  transform: scale(1);
  opacity: 1;
 }
}

@media screen and (min-width: 821px) {
 .ta_comic a:hover {
  opacity: 0.6;
 }
 .contact_circle a:hover {
  transform: scale(1.1);
 }
}

@media screen and (max-width: 820px) {
 .ta_main {
  width: auto;
 }
 .ta_logo .ta_h1 {
  font-size: min(calc((100 / 820) * 100cqw), 10rem);
 }
 .ta_copy span {
  font-size: calc((20 / 820) * 100cqw);
 }
}

@media screen and (max-width: 600px) {
 .titleArea {
  padding-top: 60px;
 }
 .ta_wrap {
  width: calc(100% - (((8 / 390) * 100cqw) * 2));
  height: calc(100svh - 68px);
  margin-inline: calc((8 / 390) * 100cqw);
 }
 .ta_img {
  border-radius: 8px;
 }
 .ta_mv {
  border-radius: 8px;
 }
 .ta_main {
  padding-bottom: 20cqw;
 }
 .ta_logo .ta_h1 {
  font-size: min(calc((80 / 390) * 100cqw), 8rem);
 }
 .ta_copy span {
  font-size: min(calc((15 / 390) * 100cqw), 1.5rem);
 }
}

/* t-projects
 ================================================================================== */
#t-projects {
 width: 100%;
 position: relative;
}
#t-projects .contbox {
 width: 100%;
 position: relative;
}
#t-projects .ttl_wrap {
 display: flex;
 justify-content: center;
 padding-top: min(calc((100 / 1320) * 100cqw), 100px);
 padding-bottom: min(calc((80 / 1320) * 100cqw), 80px);
}
#t-projects .mds {
 font-size: min(calc((80 / 1320) * 100cqw), 8rem);
 font-family: var(--ff-bebas);
 font-weight: 500;
 letter-spacing: -0.02em;
}
.t_projects_list {
 display: flex;
 flex-flow: row wrap;
 gap: 20px;
}
.tp_item {
 width: calc((100% - 20px) / 2);
 height: calc((100cqw - 20px) / 2);
 position: relative;
 display: flex;
 flex-direction: column;
 padding: 20px;
 padding-bottom: 40px;
 border-radius: 12px;
 background-color: var(--color-ivo);
}
.tp_img {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 aspect-ratio: 16 /9;
 position: relative;
 overflow: hidden;
 border-radius: 12px;
}
.tp_img figure {
 position: absolute;
 top: -5px;
 left: -5px;
 display: flex;
 align-items: center;
 width: calc(100% + 10px);
 height: calc(100% + 10px);
 overflow: hidden;
 background-color: #505050;
 z-index: 2;
}
.tp_img figure img {
 position: relative;
 transition: all 0.6s ease;
}
.tp_words {
 width: 100%;
 color: var(--color-wht);
 padding-top: calc((20 / 1320) * 100cqw);
 padding-inline: calc((10 / 1320) * 100cqw);
 position: relative;
}
.tp_name {
 font-size: min(calc((100 / 1320) * 100cqw), 10rem);
 font-family: var(--ff-bebas);
 font-weight: 500;
 letter-spacing: -0.02em;
 line-height: 1;
}
.tp_sub {
 font-size: min(calc((33 / 1320) * 100cqw), 3.3rem);
 font-family: var(--ff-osw);
 font-weight: 400;
 letter-spacing: -0.02em;
 line-height: 1.3;
}
.tp_item.large {
 width: 100%;
 flex-direction: row-reverse;
}
.tp_item.large .tp_words {
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
}
.tp_item.large .tp_img {
 aspect-ratio: 1 /1;
}
.tp_words .wv.v4k .watch-video {
 top: unset;
 bottom: 0;
 right: calc((30 / 1360) * 100cqw);
}

@media screen and (min-width: 821px) {
 .tp_img:hover figure img {
  transform: scale(1.06);
 }
 .tprojects_img:hover:before {
  opacity: 1;
  visibility: visible;
 }
}

@media screen and (max-width: 820px) {
 #t-projects .mds {
  font-size: min(calc((60 / 820) * 100cqw), 6rem);
 }
 .watch-video {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc((72 / 820) * 100cqw);
  height: calc((72 / 820) * 100cqw);
  border-radius: 50%;
  background-color: rgba(235, 255, 11, 0.8);
  filter: saturate(130%);
  mix-blend-mode: none;
  color: #000;
  font-size: calc((16 / 820) * 100cqw);
  font-family: var(--ff-bebas);
  line-height: 1;
  text-align: center;
  opacity: 1;
  z-index: 1000;
 }
 .tp_words .wv.v4k .watch-video {
  top: unset;
  bottom: calc((-10 / 820) * 100cqw);
  right: calc((3 / 820) * 100cqw);
 }
 .tp_item.large .tp_words .wv.v4k .watch-video {
  top: unset;
  bottom: 0;
  right: calc((20 / 820) * 100cqw);
 }
}

@media screen and (max-width: 600px) {
 #t-projects .ttl_wrap {
  padding-top: min(calc((60 / 390) * 100cqw), 60px);
  padding-bottom: min(calc((30 / 390) * 100cqw), 30px);
 }
 #t-projects .mds {
  font-size: min(calc((48 / 390) * 100cqw), 4.8rem);
 }
 .t_projects_list {
  flex-direction: column;
  gap: calc((12 / 390) * 100cqw);
 }
 .tp_item {
  width: 100%;
  height: auto;
  padding: calc((12 / 390) * 100cqw);
  padding-bottom: calc((24 / 390) * 100cqw);
  border-radius: 8px;
 }
 .tp_img {
  aspect-ratio: 16 /11;
  border-radius: 8px;
  z-index: 3;
 }
 .tp_words {
  padding-top: calc((20 / 390) * 100cqw);
  padding-inline: unset;
 }
 .tp_name {
  font-size: min(calc((54 / 390) * 100cqw), 5.4rem);
 }
 .tp_sub {
  font-size: min(calc((24 / 390) * 100cqw), 2.4rem);
 }
 .tp_item .link_button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
 }
 .tp_item.large {
  width: 100%;
  flex-direction: column;
 }
 .tp_item.large .tp_words {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
 }
 .tp_item.large .tp_img {
  aspect-ratio: 16 /11;
 }
 .watch-video {
  width: calc((72 / 390) * 100cqw);
  height: calc((72 / 390) * 100cqw);
  font-size: calc((16 / 390) * 100cqw);
 }
 .tp_words .wv.v4k .watch-video,
 .tp_item.large .tp_words .wv.v4k .watch-video {
  top: calc((5 / 390) * 100cqw);
  bottom: unset;
  right: 0;
 }
}

/* t-about
 ================================================================================== */
#t-about {
 width: 100%;
 position: relative;
 padding-top: min(calc((130 / 1360) * 100cqw), 130px);
}
#t-about .contbox {
 width: 100%;
 position: relative;
 padding-top: min(calc((120 / 1320) * 100cqw), 120px);
 padding-bottom: min(calc((170 / 1320) * 100cqw), 170px);
 background-color: var(--color-lgn);
 border-radius: 12px;
 overflow: hidden;
 color: var(--color-wht);
}
.about_bg {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: calc(100% + 20px);
 display: block;
 overflow: hidden;
}
.about_bg .bg {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: block;
 background: url(/assets/images/about_bg.jpg) no-repeat 75% 0;
 background-size: cover;
}
#t-about .ttl_wrap {
 display: flex;
 justify-content: center;
}
#t-about .mds {
 font-size: min(calc((80 / 1320) * 100cqw), 8rem);
 font-family: var(--ff-bebas);
}
.p-about {
 display: flex;
 justify-content: center;
 max-width: 560px;
 margin-inline: auto;
 margin-top: 124px;
 position: relative;
}
.p-about .cp {
 font-size: min(calc((24 / 1320) * 100cqw), 2.4rem);
 font-weight: 500;
 line-height: 1.6;
}
.p-about .text {
 font-size: min(calc((16 / 1320) * 100cqw), 1.6rem);
 font-weight: 400;
 line-height: 1.6;
 margin-top: 50px;
}

@media screen and (max-width: 820px) {
 #t-about .mds {
  font-size: min(calc((60 / 820) * 100cqw), 6rem);
 }
 .p-about {
  margin-top: 64px;
 }
 .p-about .cp {
  font-size: min(calc((20 / 820) * 100cqw), 2rem);
 }
 .p-about .text {
  font-size: min(calc((15 / 820) * 100cqw), 1.5rem);
 }
}

@media screen and (max-width: 600px) {
 #t-about {
  padding-top: calc((60 / 390) * 100cqw);
 }
 #t-about .contbox {
  padding-top: min(calc((60 / 390) * 100cqw), 60px);
  padding-bottom: min(calc((170 / 1320) * 100cqw), 170px);
  border-radius: 8px;
 }
 .about_bg .bg {
  background-position: 40% 0;
 }
 #t-about .mds {
  font-size: min(calc((48 / 390) * 100cqw), 4.8rem);
 }
 .p-about {
  max-width: 84%;
  margin-top: calc((40 / 390) * 100cqw);
 }
 .p-about .cp {
  font-size: min(calc((20 / 390) * 100cqw), 2rem);
  line-height: 1.4;
 }
 .p-about .text {
  font-size: min(calc((14 / 390) * 100cqw), 1.4rem);
  margin-top: calc((40 / 390) * 100cqw);
  line-height: 1.5;
 }
}

/* t-under
 ================================================================================== */
#t-under {
 width: 100%;
 padding-top: 30px;
 position: relative;
}
#t-under .contbox {
 display: flex;
 justify-content: center;
 gap: 20px;
}
.tu_item {
 width: calc((100% - 40px) / 3);
 width: 100%;
 height: calc((270 / 1320) * 100cqw);
 position: relative;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding: 20px;
 overflow: hidden;
 border-radius: 12px;
 background-color: var(--color-ivo);
}
.tu_item::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.2);
 transition: all 0.3s ease;
 z-index: 0;
 opacity: 0;
}
.tu_name {
 color: var(--color-wht);
 font-size: min(calc((60 / 1320) * 100cqw), 6rem);
 font-family: var(--ff-bebas);
 font-weight: 500;
 line-height: 1;
 z-index: 1;
}
.tu_item .link_button_wrap {
 margin-top: min(calc((30 / 1320) * 100cqw), 30px);
 z-index: 1;
}
.tu_item .link_button::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 opacity: 0.5;
 cursor: pointer;
 z-index: 2;
}

@media screen and (min-width: 821px) {
 .tu_item:hover::before {
  opacity: 1;
 }
}

@media screen and (max-width: 820px) {
 .tu_name {
  font-size: min(calc((48 / 820) * 100cqw), 4.8rem);
 }
}

@media screen and (max-width: 600px) {
 #t-under {
  padding-top: calc((60 / 390) * 100cqw);
 }
 #t-under .contbox {
  display: flex;
  justify-content: center;
  gap: 20px;
 }
 .tu_item {
  width: 100%;
  height: auto;
  padding: calc((40 / 390) * 100cqw) 10px;
  border-radius: 8px;
 }
 .tu_name {
  font-size: min(calc((40 / 390) * 100cqw), 4rem);
 }
 .tu_item .link_button_wrap {
  margin-top: min(calc((10 / 390) * 100cqw), 10px);
 }
}

/* Footer
---------------------------------------------------------------------------------*/
.l-footer {
 position: relative;
}
.l-footer__pagetop {
 position: absolute;
 top: 60px;
 right: 20px;
 cursor: pointer;
 z-index: 2;
}
.l-footer__pagetop a {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 60px;
 height: 60px;
 position: relative;
 border-radius: 100%;
 background-color: var(--color-ocr);
 transition: all 0.2s;
}
.l-footer__pagetop a span {
 display: block;
 width: 18px;
 height: 8px;
 -webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
 position: relative;
 transition: all 0.4s linear;
}
.l-footer__pagetop a svg {
 display: block;
 width: 100%;
 height: 100%;
 fill: var(--color-wht);
}
.l-footer .cont_body {
 padding-inline: 50px;
}
.l-footer__nav {
 padding-top: 60px;
}
.ft_wrap {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 35px;
}
.ft_logo {
 width: 120px;
}
.ft_logo .logo {
 display: block;
 width: 120px;
 aspect-ratio: 1 / 1;
 transition: all 0.6s ease;
 background: url(../images/logo.svg) no-repeat 0 0;
 background-size: contain;
}
.ft_sns .sns {
 gap: 48px;
}
.ft_sns .sns .btn,
.ft_sns .sns .btn a {
 width: 40px;
 height: 40px;
}
.ft_main {
 display: flex;
}
.ftnav-bottom {
 position: relative;
 display: flex;
 flex-direction: column;
 align-items: center;
 padding-block: 70px 60px;
 gap: 40px;
}
.ftnav-bottom_list {
 display: flex;
 justify-content: center;
 gap: 45px;
}
.ftnb_item a {
 font-size: 1.4rem;
 color: var(--color-txt);
}
.ft_copyright {
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 1.3rem;
 font-weight: 300;
 letter-spacing: 0.02em;
}

@media screen and (min-width: 821px) {
 .l-footer__pagetop a:hover {
  transform: scale(1.1);
  background-color: var(--color-ocr);
 }
}

@media screen and (max-width: 820px) {
 .ft_logo {
  width: 100px;
 }
 .ft_logo .logo {
  width: 100px;
 }
}

@media screen and (max-width: 600px) {
 .l-footer__pagetop {
  top: min(60px, calc((60 / 390) * 100cqw));
  right: min(12px, calc((12 / 390) * 100cqw));
 }
 .l-footer__pagetop a {
  width: min(30px, calc((30 / 390) * 100cqw));
  height: min(30px, calc((30 / 390) * 100cqw));
 }
 .l-footer__pagetop a span {
  display: block;
  width: 13px;
  height: 6px;
 }
 .l-footer .cont_body {
  padding-inline: calc((15 / 390) * 100cqw);
 }
 .l-footer__nav {
  padding-top: min(60px, calc((60 / 390) * 100cqw));
 }
 .ft_wrap {
  gap: 35px;
 }
 .ft_logo,
 .ft_logo .logo {
  width: min(100px, calc((100 / 390) * 100cqw));
 }
 .ft_sns .sns {
  gap: 35px;
 }
 .ft_sns .sns .btn,
 .ft_sns .sns .btn a {
  width: min(35px, calc((35 / 390) * 100cqw));
  height: min(35px, calc((35 / 390) * 100cqw));
 }
 .ft_main .ftnav_list {
  gap: min(20px, calc((20 / 390) * 100cqw));
 }
 .ftnav-bottom {
  padding-block: 40px;
  gap: 30px;
 }
 .ftnav-bottom_list {
  gap: 25px;
 }
 .ftnb_item a {
  font-size: 1.2rem;
 }
 .ft_copyright {
  font-size: 1.1rem;
 }
}

/* Contact
---------------------------------------------------------------------------------*/
#contact .contbox {
 max-width: 800px;
 margin-inline: auto;
 padding-block: 60px 120px;
}
.outline {
 font-size: 1.7rem;
 line-height: 1.6;
}
.form-body {
 display: flex;
 flex-flow: column;
 margin-top: 80px;
}
#form .form-body > dt {
 width: 100%;
 display: flex;
 align-items: center;
 position: relative;
 font-size: 2rem;
 font-weight: 500;
 line-height: 1.2;
}
#form .form-body > dd + dt {
 margin-top: 40px;
}
#form .form-body > dt.required:after {
 font-size: 1.2rem;
 line-height: 1.2;
 letter-spacing: 0.04em;
 color: var(--color-wht);
 background: var(--color-red);
 content: "required";
 display: inline-block;
 padding: 4px 10px;
 position: relative;
 word-break: break-all;
 border-radius: 2px;
 margin-left: 20px;
}
#form .form-body > dd {
 width: 100%;
 padding-block: 20px 0;
 font-weight: normal;
 line-height: 1.8;
}
#form.confirm .form-body > dd {
 padding-block: 20px;
 border-bottom: 1px solid var(--color-line);
}
.form-body input[type="text"],
.form-body input[type="email"],
.form-body input[type="tel"],
.form-body input[type="date"],
.form-body select {
 font-size: 1.8rem;
 font-family: var(--ff-inter);
 height: 54px;
 width: 100%;
 padding: 0 1em;
 position: relative;
 border-radius: 2px;
 border: 1px solid var(--color-line);
}
.form-body input[type="text"]:focus,
.form-body input[type="email"]:focus {
 outline: 0;
}
.form-body input[type="text"].-size01,
.form-body input[type="email"].-size01 {
 width: 224px;
}
.form-body input[type="text"].-size02,
.form-body input[type="email"].-size02 {
 width: 140px;
}
.form-body input[type="text"].-error,
.form-body input[type="email"].-error {
 background: #ffe8e5;
 border-color: var(--color-red);
}
.form-body textarea {
 height: 350px;
 width: 100%;
 font-size: 1.8rem;
 font-family: var(--ff-inter);
 line-height: 1.5;
 padding: 0.5em 1em;
 border: 1px solid var(--color-line);
 border-radius: 2px;
}
.form-input input[type="checkbox"] {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 width: 0;
 height: 0;
 margin-right: 0;
}
.checkbox-field {
 display: inline-block;
 margin-right: 30px;
 margin-bottom: 20px;
}
.mwform-checkbox-field input[type="checkbox"] {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 width: 0;
 height: 0;
 margin-right: 0;
}
.mwform-checkbox-field-text {
 font-size: 1.5rem;
 position: relative;
 padding-left: 45px;
 cursor: pointer;
}
.mwform-checkbox-field-text::before {
 content: "";
 position: absolute;
 top: 50%;
 left: 0;
 transform: translateY(-50%);
 width: 30px;
 height: 30px;
 border-radius: 2px;
 background: var(--color-wht);
 border: 1px solid var(--color-line);
}
.mwform-checkbox-field-text::after {
 content: "";
 position: absolute;
 top: 50%;
 left: 8px;
 transform: translateY(-7px) rotate(-45deg);
 width: 14px;
 height: 9px;
 border-left: 2px solid var(--color-wht);
 border-bottom: 2px solid var(--color-wht);
 opacity: 0;
}
:checked + .mwform-checkbox-field-text::before {
 background: var(--color-red);
 border: 1px solid var(--color-red);
}
:checked + .mwform-checkbox-field-text::after {
 opacity: 1;
}
.form-body input::placeholder,
.form-body textarea::placeholder {
 color: #aaa;
}
.form-body input:focus::-webkit-input-placeholder,
.form-body textarea:focus::-webkit-input-placeholder {
 color: transparent;
}
.form-body input:focus::-moz-placeholder,
.form-body textarea:focus::-moz-placeholder {
 color: transparent;
}
.form-body input:focus::-ms-input-placeholder,
.form-body textarea:focus::-ms-input-placeholder {
 color: transparent;
}
.form-body input:focus::placeholder,
.form-body textarea:focus::placeholder {
 color: transparent;
}
.form-body textarea:focus {
 outline: 0;
}
.form-body .error_messe + .error_messe {
 margin-top: 1.5em;
}
.form-body .error_messe {
 font-size: 1.6rem;
}
.form-body .error_messe strong {
 font-size: 2rem;
 font-weight: 500;
 color: var(--color-red);
}
#form .privecy {
 margin-top: 60px;
 display: flex;
 align-items: center;
 justify-content: center;
}
#form .privecy a {
 color: var(--color-red);
}
#form .p-form__agree {
 margin-top: 30px;
 text-align: center;
}
#form .p-form__agree div {
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
}
#form .p-form__agree label {
 vertical-align: middle;
 padding-left: 20px;
 text-align: left;
 position: relative;
}
#form .p-form__agree .input-check {
 position: relative;
 background-color: var(--color-wht);
 box-shadow: 0;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 width: 24px;
 height: 24px;
 border: solid 1px var(--color-line);
 cursor: pointer;
 vertical-align: middle;
}
#form .p-form__agree .input-check:checked:after {
 content: "";
 position: absolute;
 top: 2px;
 left: 2px;
 width: 18px;
 height: 18px;
 background: var(--color-blk);
 display: block;
}
#form .submit-btn {
 text-align: center;
 margin-top: 80px;
}
#form .submit-btn .flex-ct {
 display: flex;
 justify-content: center;
 gap: 20px;
}
.submit-btn .input-submit {
 color: #fff;
 background: var(--color-blk);
 font-size: 1.6rem;
 font-weight: 700;
 display: inline-block;
 border: 0;
 border-radius: 0;
 padding: 23px 80px;
 position: relative;
 cursor: pointer;
 transition: all 0.15s ease-in-out;
 -webkit-transition: all 0.15s ease-in-out;
 border-radius: 4px;
}
.submit-btn .input-submit.back_btn,
.submit-btn input[type="submit"].back_btn {
 background: var(--color-ivo);
}
.submit-btn .complete_btn {
 color: #fff;
 background: var(--color-blk);
 font-size: 1.6rem;
 font-weight: 700;
 display: inline-block;
 border: 0;
 border-radius: 0;
 padding: 23px 80px;
 position: relative;
 cursor: pointer;
 transition: all 0.15s ease-in-out;
 -webkit-transition: all 0.15s ease-in-out;
 border-radius: 4px;
}

@media screen and (min-width: 821px) {
 .p-form_button input:hover {
  background-color: var(--color-red);
 }
 .complete_wrap a:hover {
  background-color: var(--color-gy1);
 }
 .p-form__button03 input:hover,
 .p-form__button03 button:hover,
 .p-form__button03 a:hover {
  background: #888;
 }
}

@media screen and (max-width: 820px) {
 #contact .contbox {
  max-width: 600px;
 }
}

@media screen and (max-width: 600px) {
 #contact .contbox {
  max-width: calc((360 / 390) * 100cqw);
  padding-top: calc((30 / 390) * 100cqw);
  padding-bottom: calc((60 / 390) * 100cqw);
 }
 .outline {
  font-size: min(calc((16 / 360) * 100cqw), 1.6rem);
  line-height: 1.6;
 }
 .form-body {
  margin-top: calc((60 / 390) * 100cqw);
 }
 #form .form-body > dt {
  width: 100%;
  font-size: min(calc((18 / 360) * 100cqw), 1.8rem);
 }
 #form .form-body > dt.required:after {
  font-size: min(calc((12 / 360) * 100cqw), 1.2rem);
 }
 .form-body input[type="text"],
 .form-body input[type="email"],
 .form-body input[type="tel"],
 .form-body input[type="date"],
 .form-body select {
  font-size: 1.8rem;
  font-family: var(--ff-inter);
  height: 54px;
  width: 100%;
  padding: 0 0.5em;
  position: relative;
  border-radius: 2px;
  border: 1px solid var(--color-line);
 }
 .form-body textarea {
  height: 100vw;
  padding: 0.5em 0.5em;
 }
 #form .privecy {
  margin-top: 30px;
  display: block;
  font-size: min(calc((16 / 360) * 100cqw), 1.6rem);
  line-height: 1.6;
 }
 #form .p-form__agree {
  margin-top: 20px;
 }
 #form .p-form__agree label {
  padding-left: 15px;
 }
 #form .p-form__agree .input-check {
  width: 36px;
  height: 36px;
 }
 #form .p-form__agree .input-check:checked:after {
  top: 2px;
  left: 2px;
  width: 30px;
  height: 30px;
 }
 #form .submit-btn {
  text-align: center;
  margin-top: calc((60 / 360) * 100cqw);
 }
 #form .submit-btn .flex-ct {
  flex-direction: column;
  gap: 20px;
 }
 .submit-btn .input-submit {
  font-size: min(calc((18 / 360) * 100cqw), 1.8rem);
  padding: 24px 20px;
  display: block;
  width: 100%;
 }
 .submit-btn .complete_btn {
  font-size: min(calc((18 / 360) * 100cqw), 1.8rem);
  padding: 24px 20px;
 }
}

/* others
---------------------------------------------------------------------------------*/
#others .contbox {
 max-width: 800px;
 margin-inline: auto;
 padding-block: 60px 120px;
}
.p-other .block + .block {
 margin-top: 80px;
}
.p-other time {
 display: block;
 margin-bottom: 1em;
 font-size: 1.6rem;
}
.p-other p {
 font-size: 1.7rem;
 line-height: 1.6;
 margin-top: 1em;
}
.p-other p + p {
 margin-top: 1em;
}
.p-other a {
 color: var(--color-red);
}
.p-other h3 {
 font-size: 2.2rem;
 font-weight: 600;
 line-height: 1.6;
 margin-bottom: 20px;
}
.p-other h4 {
 font-size: 1.9rem;
 font-weight: 600;
 line-height: 1.6;
 margin-bottom: 20px;
}
.p-other p + h4,
.p-other ul + h4 {
 margin-top: 30px;
}
.ot_list_01 > li + li {
 margin-top: 0.5em;
}
.ot_list_01 {
 margin-block: 20px;
 padding-left: 20px;
}
.ot_list_01 > li {
 display: flex;
 font-size: 1.6rem;
 line-height: 1.6;
}
.ot_list_01 > li span {
 display: inline-block;
 margin-right: 10px;
}

@media screen and (min-width: 821px) {
 .sm_item a:hover,
 .other_item a:hover {
  color: var(--color-blu);
 }
}

@media screen and (max-width: 820px) {
 #others .contbox {
  max-width: 600px;
 }
 .p-other time {
  font-size: 1.5rem;
 }
 .p-other p {
  font-size: 1.5rem;
 }
 .p-other h3 {
  font-size: 2rem;
 }
 .p-other h4 {
  font-size: 1.7rem;
 }
}

@media screen and (max-width: 600px) {
 #others .contbox {
  max-width: calc((360 / 390) * 100cqw);
  padding-top: calc((30 / 390) * 100cqw);
  padding-bottom: calc((60 / 390) * 100cqw);
 }
 .p-other .block + .block {
  margin-top: 40px;
 }
 .p-other time,
 .p-other p {
  font-size: min(calc((14 / 360) * 100cqw), 1.4rem);
 }
 .p-other h3 {
  font-size: min(calc((18 / 360) * 100cqw), 1.8rem);
  margin-bottom: 10px;
 }
 .p-other h4 {
  font-size: min(calc((16 / 360) * 100cqw), 1.6rem);
  margin-bottom: 10px;
 }
 .ot_list_01 {
  padding-left: 10px;
 }
 .ot_list_01 > li {
  font-size: min(calc((14 / 360) * 100cqw), 1.4rem);
 }
}

/* [Show Animate] 出現アニメーション
    ================================================================================== */
.p-show-elem {
 opacity: 0;
 transform: translateY(100px);
 transition: all 2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-rev {
 opacity: 0;
 transform: translateY(-100px);
 transition: all 2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-left {
 opacity: 0;
 transform: translateX(-200px);
 transition: all 3s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-right {
 opacity: 0;
 transform: translateX(200px);
 transition: all 3s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.-show,
.p-show-elem.p-rev.-show,
.p-show-elem.p-left.-show,
.p-show-elem.p-right.-show {
 opacity: 1;
 transform: translate(0, 0);
}
.p-show-elem.del2 {
 transition-delay: 0.5s;
}
.p-show-elem.del3 {
 transition-delay: 0.6s;
}
.p-show-elem.del4 {
 transition-delay: 0.7s;
}
.p-show-elem.del5 {
 transition-delay: 0.8s;
}
.p-show-elem.del6 {
 transition-delay: 0.9s;
}

@media only screen and (max-width: 767px) {
 .p-show-elem.del2,
 .p-show-elem.del3,
 .p-show-elem.del4,
 .p-show-elem.del5,
 .p-show-elem.del6 {
  transition-delay: 0.3s;
 }
}

/* p-show-clip */
.p-show-clip {
 clip-path: inset(0 100% 0 0);
 transition: all 1.5s 0.2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-clip.-show {
 clip-path: inset(0 0 0 0);
}
.p-intro .p-text p:nth-of-type(1) {
 transition-delay: 1s;
}
.p-intro .p-text p:nth-of-type(2) {
 transition-delay: 1.15s;
}
.p-chara .chara:nth-of-type(3) {
 transition-delay: 0.65s;
}
.p-chara .chara:nth-of-type(5) {
 transition-delay: 0.65s;
}
.p-chara .chara:nth-of-type(6) {
 transition-delay: 0.8s;
}
.p-director .under {
 transition-delay: 0.65s;
}
.chara_01.p-show-clip,
.chara_02.p-show-clip {
 clip-path: none;
}
@media only screen and (max-width: 820px) {
 .p-chara.p-show-clip {
  clip-path: none;
 }
 .chara_01.p-show-clip,
 .chara_02.p-show-clip {
  clip-path: inset(0 100% 0 0);
 }
 .chara_01.p-show-clip.-show,
 .chara_02.p-show-clip.-show {
  clip-path: inset(0 0 0 0);
 }
}

/* p-show-item */
.tp_item,
#t-about,
.tu_item {
 transform: scale(0.8);
}
.tp_item.-show,
#t-about.-show,
.tu_item.-show {
 animation: obiZoom 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0.1s both;
}

/* p-show-img */
.p-show-img img {
 opacity: 0;
 transform: scale(1.2);
}
.p-show-img.-show img {
 animation: showImg 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0.1s both;
}
.about_bg {
 transform: scale(1.2);
}
.about_bg.-show .bg {
 animation: showBg 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) 0.1s both;
}

@keyframes showImg {
 0% {
  transform: scale(1.2);
  opacity: 0;
 }
 100% {
  transform: scale(1);
  opacity: 1;
 }
}
@keyframes showBg {
 0% {
  transform: scale(1.2);
 }
 100% {
  transform: scale(1);
 }
}
