@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400&display=swap");
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  padding: 20px 20px;
  background: #051a2b;
  color: #fff;
  text-align: center;
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

main {
  width: 100%;
  height: 100vh;
}

@media only screen and (max-width: 1024px) {
  main {
    height: 100vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  main {
    height: 100vh;
  }
}

@media (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  main {
    height: 90vh;
  }
}

@media only screen and (max-width: 414px) {
  main {
    height: 100vw;
    min-height: 480px;
  }
}

.l-container {
  width: 1000px;
  margin: 0 auto;
}

.l-wrap {
  width: 1150px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .l-wrap {
    padding: 0 18px;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  display: inline-block;
  padding: 10px 50px;
  font-size: 1.6rem;
  border: 2px solid #fff;
  border-radius: 20px;
  line-height: 1;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 2px;
}

@media only screen and (max-width: 1024px) {
  .c-list1 {
    padding: 0 18px;
  }
}

@media only screen and (max-width: 767px) {
  .c-list1 {
    width: 100%;
    padding: 0;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.c-list1__item {
  max-width: 468px;
  width: 47%;
}

@media only screen and (max-width: 767px) {
  .c-list1__item {
    width: 77%;
    max-width: 320px;
  }
}

.c-list1__item a {
  display: block;
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top {
  position: fixed;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  left: 0;
  top: 0;
}

.logo-title {
  color: #707070;
  font-size: 1rem;
  position: absolute;
  top: 31px;
  left: 25px;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.2px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media screen and (min-width: 767px) {
  .logo-title:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .logo-title {
    /* top: 64px; */
    top: 20px;
    left: 18px;
    transform: translateY(0);
    transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .textFocus .logo-title {
    transform: translateY(50px);
  }
}

.c-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 260px;
  font-weight: 700;
  box-sizing: border-box;
  padding: 12px 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /* font-family: serif; */
  text-align: center;
  width: 100%;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #707070;
  color: #000000;
  display: block;
  /* vertical-align: middle; */
  box-shadow: none;
  border-radius: 0;
  outline: 0;
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
  /* transition: 0.8s ease-in-out; */
  transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}

@media only screen and (max-width: 1024px) {
  .c-form input {
    line-height: 1.3;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-form input {
    font-size: 140px;
    line-height: 1.3;
    padding: 0;
    padding: 8px 0 2px;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    @media only screen and (max-width: 767px) {
      .c-form input {
        line-height: 1.3;
        padding-top: 10px 0 2px;
      }
    }
  }
}

@media only screen and (max-width: 374px) {
  .c-form input {
    font-size: 130px;
  }
}

.c-list1 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .c-list1 {
    bottom: auto;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.c-icon-clear-wrap {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 24px;
  right: 34px;
  z-index: 100;
}
.c-icon-clear {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .c-icon-clear-wrap {
      width: 35px;
      height: 35px;
      /* top: 63px; */
      top: 18px;
      right: 18px;
      transform: translateY(0);
      transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .textFocus .c-icon-clear-wrap {
      transform: translateY(50px);
  }
}

.c-icon-clear span {
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  left: 0;
  top: 0;
}

.c-icon-clear span:nth-child(1) {
  -webkit-transform: translate3d(0, 35px, 0) rotate(45deg);
  transform: translate3d(0, 35px, 0) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .c-icon-clear span:nth-child(1) {
    -webkit-transform: translate3d(0, 17.5px, 0) rotate(45deg);
    transform: translate3d(0, 17.5px, 0) rotate(45deg);
  }
}

.c-icon-clear span:nth-child(2) {
  -webkit-transform: translate3d(0, 35px, 0) rotate(-45deg);
  transform: translate3d(0, 35px, 0) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .c-icon-clear span:nth-child(2) {
    -webkit-transform: translate3d(0, 17.5px, 0) rotate(-45deg);
    transform: translate3d(0, 17.5px, 0) rotate(-45deg);
  }
}

@media screen and (min-width: 767px) {
  .c-icon-clear:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.modal {
  position: relative;
  background: #707070;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}

.modal-dialog {
  text-align: center;
  color: #fff;
}

.modal-dialog p {
  font-size: 1.6rem;
  line-height: 1.18;
  letter-spacing: 0.2px;
  font-family: "Barlow", sans-serif;
  color: #fff;
}
.modal-dialog p a {
  text-decoration: underline;
}
.modal-dialog p + p {
  margin-top: 20px;
}

.modal.opened {
  opacity: 1;
  visibility: visible;
}

.modal .close-modal {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 24px;
  right: 34px;
  z-index: 100;
  cursor: pointer;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .modal .close-modal {
    width: 35px;
    height: 35px;
    right: 18px;
    top: 18px;
  }
}

.modal .close-modal span {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}

.modal .close-modal span:nth-child(1) {
  -webkit-transform: translate3d(0, 35px, 0) rotate(45deg);
  transform: translate3d(0, 35px, 0) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .modal .close-modal span:nth-child(1) {
    -webkit-transform: translate3d(0, 17.5px, 0) rotate(45deg);
    transform: translate3d(0, 17.5px, 0) rotate(45deg);
  }
}

.modal .close-modal span:nth-child(2) {
  -webkit-transform: translate3d(0, 35px, 0) rotate(-45deg);
  transform: translate3d(0, 35px, 0) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .modal .close-modal span:nth-child(2) {
    -webkit-transform: translate3d(0, 17.5px, 0) rotate(-45deg);
    transform: translate3d(0, 17.5px, 0) rotate(-45deg);
  }
}

@media screen and (min-width: 767px) {
  .modal .close-modal:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

