/* Base CSS */
/*
HTML5 reset (base style: html5doctor.com Reset v1.6.1) 
UPDATE 2021.11.05
AUTHOR Nobuo Kusumoto
 */
html, body, span, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, hgroup, menu, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  word-break: normal;
}

div, h1, h2, h3, h4, h5, h6, footer, header, dl, dt, dd, ol, ul, li, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  word-break: normal;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* _______________________form setting  */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  font-size: 100%;
}

input, textarea, select, option, optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

select {
  min-width: 2em;
}

option, optgroup {
  padding-right: 0.4em;
}

/* _______________________mouse cursor */
label[for],
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=image],
input[type=reset],
input[type=submit],
select, option, button {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

/* _setting CSS */
/* _setting CSS */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  background: #0e1f29;
  font-size: 62.5%;
}

ul {
  list-style-type: none;
}

strong {
  font-weight: 700;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/* ___________________Link */
a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s ease;
}
a:hover {
  color: #0085e2;
}
a img {
  transition: 0.2s ease;
}
a img:hover {
  opacity: 0.8;
}

/* ___________________Font */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
}

/* ___________________PC layout */
@media screen and (min-width: 781px) {
  body {
    min-width: 1240px;
  }
  .sp {
    display: none;
  }
  /* parts */
  .f_head {
    font-size: 8rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-family: "Jost", sans-serif;
  }
  .f_maincopy {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .f_subhead {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .f_subheader {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.8;
  }
  .f_label {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .f_subtitle_en {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Jost", sans-serif;
  }
  .f_text_l {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .f_text {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .f_text_s {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .f_note {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    color: hsl(0, 0%, 0%);
    font-size: 2rem;
    font-weight: 500;
    border-radius: 999px;
    letter-spacing: 0.1em;
    transition: 0.3s ease;
    position: relative;
    z-index: 0;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    border: 1px solid #000;
  }
  .btn span {
    color: #000;
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    transition: 0.3s ease;
  }
  .btn span::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../img/btn_arw.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    transition: 0.2s ease;
    vertical-align: middle;
    filter: invert(1);
  }
  .btn:hover {
    background: rgba(44, 49, 68, 0.6);
    color: #fff;
    border-color: #fff;
  }
  .btn:hover span {
    color: #fff;
  }
  .btn:hover span::after {
    transform: translateX(10px);
    filter: invert(0);
  }
  .btn.grd_b {
    background: linear-gradient(270deg, #00c8ff 0%, #0085e2 100%);
    color: #fff;
    border: none;
  }
  .btn.grd_b::before {
    content: "";
    background: linear-gradient(270deg, #0085e2 0%, #00c8ff 100%);
    position: absolute;
    border-radius: 999px;
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.3s ease-out;
    display: block;
    text-align: center;
  }
  .btn.grd_b span {
    color: #fff;
  }
  .btn.grd_b span::after {
    filter: invert(0);
  }
  .btn.grd_b:hover {
    color: #fff;
  }
  .btn.grd_b:hover::before {
    opacity: 1;
  }
  .btn.grd_b:hover span {
    color: #fff;
  }
  .btn.grd_b:hover span::after {
    filter: invert(0);
  }
  .btn.grd_r {
    background: linear-gradient(270deg, #FFB254 0%, #E82E00 100%);
    color: #fff;
    border: none;
  }
  .btn.grd_r::before {
    content: "";
    background: linear-gradient(270deg, #E82E00 0%, #FFB254 100%);
    position: absolute;
    border-radius: 999px;
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.3s ease-out;
    display: block;
    text-align: center;
  }
  .btn.grd_r span {
    color: #fff;
  }
  .btn.grd_r span::after {
    filter: invert(0);
  }
  .btn.grd_r:hover {
    color: #fff;
  }
  .btn.grd_r:hover::before {
    opacity: 1;
  }
  .btn.grd_r:hover span {
    color: #fff;
  }
  .btn.grd_r:hover span::after {
    filter: invert(0);
  }
  .btn_l {
    min-width: 480px;
    min-height: 80px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .btn_l span {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .btn_m {
    min-width: 400px;
    min-height: 80px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .btn_m span {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .btn_s {
    min-width: 300px;
    min-height: 66px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .btn_s span {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .btn_center {
    margin: 0 auto;
  }
  #header {
    position: fixed;
    width: 97.2%;
    height: 80px;
    z-index: 99;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
  }
  #header .logo {
    font-weight: 500;
    font-size: 2.3rem;
    font-family: "Jost", sans-serif;
    line-height: 1;
    display: inline-block;
    color: #2f2725;
  }
  #header .logo:hover {
    background: linear-gradient(270deg, #00c7d0 0%, #0085e2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #header #gnav {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  #header #gnav .menu_inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  #header #gnav .menu_inner .menu_main {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    cursor: pointer;
    color: #000;
  }
  #header #gnav .menu_inner .menu_main:hover {
    background: linear-gradient(270deg, #00c7d0 0%, #0085e2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #header #gnav .menu_inner .lang {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #c2c8dd;
  }
  #header #gnav .menu_inner .lang span {
    color: #0085e2;
    font-weight: 500;
  }
  #header #gnav .menu_inner .lang a {
    color: #c2c8dd;
  }
  #kv {
    position: relative;
    background: linear-gradient(180deg, rgba(8, 30, 43, 0) 72.5%, #000410 100%), url("../img/kv_bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 720px;
  }
  #kv .kv_movie {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #kv .kv_movie video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #kv .kv_movie::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(8, 30, 43, 0) 72.5%, #000410 100%);
  }
  #kv .kv_inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 140px 0 0;
    position: relative;
  }
  #kv .kv_inner .title {
    margin-left: 18px;
  }
  #kv .kv_inner .title .logo {
    width: 640px;
    height: auto;
  }
  #kv .kv_inner .announce {
    margin-top: 50px;
    margin-left: 200px;
  }
  #kv .kv_inner .announce .info {
    display: flex;
    align-items: end;
    gap: 10px;
  }
  #kv .kv_inner .announce .info p:first-child {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1em;
    border: 1px solid #fff;
    padding: 7px 10px;
  }
  #kv .kv_inner .announce .date {
    font-size: 3rem;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
  #kv .kv_inner .announce .date strong {
    font-size: 5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #kv .kv_inner .announce .place {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  #kv .kv_inner .announce .place p:first-child {
    padding-right: 10px;
  }
  #kv .kv_inner .announce .place p:last-child {
    line-height: 1.2;
    padding-left: 10px;
    border-left: 1px solid #fff;
  }
  .about_bg {
    background: url("../img/about_bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 40px;
    z-index: 0;
  }
  .contents_bg {
    background: url("../img/contents_bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 469px;
    margin-top: -469px;
    padding-bottom: 100px;
    z-index: 0;
  }
  .common_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .sec_cont {
    padding: 80px 0;
  }
  #gse {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    width: -moz-max-content;
    width: max-content;
    gap: 20px;
    margin: 0 auto;
  }
  #gse .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 14px 20px;
    border-radius: 10px;
  }
  #gse .logo img {
    width: 158px;
    height: auto;
  }
  #gse p {
    font-weight: 700;
  }
  #archive {
    padding-top: 0;
    padding-bottom: 0;
  }
  #archive .head_wrap {
    text-align: center;
    padding: 40px 0;
  }
  #archive #number_cont .number_list {
    display: flex;
    justify-content: center;
  }
  #archive #number_cont .number_list .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    height: 240px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    padding-top: 30px;
  }
  #archive #number_cont .number_list .item .img {
    width: 100px;
    height: 60px;
    margin-bottom: 10px;
  }
  #archive #number_cont .number_list .item .img svg {
    width: auto;
    height: 100%;
  }
  #archive #number_cont .number_list .item .label {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #000;
  }
  #archive #number_cont .number_list .item .num {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #000;
    margin-top: 10px;
  }
  #archive #number_cont .number_list .item .num span {
    font-size: 4.6rem;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  #archive #number_cont .number_list .item .num.has_note {
    margin-top: 0;
  }
  #archive #number_cont .number_list .item .note {
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-top: -5px;
    color: #000;
  }
  #news {
    margin-top: 40px;
    background: linear-gradient(95.95deg, #000000 1.02%, #353535 100%);
    border-radius: 10px;
    padding: 60px;
  }
  #news .news_wrap {
    display: flex;
    align-items: flex-start;
    gap: 100px;
  }
  #news .news_wrap h2 {
    font-size: 5rem;
    color: #fff;
    font-family: "Jost", sans-serif;
    line-height: 1;
    font-weight: 500;
    display: block;
    flex-shrink: 0;
    width: -moz-max-content;
    width: max-content;
  }
  #news .news_wrap .list_wrap {
    width: 100%;
    overflow: scroll;
    max-height: 120px;
  }
  #news .news_wrap .list_wrap::-webkit-scrollbar {
    display: none;
  }
  #news .news_wrap .news_list .item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #676767;
  }
  #news .news_wrap .news_list .item .date {
    font-family: "Jost", sans-serif;
    font-weight: 400;
  }
  #intro {
    padding-top: 100px;
  }
  #intro .subcopy {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #intro .concept {
    line-height: 2.2;
  }
  #intro .btn_wrap {
    margin-top: 40px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
  #intro .btn_wrap .magazine p {
    margin-top: 10px;
  }
  #carousel_img {
    overflow: hidden;
    padding: 70px 0 120px;
  }
  #carousel_img .swiper-wrapper {
    transition-timing-function: linear;
  }
  #carousel_img .swiper-slide {
    max-width: 280px;
    margin-left: 30px;
  }
  #carousel_img .swiper-slide.even {
    margin-top: 30px;
  }
  #carousel_img .swiper-slide img {
    width: 100%;
    height: auto;
  }
  #focus_areas {
    background-image: url("../img/focus_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
    padding: 80px 0;
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }
  #focus_areas * {
    color: #000;
  }
  #focus_areas .head_wrap {
    margin-bottom: 40px;
    position: relative;
  }
  #focus_areas .head_wrap h2 {
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  #focus_areas .head_wrap p {
    line-height: 1;
    letter-spacing: 0.1em;
  }
  #focus_areas .head_wrap::before {
    content: "";
    width: 266px;
    height: 258px;
    display: block;
    background-image: url("../img/head_acce.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -176px;
    top: -129px;
  }
  #focus_areas .focus_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 35px;
    margin-top: 40px;
  }
  #focus_areas .focus_list .item {
    flex: 1;
  }
  #focus_areas .focus_list .item dl {
    margin-top: 20px;
  }
  #focus_areas .focus_list .item dl dt {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    position: relative;
  }
  #focus_areas .focus_list .item dl dt::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background-color: #000;
    position: absolute;
    bottom: -13px;
    left: 0;
  }
  #focus_areas .focus_list .item dl dt.red::after {
    background: linear-gradient(270deg, #FFB254 0%, #E82E00 100%);
  }
  #focus_areas .focus_list .item dl dt.green::after {
    background: linear-gradient(90deg, #008C83 0%, #4CE6A3 100%);
  }
  #focus_areas .focus_list .item dl dt.blue::after {
    background: linear-gradient(270deg, #00c8ff 0%, #0085e2 100%);
  }
  #focus_areas .focus_list .item dl dd {
    line-height: 1.6;
  }
  #program .head_wrap {
    margin-bottom: 60px;
  }
  #program .program_list {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 40px;
  }
  #program .program_list .item {
    width: 480px;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
  }
  #program .program_list .item .text_wrap {
    padding: 30px;
  }
  #program .program_list .item .text_wrap h3 {
    font-size: 3.8rem;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #000;
    letter-spacing: 0.02em;
  }
  #program .program_list .item .text_wrap p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #000;
  }
  #program .program_list .item .text_wrap p:first-of-type {
    font-weight: 700;
    margin: 10px 0 20px;
  }
  #program .more {
    font-size: 3rem;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-top: 40px;
  }
  #schedule {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 40px;
    padding: 80px 120px;
  }
  #schedule * {
    color: #000;
  }
  #schedule .head_wrap {
    margin-bottom: 60px;
  }
  #schedule .schedule_cont {
    display: flex;
    align-items: center;
    gap: 60px;
  }
  #schedule .schedule_cont dl {
    width: 552px;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #schedule .schedule_cont dl dt {
    width: 110px;
    font-weight: 700;
  }
  #schedule .schedule_cont dl dd {
    width: 420px;
  }
  #schedule .schedule_cont iframe {
    width: 100%;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
  }
  #footer {
    background-color: #000;
  }
  #footer .host_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 0;
  }
  #footer .host_wrap .host_list {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  #footer .host_wrap .host_list .item {
    width: 148px;
    border-radius: 10px;
    overflow: hidden;
  }
  #footer #archive_cont .bnr_wrap {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
  #footer #archive_cont .bnr_wrap a {
    width: 480px;
  }
  #footer #cta {
    margin-top: 80px;
  }
  #footer #cta .btn_wrap {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
  }
  #footer #cta .btn_wrap .box {
    width: 50%;
    position: relative;
    padding: 40px 0;
    display: flex;
    align-items: center;
    position: relative;
  }
  #footer #cta .btn_wrap .box .box_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #footer #cta .btn_wrap .box .box_inner .top_text {
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer #cta .btn_wrap .box .box_inner .btm_text {
    line-height: 1.5;
    -moz-text-align-last: left;
         text-align-last: left;
    max-width: 440px;
    margin-top: 20px;
  }
  #footer #cta .btn_wrap .box.red {
    background: linear-gradient(270deg, #ffb254 0%, #e82e00 100%);
    border-radius: 0 0 10px 0;
    justify-content: right;
    z-index: 1;
    min-height: 314px;
  }
  #footer #cta .btn_wrap .box.red::after {
    content: "";
    width: 50px;
    height: 100%;
    display: block;
    background-image: url("../img/cta_red_box.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateX(100%);
    right: 0;
    top: 0;
  }
  #footer #cta .btn_wrap .box.red .box_inner {
    width: 100%;
    max-width: 670px;
  }
  #footer #cta .btn_wrap .box.blue {
    background: linear-gradient(270deg, #00c8ff 0%, #0085e2 88.46%, #006bb6 100%);
    border-radius: 10px 0 0 0;
    justify-content: left;
    z-index: 0;
    margin-top: 20px;
    min-height: 320px;
  }
  #footer #cta .btn_wrap .box.blue::after {
    content: "";
    width: 50px;
    height: 100%;
    display: block;
    background-image: url("../img/cta_blue_box.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateX(-100%);
    left: 0;
    bottom: 0;
  }
  #footer #cta .btn_wrap .box.blue .box_inner {
    width: 100%;
    max-width: 770px;
  }
  #footer .ft_info {
    padding-top: 40px;
  }
  #footer .ft_info .contact {
    padding-bottom: 20px;
  }
  #footer .ft_info .contact .name {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  #footer .ft_info .contact a {
    text-decoration: underline;
  }
  #footer .ft_info .contact .copyright {
    text-align: right;
    margin-top: 20px;
  }
  #fixed_btn {
    background: linear-gradient(270deg, #FFB254 0%, #E82E00 100%);
    width: 338px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    border-radius: 10px;
    z-index: 200;
    transition: opacity 0.3s ease;
  }
  #fixed_btn.is_hide {
    opacity: 0;
    pointer-events: none;
  }
  #fixed_btn p {
    text-align: center;
    margin-bottom: 14px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 780px) {
  body {
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  /* parts */
  .f_head {
    font-size: 12.8205128205vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    font-family: "Jost", sans-serif;
  }
  .f_maincopy {
    font-size: 8.2051282051vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .f_subhead {
    font-size: 5.1282051282vw;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .f_subheader {
    font-size: 5.1282051282vw;
    font-weight: 500;
    line-height: 1.8;
  }
  .f_label {
    font-size: 3.5897435897vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .f_subtitle_en {
    font-size: 4.6153846154vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Jost", sans-serif;
  }
  .f_text_l {
    font-size: 5.1282051282vw;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .f_text {
    font-size: 4.1025641026vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .f_text_s {
    font-size: 3.8461538462vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .f_note {
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    color: #000;
    font-size: 4.6153846154vw;
    font-weight: 400;
    border-radius: 999px;
    letter-spacing: 0.1em;
    transition: 0.3s ease;
    position: relative;
    z-index: 0;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    border: 1px solid #000;
  }
  .btn span {
    color: #000;
    font-size: 4.6153846154vw;
    letter-spacing: 0.1em;
    font-weight: 400;
    transition: 0.3s ease;
  }
  .btn span::after {
    content: "";
    display: inline-block;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    background-image: url("../img/btn_arw.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 2.5641025641vw;
    transition: 0.2s ease;
    vertical-align: middle;
    filter: invert(1);
  }
  .btn.grd_b {
    background: linear-gradient(270deg, #00c8ff 0%, #0085e2 100%);
    color: #fff;
    border: none;
  }
  .btn.grd_b::before {
    content: "";
    background: linear-gradient(270deg, #0085e2 0%, #00c8ff 100%);
    position: absolute;
    border-radius: 999px;
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.3s ease-out;
    display: block;
    text-align: center;
  }
  .btn.grd_b span {
    color: #fff;
  }
  .btn.grd_b span::after {
    filter: invert(0);
  }
  .btn.grd_r {
    background: linear-gradient(270deg, #FFB254 0%, #E82E00 100%);
    color: #fff;
    border: none;
  }
  .btn.grd_r::before {
    content: "";
    background: linear-gradient(270deg, #E82E00 0%, #FFB254 100%);
    position: absolute;
    border-radius: 999px;
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.3s ease-out;
    display: block;
    text-align: center;
  }
  .btn.grd_r span {
    color: #fff;
  }
  .btn.grd_r span::after {
    filter: invert(0);
  }
  .btn_l {
    width: 100%;
    min-width: 0;
    min-height: 15.3846153846vw;
  }
  .btn_l span {
    font-size: 4.6153846154vw;
    font-weight: 700;
  }
  .btn_m {
    width: 100%;
    min-width: 0;
    min-height: 15.3846153846vw;
  }
  .btn_m span {
    font-size: 4.1025641026vw;
    font-weight: 700;
  }
  .btn_s {
    width: 100%;
    min-width: 48.7179487179vw;
    min-height: 12.8205128205vw;
  }
  .btn_s span {
    font-size: 3.5897435897vw;
    font-weight: 700;
  }
  .btn_center {
    margin: 0 auto;
  }
  #header {
    width: 97.4358974359vw;
    height: 15.3846153846vw;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 102;
    visibility: inherit;
    background-color: #fff;
    border-radius: 0 0 2.5641025641vw 2.5641025641vw;
  }
  #header .header_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #header h1 {
    position: relative;
    z-index: 102;
  }
  #header .logo {
    display: inline-block;
    font-weight: 500;
    font-size: 5.1282051282vw;
    font-family: "Jost", sans-serif;
    line-height: 1;
    color: #2f2725;
    padding-left: 5.1282051282vw;
  }
  #header .logo:hover {
    background: linear-gradient(270deg, #00c7d0 0%, #0085e2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #header input#button_menu {
    display: none;
  }
  #header .header_btn {
    width: 7.6923076923vw;
    height: 5.641025641vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 5.1282051282vw;
    top: 4.6153846154vw;
    z-index: 102;
  }
  #header .header_btn .line {
    display: block;
    background: linear-gradient(270deg, #00c7d0 0%, #0085e2 100%);
    width: 100%;
    height: 0.5128205128vw;
    border-radius: 999px;
    transition: 0.3s ease;
    transform-origin: center;
  }
  #header #gnav {
    width: 94.8717948718vw;
    background: #fff;
    position: absolute;
    z-index: 101;
    top: 17.9487179487vw;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease;
    padding: 10.2564102564vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 2.5641025641vw;
    opacity: 0;
    pointer-events: none;
  }
  #header #gnav .menu_inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 7.6923076923vw;
  }
  #header #gnav .menu_inner .menu_main {
    display: inline-block;
    font-size: 4.6153846154vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    cursor: pointer;
    color: #000;
    font-family: "Jost", sans-serif;
  }
  #header #gnav .menu_inner .menu_main:hover {
    background: linear-gradient(270deg, #00c7d0 0%, #0085e2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #header #gnav .menu_inner .lang {
    width: 100%;
    font-size: 4.6153846154vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #c2c8dd;
  }
  #header #gnav .menu_inner .lang span {
    color: #0085e2;
    font-size: 4.6153846154vw;
    font-weight: 500;
  }
  #header #gnav .menu_inner .lang a {
    color: #c2c8dd;
  }
  #header #gnav .btn_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5.1282051282vw;
    margin-top: 10.2564102564vw;
  }
  #header:has(input#button_menu:checked) .header_btn .line {
    background-color: #fff;
  }
  #header:has(input#button_menu:checked) .header_btn .line:nth-child(1) {
    transform: rotate(180deg) translateY(-2.8205128205vw) rotate(45deg);
  }
  #header:has(input#button_menu:checked) .header_btn .line:nth-child(2) {
    opacity: 0;
  }
  #header:has(input#button_menu:checked) .header_btn .line:nth-child(3) {
    transform: rotate(180deg) translateY(2.3076923077vw) rotate(-45deg);
  }
  #header:has(input#button_menu:checked) #gnav {
    opacity: 1;
    pointer-events: visible;
  }
  #kv {
    position: relative;
    height: 148.7179487179vw;
    background: linear-gradient(180deg, rgba(8, 30, 43, 0) 50%, rgb(0, 4, 16) 100%);
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #kv .kv_movie {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  #kv .kv_movie video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #kv .kv_movie::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 30, 43, 0) 50%, rgb(0, 4, 16) 100%);
  }
  #kv .kv_inner {
    min-height: 84.6153846154vw;
    padding: 40.5128205128vw 7.6923076923vw 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
  }
  #kv .kv_inner .title .logo {
    width: 100%;
  }
  #kv .kv_inner .announce {
    margin-top: 2.5641025641vw;
  }
  #kv .kv_inner .announce .info p:first-child {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.5897435897vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1em;
    border: 1px solid #fff;
    padding: 1.7948717949vw 2.5641025641vw;
  }
  #kv .kv_inner .announce .date {
    font-size: 5.1282051282vw;
    margin-top: 2.0512820513vw;
    font-family: "Jost", sans-serif;
  }
  #kv .kv_inner .announce .date strong {
    font-size: 10.2564102564vw;
    font-weight: 500;
  }
  #kv .kv_inner .announce .place {
    display: flex;
    align-items: center;
    margin-top: 1.5384615385vw;
  }
  #kv .kv_inner .announce .place p:first-child {
    padding-right: 2.0512820513vw;
  }
  #kv .kv_inner .announce .place p:last-child {
    padding-left: 2.0512820513vw;
    border-left: 1px solid #fff;
    line-height: 1.25;
  }
  .about_bg {
    background: url("../img/about_bg_sp.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 10.2564102564vw;
    position: relative;
    z-index: 0;
  }
  .contents_bg {
    background: url("../img/contents_bg_sp.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 7.6923076923vw;
    margin-top: -7.6923076923vw;
    padding-bottom: 100px;
    z-index: 0;
  }
  .common_inner {
    padding: 0 5.1282051282vw;
  }
  .sec_cont {
    padding: 11.2820512821vw 0 0;
  }
  #gse {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 2.5641025641vw 3.0769230769vw;
    border: 1px solid #fff;
    border-radius: 2.5641025641vw;
    gap: 2.5641025641vw;
    margin: 0 auto;
  }
  #gse .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 2.8205128205vw 5.1282051282vw;
    border-radius: 2.5641025641vw;
  }
  #gse .logo img {
    width: 22.8205128205vw;
    height: auto;
  }
  #gse p {
    font-weight: 700;
    font-size: 3.0769230769vw;
    line-height: 1.3;
  }
  #archive {
    padding-top: 10.2564102564vw;
  }
  #archive .head_wrap {
    padding: 0 0 5.1282051282vw;
    text-align: left;
  }
  #archive #number_cont .number_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #archive #number_cont .number_list .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 44.8717948718vw;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 2.5641025641vw;
    padding: 5.1282051282vw 0;
  }
  #archive #number_cont .number_list .item .img {
    width: 20.5128205128vw;
    height: 12.3076923077vw;
    margin-bottom: 2.5641025641vw;
  }
  #archive #number_cont .number_list .item .img svg {
    width: auto;
    height: 100%;
  }
  #archive #number_cont .number_list .item .label {
    font-size: 4.1025641026vw;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #000;
  }
  #archive #number_cont .number_list .item .num {
    font-size: 4.1025641026vw;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #000;
    margin-top: 1.2820512821vw;
  }
  #archive #number_cont .number_list .item .num span {
    font-size: 8.7179487179vw;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #000;
    margin-top: 1.2820512821vw;
    font-family: "Jost", sans-serif;
  }
  #archive #number_cont .number_list .item .num.has_note {
    margin-top: 0;
  }
  #archive #number_cont .number_list .item .note {
    font-size: 3.8461538462vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-top: -5px;
    color: #000;
  }
  #news {
    margin-top: 10.2564102564vw;
    background: linear-gradient(95.95deg, #000000 1.02%, #353535 100%);
    border-radius: 2.5641025641vw;
    padding: 7.6923076923vw;
  }
  #news .news_wrap h2 {
    font-size: 7.6923076923vw;
    color: #fff;
    font-family: "Jost", sans-serif;
    line-height: 1;
    font-weight: 500;
  }
  #news .news_wrap .list_wrap {
    width: 100%;
    overflow: scroll;
    max-height: 120px;
    margin-top: 2.5641025641vw;
  }
  #news .news_wrap .list_wrap::-webkit-scrollbar {
    display: none;
  }
  #news .news_wrap .news_list .item {
    display: flex;
    flex-direction: column;
    padding: 2.5641025641vw 0;
    border-bottom: 1px solid #676767;
  }
  #news .news_wrap .news_list .item .date {
    font-family: "Jost", sans-serif;
    font-weight: 400;
  }
  #intro {
    background: none;
    padding: 16.4102564103vw 0 0;
    margin-top: -5.1282051282vw;
  }
  #intro .common_inner {
    padding: 0;
  }
  #intro .copy {
    margin-bottom: 2.5641025641vw;
  }
  #intro .subcopy {
    margin-bottom: 5.1282051282vw;
  }
  #intro .concept {
    line-height: 1.7;
  }
  #intro .btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 5.1282051282vw;
    margin-top: 10.2564102564vw;
  }
  #intro .btn_wrap p {
    opacity: 1;
  }
  #intro .btn_wrap a span {
    font-size: 4.1025641026vw;
  }
  #intro .btn_wrap .magazine p {
    margin-top: 2.5641025641vw;
  }
  #carousel_img {
    overflow: hidden;
    padding: 17.9487179487vw 0 25.641025641vw;
  }
  #carousel_img .swiper-wrapper {
    transition-timing-function: linear;
  }
  #carousel_img .swiper-slide {
    max-width: 41.0256410256vw;
    margin-left: 2.5641025641vw;
  }
  #carousel_img .swiper-slide.even {
    margin-top: 7.6923076923vw;
  }
  #carousel_img .swiper-slide img {
    width: 100%;
    height: auto;
  }
  #focus_areas {
    background-image: url("../img/focus_bg_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5.1282051282vw;
    padding: 15.3846153846vw 0;
    margin-top: -5.1282051282vw;
    position: relative;
    z-index: 1;
  }
  #focus_areas * {
    color: #000;
  }
  #focus_areas .head_wrap {
    margin-bottom: 7.6923076923vw;
    position: relative;
    padding-left: 7.6923076923vw;
  }
  #focus_areas .head_wrap h2 {
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  #focus_areas .head_wrap p {
    line-height: 1;
    letter-spacing: 0.1em;
  }
  #focus_areas .head_wrap::before {
    content: "";
    width: 23.0769230769vw;
    height: 22.3076923077vw;
    display: block;
    background-image: url("../img/head_acce.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -5.1282051282vw;
    top: -10.2564102564vw;
  }
  #focus_areas .focus_list {
    display: flex;
    flex-direction: column;
    gap: 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
  #focus_areas .focus_list .item {
    width: 100%;
  }
  #focus_areas .focus_list .item dl {
    margin-top: 5.1282051282vw;
  }
  #focus_areas .focus_list .item dl dt {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 6.1538461538vw;
    position: relative;
  }
  #focus_areas .focus_list .item dl dt::after {
    content: "";
    display: block;
    width: 10.2564102564vw;
    height: 1.0256410256vw;
    background-color: #000;
    position: absolute;
    bottom: -3.3333333333vw;
    left: 0;
  }
  #focus_areas .focus_list .item dl dt.red::after {
    background: linear-gradient(270deg, #FFB254 0%, #E82E00 100%);
  }
  #focus_areas .focus_list .item dl dt.green::after {
    background: linear-gradient(90deg, #008C83 0%, #4CE6A3 100%);
  }
  #focus_areas .focus_list .item dl dt.blue::after {
    background: linear-gradient(270deg, #00c8ff 0%, #0085e2 100%);
  }
  #focus_areas .focus_list .item dl dd {
    line-height: 1.6;
  }
  #program {
    padding-top: 15.3846153846vw;
  }
  #program .head_wrap {
    margin-bottom: 15.3846153846vw;
  }
  #program .program_list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10.2564102564vw;
  }
  #program .program_list .item {
    width: 100%;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 2.5641025641vw;
    overflow: hidden;
  }
  #program .program_list .item .text_wrap {
    padding: 5.1282051282vw;
  }
  #program .program_list .item .text_wrap h3 {
    font-size: 7.1794871795vw;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #000;
    letter-spacing: 0.02em;
  }
  #program .program_list .item .text_wrap p {
    font-size: 4.1025641026vw;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #000;
  }
  #program .program_list .item .text_wrap p:first-of-type {
    font-weight: 700;
    margin: 1.2820512821vw 0 2.5641025641vw;
  }
  #program .more {
    font-size: 6.1538461538vw;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-top: 7.6923076923vw;
  }
  .overview_wrap {
    padding-top: 15.3846153846vw;
  }
  #schedule {
    width: 89.7435897436vw;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5.1282051282vw;
    padding: 10.2564102564vw 5.1282051282vw;
  }
  #schedule * {
    color: #000;
  }
  #schedule .head_wrap {
    margin-bottom: 7.6923076923vw;
  }
  #schedule .schedule_cont dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.5641025641vw;
  }
  #schedule .schedule_cont dl dt {
    width: 100%;
    font-weight: 700;
  }
  #schedule .schedule_cont dl dd {
    width: 100%;
    margin-top: -2.5641025641vw;
  }
  #schedule .schedule_cont iframe {
    width: 100%;
    height: 61.5384615385vw;
    margin-top: 5.1282051282vw;
  }
  #footer {
    background-color: #000;
  }
  #footer .host_wrap {
    display: block;
    padding: 5.1282051282vw 0 0;
  }
  #footer .host_wrap .host_list {
    display: flex;
    flex-wrap: wrap;
    gap: 3.8461538462vw;
    margin-top: 5.1282051282vw;
  }
  #footer .host_wrap .host_list .item {
    width: 42.8205128205vw;
    border-radius: 2.5641025641vw;
    overflow: hidden;
  }
  #footer #archive_cont .bnr_wrap {
    margin-top: 10.2564102564vw;
    display: flex;
    flex-direction: column;
    gap: 5.1282051282vw;
  }
  #footer #archive_cont .bnr_wrap a {
    width: 100%;
  }
  #footer #cta {
    margin-top: 10.2564102564vw;
  }
  #footer #cta .btn_wrap {
    overflow: hidden;
  }
  #footer #cta .btn_wrap .box {
    width: 89.7435897436vw;
    position: relative;
    padding: 7.6923076923vw 5.1282051282vw;
    display: flex;
    align-items: center;
    position: relative;
  }
  #footer #cta .btn_wrap .box .box_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #footer #cta .btn_wrap .box .box_inner .top_text {
    line-height: 1.4;
    text-align: center;
    margin-bottom: 2.5641025641vw;
  }
  #footer #cta .btn_wrap .box .box_inner .btm_text {
    line-height: 1.5;
    -moz-text-align-last: left;
         text-align-last: left;
    width: 100%;
    margin-top: 2.5641025641vw;
  }
  #footer #cta .btn_wrap .box.red {
    background: linear-gradient(270deg, #ffb254 0%, #e82e00 100%);
    border-radius: 0 0 2.5641025641vw 0;
    justify-content: right;
    z-index: 1;
    min-height: 62.5641025641vw;
    margin-right: auto;
  }
  #footer #cta .btn_wrap .box.red::after {
    content: "";
    width: 7.6923076923vw;
    height: 100%;
    display: block;
    background-image: url("../img/cta_red_box_sp.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateX(100%);
    right: 0.2564102564vw;
    top: 0;
  }
  #footer #cta .btn_wrap .box.red .box_inner {
    width: 100%;
  }
  #footer #cta .btn_wrap .box.blue {
    background: linear-gradient(270deg, #00c8ff 0%, #0085e2 88.46%);
    border-radius: 2.5641025641vw 0 0 0;
    z-index: 0;
    min-height: 53.8461538462vw;
    margin-left: auto;
    padding-top: 12.8205128205vw;
    margin-top: -5.1282051282vw;
  }
  #footer #cta .btn_wrap .box.blue::after {
    content: "";
    width: 7.1794871795vw;
    height: 100%;
    display: block;
    background-image: url("../img/cta_blue_box_sp.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateX(-100%);
    left: 0.5128205128vw;
    bottom: 0;
  }
  #footer #cta .btn_wrap .box.blue .box_inner {
    width: 100%;
  }
  #footer #cta .btn_wrap .box.blue .box_inner .top_text {
    margin-bottom: 5.1282051282vw;
  }
  #footer .ft_info {
    padding-top: 10.2564102564vw;
  }
  #footer .ft_info .contact {
    padding-bottom: 20px;
  }
  #footer .ft_info .contact .name {
    font-size: 3.5897435897vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 2.5641025641vw;
  }
  #footer .ft_info .contact .f_text_s {
    font-size: 3.3333333333vw;
    font-weight: 400;
  }
  #footer .ft_info .contact a {
    text-decoration: underline;
  }
  #footer .ft_info .contact .copyright {
    text-align: right;
    margin-top: 5.1282051282vw;
  }
  #fixed_btn {
    background: linear-gradient(270deg, #FFB254 0%, #E82E00 100%);
    width: 56.4102564103vw;
    position: fixed;
    bottom: 2.5641025641vw;
    right: 2.5641025641vw;
    padding: 3.8461538462vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    border-radius: 2.5641025641vw;
    z-index: 200;
    transition: opacity 0.3s ease;
  }
  #fixed_btn.is_hide {
    opacity: 0;
    pointer-events: none;
  }
  #fixed_btn p {
    text-align: center;
    margin-bottom: 2.5641025641vw;
    font-size: 3.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */