@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
body a {
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  body a {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body a:hover {
    opacity: 0.6;
  }
}
body a:hover {
  text-decoration: none;
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body ruby > rt {
  font-size: 10px;
}
body * {
  outline: none;
  box-sizing: border-box;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}
body main article .bg-movie {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
body main article .bg-movie video {
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 100vh;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1024px;
  }
  body header {
    width: 100%;
    height: 200px;
    min-width: 1024px;
    background-image: linear-gradient(0deg, rgba(5, 55, 98, 0), rgb(5, 25, 55));
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  body header .logo {
    width: 279px;
    height: 50px;
    position: absolute;
    top: 40px;
    left: 30px;
  }
  body header .menu {
    position: absolute;
    top: 60px;
    right: 30px;
  }
  body header .menu ul {
    display: flex;
    justify-content: end;
    gap: 30px;
  }
  body header .menu ul li {
    position: relative;
  }
  body header .menu ul li:nth-of-type(n+2)::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
  }
  body header .menu ul li a {
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    color: #fff;
  }
  body .content {
    background-image: linear-gradient(45deg, rgba(11, 181, 188, 0.5), rgba(121, 204, 134, 0.5));
    backdrop-filter: blur(10px);
    padding: 20px 0 0;
  }
  body .content #kv {
    width: 100%;
    padding: 260px 0 150px;
  }
  body .content #kv .kv-inner {
    width: fit-content;
    margin: auto;
    position: relative;
    padding-left: 200px;
  }
  body .content #kv .kv-inner .kv-logo {
    width: 180px;
    height: 180px;
    position: absolute;
    top: -54px;
    left: 0;
  }
  body .content #kv .kv-inner .kv-texts h1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #fff;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  }
  body .content #kv .kv-inner .kv-texts h1 small {
    font-size: 25px;
    font-weight: 500;
    display: block;
    margin-top: 5px;
  }
  body .content #kv .kv-inner .kv-texts ul {
    margin-top: 50px;
  }
  body .content #kv .kv-inner .kv-texts ul li:nth-of-type(n+2) {
    margin-top: 25px;
  }
  body .content #kv .kv-inner .kv-texts ul li a {
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    padding-left: 52px;
    position: relative;
  }
  body .content #kv .kv-inner .kv-texts ul li a::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 14px;
    left: 0;
  }
  body .content #kv .kv-inner .kv-texts ul li a small {
    font-size: 24px;
    line-height: 30px;
    display: block;
    padding-left: 52px;
  }
  body .content section {
    width: 1024px;
    padding: 0 32px 150px;
    margin: auto;
  }
  body .content section h2 {
    width: 100%;
    height: 80px;
    padding-left: 40px;
    clip-path: polygon(0% 0%, 860px 0%, 100% 100%, 0% 100%);
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
  }
  body .content section h2 span {
    display: block;
  }
  body .content section h2 span.title {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.2em;
    color: #3696cd;
    white-space: nowrap;
  }
  body .content section h2 span.line {
    width: 100%;
    height: 4px;
    background-image: linear-gradient(270deg, rgb(53, 122, 174) 70%, rgba(53, 122, 174, 0));
    flex: 1;
  }
  body .content section h3 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 15px;
  }
  body .content section h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  body .content section p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
  }
  body .content section p.cap {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: right;
  }
  body .content section img {
    width: 100%;
  }
  body .content section .btn {
    display: block;
    width: 340px;
    padding: 10px 0;
    background-color: #fff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #053762;
    text-align: center;
    margin-top: 60px;
  }
  body .content section .btn.nolink {
    background-color: #bbb;
    pointer-events: none;
  }
  body .content section .underline {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
  }
  body .content section .img-flex {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 50px;
  }
  body .content section .img-flex img {
    width: 400px;
  }
  body .content section .table {
    display: grid;
    grid-template-columns: 155px calc(100% - 195px);
    gap: 40px;
    margin-top: 50px;
  }
  body .content section .table .th p {
    font-size: 24px;
    font-weight: 500;
  }
  body .content section .table .td.col2 {
    display: flex;
    justify-content: space-between;
    gap: 70px;
  }
  body .content section .table .td p.bold {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
  }
  body .content section .table .td .btn {
    margin-top: 30px;
  }
  body .content section .table .td ul.profile {
    margin-bottom: 32px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
    color: #ffffff;
  }
  body .content section .table .td ul.profile li {
    position: relative;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.2em;
    font-weight: 700;
  }
  body .content section .table .td ul.profile li:first-child:after {
    content: "✕";
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: -50px;
    bottom: calc(50% - 28px);
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
  }
  body .content section .table .td ul.profile li small {
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0;
  }
  body .content section .col3 {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 270px);
    justify-content: space-between;
  }
  body .content section .col3 .col .profile {
    display: flex;
    align-items: end;
    gap: 25px;
    margin-bottom: 15px;
  }
  body .content section .col3 .col .profile img {
    width: 110px;
    padding-bottom: 5px;
  }
  body .content section .col3 .col .profile .name {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.2em;
  }
  body .content section .col3 .col .profile .name small {
    display: block;
    font-size: 16px;
    font-weight: 500;
  }
  body .content section#sec1 .btn {
    margin-bottom: 120px;
    width: 410px;
    float: left;
    letter-spacing: 0;
  }
  body .content section#sec1 .right {
    width: 514px;
    float: right;
    margin-bottom: 120px;
  }
  body .content section#sec3 .table .td p span {
    display: block;
    padding-left: 1em;
  }
  body .content section#sec4 .table {
    grid-template-columns: 195px calc(100% - 265px);
  }
  body .content section#sec4 .table .th p {
    font-size: 30px;
    letter-spacing: 0.2em;
  }
  body .content section#sec4 .table .td p.bold {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  body .content section#sec4 .table .td p.bold small {
    display: block;
    font-size: 21px;
    line-height: 36px;
    font-weight: 500;
  }
  body .content section#sec4 .table .td .btn {
    margin-top: 30px;
  }
  body .content section#sec6 .table {
    grid-template-columns: 135px calc(100% - 185px);
    gap: 50px;
  }
  body .content section#sec6 .table .th p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  body .content section#sec6 .table .td p.bold {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
  }
  body .content section#sec6 .table .td p.bold.name {
    letter-spacing: 0.05em;
    margin-bottom: 0;
    margin-top: 32px;
  }
  body .content section#sec6 .table .td .btn {
    margin-top: 30px;
  }
  body .content section#sec6 .table.table2 {
    margin-top: 90px;
  }
  body .content section#sec6 .table.table3 {
    margin-top: 70px;
  }
  body .content section#sec6 .table.table3 .td .set {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 30px;
  }
  body .content section#sec6 .table.table3 .td .set img {
    width: 120px;
  }
  body .content section#sec6 .table.table3 .td .set p.bold.name {
    font-size: 20px;
    margin-top: 20px;
  }
  body .content section#sec6 .table.table3 .td .set:nth-of-type(n+2) {
    margin-top: 60px;
  }
  body .content footer {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 50px 0;
    border-top: 1px solid #fff;
  }
  body .content footer .copy {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 0.2666666667vw;
  }
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
  body header {
    width: 100%;
    height: 100px;
    background-image: linear-gradient(0deg, rgba(5, 55, 98, 0), rgb(5, 25, 55));
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  body header .logo {
    width: 205px;
    height: 38px;
    position: absolute;
    top: 20px;
    left: 14px;
  }
  body header .logo img {
    width: 100%;
  }
  body header .menu-btn {
    display: block;
    width: 38px;
    height: 24px;
    background-color: transparent;
    position: absolute;
    top: 26px;
    right: 24px;
    z-index: 7;
  }
  body header .menu-btn .line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease-out 0.4s;
  }
  body header .menu-btn .line:nth-of-type(1) {
    transform: translateY(-11px);
  }
  body header .menu-btn .line:nth-of-type(3) {
    transform: translateY(11px);
  }
  body header .menu {
    width: 100%;
    height: 100%;
    background-color: rgba(11, 181, 188, 0.5);
    backdrop-filter: blur(10px);
    display: grid;
    place-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    transform: translateX(110vw);
    transition: transform 0.4s ease-out;
  }
  body header .menu.on {
    transform: translateX(0);
  }
  body header .menu.on + .menu-btn .line:nth-of-type(1) {
    transform: translateY(0) rotate(-45deg);
  }
  body header .menu.on + .menu-btn .line:nth-of-type(2) {
    opacity: 0;
  }
  body header .menu.on + .menu-btn .line:nth-of-type(3) {
    transform: translateY(0) rotate(45deg);
  }
  body header .menu ul {
    width: fit-content;
  }
  body header .menu ul li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  body header .menu ul li a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    position: relative;
  }
  body header .menu ul li a small {
    font-size: 12px;
    line-height: 15px;
    display: block;
    padding-left: 26px;
  }
  body .content {
    background-image: linear-gradient(45deg, rgba(11, 181, 188, 0.5), rgba(121, 204, 134, 0.5));
    backdrop-filter: blur(10px);
  }
  body .content #kv {
    width: 100%;
    padding: 90px 0 115px;
  }
  body .content #kv .kv-inner {
    width: fit-content;
    margin: auto;
    position: relative;
  }
  body .content #kv .kv-inner .kv-logo {
    width: 192px;
    height: 192px;
    margin: auto;
  }
  body .content #kv .kv-inner .kv-logo img {
    width: 100%;
  }
  body .content #kv .kv-inner .kv-texts h1 {
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #fff;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    width: fit-content;
    margin: auto;
  }
  body .content #kv .kv-inner .kv-texts h1 small {
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-top: 2px;
  }
  body .content #kv .kv-inner .kv-texts ul {
    width: fit-content;
    margin: 35px auto 0;
  }
  body .content #kv .kv-inner .kv-texts ul li:nth-of-type(n+2) {
    margin-top: 14px;
  }
  body .content #kv .kv-inner .kv-texts ul li a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    padding-left: 26px;
    position: relative;
  }
  body .content #kv .kv-inner .kv-texts ul li a::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: 7px;
    left: 0;
  }
  body .content #kv .kv-inner .kv-texts ul li a small {
    font-size: 12px;
    line-height: 15px;
    display: block;
    padding-left: 26px;
  }
  body .content section {
    width: 100%;
    padding: 0 25px 100px;
    margin: auto;
  }
  body .content section h2 {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    clip-path: polygon(0% 0%, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -20px;
    margin-bottom: 15px;
  }
  body .content section h2 span {
    display: block;
  }
  body .content section h2 span.title {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.2em;
    color: #3696cd;
    white-space: nowrap;
  }
  body .content section h2 span.line {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(270deg, rgb(53, 122, 174) 70%, rgba(53, 122, 174, 0));
    flex: 1;
  }
  body .content section h3 {
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 8px;
  }
  body .content section h4 {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  body .content section p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
  }
  body .content section p.cap {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: right;
  }
  body .content section img {
    width: 100%;
  }
  body .content section .btn {
    display: block;
    width: 100%;
    max-width: 325px;
    padding: 10px 0;
    background-color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #053762;
    text-align: center;
    margin-top: 30px;
  }
  body .content section .btn.nolink {
    background-color: #bbb;
    pointer-events: none;
  }
  body .content section .underline {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  body .content section .img-flex img {
    display: block;
    margin: 0 auto 25px;
  }
  body .content section .img-flex p {
    font-size: 10px;
    line-height: 16px;
  }
  body .content section .table {
    margin-top: 25px;
  }
  body .content section .table .th {
    margin-bottom: 15px;
  }
  body .content section .table .th p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  body .content section .table .td.col2 {
    display: flex;
    justify-content: space-between;
    gap: 70px;
  }
  body .content section .table .td p {
    font-size: 14px;
    line-height: 24px;
  }
  body .content section .table .td p.bold {
    font-size: 16px;
    font-weight: 700;
  }
  body .content section .table .td .btn {
    margin-top: 30px;
  }
  body .content section .table .td ul.profile {
    margin-bottom: 32px;
    position: relative;
    color: #ffffff;
  }
  body .content section .table .td ul.profile li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.2em;
    font-weight: 700;
  }
  body .content section .table .td ul.profile li:first-child {
    margin-bottom: 60px;
  }
  body .content section .table .td ul.profile li:first-child:after {
    content: "✕";
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 20px;
    bottom: -48px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
  }
  body .content section .table .td ul.profile li small {
    display: block;
    font-size: 13px;
  }
  body .content section .col3 {
    margin-top: 30px;
  }
  body .content section .col3 .col .profile {
    display: flex;
    align-items: end;
    gap: 17px;
    margin-bottom: 10px;
  }
  body .content section .col3 .col .profile img {
    width: 55px;
  }
  body .content section .col3 .col .profile .name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
  }
  body .content section .col3 .col .profile .name small {
    display: block;
    font-weight: 500;
  }
  body .content section .col3 .col:nth-of-type(n+2) {
    margin-top: 30px;
  }
  body .content section#sec1 .img-flex img {
    width: 100%;
    max-width: 275px;
  }
  body .content section#sec1 .btn {
    margin-bottom: 40px;
    letter-spacing: 0;
  }
  body .content section#sec2 .img-flex img {
    width: 100%;
    max-width: 200px;
    margin-left: 0;
  }
  body .content section#sec3 img {
    width: 100%;
    max-width: 650px;
    margin: auto;
  }
  body .content section#sec3 .table .td p span {
    display: block;
    padding-left: 1em;
  }
  body .content section#sec4 .table .th p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.2em;
  }
  body .content section#sec4 .table .td p.bold {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
  }
  body .content section#sec4 .table .td p.bold small {
    display: block;
    font-size: 13px;
  }
  body .content section#sec4 .table .td .btn {
    margin-top: 25px;
  }
  body .content section#sec6 .table .th img {
    width: 90px;
    margin-bottom: 25px;
  }
  body .content section#sec6 .table .th p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  body .content section#sec6 .table .td p.bold {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
  }
  body .content section#sec6 .table .td p.bold.name {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    margin-top: 16px;
  }
  body .content section#sec6 .table .td .btn {
    margin-top: 30px;
  }
  body .content section#sec6 .table.table2 {
    margin-top: 80px;
  }
  body .content section#sec6 .table.table3 {
    margin-top: 70px;
  }
  body .content section#sec6 .table.table3 .td .set img {
    width: 125px;
    margin-bottom: 15px;
  }
  body .content section#sec6 .table.table3 .td .set p.bold.name {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 20px;
  }
  body .content section#sec6 .table.table3 .td .set:nth-of-type(n+2) {
    margin-top: 50px;
  }
  body .content footer {
    width: 86.6666666667vw;
    margin: auto;
    padding: 20px 0;
    border-top: 1px solid #fff;
  }
  body .content footer .copy {
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
  }
  .sp_none {
    display: none !important;
  }
}