@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Spectral:wght@600&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");

/*---------------------------------------------
	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: #000;
 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;
}
/*.en {
	font-family: 'Smythe', cursive;
}*/
.min {
 font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.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-ylw: #fff000;
 --color-sora: #34cdd7;
 --color-pnk: #e20882;
 --color-gry: #ced5da;
 --color-base: #212121;
 --ff-spe: "Spectral", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", serif;
 --ff-min: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", 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: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
 font-weight: 400;
 background: var(--color-wht);
 margin: 0;
 width: 100%;
 -ms-width: calc(100% - (100vw - 100%));
 color: var(--color-base);
 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;
}
#wrap {
 width: 100%;
 max-width: 2000px;
 margin-inline: auto;
 min-height: 100vh;
 display: block;
 position: relative;
 overflow: hidden;
 container: wrap / inline-size;
}
.inner {
 zoom: 1;
 margin: 0 auto;
}

@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;
 }
}

/*
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-wht);
 position: relative;
 margin: 0px;
 padding: 0px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.lds-dual-ring {
 width: 140px;
 height: 280px;
 margin: 0px;
 padding: 0px;
 background: url(../img/logo_tate.png) no-repeat 50% 50%;
 background-size: contain;
 opacity: 1;
}
body.-start .loadingWrap {
 animation: ani_ld 2s cubic-bezier(1, 0, 0.85, 1) 0.8s both;
}
body.-start .lds-dual-ring {
 animation: ani_ld 0.6s ease-in-out 0.2s both;
}
@keyframes ani_ld {
 0% {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
 }
 100% {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
 }
}
@keyframes spin {
 100% {
  transform: rotate(360deg);
 }
}

@media screen and (max-width: 600px) {
 .lds-dual-ring {
  width: calc((80 / 390) * 100cqw);
  height: calc((220 / 390) * 100cqw);
  max-width: 80px;
  max-height: 220px;
 }
}

/* header
==================================================================================  */
.l-gnav__container {
 position: fixed;
 top: 0;
 left: 0;
 width: 100cqw;
 height: 70px;
 z-index: 100;
 background-color: var(--color-wht);
 box-shadow: 0px 5px 5px 0 rgb(6 0 1 / 5%);
 transition: transform 0.5s;
}
body.-scrolldown .l-gnav__container {
 transform: translateY(-150%);
}
.hd_logo {
 position: absolute;
 top: 20px;
 left: 30px;
 width: 160px;
 height: 31px;
}
.hd_logo .logo {
 width: 160px;
 height: 31px;
}
.hd_logo .logo a {
 display: block;
}
.hd_logo .logo svg {
 width: 100%;
 height: 100%;
 fill: var(--color-sora);
}
.l-header__navi {
 display: flex;
 justify-content: flex-end;
 align-items: center;
 width: 100%;
 height: 70px;
 transition: all 0.3s;
}
.l-header__navi ul {
 display: flex;
 gap: 26px;
 margin-right: 30px;
 transition: all 0.3s;
}
.l-header__navi li {
 display: flex;
 align-items: center;
 position: relative;
}
.l-header__navi li a {
 color: var(--color-blk);
 font-size: 1.6rem;
 font-weight: 700;
 display: flex;
 align-items: center;
 height: 100%;
 cursor: pointer;
}
.l-header__navi li.home {
 display: none;
}
.contactbtn {
 display: block;
 z-index: 12;
}
.contactbtn a {
 width: 140px;
 height: 70px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 gap: 6px;
 background-color: var(--color-sora);
 transition: 0.3s all;
}
.contactbtn a mark {
 width: 32px;
 height: 24px;
 display: block;
 background: url(../img/contact.svg) no-repeat 50% 0;
 background-size: contain;
}
.contactbtn a em {
 display: block;
 text-align: center;
 color: var(--color-wht);
 font-size: 1.4rem;
 font-weight: 600;
}
.hd__menutrigger {
 display: none;
 position: relative;
 z-index: 1000;
 cursor: pointer;
 transition: 0.5s;
}
.hd__menutrigger-inner {
 position: relative;
 width: 70px;
 height: 70px;
 display: block;
}
.hd__menutrigger span {
 transition: all 0.3s;
 width: 32px;
 height: 2px;
 background: var(--color-blk);
 display: block;
 position: absolute;
 left: 19px;
}
.hd__menutrigger span.hd__menutrigger__line01 {
 top: 29px;
}
.hd__menutrigger span.hd__menutrigger__line02 {
 top: 41px;
}
.hd__menutrigger.-active span {
 background-color: var(--color-blk);
}
.hd__menutrigger.-active span.hd__menutrigger__line01 {
 transform: rotate(45deg) translateX(0px);
 top: 35px;
}
.hd__menutrigger.-active span.hd__menutrigger__line02 {
 transform: rotate(-45deg) translateX(0px);
 top: 35px;
}
.l-gnav__container.-open .l-header__navi {
 height: auto;
 align-items: flex-start;
}
.l-gnav__container.-open .l-header__navi ul {
 display: flex;
 flex-flow: column;
 align-items: flex-start;
 gap: 10px;
 position: fixed;
 top: 70px;
 left: 0;
 width: 100%;
 height: auto;
 padding-block: 20px 40px;
 padding-inline: 20px;
 background-color: var(--color-wht);
 box-shadow: 0px 5px 5px 0 rgb(6 0 1 / 5%);
}
.l-gnav__container.-open .l-header__navi li {
 -webkit-animation: hd__start 0.3s both;
 animation: hd__start 0.3s both;
}
.l-gnav__container.-open .l-header__navi li::after {
 content: none;
}
.l-gnav__container.-open .l-header__navi li:nth-child(2) {
 animation-delay: 0.05s;
 -webkit-animation-delay: 0.05s;
}
.l-gnav__container.-open .l-header__navi li:nth-child(3) {
 animation-delay: 0.1s;
 -webkit-animation-delay: 0.1s;
}
.l-gnav__container.-open .l-header__navi li:nth-child(4) {
 animation-delay: 0.15s;
 -webkit-animation-delay: 0.15s;
}
.l-gnav__container.-open .l-header__navi li:nth-child(5) {
 animation-delay: 0.2s;
 -webkit-animation-delay: 0.2s;
}
.l-gnav__container.-open .l-header__navi li.home {
 display: flex;
}
.l-gnav__container.-open .l-header__navi li a {
 font-size: 2rem;
 padding-inline: 10px;
 padding-block: 10px;
}

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

@media only screen and (min-width: 2001px) {
 .l-gnav__container {
  left: calc(50vw - 1000px);
 }
}

@media screen and (max-width: 820px) {
 .hd_logo {
  left: 20px;
 }
 .hd__menutrigger {
  display: block;
 }
 .l-header__navi ul {
  display: none;
  height: 0;
 }
 .l-gnav__container.-open .l-header__navi {
  display: flex;
 }
}

@media only screen and (max-width: 600px) {
 .l-gnav__container {
  height: calc((60 / 375) * 100cqw);
 }
 .hd_logo {
  left: calc((16 / 375) * 100cqw);
  top: calc((17 / 375) * 100cqw);
 }
 .hd_logo .logo {
  width: calc((142 / 375) * 100cqw);
  height: calc((28 / 375) * 100cqw);
 }
 .l-header__navi {
  height: calc((60 / 375) * 100cqw);
 }
 .l-header__navi li a {
  font-size: calc((14 / 375) * 100cqw);
  height: calc((36 / 375) * 100cqw);
  padding-inline: calc((18 / 375) * 100cqw);
 }
 .contactbtn a {
  width: calc((114 / 375) * 100cqw);
  height: calc((60 / 375) * 100cqw);
  gap: calc((6 / 375) * 100cqw);
 }
 .contactbtn a mark {
  width: calc((28 / 375) * 100cqw);
  height: calc((22 / 375) * 100cqw);
 }
 .contactbtn a em {
  font-size: calc((12 / 375) * 100cqw);
 }
 .hd__menutrigger-inner {
  width: calc((60 / 375) * 100cqw);
  height: calc((60 / 375) * 100cqw);
 }
 .hd__menutrigger span {
  width: calc((30 / 375) * 100cqw);
  height: 2px;
  left: calc((15 / 375) * 100cqw);
 }
 .hd__menutrigger span.hd__menutrigger__line01 {
  top: calc((25 / 375) * 100cqw);
 }
 .hd__menutrigger span.hd__menutrigger__line02 {
  top: calc((35 / 375) * 100cqw);
 }
 .hd__menutrigger.-active span.hd__menutrigger__line01,
 .hd__menutrigger.-active span.hd__menutrigger__line02 {
  top: calc((30 / 375) * 100cqw);
 }
 .hd__menutrigger .hd__menutrigger__txt em {
  font-size: 1rem;
 }
 .l-gnav__container.-open .l-header__navi ul {
  top: calc((60 / 375) * 100cqw);
  gap: calc((20 / 375) * 100cqw);
  padding-block: calc((40 / 375) * 100cqw);
  padding-inline: calc((20 / 375) * 100cqw);
 }
 .l-gnav__container.-open .l-header__navi li a {
  font-size: calc((20 / 375) * 100cqw);
  padding-inline: calc((15 / 375) * 100cqw);
 }
}

/*
titleArea
==================================================================================*/
.titleArea {
 display: block;
 position: relative;
 width: 100%;
 height: 100vh;
 background-color: var(--color-blk);
}
.ta_img {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
 overflow: hidden;
}
.ta_img::after {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.ta_img .ta_mv {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 display: block;
 background: url(../img/ta_bg.jpg) no-repeat 50% 90%;
 background-size: cover;
 background-attachment: fixed;
 transition: all 1.8s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.ta_main {
 display: flex;
 flex-flow: column;
 justify-content: flex-end;
 width: calc((680 / 1360) * 100cqw);
 height: 100%;
 padding-bottom: calc((70 / 1360) * 100cqw);
 margin-inline: calc((42 / 1360) * 100cqw);
 position: relative;
}
.ta_copy {
 display: flex;
}
.ta_copy span {
 color: var(--color-blk);
 font-size: calc((24.5 / 1360) * 100cqw);
 font-weight: 700;
 letter-spacing: 0.05em;
 padding: 0.25em;
 background-color: var(--color-wht);
 display: flex;
}
.ta_logo {
 display: block;
 position: relative;
 width: calc((680 / 1360) * 100cqw);
 margin-top: calc((28 / 1360) * 100cqw);
}
.ta_logo .ta_h1 {
 display: flex;
 flex-direction: column;
 gap: calc((13 / 1360) * 100cqw);
 position: relative;
 width: 100%;
}
.ta_logo .ta_h1 span {
 display: flex;
 width: 100%;
}
.ta_word {
 margin-top: calc((30 / 1360) * 100cqw);
}
.ta_word p {
 color: var(--color-wht);
 font-size: min(calc((20 / 1360) * 100cqw), 2rem);
 font-family: var(--ff-min);
 font-weight: 500;
 letter-spacing: -0.02em;
 line-height: 1.8;
}
.scroll_item {
 position: absolute;
 right: 30px;
 top: calc(50% - 40px);
 display: flex;
 align-items: center;
 gap: 15px;
 writing-mode: vertical-rl;
 z-index: 2;
}
.scroll_item .word {
 color: var(--color-wht);
 font-size: 1.4rem;
 font-weight: 500;
 line-height: 1.4;
 right: -1px;
 position: relative;
}
.scroll_item .bar {
 display: block;
 position: relative;
 width: 1px;
 height: 40px;
 background: var(--color-wht);
 margin-bottom: 12px;
 animation: sc_ani 2s infinite;
 animation-iteration-count: 20;
}
@keyframes sc_ani {
 0% {
  transform: scaleY(1);
  transform-origin: center bottom;
 }
 50% {
  transform: scaleY(0);
  transform-origin: center bottom;
 }
 51% {
  transform: scaleY(0);
  transform-origin: center top;
 }
 100% {
  transform: scaleY(1);
  transform-origin: center top;
 }
}
.movie_pc {
 position: fixed;
 right: calc((20 / 1360) * 100cqw);
 bottom: calc((20 / 1360) * 100cqw);
 width: calc((300 / 1360) * 100cqw);
 aspect-ratio: 16/9;
 display: flex;
 cursor: pointer;
 z-index: 2;
 box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 1);
}
.movie_pc iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: flex;
 align-items: center;
 overflow: hidden;
}
.movie_pc figure:before {
 display: block;
 content: "";
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 background: rgba(0, 0, 0, 0.15);
 z-index: 1;
 opacity: 1;
 transition: all 0.5s ease;
 cursor: pointer;
}
.movie_pc figure::after {
 content: "";
 position: absolute;
 display: block;
 top: calc(50% - 30px);
 left: calc(50% - 30px);
 width: 60px;
 height: 60px;
 border-radius: 30px;
 background: rgba(255, 255, 255, 0.9) url(../img/svg_movie_btn.svg) no-repeat 55% 50%;
 background-size: 17px 20px;
 transition: all 0.5s ease;
 transform: scale(1);
 cursor: pointer;
 z-index: 3;
}
.movie_sp {
 display: none;
}
.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;
}

/* -start */
.ta_h1 span {
 opacity: 0;
}
.ta_img .ta_mv {
 opacity: 0;
 transform: scale(1.2);
}
body.-start .ta_img .ta_mv {
 opacity: 1;
 transform: scale(1);
 transition: all 3.5s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.6s;
}
.ta_copy span {
 clip-path: inset(0 100% 0 0);
 transition: all 1.5s 2.5s cubic-bezier(0.08, 0.8, 0.315, 1);
}
body.-start .ta_copy span {
 clip-path: inset(0 0 0 0);
}
body.-start .ta_h1 span {
 animation-name: obizoom;
 animation-duration: 0.8s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 3.5s;
 animation-fill-mode: both;
}
body.-start .ta_h1 span:nth-child(2) {
 animation-delay: 4s;
}
.ta_word {
 clip-path: inset(0 100% 0 0);
 transition: all 2.5s 5s cubic-bezier(0.08, 0.8, 0.315, 1);
}
body.-start .ta_word {
 clip-path: inset(0 0 0 0);
}
.movie_pc {
 transform: translateX(110%);
}
body.-start .movie_pc {
 animation-name: moviepc;
 animation-duration: 1.2s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 4.5s;
 animation-fill-mode: both;
}

@keyframes obizoom {
 0% {
  opacity: 0;
  transform: scale(1.4, 1.4);
 }
 100% {
  opacity: 1;
  transform: scale(1, 1);
 }
}
@keyframes obizoom2 {
 0% {
  opacity: 0;
  transform: scale(1.1, 1.1);
 }
 100% {
  opacity: 1;
  transform: scale(1, 1);
 }
}
@keyframes role {
 0% {
  opacity: 0;
  transform: rotateX(-95deg) translateY(100%);
 }
 100% {
  opacity: 1;
  transform: rotateX(0deg) translateY(0);
 }
}
@keyframes obiDown {
 0% {
  transform: translateY(-20%);
  opacity: 0;
 }
 100% {
  transform: translateY(0);
  opacity: 1;
 }
}
@keyframes moviepc {
 0% {
  transform: translateX(110%);
 }
 100% {
  transform: translateX(0);
 }
}

@media screen and (min-width: 821px) {
 .ta_bnr a:hover {
  opacity: 0.6;
 }
 .movie_pc:hover figure:before {
  opacity: 0.2;
 }
 .movie_pc:hover figure::after {
  transform: scale(1.2);
 }
}

