@charset "UTF-8";
@import url("https://use.typekit.net/scn8hdt.css");
/* =================================
トップページ＆お問い合わせ入力
================================= */
body:not([class]) .wrapper:before {
  content: "";
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 540px;
  background: #ff8a00;
  transform: skewY(-30deg);
  z-index: -1;
  pointer-events: none; }

.page_loader.no-anim {
  transition: none !important; }

.page_loader.no-anim strong {
  animation: none !important;
  opacity: 0 !important; }

.page_loader {
  width: 100vw;
  height: 100vh;
  transition: all 1.5s;
  background: #303030;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10000; }
  .page_loader strong {
    font-family: "futura-pt";
    font-weight: 500;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: max-content;
    height: max-content;
    animation: loading 1.2s ease forwards;
    -webkit-animation: loading 1.2s ease forwards;
    will-change: transform, opacity;
    opacity: 0; }

@keyframes loading {
  0% {
    display: none;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
.loaded {
  opacity: 0;
  visibility: hidden; }

@media print, screen and (max-width: 768px) {
  .page_loader img {
    max-width: 80px; } }
.container .box {
  border-bottom: 1px solid #f2f2f2; }
  .container .box:last-of-type {
    border-bottom: 0; }
.container .top_h2 {
  height: 160px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center; }
  .container .top_h2 .turn_wrap::before {
    background: #303030; }
  .container .top_h2 .turn_wrap:after {
    content: none; }
  .container .top_h2 em * {
    display: block; }
  .container .top_h2 span {
    margin-bottom: 10px;
    color: #ff8a00;
    font-size: 50px;
    font-weight: 500;
    font-family: "futura-pt";
    line-height: 1; }
  .container .top_h2 strong {
    font-size: 12px; }
.container .fv_area {
  height: calc(100vh - 3vw);
  position: relative;
  /*.turn_wrap{
  	&:before{
  		background: $orange;
  	}
  	&:after{
  		background: #303030;
  	}
  }*/ }
  .container .fv_area dl {
    padding-top: 45px;
    color: #fff;
    letter-spacing: 0; }
  .container .fv_area dt {
    font-size: 26px;
    font-weight: 500;
    font-family: "futura-pt";
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
    padding: 0 5px;
    display: inline-block; }
  .container .fv_area dd {
    font-size: 12px;
    font-weight: 500;
    display: block; }
  .container .fv_area .tit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    width: max-content;
    color: #fff; }
  .container .fv_area .blurry_wrap_h1 {
    opacity: 0;
    filter: blur(10px);
    transition: opacity .8s ease, filter .8s ease;
    transition-delay: var(--delay, 0ms);
    will-change: opacity, filter;
    backface-visibility: hidden; }
  .container .fv_area .blurry_wrap_h1.is_visible {
    opacity: 1;
    filter: none; }
  @media (prefers-reduced-motion: reduce) {
    .container .fv_area .blurry_wrap_h1,
    .container .fv_area .blurry_wrap_h1.is_visible {
      transition: none !important;
      opacity: 1 !important;
      filter: none !important; } }
  .container .fv_area h1 {
    font-size: 120px;
    font-weight: 500;
    font-family: "futura-pt";
    line-height: 1;
    margin-bottom: 8px; }
  .container .fv_area .line_wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto; }
  .container .fv_area .line {
    width: 1px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    position: relative; }
    .container .fv_area .line:before {
      content: '';
      display: block;
      width: 1px;
      height: 100px;
      background: #ff8a00;
      position: absolute;
      top: -100%;
      left: 0;
      animation: line 2.5s ease-in-out infinite; }
@keyframes line {
  0% {
    top: -100%; }
  50% {
    top: 0; }
  100% {
    top: 100%; } }
.container .intro_area {
  padding: 120px 0 170px; }
  .container .intro_area dl {
    margin-bottom: 70px; }
  .container .intro_area dt {
    font-size: 60px;
    font-weight: 500;
    font-family: "futura-pt";
    line-height: 1;
    color: #ff8a00;
    padding: 0 35px 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    display: inline-block; }
    .container .intro_area dt img {
      max-width: 30px;
      margin: 0 8px;
      display: inline-block; }
  .container .intro_area dd {
    font-size: 16px;
    letter-spacing: 0; }
    .container .intro_area dd span {
      display: inline-block; }
  .container .intro_area p {
    text-align: left;
    max-width: 800px;
    margin: 0 auto; }
.container .work_area {
  padding-bottom: 120px; }
  .container .work_area ul {
    max-width: 1032px;
    margin: 0 auto;
    padding: 90px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 1.8%;
    row-gap: 50px; }
  .container .work_area li {
    width: 32.1%;
    max-width: 331px; }
  .container .work_area .img_wrap {
    margin-bottom: 18px;
    overflow: hidden;
    transition: transform 0.3s;
    transform: scale(1);
    position: relative;
    border: 1px solid #1a1a1a; }
    .container .work_area .img_wrap:hover {
      opacity: 1; }
      .container .work_area .img_wrap:hover img {
        transform: scale(1.1); }
  .container .work_area img {
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .container .work_area .cate {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1a1a1a;
    padding: 2px 10px;
    min-width: 100px; }
  .container .work_area dl {
    text-align: left; }
  .container .work_area .btn {
    margin-top: 70px; }
.container .appeal_area {
  position: relative;
  padding: 1.5%; }
  .container .appeal_area .blurry_wrap {
    visibility: hidden; }
    .container .appeal_area .blurry_wrap.is_show {
      visibility: visible; }
    .container .appeal_area .blurry_wrap img,
    .container .appeal_area .blurry_wrap .inner > * {
      filter: blur(12px);
      opacity: 0;
      transform: translateY(8px);
      transition: filter 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      will-change: filter, opacity, transform; }
    .container .appeal_area .blurry_wrap.is_show img, .container .appeal_area .blurry_wrap.is_show .inner > * {
      filter: blur(0);
      opacity: 1;
      transform: translateY(0); }
    .container .appeal_area .blurry_wrap .inner > *:nth-child(1) {
      transition-delay: .08s; }
    .container .appeal_area .blurry_wrap .inner > *:nth-child(2) {
      transition-delay: .16s; }
    @media (prefers-reduced-motion: reduce) {
      .container .appeal_area .blurry_wrap img,
      .container .appeal_area .blurry_wrap .inner > * {
        transform: none;
        transition: opacity .4s ease; } }
  .container .appeal_area img {
    object-fit: cover;
    height: 570px; }
  .container .appeal_area .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: max-content; }
  .container .appeal_area p {
    font-size: 20px;
    margin-bottom: 30px; }
  .container .appeal_area span {
    color: #ff8a00;
    font-size: 16px;
    font-weight: 600;
    font-family: "futura-pt";
    letter-spacing: .3em; }
.container .skill_area ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
.container .skill_area li {
  width: calc(100% / 3);
  height: 400px;
  box-shadow: 0 0 0 .5px #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .container .skill_area li div {
    width: 65%;
    max-width: 285px; }
.container .skill_area img {
  max-width: 67px;
  margin: 0 auto 35px; }
.container .skill_area h3 {
  font-size: 20px;
  margin-bottom: 10px; }
.container .skill_area p {
  text-align: left; }
.container .tool_area {
  padding: 100px 0 105px; }
  .container .tool_area h3 {
    font-size: 20px;
    margin-bottom: 45px; }
  .container .tool_area ul {
    max-width: 800px;
    margin: 0 auto; }
  .container .tool_area li {
    display: inline-block;
    background: #575757;
    padding: 3px 5px;
    min-width: 170px;
    border-radius: 15px;
    margin: 0 8px 25px; }
.container .profile_area .inner {
  padding: 100px 0;
  max-width: 1050px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .container .profile_area .inner .turn_wrap {
    max-width: 461px;
    width: 44%; }
.container .profile_area dl {
  max-width: 460px;
  width: 44%;
  text-align: left; }
.container .profile_area dt {
  font-size: 36px;
  font-weight: 300;
  font-family: "futura-pt";
  letter-spacing: .1em;
  margin-bottom: 60px; }
.container .contact_area .inner {
  padding: 85px 0 120px;
  max-width: 840px;
  text-align: left; }
.container .contact_area .c_txt {
  margin-bottom: 40px; }
.container .contact_area table {
  margin-bottom: 25px;
  width: 100%; }
  .container .contact_area table tr, .container .contact_area table th, .container .contact_area table td {
    display: block; }
  .container .contact_area table tr {
    margin-bottom: 38px; }
    .container .contact_area table tr:last-of-type {
      margin-bottom: 0; }
  .container .contact_area table th {
    margin-bottom: 10px; }
    .container .contact_area table th span {
      background: #ff8a00;
      color: #303030;
      font-size: 12px;
      font-weight: 500;
      padding: 1px 5px;
      margin-left: 12px; }
  .container .contact_area table input, .container .contact_area table textarea, .container .contact_area table .scroll_wrap div {
    border: 1px solid #fff;
    width: 100%;
    box-sizing: border-box; }
  .container .contact_area table input {
    height: 50px;
    padding: 0 10px; }
  .container .contact_area table textarea {
    height: 300px;
    padding: 10px; }
  .container .contact_area table .scroll_wrap {
    position: relative; }
    .container .contact_area table .scroll_wrap div {
      font-size: 12px;
      padding: 1em 3em;
      height: 200px;
      overflow-y: scroll;
      scrollbar-width: none;
      -ms-overflow-style: none;
      position: relative; }
      .container .contact_area table .scroll_wrap div p {
        margin-bottom: 1em; }
        .container .contact_area table .scroll_wrap div p:last-of-type {
          margin-bottom: 0; }
      .container .contact_area table .scroll_wrap div:-webkit-scrollbar {
        display: none; }
  .container .contact_area table .s_txt {
    font-family: "futura-pt";
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    right: 0;
    bottom: 25px;
    padding-right: .8em;
    transform: rotate(90deg); }
    .container .contact_area table .s_txt.arw:after {
      top: 0;
      right: 0;
      bottom: 0;
      width: 4px;
      height: 4px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(45deg); }
.container .contact_area .p_check {
  text-align: center;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px; }
  .container .contact_area .p_check > * {
    cursor: pointer; }
  .container .contact_area .p_check input {
    width: 15px;
    height: 15px; }
.container .contact_area .btn_p {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.2s; }
  .container .contact_area .btn_p.is_active {
    opacity: 1;
    pointer-events: auto; }
.container .contact_area.confirm .inner {
  max-width: 500px; }
.container .contact_area.confirm .c_txt {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px; }
.container .contact_area.confirm table {
  margin-bottom: 60px; }
.container .contact_area.confirm .back_btn {
  font-size: .93em;
  padding: 10px;
  border-bottom: 1px solid #fff;
  margin: 30px auto 0;
  display: block; }

@media print, screen and (max-width: 768px) {
  body:not([class]) .wrapper:before {
    top: -15px;
    height: 400px; }

  .page_loader strong {
    font-size: 25px; }

  .container .top_h2 {
    height: 120px; }
    .container .top_h2 span {
      margin-bottom: 5px;
      font-size: min(40px, 8.5vw); }
  .container .fv_area {
    height: calc(100svh - 6.5vw); }
    .container .fv_area dl {
      padding-top: 35px; }
    .container .fv_area h1 {
      font-size: min(15vw, 90px);
      margin-bottom: 0; }
    .container .fv_area .sub_txt {
      font-size: min(12px, 2.8vw); }
    .container .fv_area .line {
      height: 80px; }
      .container .fv_area .line:before {
        height: 80px; }
  .container .intro_area {
    padding: 80px 0 100px; }
    .container .intro_area dl {
      margin-bottom: 50px; }
    .container .intro_area dt {
      font-size: min(45px, 9vw);
      padding: 0 2vw min(2.5vw, 15px);
      margin-bottom: min(2vw, 10px); }
      .container .intro_area dt img {
        max-width: none;
        width: min(25px, 4.5vw);
        margin: 0 1vw; }
  .container .work_area {
    padding-bottom: 80px; }
    .container .work_area ul {
      padding: 60px 0 0;
      column-gap: 0;
      row-gap: 8vw;
      justify-content: space-between; }
    .container .work_area li {
      width: 48%;
      max-width: none; }
    .container .work_area .img_wrap {
      margin-bottom: 12px; }
    .container .work_area .btn {
      margin-top: 50px; }
  .container .appeal_area {
    padding: 3%; }
    .container .appeal_area img {
      height: min(470px, 132vw); }
    .container .appeal_area p {
      font-size: min(18px, 4.3vw);
      margin-bottom: 20px; }
    .container .appeal_area span {
      font-size: min(15px, 3.6vw); }
  .container .skill_area ul {
    justify-content: space-between; }
  .container .skill_area li {
    width: 50%; }
    .container .skill_area li div {
      width: 80%;
      max-width: none; }
  .container .skill_area img {
    max-width: 45px;
    margin-bottom: 20px; }
  .container .skill_area h3 {
    font-size: 18px;
    margin-bottom: 8px; }
  .container .tool_area {
    padding: 70px 0; }
    .container .tool_area h3 {
      font-size: 18px;
      margin-bottom: 30px; }
    .container .tool_area li {
      min-width: 130px;
      margin: 0 5px 15px; }
  .container .profile_area .inner {
    padding: 70px 0;
    flex-direction: column; }
    .container .profile_area .inner .turn_wrap {
      max-width: 400px;
      width: 100%;
      margin-bottom: 40px; }
  .container .profile_area dl {
    max-width: none;
    width: 100%; }
  .container .profile_area dt {
    font-size: 28px;
    margin-bottom: 25px; }
  .container .contact_area .inner {
    padding: 50px 0 80px; }
  .container .contact_area .c_txt {
    margin-bottom: 35px; }
  .container .contact_area table {
    margin-bottom: 20px; }
    .container .contact_area table tr {
      margin-bottom: 28px; }
    .container .contact_area table th {
      margin-bottom: 8px; }
    .container .contact_area table td {
      font-size: 16px; }
    .container .contact_area table input {
      height: 45px; }
    .container .contact_area table .scroll_wrap div {
      padding: 1em 3em 1em 1em; }
  .container .contact_area .p_check {
    margin-bottom: 40px; }
  .container .contact_area.confirm .c_txt {
    padding-bottom: 20px; }
  .container .contact_area.confirm table {
    margin-bottom: 45px; }
  .container .contact_area.confirm .back_btn {
    margin-top: 15px; } }
@media print, screen and (max-width: 500px) {
  .container .work_area ul {
    row-gap: 10vw; }
  .container .work_area li {
    width: 100%; }
  .container .skill_area li {
    width: 100%;
    height: auto;
    padding: 42px 0; }
    .container .skill_area li div {
      width: 85%; } }
/* =================================
WORK 制作実績 個別ページ
================================= */
.work {
  padding: 30px 0 0; }
  .work .work_h2 {
    margin-bottom: 85px; }
    .work .work_h2 > * {
      display: block; }
    .work .work_h2 span {
      font-size: 26px;
      font-weight: 500;
      font-family: "futura-pt";
      letter-spacing: 0;
      margin-bottom: 5px; }
    .work .work_h2 strong {
      font-size: 12px;
      letter-spacing: 0; }
    .work .work_h2 + .inner {
      max-width: 840px; }
  .work h3 {
    font-size: 36px;
    margin-bottom: 30px; }
  .work .summary {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 40px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px; }
    .work .summary ul {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      column-gap: 25px; }
    .work .summary li {
      position: relative;
      padding-left: 1.3em; }
      .work .summary li:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 9px;
        height: 9px;
        border: 1px solid #fcf1ee;
        box-sizing: border-box;
        border-radius: 2px; }
  .work .intro {
    margin-bottom: 120px;
    text-align: left; }
  .work .main_img {
    width: 90%;
    max-width: 950px;
    margin: 0 auto 180px; }
  .work .column {
    width: 90%;
    margin-bottom: 185px; }
    .work .column:nth-last-child(1 of .column) {
      margin-bottom: 150px; }
  .work .column_1 {
    max-width: 1160px; }
  .work .column_2,
  .work .column_3 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap; }
  .work .column_2 {
    max-width: 1018px;
    column-gap: 2.4%;
    row-gap: 70px; }
    .work .column_2 div {
      width: 48.8%;
      max-width: 496px; }
    .work .column_2 span {
      display: block;
      text-align: left;
      margin-top: 15px; }
  .work .column_3 {
    max-width: 1160px;
    column-gap: 4.7%;
    row-gap: 60px; }
    .work .column_3 div {
      width: 30.2%;
      max-width: 350px; }

@media print, screen and (max-width: 768px) {
  .work {
    padding: 25px 0 0; }
    .work .work_h2 {
      margin-bottom: 60px; }
      .work .work_h2 span {
        font-size: 22px; }
    .work h3 {
      font-size: 25px;
      margin-bottom: 20px; }
    .work .summary {
      padding: 12px 5%;
      margin-bottom: 30px;
      display: block;
      text-align: left; }
      .work .summary dt {
        margin-bottom: 5px; }
      .work .summary ul {
        display: block; }
      .work .summary li {
        display: inline-block;
        margin-right: 15px; }
        .work .summary li:last-of-type {
          margin-right: 0; }
    .work .intro {
      margin-bottom: 50px; }
    .work .main_img {
      margin-bottom: 70px; }
    .work .column {
      margin-bottom: 60px; }
      .work .column:nth-last-child(1 of .column) {
        margin-bottom: 80px; }
    .work .column_2,
    .work .column_3 {
      column-gap: 4%;
      row-gap: 40px; }
      .work .column_2 div,
      .work .column_3 div {
        width: 48%;
        max-width: none; }
    .work .column_2 span {
      margin-top: 12px; } }
@media print, screen and (max-width: 500px) {
  .work .column_2 div {
    max-width: none;
    width: 100%; } }
