/* 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, 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 {
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

header, footer,
nav,
h1, h2, h3, h4, h5,
article, section,
p, div, span, figure,
ul, ol, li, dl, dt, dd, img, a {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

header h1, header h2, header h3, header h4, header h5,
header section,
header p, header div, header span, header figure,
header ul, header ol, header li, header dl, header dt, header dd, header img, header a,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer section,
footer p,
footer div,
footer span,
footer figure,
footer ul,
footer ol,
footer li,
footer dl,
footer dt,
footer dd,
footer img,
footer a {
  position: relative;
}

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

body {
  width: 100%;
}

main {
  overflow: hidden;
}

@media print {
  .sp {
    display: none !important;
  }
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

@media print {
  html {
    font-size: 10px;
  }
  body {
    min-width: 1280px;
    position: relative;
  }
  main {
    width: 100%;
    overflow: hidden;
  }
  header a,
  footer a {
    transition: opacity 0.2s ease;
  }
  header a:hover,
  footer a:hover {
    opacity: 0.6;
  }
  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    color: #fff;
    min-width: 1280px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 30px 0 40px;
    transition: background-color 0.2s ease;
  }
  header .header_inner {
    width: fit-content;
  }
  header .header_inner h1 {
    width: 228px;
  }
  header nav {
    width: fit-content;
  }
  header nav .nav_inner {
    width: fit-content;
  }
  header nav .nav_list {
    width: fit-content;
    display: flex;
    width: fit-content;
    justify-content: flex-end;
    align-items: center;
  }
  header nav .nav_list > ul {
    display: flex;
    width: fit-content;
    justify-content: flex-end;
    align-items: center;
  }
  header nav .nav_list > ul > li {
    display: block;
    width: fit-content;
    margin-left: 48px;
  }
  header nav .nav_list > ul > li > a {
    display: block;
    width: fit-content;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
  }
  header nav .nav_list .sub_menu {
    position: absolute;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 0;
    margin-top: 5px;
    width: 160px;
    left: calc(50% - 80px);
  }
  header nav .nav_list .sub_menu li {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  header nav .nav_list .sub_menu li + li {
    margin-top: 12px;
  }
  header nav .nav_list .sub_menu a {
    display: block;
    width: fit-content;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
  }
  header nav .nav_list .sub_menu.show {
    opacity: 1;
    pointer-events: auto;
  }
  header nav .nav_list .lang {
    width: 100px;
    margin-left: 28px;
    height: 30px;
  }
  header nav .nav_list .lang > .inner {
    position: absolute;
    right: 0;
    width: fit-content;
    line-height: 28px;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: center;
    border-radius: 15px;
    border: #fff 1px solid;
    z-index: 1;
  }
  header nav .nav_list .lang .selected {
    width: 98px;
    cursor: pointer;
  }
  header nav .nav_list .lang #custom_trans_bar {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 0;
    margin-top: 5px;
  }
  header nav .nav_list .lang #custom_trans_bar a {
    display: block;
    width: fit-content;
    color: #fff;
    width: 98px;
    font-size: 12px;
    line-height: 18px;
  }
  header nav .nav_list .lang #custom_trans_bar a + a {
    margin-top: 12px;
  }
  header nav .nav_list .lang #custom_trans_bar.show {
    opacity: 1;
    pointer-events: auto;
  }
  footer {
    width: 100%;
    background: #fff;
    padding-top: 130px;
  }
  footer .topics_section .section_title {
    width: 424px;
    margin: 0 auto 50px;
  }
  footer .topics_section .bnr_set {
    width: 800px;
    margin: 50px auto 0;
  }
  footer .topics_section .bnr_set li {
    width: 100%;
    margin: 0;
  }
  footer .topics_section .bnr_set li a {
    display: block;
    width: 100%;
  }
  footer .topics_section .bnr_set li + li {
    margin-top: 20px;
  }
  footer .topics_section .bnr_set li.soon:after {
    font-family: "Century Gothic", sans-serif;
    content: "COMING SOON";
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  footer .topics_section .slide_wrap {
    width: fit-content;
    margin: 76px auto 0;
  }
  footer .topics_section .bnr_life_set {
    display: flex;
    width: 1224px;
    justify-content: space-between;
    align-items: stretch;
  }
  footer .topics_section .bnr_life_set li {
    width: 306px;
    padding: 0 13px;
  }
  footer .topics_section .bnr_life_set li a {
    display: block;
    width: 280px;
  }
  footer .topics_section .logo_life {
    position: absolute;
    top: -46px;
    right: 13px;
    width: 129px;
  }
  footer .row1 {
    margin-top: 63px;
    width: 100%;
  }
  footer .row1 ul {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  footer .row1 ul li {
    display: block;
    margin: 0 32px;
  }
  footer .row1 ul li a {
    display: block;
  }
  footer .row1 ul li.azabudai {
    width: 150px;
  }
  footer .row1 ul li.toranomon {
    width: 158px;
  }
  footer .row1 ul li.roppongi {
    width: 176px;
  }
  footer .row1 ul li.ark {
    width: 55px;
  }
  footer .row1 ul li.omotesando {
    width: 99px;
  }
  footer .row2 {
    margin-top: 69px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .row3 {
    margin: 69px auto 0;
    border-top: #cecece 1px solid;
    width: 1200px;
    padding: 34px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  footer .row3 .left {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  footer .row3 .logo {
    width: 67px;
  }
  footer .row3 .copy {
    margin-left: 51px;
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  footer .row3 ul {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
  }
  footer .row3 ul li {
    display: block;
    margin: 0 20px;
    width: fit-content;
  }
  footer .row3 ul li a {
    display: block;
    width: fit-content;
    color: #000;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  footer .go_top {
    position: absolute;
    width: 80px;
    left: calc(50% + 519px);
    margin-top: 63px;
    z-index: 2;
  }
  footer .go_top a {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    min-width: 1280px;
    position: relative;
  }
  main {
    width: 100%;
    overflow: hidden;
  }
  header a,
  footer a {
    transition: opacity 0.2s ease;
  }
  header a:hover,
  footer a:hover {
    opacity: 0.6;
  }
  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    color: #fff;
    min-width: 1280px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 30px 0 40px;
    transition: background-color 0.2s ease;
  }
  header .header_inner {
    width: fit-content;
  }
  header .header_inner h1 {
    width: 228px;
  }
  header nav {
    width: fit-content;
  }
  header nav .nav_inner {
    width: fit-content;
  }
  header nav .nav_list {
    width: fit-content;
    display: flex;
    width: fit-content;
    justify-content: flex-end;
    align-items: center;
  }
  header nav .nav_list > ul {
    display: flex;
    width: fit-content;
    justify-content: flex-end;
    align-items: center;
  }
  header nav .nav_list > ul > li {
    display: block;
    width: fit-content;
    margin-left: 48px;
  }
  header nav .nav_list > ul > li > a {
    display: block;
    width: fit-content;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
  }
  header nav .nav_list .sub_menu {
    position: absolute;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 0;
    margin-top: 5px;
    width: 160px;
    left: calc(50% - 80px);
  }
  header nav .nav_list .sub_menu li {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  header nav .nav_list .sub_menu li + li {
    margin-top: 12px;
  }
  header nav .nav_list .sub_menu a {
    display: block;
    width: fit-content;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
  }
  header nav .nav_list .sub_menu.show {
    opacity: 1;
    pointer-events: auto;
  }
  header nav .nav_list .lang {
    width: 100px;
    margin-left: 28px;
    height: 30px;
  }
  header nav .nav_list .lang > .inner {
    position: absolute;
    right: 0;
    width: fit-content;
    line-height: 28px;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: center;
    border-radius: 15px;
    border: #fff 1px solid;
    z-index: 1;
  }
  header nav .nav_list .lang .selected {
    width: 98px;
    cursor: pointer;
  }
  header nav .nav_list .lang #custom_trans_bar {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 0;
    margin-top: 5px;
  }
  header nav .nav_list .lang #custom_trans_bar a {
    display: block;
    width: fit-content;
    color: #fff;
    width: 98px;
    font-size: 12px;
    line-height: 18px;
  }
  header nav .nav_list .lang #custom_trans_bar a + a {
    margin-top: 12px;
  }
  header nav .nav_list .lang #custom_trans_bar.show {
    opacity: 1;
    pointer-events: auto;
  }
  footer {
    width: 100%;
    background: #fff;
    padding-top: 130px;
  }
  footer .topics_section .section_title {
    width: 424px;
    margin: 0 auto 50px;
  }
  footer .topics_section .bnr_set {
    width: 800px;
    margin: 50px auto 0;
  }
  footer .topics_section .bnr_set li {
    width: 100%;
    margin: 0;
  }
  footer .topics_section .bnr_set li a {
    display: block;
    width: 100%;
  }
  footer .topics_section .bnr_set li + li {
    margin-top: 20px;
  }
  footer .topics_section .bnr_set li.soon:after {
    font-family: "Century Gothic", sans-serif;
    content: "COMING SOON";
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  footer .topics_section .slide_wrap {
    width: fit-content;
    margin: 76px auto 0;
  }
  footer .topics_section .bnr_life_set {
    display: flex;
    width: 1224px;
    justify-content: space-between;
    align-items: stretch;
  }
  footer .topics_section .bnr_life_set li {
    width: 306px;
    padding: 0 13px;
  }
  footer .topics_section .bnr_life_set li a {
    display: block;
    width: 280px;
  }
  footer .topics_section .logo_life {
    position: absolute;
    top: -46px;
    right: 13px;
    width: 129px;
  }
  footer .row1 {
    margin-top: 63px;
    width: 100%;
  }
  footer .row1 ul {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  footer .row1 ul li {
    display: block;
    margin: 0 32px;
  }
  footer .row1 ul li a {
    display: block;
  }
  footer .row1 ul li.azabudai {
    width: 150px;
  }
  footer .row1 ul li.toranomon {
    width: 158px;
  }
  footer .row1 ul li.roppongi {
    width: 176px;
  }
  footer .row1 ul li.ark {
    width: 55px;
  }
  footer .row1 ul li.omotesando {
    width: 99px;
  }
  footer .row2 {
    margin-top: 69px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .row3 {
    margin: 69px auto 0;
    border-top: #cecece 1px solid;
    width: 1200px;
    padding: 34px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  footer .row3 .left {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  footer .row3 .logo {
    width: 67px;
  }
  footer .row3 .copy {
    margin-left: 51px;
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  footer .row3 ul {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
  }
  footer .row3 ul li {
    display: block;
    margin: 0 20px;
    width: fit-content;
  }
  footer .row3 ul li a {
    display: block;
    width: fit-content;
    color: #000;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  footer .go_top {
    position: absolute;
    width: 80px;
    left: calc(50% + 519px);
    margin-top: 63px;
    z-index: 2;
  }
  footer .go_top a {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    min-width: 320px;
  }
  body.nav_open {
    overflow: hidden;
  }
  main {
    width: 100%;
    overflow: hidden;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 1.5rem;
    transition: background-color 0.2s ease;
    color: #fff;
  }
  header .header_inner {
    width: fit-content;
  }
  header .header_inner h1 {
    width: 17.8rem;
  }
  header .menu-btn {
    width: 2.5rem;
    height: 2rem;
    cursor: pointer;
    z-index: 5;
    transform-origin: center;
    transform: scale(1.2);
  }
  header .menu-btn .open,
  header .menu-btn .close {
    position: absolute;
    width: 2.5rem;
    height: 2rem;
    transition: opacity 0.2s ease-in;
  }
  header .menu-btn .open {
    background: url(../images/common/menu.svg) center/2.5rem auto no-repeat;
  }
  header .menu-btn .close {
    background: url(../images/common/menu_close.svg) center/1.5rem auto no-repeat;
    opacity: 0;
  }
  header .menu-btn.open .open {
    opacity: 0;
  }
  header .menu-btn.open .close {
    opacity: 1;
  }
  nav {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 4;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease 0.2s;
    overflow-y: auto;
  }
  nav .nav_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background: #7a170c;
  }
  nav .nav_inner {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 6.8rem 4.7rem 43rem;
    background: #7a170c;
  }
  nav .nav_inner .menu_title {
    width: 10.25rem;
    margin-bottom: 4.4rem;
  }
  nav .nav_inner .nav_list > ul {
    display: block;
  }
  nav .nav_inner .nav_list > ul > li {
    display: block;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
  nav .nav_inner .nav_list > ul > li > a {
    display: block;
    color: #fff;
  }
  nav .nav_inner .nav_list > ul > li + li {
    margin-top: 3rem;
  }
  nav .nav_inner .nav_list .sub_menu {
    display: block;
  }
  nav .nav_inner .nav_list .sub_menu li {
    display: block;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 400;
    padding-left: 1.95rem;
    margin-top: 2.3rem;
  }
  nav .nav_inner .nav_list .sub_menu li > a {
    display: block;
    color: #fff;
  }
  nav .nav_inner .lang {
    width: 100%;
    padding: 0;
    margin-top: 5rem;
  }
  nav .nav_inner .lang #custom_trans_bar {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  nav .nav_inner .lang #custom_trans_bar a {
    display: block;
    width: fit-content;
    color: #fff;
    padding: 0 1.4rem;
    font-size: 1.3rem;
    border-left: rgba(255, 255, 255, 0.5) 1px solid;
  }
  nav .nav_inner .lang #custom_trans_bar a:first-child {
    padding-left: 0;
    border-left: none;
  }
  nav.open {
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.1s ease;
  }
  nav.open .nav_inner {
    transition: transform 0.4s cubic-bezier(0.365, 0.635, 0.295, 0.955);
    transform: translateY(0%);
  }
  nav.notransition {
    transition-duration: 0s !important;
  }
  footer {
    width: 100%;
    background: #fff;
    padding-top: 10.9rem;
    overflow: hidden;
  }
  footer .topics_section .section_title {
    width: 23.7rem;
    margin: 0 auto 3.2rem;
  }
  footer .topics_section .bnr_set {
    display: block;
  }
  footer .topics_section .bnr_set li {
    width: 30rem;
    margin: 0 auto;
  }
  footer .topics_section .bnr_set li a {
    display: block;
    width: 100%;
  }
  footer .topics_section .bnr_set li + li {
    margin-top: 2.5rem;
  }
  footer .topics_section .bnr_set li.soon:after {
    font-family: "Century Gothic", sans-serif;
    content: "COMING SOON";
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.6);
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  footer .topics_section .slide_wrap {
    width: calc(100% - 3.75rem);
    padding-bottom: 6rem;
    margin: 4rem 0 4rem 3.75rem;
  }
  footer .topics_section .slick-arrow {
    position: absolute;
    width: 3.45rem;
    height: 3.45rem;
    top: 22.5rem;
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    padding: 0;
    background: url(../images/common/arrow.svg) center/contain no-repeat;
  }
  footer .topics_section .slick-arrow:before {
    display: none;
  }
  footer .topics_section .slick-arrow.slick-prev {
    left: calc(50% - 10rem);
    transform: scaleX(-1);
  }
  footer .topics_section .slick-arrow.slick-next {
    left: calc(50% - 10rem + 10.7rem);
  }
  footer .topics_section .bnr_life_set {
    width: 63.9rem;
    left: -21.95rem;
  }
  footer .topics_section .bnr_life_set li {
    width: fit-content;
    width: 21.3rem;
    padding: 0 0.65rem;
  }
  footer .topics_section .bnr_life_set li a {
    display: block;
    width: 100%;
  }
  footer .topics_section .slick_num {
    position: absolute;
    width: 14.2rem;
    height: 3.45rem;
    top: 22.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
  footer .topics_section .slick_num .num {
    display: block;
    width: fit-content;
  }
  footer .topics_section .logo_life {
    position: absolute;
    top: 23.35rem;
    left: 24.2rem;
    width: 6.5rem;
  }
  footer .row1 {
    margin-top: 8.6rem;
    width: 100%;
  }
  footer .row1 ul li {
    display: block;
    margin: 0 auto;
  }
  footer .row1 ul li a {
    display: block;
  }
  footer .row1 ul li + li {
    margin-top: 5.5rem;
  }
  footer .row1 ul li.azabudai {
    width: 14.9rem;
  }
  footer .row1 ul li.toranomon {
    width: 15.75rem;
  }
  footer .row1 ul li.roppongi {
    width: 17.5rem;
  }
  footer .row1 ul li.ark {
    width: 5.5rem;
  }
  footer .row1 ul li.omotesando {
    width: 10.15rem;
  }
  footer .row2 {
    margin: 7.5rem auto 0;
    width: 30rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .row2 ul {
    width: fit-content;
  }
  footer .row2 ul li {
    display: block;
    margin: 0;
    width: fit-content;
  }
  footer .row2 ul li a {
    display: block;
    width: fit-content;
    color: #000;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  footer .row2 ul li + li {
    margin-top: 1.7rem;
  }
  footer .row2 ul + ul {
    margin-left: 4.4rem;
  }
  footer .row3 {
    margin: 2.8rem auto 0;
    padding: 2.5rem 0 2.8rem;
    width: 30rem;
  }
  footer .row3 ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .row3 ul li {
    display: block;
    margin: 0;
    width: fit-content;
  }
  footer .row3 ul li a {
    display: block;
    width: fit-content;
    color: #000;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  footer .row3 ul li + li {
    margin-left: 4.4rem;
  }
  footer .row3 .left {
    margin-top: 2.8rem;
    padding-top: 2.5rem;
    border-top: #cecece 1px solid;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .row3 .logo {
    width: 5rem;
    display: block;
  }
  footer .row3 .copy {
    width: calc(100% - 8.5rem);
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
  footer .go_top {
    position: absolute;
    width: 6rem;
    right: 2.3rem;
    margin-top: -2.25rem;
    z-index: 2;
  }
  footer .go_top a {
    display: block;
  }
  .pc {
    display: none !important;
  }
}