@media screen and (max-width: 820px) {
 .titleArea {
  height: 120vw;
 }
 .ta_img .ta_mv {
  background: url(../img/ta_bg.jpg) no-repeat 90% 100%;
  background-size: cover;
  background-attachment: unset;
 }
 .ta_main {
  width: calc((520 / 820) * 100cqw);
  padding-bottom: calc((70 / 820) * 100cqw);
  margin-inline: calc((42 / 820) * 100cqw);
 }
 .ta_copy span {
  font-size: calc((21 / 820) * 100cqw);
 }
 .ta_logo {
  width: 100%;
  margin-top: calc((28 / 820) * 100cqw);
 }
 .ta_logo .ta_h1 {
  gap: calc((13 / 820) * 100cqw);
 }
 .ta_word {
  margin-top: calc((20 / 820) * 100cqw);
 }
 .ta_word p {
  font-size: min(calc((17 / 820) * 100cqw), 1.7rem);
 }
 .ta_word p br {
  display: none;
 }
 .movie_pc {
  right: calc((16 / 820) * 100cqw);
  bottom: calc((20 / 820) * 100cqw);
  width: calc((240 / 820) * 100cqw);
 }
}

@media screen and (max-width: 600px) {
 .titleArea {
  height: 150vw;
 }
 .ta_img .ta_mv {
  background: url(../img/ta_bg_sp.jpg) no-repeat 50% 100%;
  background-size: cover;
  background-attachment: unset;
 }
 .ta_main {
  width: calc((340 / 390) * 100cqw);
  padding-bottom: unset;
  padding-top: calc((106 / 390) * 100cqw);
  margin-inline: calc((15 / 390) * 100cqw);
  justify-content: flex-start;
 }
 .ta_copy span {
  font-size: calc((16 / 390) * 100cqw);
 }
 .ta_logo {
  width: 100%;
  margin-top: calc((10 / 390) * 100cqw);
 }
 .ta_logo .ta_h1 {
  gap: calc((10 / 390) * 100cqw);
 }
 .ta_word {
  margin-top: calc((10 / 390) * 100cqw);
 }
 .ta_word p {
  font-size: min(calc((15.5 / 390) * 100cqw), 1.55rem);
  line-height: 1.5;
 }
 .ta_word p br {
  display: none;
 }
 .scroll_item {
  right: calc((5 / 390) * 100cqw);
  bottom: calc((5 / 390) * 100cqw);
  gap: calc((5 / 390) * 100cqw);
 }
 .scroll_item .word {
  font-size: min(calc((12 / 390) * 100cqw), 1.2rem);
 }
 .movie_pc {
  display: none;
 }
 .movie_sp {
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  width: auto;
  height: calc((50 / 390) * 100cqw);
  padding-inline: calc((10 / 390) * 100cqw);
  gap: calc((10 / 390) * 100cqw);
  background-color: var(--color-sora);
  cursor: pointer;
  z-index: 2;
 }
 .movie_sp span {
  color: var(--color-wht);
  font-size: min(calc((13 / 390) * 100cqw), 1.3rem);
  font-weight: 600;
  display: block;
 }
 .movie_sp em {
  display: flex;
  width: calc((26 / 390) * 100cqw);
  height: calc((26 / 390) * 100cqw);
  border-radius: calc((15 / 390) * 100cqw);
  background: rgba(255, 255, 255, 0.9) url(../img/svg_movie_btn.svg) no-repeat 55% 50%;
  background-size: 30%;
  transition: all 0.5s ease;
  transform: scale(1);
  cursor: pointer;
  z-index: 3;
 }
 .movie_sp {
  transform: translateX(110%);
 }
 body.-start .movie_sp {
  animation-name: moviepc;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
  animation-delay: 4.5s;
  animation-fill-mode: both;
 }
}

/* Contents
================================================================================== */
.cont_body {
 position: relative;
 padding-inline: 0;
}
.ttl_wrap {
 display: flex;
 justify-content: center;
 align-items: center;
}
.ttl {
 display: flex;
 flex-flow: column;
 gap: min(calc((24 / 1360) * 100cqw), 24px);
}
.mds {
 display: flex;
 justify-content: center;
 font-size: min(calc((44 / 1360) * 100cqw), 4.4rem);
 font-weight: 800;
 letter-spacing: -0.02em;
 line-height: 1.3;
 position: relative;
}
.sub {
 display: flex;
 justify-content: center;
 font-size: min(calc((36 / 1360) * 100cqw), 3.6rem);
 font-family: var(--ff-spe);
 font-weight: 600;
 letter-spacing: 0.02em;
 padding-block: 0.2em;
 border: solid var(--color-blk);
 border-width: 2px 0;
 position: relative;
}
.bg {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
}
.bg .img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-position: 50% 50%;
 background-repeat: no-repeat;
 background-size: cover;
}

@media only screen and (max-width: 820px) {
 .mds {
  font-size: min(calc((34 / 820) * 100cqw), 3.4rem);
 }
}

@media only screen and (max-width: 600px) {
 .cont_body {
  padding: 0 calc((15 / 390) * 100cqw);
 }
 .ttl {
  gap: min(calc((20 / 390) * 100cqw), 20px);
 }
 .mds {
  font-size: min(calc((30 / 390) * 100cqw), 3rem);
 }
 .sub {
  font-size: min(calc((18 / 390) * 100cqw), 18px);
  padding-block: 0.3em;
  border-width: 1px 0;
 }
}

/* about
 ================================================================================== */
#about {
 width: 100%;
 position: relative;
 background-color: var(--color-blk);
}
.about_bg {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 120cqw;
 overflow: hidden;
}
.about_bg span {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 100%;
 background: url(../img/about_bg.jpg) no-repeat 50% 0;
 background-size: 100% auto;
}
#about .cont_body {
 padding-top: 5.88cqw;
}
#about .contbox {
 max-width: 1260px;
 margin-inline: auto;
 position: relative;
 padding-block: 13.52cqw 56.94cqw;
}
#about .mds {
 color: var(--color-wht);
 font-size: min(calc((50 / 1360) * 100cqw), 5rem);
}
#about .sub {
 color: var(--color-wht);
 border-color: var(--color-wht);
}
.p-about {
 max-width: 796px;
 width: 58.67cqw;
 margin-top: 7.35cqw;
 margin-inline: auto;
}
.about_cp {
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 1cqw;
}
.about_cp_01 {
 color: var(--color-blk);
 font-size: min(calc((30 / 1360) * 100cqw), 3rem);
 font-family: var(--ff-min);
 font-weight: 600;
 line-height: 1.2;
 padding-inline: 0.3em 0em;
 background-color: var(--color-ylw);
}
.about_cp_02 {
 color: var(--color-blk);
 font-size: min(calc((34 / 1360) * 100cqw), 3.4rem);
 font-weight: 800;
 line-height: 1.2;
 padding-inline: 0.3em 0em;
 background-color: var(--color-ylw);
}
.p-about .p-text {
 margin-top: 5.88cqw;
}
.p-about .p-text p {
 color: var(--color-wht);
 font-size: min(calc((25 / 1360) * 100cqw), 2.5rem);
 font-family: var(--ff-min);
 font-weight: 500;
 letter-spacing: -0.04em;
 line-height: 1.4;
}
.p-about .p-text p + p {
 margin-top: 1.5em;
}
.p-about .p-text p strong {
 color: var(--color-ylw);
}
.p-about .p-text p em {
 letter-spacing: -0.05em;
}
.about_photo_01 {
 position: relative;
 width: 24.7%;
 margin-left: 5.88cqw;
}
.about_photo_02 {
 position: absolute;
 top: 13.82cqw;
 right: 4.85%;
 width: 24.4%;
}
.about_photo_03 {
 position: absolute;
 top: 74.77cqw;
 right: 0;
 width: 12.2%;
}
.about_photo_04 {
 position: absolute;
 bottom: 19.85cqw;
 left: 0;
 width: 32.79%;
}
.about_photo_05 {
 position: absolute;
 bottom: 18cqw;
 right: 4.41cqw;
 width: 38.97%;
}
.about_photo_06 {
 position: absolute;
 bottom: 6.91cqw;
 right: 37.5cqw;
 width: 13.96%;
}

