@media only screen and (max-width: 768px) {
  @keyframes scroll {
    0% {
      transform: translateY(60px);
    }
    100% {
      transform: translateY(110px);
    }
  }
  .scroll {
    bottom: 40px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .scroll a {
    color: #fff;
    font-size: 10px;
  }
  .scroll a::before {
    height: 8em;
  }
  .scroll a::after {
    height: 2em;
  }
  .home_page .key {
    --height: calc(100vh - 60px);
    --max-height: 156vw;
    --min-height: 320px;
    font-size: 8px;
  }
  .home_page .key .key_text .item {
    padding: 10px;
    padding-bottom: 100px;
    align-items: flex-end;
  }
  .home_page .key::before {
    width: 100%;
    border-radius: 20px 20px 20px 20px;
    background-position: center;
    background-image: url(../images/key-mv_sp.jpg);
  }
  .home_page .key .catch {
    font-size: 8px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: min(8px, 1.5vw);
  }
  .home_page .key .catch p {
    margin: 0 auto;
    font-size: min(18px, 5.1vw);
    letter-spacing: 0.05em;
  }
  .home_page .key .key_banner .close {
    padding: 11px;
  }
  .home_page .key .inner {
    padding: 0;
  }
  .home_page .key h2 {
    margin-bottom: 15px;
    font-size: 3.5em;
  }
  .home_page .key h2 .line {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    letter-spacing: 0;
  }
  .home_page .key p {
    font-size: 2.6em;
    text-shadow: 0 0 5px var(--main-color), 0 0 10px var(--main-color), 0 0 10px var(--main-color), 0 0 10px var(--main-color), 0 0 10px var(--main-color), 0 0 10px var(--main-color), 0 0 10px var(--main-color), 0 0 10px var(--main-color), 0 0 10px var(--main-color), 0 0 10px var(--main-color), 0 0 10px var(--main-color), 0 0 10px var(--main-color), 0 0 10px var(--main-color), 0 0 10px var(--main-color);
    max-width: 400px;
  }
  .home_page .key .key_banner {
    font-size: min(6px, 2vw);
    left: 20px;
    bottom: 20px;
    position: fixed;
  }
  .home_page .key .key_banner .text {
    text-shadow: unset;
  }
  .home_page .key .key_banner.active {
    bottom: 9em;
  }
}
@media only screen and (max-width: 640px) {
  .home_page .key {
    font-size: 1.4vmin;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .home_page .key {
    --height: calc(100vh - 30px);
    font-size: 1.4vmin;
  }
  .home_page .key::before {
    background-image: url(../images/key-mv.jpg);
    background-position: top center;
  }
  .home_page .key .catch {
    text-align: left;
    font-size: 5px;
    width: auto;
    margin-right: 5%;
    margin-left: auto;
  }
  .home_page .key .key_text .item {
    padding-bottom: 20px;
    padding-left: 40px;
  }
  .home_page .key h2 .line {
    margin-left: 0;
  }
  .home_page .key .scroll {
    left: unset;
    transform: unset;
    right: 20px;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home_page h3 {
    margin-bottom: 30px;
  }
  .home_page h3 .en {
    font-size: 18px;
  }
  .home_page h3 .jp {
    font-size: min(2.5em, 6.8vw);
  }
  .idx01 {
    padding: 60px 0 40px;
  }
  .idx01 h3 {
    margin-bottom: 0;
  }
  .idx01 h3 .ic::before, .idx01 h3 .ic::after {
    display: none;
  }
  .idx01-image {
    position: relative;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .idx01-top {
    width: 100%;
    padding-top: 0;
  }
  .idx01 .txt {
    margin-top: 20px;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .idx01-flex {
    display: block;
  }
  .idx01 ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
  }
  .idx01 ul li {
    margin-bottom: 15px;
  }
  .idx01 ul li.cl1 a .tt, .idx01 ul li.cl2 a .tt {
    font-size: 18px;
    padding: 15px 0;
  }
  .idx01 ul a .tt {
    padding-left: 15px !important;
    padding-right: 40px !important;
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 16px;
    text-align: left;
  }
  .idx01 ul a .tt::before {
    right: 10px;
  }
  .idx01 ul a .tt::after {
    right: 19px;
  }
  .idx01 ul a .tt span {
    display: inline-block;
  }
  .idx02 {
    --space: 10px;
    padding: 60px 0;
  }
  .idx02::before {
    border-radius: 60px 60px 0 0;
  }
  .idx02 .box {
    height: min(260px, 28vw);
    width: calc(50% - var(--space));
  }
  .idx02 .box .text {
    font-size: min(24px, 3.5vw);
    text-align: center;
    letter-spacing: 0;
  }
  .idx02 .box .text span {
    display: block;
  }
  .idx02 .flex {
    margin-top: 20px;
  }
  .idx02 .box-inner::before, .idx02 .box-inner::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .idx02 .box-inner::before {
    width: 25px;
    height: 45px;
  }
  .idx02 .box-inner::after {
    right: 5px;
  }
  .idx03 {
    padding: 60px 0;
  }
  .idx03 .ttl {
    font-size: 22px;
  }
  .idx03-top {
    margin-top: 20px;
  }
  .idx03 .TabContainer .TabContent {
    border-radius: 30px;
  }
  .idx03 .box {
    width: 100%;
    padding: 70px 15px 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .idx03 .box::before {
    font-size: 40px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
  }
  .idx03 .box .title {
    font-size: 22px;
    text-align: center;
  }
  .idx03 .box .title::after {
    width: 60px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx03-img {
    margin-left: auto;
    margin-right: auto;
  }
  .idx03-bot {
    padding: 40px 20px;
  }
  .idx03-bot::before {
    inset: 10px;
  }
  .idx03-bot .box {
    padding-left: 0 !important;
  }
  .idx03 .t {
    margin-top: 20px;
  }
  .idx04 {
    padding-bottom: 40px;
  }
  .idx04 .inner_big {
    padding-top: 10px;
    padding-bottom: 20px;
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
  .idx04-bg {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 30px;
  }
  .idx04-bgInner {
    padding: 20px 10px;
    display: block;
  }
  .idx04 h3 {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .idx04 h3::before, .idx04 h3::after {
    display: block;
  }
  .idx04 h3::after {
    background-color: #fff;
  }
  .idx04 h3 .ic {
    padding-left: 0;
  }
  .idx04 h3 .ic::before, .idx04 h3 .ic::after {
    display: none;
  }
  .idx04 h3 .jp {
    letter-spacing: 0.05em;
  }
  .idx04 .txt {
    text-align: center;
  }
  .idx04 .btn-group {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx04-flex {
    margin-top: 30px;
    gap: 10px;
    justify-content: center;
  }
  .idx04 .item {
    margin-bottom: 15px;
    max-width: 300px;
    width: calc(50% - 10px);
  }
  .idx04 .item p {
    margin-top: 0;
  }
  .idx04 .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .idx04 .item:nth-child(2)::after {
    display: none;
  }
  .idx04 .item:nth-child(2)::before {
    left: -7px;
    top: 0;
    height: 100%;
  }
  .idx04-img img {
    padding: 10px;
  }
  .idx04-bot {
    padding-top: 30px;
  }
  .idx04-bot .flex {
    margin-top: 30px;
    display: block;
  }
  .idx04-bot .box {
    margin: 10px auto;
    font-size: min(8px, 2.2vw);
    height: 12em;
    width: 100%;
    max-width: 350px;
  }
  .idx04 h4 .jp {
    font-size: 2.5em;
  }
  .idx04 .note {
    margin-top: 15px;
  }
  .idx05 {
    padding: 30px 0 60px;
  }
  .idx05::before {
    height: 100%;
  }
  .idx05::after {
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #fcfafa;
  }
  .idx05-left, .idx05-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx05-left {
    padding-top: 0;
  }
  .idx05-left .txt {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .idx05-right {
    margin-top: 30px;
    padding: 30px 0;
  }
  .idx05-right::before {
    left: -20px;
    border-radius: 0;
  }
  .idx05 h3 {
    z-index: 2;
  }
  .idx05 h3 .ic {
    padding-left: 0;
  }
  .idx05 h3 .ic::before, .idx05 h3 .ic::after {
    display: none;
  }
  .idx05 .btn-group .btn.style01 {
    margin-left: auto;
    margin-right: auto;
  }
  .idx05 .num {
    font-size: 60px;
    white-space: nowrap;
  }
  .idx05 .content {
    padding-left: 10px;
  }
  .idx05 .item {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .idx05 .item::after {
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
  .idx05 .item h4 {
    font-size: 20px;
  }
  .idx05-banner {
    max-width: 600px;
    height: auto;
    margin-top: 30px;
    width: calc(100% - 40px);
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
    background-size: 100% auto;
    display: block;
    background-color: rgba(238, 182, 122, 0.8);
    background-image: unset;
    font-size: 8px;
  }
  .idx05-banner .btn {
    bottom: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .idx05-banner::before {
    display: none;
  }
  .idx05-banner .title {
    text-align: center;
  }
  .idx05-banner .txt {
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .idx05-banner .txt br {
    display: none;
  }
  .idx05-img {
    margin-top: 15px;
    margin-bottom: 15px;
    height: min(280px, 44vw);
  }
  .idx05-img img {
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
  }
  .idx06 {
    padding: 60px 0 40px;
  }
  .idx06::after {
    font-size: min(60px, 15vw);
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
  .idx06-content {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx06-img {
    position: relative;
    top: 0;
    left: -20px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% + 20px);
  }
  .idx06-img .name {
    font-size: min(8px, 1.5vw);
    top: 5em;
    left: 4em;
  }
  .idx06-img .img1 img {
    border-radius: 0 40px 40px 0;
  }
  .idx06-img .img2 img {
    border-radius: 20px;
  }
  .idx06-boxTxt {
    margin-top: 20px;
  }
  .idx06 .btn-group {
    margin-top: 20px;
  }
  .idx07 {
    margin-top: 0;
    padding: 60px 0;
    --ulWidth: 6em;
  }
  .idx07::before {
    font-size: 6px;
    top: -6em;
    right: 0;
  }
  .idx07-left, .idx07-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx07-left {
    padding-top: 0;
  }
  .idx07-logo {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .idx07-right {
    margin-top: 20px;
  }
  .idx07-right img {
    border-radius: 30px;
  }
  .idx07 ul li span {
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .idx07 ul .right span {
    display: inline-block;
  }
  .idx07 .btn-group {
    margin-top: 20px;
  }
  .idx07 .btn-group .btn.style01 {
    margin-left: auto;
    margin-right: auto;
  }
  .idx-news .inner_big {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .idx-news .inner_big::before {
    height: calc(100% + 100px);
    border-radius: 40px 40px 0 0;
  }
  .idx-news h3 {
    text-align: center;
  }
  .idx-news h3 .ic {
    padding-left: 0;
  }
  .idx-news h3 .ic::before, .idx-news h3 .ic::after {
    display: none;
  }
  .idx-news .content ul {
    padding: 30px 15px 50px;
  }
  .idx-news .content li a {
    --w: 100px;
  }
  .idx-news .content li a .date::after {
    height: 100%;
    top: 0;
  }
  .idx-news .content li a .title {
    padding-left: 20px;
  }
  .idx-news .content .btn-group {
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 375px) {
  .idx04 .txt p br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .index0 {
    padding: 60px 0px 60px;
    background-color: #000;
  }
}
@media only screen and (max-width: 430px) {
  .idx-news .content ul {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .idx-news .content li a {
    flex-direction: column;
    padding: 15px 0;
  }
  .idx-news .content li a .date::after {
    display: none;
  }
  .idx-news .content li a .title {
    padding-left: 0;
    padding-top: 3px;
  }
  .idx04-flex {
    display: block;
  }
  .idx04 .item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
  }
  .idx04 .item:nth-child(2)::before {
    display: none;
  }
  .idx05 .item {
    display: block;
    padding: 20px 20px 40px;
  }
  .idx05 .item h4 {
    text-align: center;
    letter-spacing: 0 !important;
  }
  .idx05 .item h4 span {
    display: block;
  }
  .idx05 .num {
    text-align: center;
    margin-bottom: 10px;
  }
  .idx05 .content {
    padding-left: 0;
  }
  .idx05 .content p br {
    display: none;
  }
}
@media only screen and (max-width: 374px) {
  .home_page .key .catch p {
    letter-spacing: 0;
  }
  .idx02 .box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
  }
  .idx02 .box .text {
    font-size: 20px;
  }
}

/*# sourceMappingURL=index_sp.css.map */