@media only screen and (max-width: 820px) {
 #about .cont_body {
  padding-top: 5.88cqw;
  padding-inline: 0;
 }
 #about .mds {
  font-size: min(calc((40 / 820) * 100cqw), 4rem);
 }
 .p-about {
  max-width: unset;
  width: 70cqw;
 }
 .about_cp_01 {
  font-size: min(calc((26 / 820) * 100cqw), 2.6rem);
 }
 .about_cp_02 {
  font-size: min(calc((30 / 820) * 100cqw), 3rem);
 }
 .p-about .p-text p {
  font-size: min(calc((18 / 820) * 100cqw), 1.8rem);
  letter-spacing: -0.02em;
  line-height: 1.6;
 }
}

@media only screen and (max-width: 600px) {
 .about_bg {
  height: 200cqw;
 }
 .about_bg span {
  background: url(../img/about_bg.jpg) no-repeat 50% 38cqw;
  background-size: 150% auto;
 }
 #about .cont_body {
  padding-top: 0;
 }
 #about .contbox {
  max-width: unset;
  padding-block: 26cqw 90cqw;
 }
 #about .mds {
  font-size: min(calc((30 / 390) * 100cqw), 3rem);
 }
 .about_cp {
  gap: 2cqw;
 }
 .about_cp_01 {
  font-size: min(calc((23 / 390) * 100cqw), 2.3rem);
 }
 .about_cp_02 {
  font-size: min(calc((28 / 390) * 100cqw), 2.8rem);
 }
 .p-about {
  max-width: unset;
  width: 86%;
  margin-top: 10cqw;
 }
 .p-about .p-text {
  margin-top: 8cqw;
 }
 .p-about .p-text p {
  font-size: min(calc((17 / 390) * 100cqw), 1.7rem);
 }
 .about_photo_01 {
  width: 50%;
  margin-left: 0;
 }
 .about_photo_02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
 }
 .about_photo_03 {
  top: unset;
  right: 3cqw;
  width: 20%;
  bottom: 50cqw;
 }
 .about_photo_04 {
  bottom: 36cqw;
  left: 3cqw;
  width: 42%;
 }
 .about_photo_05 {
  position: absolute;
  bottom: 18cqw;
  right: 0;
  width: 45%;
 }
 .about_photo_06 {
  bottom: 3cqw;
  right: 35.5cqw;
  width: 20%;
 }
}

/* three
 ================================================================================== */
#three {
 width: 100%;
 position: relative;
 background: var(--color-wht);
}
.three_bg {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 120cqw;
 overflow: hidden;
}
.three_bg span {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 100%;
 background: url(../img/three_bg.jpg) no-repeat 50% 0;
 background-size: 100% auto;
}
#three .contbox {
 width: 100%;
 position: relative;
 padding-block: 3.52cqw 17.64cqw;
}
.three_logo {
 display: block;
 width: 11%;
 aspect-ratio: 1/1;
 margin-inline: auto;
}
.three_logo svg {
 width: 100%;
 height: 100%;
 fill: rgba(255, 255, 255, 0.5);
}
#three .ttl_wrap {
 margin-top: calc((34 / 1360) * 100cqw);
}
.p-three {
 margin-top: calc((70 / 1360) * 100cqw);
 max-width: 796px;
 margin-inline: auto;
}
.p-three .p-text p {
 color: var(--color-blk);
 font-size: min(calc((21 / 1360) * 100cqw), 2.1rem);
 font-family: var(--ff-min);
 font-weight: 500;
 letter-spacing: -0.02em;
 line-height: 1.6;
}
.three_ttl {
 display: flex;
 align-items: flex-end;
 gap: calc((24 / 1360) * 100cqw);
}
.three_ttl .num {
 width: calc((94 / 1360) * 100cqw);
}
.three_ttl .num span {
 display: block;
 position: relative;
}
.three_ttl .word {
 font-size: min(calc((40 / 1360) * 100cqw), 4rem);
 font-weight: 800;
 letter-spacing: -0.04em;
 line-height: 1.3;
}
.p-three_box .p-text {
 margin-top: calc((40 / 1360) * 100cqw);
}
.p-three_box .p-text p {
 font-size: min(calc((16 / 1360) * 100cqw), 1.6rem);
 font-weight: 400;
 letter-spacing: -0.02em;
 line-height: 1.8;
}
.p-three_box .three_box_photo span {
 display: block;
 position: relative;
}
.p-three_box_01 {
 margin-top: calc((70 / 1360) * 100cqw);
 display: flex;
 justify-content: space-between;
}
.p-three_box_01 .three_box_word {
 width: 39%;
 margin-left: 10.66%;
 padding-top: 8.82cqw;
}
.p-three_box_01 .three_box_photo {
 width: 39%;
}
.p-three_box_02 {
 margin-top: calc((120 / 1360) * 100cqw);
 display: flex;
 flex-flow: row-reverse;
 justify-content: space-between;
}
.p-three_box_02 .three_box_word {
 width: 39%;
 margin-right: 10.29%;
}
.p-three_box_02 .three_box_photo {
 width: 25.58%;
 margin-left: 5.44%;
}
.p-three_box_03 {
 margin-top: calc((148 / 1360) * 100cqw);
 display: flex;
 justify-content: space-between;
}
.p-three_box_03 .three_box_word {
 width: 42%;
 margin-left: 10.29%;
}
.p-three_box_03 .three_box_photo {
 width: 24.41%;
 margin-right: 7%;
 padding-top: 4.11cqw;
}

@media only screen and (max-width: 820px) {
 #three .cont_body {
  padding: 0;
 }
 .p-three {
  margin-top: calc((70 / 1360) * 100cqw);
  max-width: 89.12cqw;
 }
 .p-three .p-text p {
  font-size: min(calc((16 / 820) * 100cqw), 1.6rem);
 }
 .three_ttl .word {
  font-size: min(calc((28 / 820) * 100cqw), 2.8rem);
 }
 .p-three_box .p-text p {
  font-size: min(calc((15 / 820) * 100cqw), 1.5rem);
 }
 .p-three_box_01 {
  margin-top: calc((70 / 820) * 100cqw);
 }
 .p-three_box_01 .three_box_word {
  width: 45%;
  margin-left: 7.66%;
  padding-top: 8.82cqw;
 }
 .p-three_box_02 {
  margin-top: calc((120 / 820) * 100cqw);
 }
 .p-three_box_02 .three_box_word {
  width: 50%;
  margin-right: 7.66%;
 }
 .p-three_box_03 .three_box_word {
  width: 50%;
  margin-left: 7.66%;
 }
}

@media only screen and (max-width: 600px) {
 .three_bg {
  height: 120cqw;
 }
 .three_bg span {
  background: url(../img/three_bg.jpg) no-repeat 50% 0;
  background-size: 140% auto;
 }
 #three .contbox {
  padding-block: 8cqw 17.64cqw;
 }
 .three_logo {
  width: 18%;
 }
 .p-three {
  margin-top: calc((26 / 390) * 100cqw);
  max-width: 89.12cqw;
 }
 .p-three .p-text p {
  font-size: min(calc((17 / 390) * 100cqw), 1.7rem);
 }
 .three_ttl {
  gap: calc((10 / 390) * 100cqw);
 }
 .three_ttl .num {
  width: calc((50 / 390) * 100cqw);
 }
 .three_ttl .word {
  font-size: min(calc((26 / 390) * 100cqw), 2.6rem);
 }
 .p-three_box .p-text {
  margin-top: calc((20 / 390) * 100cqw);
 }
 .p-three_box .p-text p {
  font-size: min(calc((15.5 / 390) * 100cqw), 1.55rem);
 }
 .p-three_box_01 {
  margin-top: calc((60 / 390) * 100cqw);
  flex-direction: column-reverse;
 }
 .p-three_box_01 .three_box_word {
  width: 89.12%;
  margin-inline: auto;
  padding-top: 16cqw;
 }
 .p-three_box_01 .three_box_photo {
  width: 80%;
 }
 .p-three_box_02 {
  margin-top: calc((60 / 390) * 100cqw);
  flex-direction: column-reverse;
 }
 .p-three_box_02 .three_box_word {
  width: 89.12%;
  margin-inline: auto;
  padding-top: 8cqw;
 }
 .p-three_box_02 .three_box_word br,
 .p-three_box_03 .three_box_word br {
  display: none;
 }
 .p-three_box_02 .three_box_photo {
  width: 58%;
  margin-left: 42%;
 }
 .p-three_box_03 {
  margin-top: calc((80 / 390) * 100cqw);
  flex-direction: column-reverse;
 }
 .p-three_box_03 .three_box_word {
  width: 89.12%;
  margin-inline: auto;
  padding-top: 8cqw;
 }
 .p-three_box_03 .three_box_photo {
  width: 70%;
  margin-inline: auto;
  padding-top: unset;
 }
}

/* soracom
 ================================================================================== */
#soracom {
 width: 100%;
 position: relative;
 color: var(--color-wht);
 background-color: var(--color-blk);
}
.soracom_bg {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 100%;
 overflow: hidden;
}
.soracom_bg span {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 100%;
 background: url(../img/soracom_bg.jpg) no-repeat 50% 50%;
 background-size: cover;
}
#soracom .contbox {
 width: 100%;
 position: relative;
 padding-left: 6cqw;
 padding-block: 23.89cqw 9.92cqw;
}
.p-soracom {
 width: 100%;
 position: relative;
}
.soracom_logo {
 position: absolute;
 top: -15cqw;
 left: -6.5cqw;
 display: block;
 width: 24%;
 aspect-ratio: 1/1;
 margin-inline: auto;
 opacity: 0.5;
}
.soracom_logo svg {
 width: 100%;
 height: 100%;
 fill: var(--color-sora);
}
.soracom_mds {
 font-size: min(calc((48 / 1360) * 100cqw), 4.8rem);
 font-weight: 800;
 letter-spacing: -0.02em;
 line-height: 1.2;
 display: inline-block;
 position: relative;
}
.p-soracom .p-text {
 width: calc((610 / 1360) * 100cqw);
 margin-top: calc((30 / 1360) * 100cqw);
}
.p-soracom .p-text p {
 font-size: min(calc((21 / 1360) * 100cqw), 2.1rem);
 font-family: var(--ff-min);
 font-weight: 500;
 letter-spacing: -0.03em;
 line-height: 1.6;
}

@media only screen and (max-width: 820px) {
 .soracom_bg span {
  background: url(../img/soracom_bg.jpg) no-repeat 30% 50%;
  background-size: cover;
 }
 #soracom .contbox {
  padding-left: 7.66cqw;
  padding-block: 23.89cqw 9.92cqw;
 }
 .soracom_logo {
  left: -8.5cqw;
  width: 28%;
 }
 .soracom_mds {
  font-size: min(calc((34 / 820) * 100cqw), 3.4rem);
 }
 .p-soracom .p-text {
  width: calc((450 / 820) * 100cqw);
  margin-top: calc((30 / 820) * 100cqw);
 }
 .p-soracom .p-text p {
  font-size: min(calc((17 / 820) * 100cqw), 1.7rem);
  letter-spacing: -0.02em;
  line-height: 1.6;
 }
}

@media only screen and (max-width: 600px) {
 .soracom_bg {
  background-color: #52565b;
 }
 .soracom_bg span {
  background: url(../img/soracom_bg.jpg) no-repeat 50% 0;
  background-size: 130% auto;
 }
 #soracom .contbox {
  padding-inline: 3cqw;
  padding-block: 66cqw 16cqw;
 }
 .soracom_logo {
  left: -12cqw;
  width: 50%;
  top: -30cqw;
 }
 .soracom_mds {
  font-size: min(calc((26 / 390) * 100cqw), 2.6rem);
 }
 .p-soracom .p-text {
  width: auto;
  margin-top: calc((80 / 390) * 100cqw);
 }
 .p-soracom .p-text p {
  font-size: min(calc((17 / 390) * 100cqw), 1.7rem);
  letter-spacing: -0.02em;
  line-height: 1.6;
 }
}

/* scroll_photo
================================================================================== */
.scroll_photo {
 width: 100%;
 display: block;
 background-color: var(--color-wht);
}
.sc_photo {
 width: 100%;
 height: 22cqw;
 position: relative;
}
.sc_photo::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 opacity: 1;
 z-index: 2;
}
.sc_photo {
 background: url(../img/scroll_photo.jpg) repeat-x 0 0;
 background-size: 100% auto;
}
.sc_photo.-show {
 animation: sc_photo 36s linear 0s infinite;
 animation-iteration-count: 3;
}
.sc_photo.-show::after {
 animation: sc_photo_af 1.2s cubic-bezier(0.295, 0.03, 0.115, 1) 0.1s both;
}
@keyframes sc_photo {
 0% {
  background-position: 0 0;
 }
 100% {
  background-position: -100vw 0;
 }
}
@keyframes sc_photo_af {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}

@media only screen and (max-width: 600px) {
 .sc_photo {
  height: 44vw;
 }
 .sc_photo {
  background-size: 200vw auto;
 }
 .sc_photo.-show {
  animation: sc_photo 36s linear 0s infinite;
  animation-iteration-count: 3;
 }
 @keyframes sc_photo {
  0% {
   background-position: 0 0;
  }
  100% {
   background-position: -200vw 0;
  }
 }
}

/* problem
================================================================================== */
#problem {
 color: var(--color-wht);
 width: 100%;
 position: relative;
 background: #13161b;
 overflow: hidden;
}
.problem_bg {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 100%;
 background: url(../img/problem_bg.jpg) no-repeat 100% 100%;
 background-size: 100% auto;
 background-attachment: fixed;
}
.problem_light {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: calc((910 / 1360) * 100cqw);
 height: calc((1000 / 1360) * 100cqw);
 background: url(../img/problem_light.png) no-repeat 0 0;
 background-size: contain;
}
#problem .contbox {
 max-width: 946px;
 margin-inline: auto;
 position: relative;
 padding-block: 11.76cqw 7.35cqw;
}
.p-problem {
 display: flex;
 flex-direction: column;
 gap: calc((40 / 1360) * 100cqw);
}
.problem_wrap {
 display: flex;
 justify-content: center;
 gap: 3%;
}
.problem_wrap .item {
 width: 30%;
 padding: calc((30 / 1360) * 100cqw);
 display: flex;
 justify-content: center;
 align-items: center;
 aspect-ratio: 1/1;
 position: relative;
}
.problem_wrap .item::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: 1px solid var(--color-wht);
 border-radius: 100%;
}
.problem_wrap .item p {
 font-size: min(calc((21 / 1360) * 100cqw), 2.1rem);
 font-weight: 500;
 letter-spacing: -0.02em;
 line-height: 1.6;
 text-align: center;
}
.problem_wrap_01 {
 order: 1;
}
.problem_wrap_02 {
 order: 3;
}
.problem_ttl {
 order: 2;
}
.problem_ttl .mds {
 display: flex;
 justify-content: center;
 font-size: min(calc((24 / 1360) * 100cqw), 2.4rem);
 font-weight: 500;
 letter-spacing: 0.02em;
 line-height: 1.4;
 position: relative;
}
.p-arrow {
 display: flex;
 justify-content: center;
 margin-top: calc((30 / 1360) * 100cqw);
}
.p-arrow span {
 width: calc((30 / 1360) * 100cqw);
}
.p-solve {
 margin-top: calc((30 / 1360) * 100cqw);
 padding-block: calc((50 / 1360) * 100cqw);
 padding-inline: calc((100 / 1360) * 100cqw);
 position: relative;
}
.p-solve .dc {
 position: absolute;
 top: 0;
 left: 0;
 width: calc((60 / 1360) * 100cqw);
 aspect-ratio: 1/1;
 display: block;
 border: solid var(--color-wht);
 border-width: 1px 0 0 1px;
 transition: all 0.4s;
}
.p-solve .dc_b {
 top: 0;
 left: unset;
 right: 0;
 border-width: 1px 1px 0 0;
}
.p-solve .dc_c {
 top: unset;
 bottom: 0;
 border-width: 0 0 1px 1px;
}
.p-solve .dc_d {
 top: unset;
 left: unset;
 bottom: 0;
 right: 0;
 border-width: 0 1px 1px 0;
}
.solve_ttl .mds {
 display: flex;
 justify-content: center;
 color: var(--color-sora);
 font-size: min(calc((40 / 1360) * 100cqw), 4rem);
 font-weight: 800;
 letter-spacing: -0.02em;
 line-height: 1.4;
 text-align: center;
 position: relative;
}
.p-solve .p-text {
 margin-top: calc((50 / 1360) * 100cqw);
}
.p-solve .p-text p {
 font-size: min(calc((20 / 1360) * 100cqw), 2rem);
 font-family: var(--ff-min);
 font-weight: 500;
 letter-spacing: -0.02em;
 line-height: 1.8;
}
.leave {
 width: 100%;
 position: relative;
 background: var(--color-sora);
}
.leave .p-leave {
 display: flex;
 flex-direction: column;
 align-items: center;
 max-width: 946px;
 margin-inline: auto;
 padding-top: calc((80 / 1360) * 100cqw);
 padding-bottom: calc((120 / 1360) * 100cqw);
 gap: calc((30 / 1360) * 100cqw);
}
.leave_logo {
 width: calc((430 / 1360) * 100cqw);
 height: calc((90 / 1360) * 100cqw);
}
.leave_logo svg {
 width: 100%;
 height: 100%;
 fill: var(--color-wht);
}
.leave_word {
 color: var(--color-wht);
 font-size: min(calc((40 / 1360) * 100cqw), 4rem);
 font-weight: 800;
 letter-spacing: -0.02em;
 line-height: 1.4;
 text-align: center;
}

@media screen and (max-width: 820px) {
 #problem .contbox {
  max-width: 89cqw;
  padding-block: 11.76cqw 7.35cqw;
 }
 .problem_ttl .mds {
  font-size: min(calc((20 / 820) * 100cqw), 2rem);
 }
 .problem_wrap .item {
  width: calc((216 / 820) * 100cqw);
  padding: calc((20 / 820) * 100cqw);
 }
 .problem_wrap .item p {
  font-size: min(calc((15 / 820) * 100cqw), 1.5rem);
 }
 .p-solve {
  margin-top: calc((40 / 820) * 100cqw);
  padding-block: calc((50 / 820) * 100cqw);
  padding-inline: calc((50 / 820) * 100cqw);
 }
 .solve_ttl .mds {
  font-size: min(calc((34 / 820) * 100cqw), 3.4rem);
 }
 .p-solve .p-text p {
  font-size: min(calc((17 / 820) * 100cqw), 1.7rem);
 }
 .leave .p-leave {
  padding-top: calc((60 / 820) * 100cqw);
  padding-bottom: calc((80 / 820) * 100cqw);
  gap: calc((20 / 820) * 100cqw);
 }
 .leave_logo {
  width: calc((360 / 820) * 100cqw);
  height: calc((70 / 820) * 100cqw);
 }
 .leave_word {
  font-size: min(calc((32 / 820) * 100cqw), 3.2rem);
 }
}

@media screen and (max-width: 600px) {
 .problem_bg {
  bottom: calc((216 / 390) * 100cqw);
  height: unset;
  background: url(../img/problem_bg.jpg) no-repeat 100% 100%;
  background-size: 100% auto;
  background-attachment: unset;
 }
 #problem .contbox {
  max-width: 89cqw;
  padding-block: 30cqw 15cqw;
 }
 .p-problem {
  gap: calc((10 / 390) * 100cqw);
 }
 .problem_wrap {
  flex-wrap: wrap;
  gap: calc((10 / 390) * 100cqw);
 }
 .problem_wrap .item {
  width: 100%;
  padding: 4cqw calc((10 / 390) * 100cqw);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: unset;
 }
 .problem_wrap .item::before {
  border-radius: 3cqw;
  opacity: 0.5;
 }
 .problem_wrap .item p {
  font-size: min(calc((15 / 390) * 100cqw), 1.5rem);
  text-align: left;
 }
 .problem_wrap_01 {
  order: 2;
 }
 .problem_wrap_02 {
  order: 3;
 }
 .problem_ttl {
  order: 1;
  margin-bottom: calc((20 / 390) * 100cqw);
 }
 .problem_ttl .mds {
  display: flex;
  justify-content: center;
  font-size: min(calc((20 / 390) * 100cqw), 2rem);
 }
 .p-arrow {
  margin-top: calc((30 / 390) * 100cqw);
 }
 .p-arrow span {
  width: calc((16 / 390) * 100cqw);
 }
 .p-solve {
  margin-top: calc((40 / 390) * 100cqw);
  padding-block: calc((30 / 390) * 100cqw);
  padding-inline: calc((10 / 390) * 100cqw);
 }
 .solve_ttl .mds {
  font-size: min(calc((26 / 390) * 100cqw), 2.6rem);
 }
 .solve_ttl .mds br {
  display: none;
 }
 .p-solve .p-text {
  margin-top: calc((30 / 390) * 100cqw);
 }
 .p-solve .p-text p {
  font-size: min(calc((17 / 390) * 100cqw), 1.7rem);
 }
 .leave .p-leave {
  padding-top: calc((40 / 390) * 100cqw);
  padding-bottom: calc((40 / 390) * 100cqw);
  gap: calc((20 / 390) * 100cqw);
 }
 .leave_logo {
  width: calc((260 / 390) * 100cqw);
  height: calc((56 / 390) * 100cqw);
 }
 .leave_word {
  font-size: min(calc((22 / 390) * 100cqw), 2.2rem);
 }
}

/* contact
================================================================================== */
#contact {
 width: 100%;
 position: relative;
 background-color: #eeeeee;
}
#contact .contbox {
 max-width: 700px;
 margin-inline: auto;
 position: relative;
 padding-block: 180px;
}
.p-contact {
 margin-top: 30px;
}
#contact .outline {
 font-size: 1.6rem;
 line-height: 1.8;
 text-align: center;
}
#contact .subtext {
 font-size: 1.6rem;
 line-height: 1.8;
 margin-top: 50px;
 padding-block: 50px;
 border-top: 1px solid var(--color-gry);
}
#contact .mktoForm {
 width: 100% !important;
}
.mktoForm .mktoFormRow {
 margin-top: 1em;
}
#contact .mktoForm .mktoFormCol,
#contact .mktoForm .mktoFieldWrap,
#contact .mktoForm .mktoGutter {
 float: none;
}
#contact .mktoForm .mktoLabel {
 float: none;
 width: 100% !important;
 line-height: 1.2em;
 padding-top: 0.3em;
 display: flex;
 flex-flow: row-reverse;
 justify-content: flex-end;
}
#contact .mktoForm .mktoRequiredField label.mktoLabel {
 font-weight: 500 !important;
}
.mktoForm label span {
 font-size: 1.6rem !important;
 font-weight: 500 !important;
}
#contact .mktoForm .mktoField {
 line-height: 1.2em;
 font-size: 1em;
 float: none;
 width: 100% !important;
}
#contact .mktoForm input[type="date"],
#contact .mktoForm input[type="email"],
#contact .mktoForm input[type="number"],
#contact .mktoForm input[type="tel"],
#contact .mktoForm input[type="text"],
#contact .mktoForm input[type="url"],
#contact .mktoForm select.mktoField,
#contact .mktoForm textarea.mktoField {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background-color: #fff;
 border-radius: 0;
 border: 1px solid #a2a2a2;
 color: var(--color-blk);
 font-size: 1.6rem;
 height: auto;
 padding: 14px !important;
}
#contact .mktoForm .mktoCheckboxList input[type="checkbox"].mktoField {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background: none;
 border: none;
 border-radius: 0;
 cursor: pointer;
 height: 20px !important;
 margin: 0 15px 0 0;
 outline: none;
 padding: 0;
 position: relative;
 vertical-align: middle;
 width: 30px !important;
}
#contact .mktoForm .mktoCheckboxList {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 justify-content: center;
 position: relative;
 width: 100% !important;
}
#contact .mktoForm .mktoCheckboxList input[type="checkbox"]:after,
#contact .mktoForm .mktoCheckboxList input[type="checkbox"]:before {
 content: "";
 display: block;
 position: absolute;
}
#contact .mktoForm .mktoCheckboxList input[type="checkbox"]:before {
 background-color: #fff;
 border: 1px solid #666464;
 border-radius: 0;
 height: 20px;
 left: 5px;
 width: 20px;
}
#contact .mktoForm .mktoCheckboxList input[type="checkbox"]:after {
 border-bottom: 3px solid #666464;
 border-left: 3px solid #666464;
 height: 6px;
 left: 10px;
 opacity: 0;
 top: 5px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 width: 11px;
}
#contact .mktoForm .mktoCheckboxList input[type="checkbox"]:checked:after {
 opacity: 1;
}
#contact .mktoForm .mktoRadioList > label,
#contact .mktoForm .mktoCheckboxList > label {
 font-size: 1.6rem;
 margin-left: unset;
 margin-top: 0.1em;
 margin-bottom: 0.1em;
}
#contact .mktoForm .mktoRadioList > label a,
#contact .mktoForm .mktoCheckboxList > label a {
 text-decoration: underline;
}
#contact .mktoForm #Lblprivacypolicyagreement {
 display: none !important;
}
#contact .mktoForm .mktoCheckboxList.mktoRequired:after {
 color: #bf0000;
 content: "*";
 font-weight: 700;
}
#contact .mktoForm .mktoButtonRow {
 display: block;
 text-align: center;
 width: auto !important;
 margin-top: 40px;
}
#contact .mktoButtonWrap {
 margin: auto !important;
}
#contact .mktoForm .mktoButtonWrap .mktoButton {
 background-image: none !important;
 background-color: #5c5b5b !important;
 padding: 1.5em !important;
 border: none !important;
 border-radius: 0 !important;
 width: 240px;
 color: var(--color-wht);
 font-size: 1.8rem !important;
 font-weight: 600;
 transition: all 0.3s;
}

@media screen and (min-width: 821px) {
 #contact .mktoForm .mktoButtonWrap .mktoButton:hover {
  background-color: var(--color-sora) !important;
 }
}

@media only screen and (max-width: 820px) {
 #contact .contbox {
  max-width: 72cqw;
  padding-block: 120px;
 }
}

@media only screen and (max-width: 600px) {
 #contact .cont_body {
  padding: 0 calc((20 / 390) * 100cqw);
 }
 #contact .contbox {
  max-width: unset;
  width: 100%;
  padding-block: 80px;
 }
 .p-contact {
  margin-top: 30px;
 }
 #contact .outline {
  font-size: min(calc((15 / 390) * 100cqw), 1.5rem);
  line-height: 1.8;
  text-align: left;
 }
 #contact .subtext {
  font-size: min(calc((15 / 390) * 100cqw), 1.5rem);
  margin-top: 20px;
  padding-block: 20px;
 }
 #contact .mktoForm,
 #contact .mktoMobileShow .mktoForm,
 .mktoForm * {
  padding: unset !important;
 }
 #contact .mktoForm .mktoLabel {
  flex-flow: row;
  justify-content: flex-start;
  gap: 5px;
 }
 .mktoForm label span {
  font-size: min(calc((16 / 390) * 100cqw), 1.6rem) !important;
  line-height: 1.4;
 }
 .mktoForm .mktoFormRow {
  margin-top: 1.5em;
 }
 #contact .mktoForm .mktoGutter {
  display: block !important;
  height: 8px;
 }
 #contact .mktoForm input[type="date"],
 #contact .mktoForm input[type="email"],
 #contact .mktoForm input[type="number"],
 #contact .mktoForm input[type="tel"],
 #contact .mktoForm input[type="text"],
 #contact .mktoForm input[type="url"],
 #contact .mktoForm select.mktoField,
 #contact .mktoForm textarea.mktoField {
  padding: 0.8em 0.6em !important;
 }
 #contact .mktoForm .mktoCheckboxList input[type="checkbox"].mktoField {
  margin-right: 5px;
 }
 #contact .mktoForm .mktoCheckboxList {
  justify-content: flex-start;
 }
 #contact .mktoForm .mktoRadioList > label,
 #contact .mktoForm .mktoCheckboxList > label {
  font-size: min(calc((15 / 390) * 100cqw), 1.5rem);
 }
}

/* footer
================================================================================== */
#footer {
 display: block;
 width: 100%;
 position: relative;
 background-color: var(--color-wht);
}
#footer .contbox {
 padding-block: 24px;
}
.footer_wrap {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 22px;
}
.footer_logo {
 width: 290px;
 height: 56px;
}
.footer_logo svg {
 width: 100%;
 height: 100%;
 fill: var(--color-sora);
}
.footer_list {
 display: flex;
 align-items: center;
 gap: 30px;
 font-size: 1.4rem;
 font-weight: 400;
}
#footer #pageTop {
 position: absolute;
 display: block;
 top: 0;
 left: 0;
 width: 80px;
 height: 80px;
 transition: all 0.3s ease;
}
#footer #pageTop a {
 display: block;
 height: 0;
 overflow: hidden;
 width: 80px;
 padding: 80px 0 0;
}
#footer #pageTop a:after {
 position: absolute;
 top: 50%;
 left: 50%;
 margin-top: -6px;
 margin-left: -10px;
 content: "";
 display: block;
 width: 20px;
 height: 20px;
 border: solid 0 var(--color-base);
 border-width: 2px 0 0 2px;
 transform: rotate(45deg);
}

@media screen and (min-width: 821px) {
 .ft_logo:hover {
  opacity: 0.6;
 }
 #footer #pageTop:hover {
  opacity: 0.6;
 }
}

@media only screen and (max-width: 820px) {
 .ft_credit p {
  font-size: 1.25rem;
 }
 .ft_cr {
  font-size: 1.2rem;
 }
}

@media only screen and (max-width: 600px) {
 #footer .contbox {
  padding-top: calc((40 / 375) * 100cqw);
  padding-bottom: calc((80 / 375) * 100cqw);
 }
 .footer_wrap {
  align-items: flex-start;
  gap: calc((22 / 375) * 100cqw);
 }
 .footer_logo {
  width: calc((200 / 375) * 100cqw);
  height: calc((42 / 375) * 100cqw);
 }
 .footer_list {
  flex-direction: column;
  align-items: flex-start;
  gap: calc((12 / 375) * 100cqw);
  font-size: calc((12.5 / 375) * 100cqw);
  font-weight: 400;
  line-height: 1.6;
 }
 #footer #pageTop {
  width: 20cqw;
  height: 20cqw;
  left: unset;
  right: 0;
 }
 #footer #pageTop a {
  width: 20cqw;
  padding: 20cqw 0 0;
 }
 #footer #pageTop a:after {
  margin-top: -1.53cqw;
  margin-left: -2.56cqw;
  width: 5.12cqw;
  height: 5.12cqw;
 }
}

/* sent
 ================================================================================== */
#sent {
 width: 100%;
 position: relative;
 background: var(--color-wht);
}
#sent .contbox {
 max-width: 820px;
 margin-inline: auto;
 position: relative;
 padding-block: 150px 180px;
}
#sent .sub {
 font-size: min(calc((26 / 1360) * 100cqw), 2.6rem);
 padding-block: 0.3em;
}
.p-sent {
 margin-top: 40px;
 container: sent / inline-size;
}
.p-sent .outline {
 font-size: 1.6rem;
 font-weight: 400;
 letter-spacing: -0.02em;
 line-height: 1.8;
 text-align: center;
}
.sent_block {
 margin-top: 50px;
 display: flex;
 justify-content: center;
 gap: 2cqw;
}
.sent_item {
 width: 49cqw;
}
.sent_item a {
 width: 100%;
 aspect-ratio: 2/1;
 display: flex;
 background-color: var(--color-blk);
 position: relative;
}
.sent_item a .sent_bg {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
}
.sent_item:hover {
 opacity: 0.5;
}
.sent_title {
 font-size: min(calc((22 / 820) * 100cqw), 2.2rem);
 font-weight: 800;
 text-align: center;
 padding-bottom: 15px;
}
.sent_item_inner {
 padding: 2rem 2rem 1rem;
 display: flex;
 flex-direction: column;
 justify-content: center;
 position: relative;
 z-index: 2;
}
.iot-soracom {
 width: 50%;
}
.text_01 {
 color: var(--color-wht);
 font-size: min(calc((16 / 820) * 100cqw), 1.6rem);
 font-weight: 500;
 margin-top: 1em;
}
.text_02 {
 color: var(--color-sora);
 font-size: min(calc((24 / 820) * 100cqw), 2.4rem);
 font-weight: 600;
 margin-top: 0.5em;
}
.text_01 span,
.text_02 span {
 background-color: #000;
 padding: 0.5em 0.5em;
 display: inline-block;
 text-align: left;
}

@media only screen and (max-width: 820px) {
 #sent .contbox {
  max-width: 89.2%;
 }
 #sent .sub {
  font-size: min(calc((20 / 820) * 100cqw), 2rem);
 }
}

@media only screen and (max-width: 600px) {
 #sent .contbox {
  padding-block: 120px 60px;
  max-width: 100%;
 }
 #sent .sub {
  font-size: min(calc((18 / 360) * 100cqw), 1.8rem);
  padding-block: 0.2em;
 }
 .p-sent {
  margin-top: 30px;
 }
 .p-sent .outline {
  font-size: min(calc((16 / 360) * 100cqw), 1.6rem);
 }
 .sent_block {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10cqw;
 }
 .sent_item {
  width: 100%;
 }
 .sent_title {
  font-size: min(calc((20 / 360) * 100cqw), 20rem);
  padding-bottom: 5cqw;
 }
 .iot-soracom {
  width: 60%;
 }
 .text_01 {
  font-size: min(calc((14 / 360) * 100cqw), 1.4rem);
 }
 .text_02 {
  font-size: min(calc((22 / 360) * 100cqw), 2.2rem);
 }
}

/* [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-bg */
.p-show-bg span {
 opacity: 0;
 transform: scale(1.2);
}
.p-show-bg.-show span {
 opacity: 1;
 transform: scale(1);
 transition: all 3.5s cubic-bezier(0.08, 0.8, 0.315, 1);
 transition-delay: 0.6s;
}

/* p-clip */
.p-clip {
 clip-path: inset(0 100% 0 0);
 transition: all 1.5s 1.5s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-clip.-show {
 clip-path: inset(0 0 0 0);
}
.p-about .p-text p:nth-of-type(1) {
 transition-delay: 1s;
}
.p-three_box_02 .three_box_word,
.p-three_box_03 .three_box_word,
.soracom_mds {
 transition-delay: 0.5s;
}
.p-solve .p-text {
 transition-delay: 2s;
}

/* p-show-ttl */
.ttl .mds.p-show-ttl {
 opacity: 0;
}
.ttl .mds.p-show-ttl.-show {
 animation: mds_show 1.6s cubic-bezier(0.08, 0.8, 0.315, 1) 0.4s both;
}
@keyframes mds_show {
 0% {
  opacity: 0;
  transform: scale(1.2);
 }
 100% {
  opacity: 1;
  transform: scale(1);
 }
}
.ttl .sub {
 transition-delay: 1s;
}

/* p-show-item */
.about_photo img,
.three_logo,
.p-three_box .three_box_photo span img,
.soracom_logo,
.problem_light,
.problem_wrap .item,
.p-arrow,
.solve_ttl,
.p-solve .dc {
 opacity: 0;
}
.about_photo_01.-show img {
 animation: elem_up 1.2s cubic-bezier(0.08, 0.8, 0.315, 1) 0.6s both;
}
.about_photo_02.-show img {
 animation: elem_up 1.2s cubic-bezier(0.08, 0.8, 0.315, 1) 1s both;
}
.about_photo_03.-show img {
 animation: elem_right 1.2s cubic-bezier(0.08, 0.8, 0.315, 1) 0.6s both;
}
.about_photo_04.-show img {
 animation: elem_left 1.2s cubic-bezier(0.08, 0.8, 0.315, 1) 0.6s both;
}
.about_photo_05.-show img {
 animation: elem_right 1.2s cubic-bezier(0.08, 0.8, 0.315, 1) 0.8s both;
}
.about_photo_06.-show img {
 animation: elem_up 1.2s cubic-bezier(0.08, 0.8, 0.315, 1) 1s both;
}
.three_logo.-show {
 animation: stampzoom 0.6s cubic-bezier(0.08, 0.8, 0.315, 1) 0.6s both;
}
.p-three_box .three_box_photo span.-show img {
 animation: elem_up 1.2s cubic-bezier(0.08, 0.8, 0.315, 1) 0.6s both;
}
.soracom_logo.-show {
 animation: stampzoom 0.6s cubic-bezier(0.08, 0.8, 0.315, 1) 1.2s both;
}
.problem_light.-show {
 animation: stampzoom 1.6s cubic-bezier(0.08, 0.8, 0.315, 1) 1.2s both;
}
.problem_wrap .item.-show {
 animation: obizoom 0.8s cubic-bezier(0.08, 0.8, 0.315, 1) 1s both;
}
.problem_wrap .item.del2.-show {
 animation-delay: 1.2s;
}
.problem_wrap .item.del3.-show {
 animation-delay: 1.4s;
}
.problem_wrap .item.del4.-show {
 animation-delay: 1.6s;
}
.problem_wrap .item.del5.-show {
 animation-delay: 1.8s;
}
.p-arrow.-show {
 animation: elem_down 0.8s cubic-bezier(0.08, 0.8, 0.315, 1) 1.5s both;
}
.solve_ttl.-show {
 animation: elem_up 0.8s cubic-bezier(0.08, 0.8, 0.315, 1) 2s both;
}
.p-solve.-show .dc_a {
 animation: dca 1.2s cubic-bezier(0.08, 0.8, 0.315, 1) 1.5s both;
}
.p-solve.-show .dc_b {
 animation: dcb 1.2s cubic-bezier(0.08, 0.8, 0.315, 1) 1.5s both;
}
.p-solve.-show .dc_c {
 animation: dcc 1.2s cubic-bezier(0.08, 0.8, 0.315, 1) 1.5s both;
}
.p-solve.-show .dc_d {
 animation: dcd 1.2s cubic-bezier(0.08, 0.8, 0.315, 1) 1.5s both;
}

@keyframes stampzoom {
 0% {
  opacity: 0;
  transform: scale(3, 3);
 }
 100% {
  opacity: 0.7;
  transform: scale(1, 1);
 }
}
@keyframes elem_up {
 0% {
  opacity: 0;
  transform: translateY(50px);
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}
@keyframes elem_down {
 0% {
  opacity: 0;
  transform: translateY(-50px);
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}
@keyframes elem_left {
 0% {
  opacity: 0;
  transform: translateX(-50px);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}
@keyframes elem_right {
 0% {
  opacity: 0;
  transform: translateX(50px);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}
@keyframes obiSlideW {
 0% {
  width: 100%;
 }
 100% {
  width: 0;
 }
}
@keyframes obiSlideH {
 0% {
  height: 100%;
 }
 100% {
  height: 0;
 }
}
@keyframes dca {
 0% {
  opacity: 0;
  transform: translate(-50px, -50px);
 }
 100% {
  opacity: 1;
  transform: translate(0, 0);
 }
}
@keyframes dcb {
 0% {
  opacity: 0;
  transform: translate(50px, -50px);
 }
 100% {
  opacity: 1;
  transform: translate(0, 0);
 }
}
@keyframes dcc {
 0% {
  opacity: 0;
  transform: translate(-50px, 50px);
 }
 100% {
  opacity: 1;
  transform: translate(0, 0);
 }
}
@keyframes dcd {
 0% {
  opacity: 0;
  transform: translate(50px, 50px);
 }
 100% {
  opacity: 1;
  transform: translate(0, 0);
 }
}
