@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.5;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #fff;
}

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 #000;
  cursor: help;
}

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

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

input, select {
  vertical-align: middle;
}

body {
  position: relative;
  color: #606060;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
}

pre {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 15px;
  background-color: #000;
  border-radius: 10px;
  color: #0fe;
  white-space: pre-wrap;
  line-height: 1.5;
}
pre.htmlcode {
  color: #0d7;
}

.appearance {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 100px 10px;
  border: 1px solid #666;
  border-radius: 10px;
}

.partsUnit {
  margin: 0 0 100px;
}

.js-sec {
  opacity: 0;
  transition: 1s;
}
.js-sec.active {
  opacity: 1;
}

.js-up-sec {
  position: relative;
  opacity: 0;
  top: 60px;
  transition: 1s;
}
.js-up-sec.active {
  opacity: 1;
  top: 0;
}

.js-down-sec {
  position: relative;
  opacity: 0;
  top: -60px;
  transition: 1s;
}
.js-down-sec.active {
  opacity: 1;
  top: 0;
}

.js-left-sec {
  position: relative;
  opacity: 0;
  left: -60px;
  transition: 1s;
}
.js-left-sec.active {
  opacity: 1;
  left: 0;
}

.js-right-sec {
  position: relative;
  opacity: 0;
  right: -60px;
  transition: 1s;
}
.js-right-sec.active {
  opacity: 1;
  right: 0;
}

.js-rightdown-sec {
  position: relative;
  opacity: 0;
  top: -60px;
  right: -60px;
  transition: 1s;
}
.js-rightdown-sec.active {
  opacity: 1;
  top: 0;
  right: 0;
}

.js-leftdown-sec {
  position: relative;
  opacity: 0;
  top: -60px;
  left: -60px;
  transition: 1s;
}
.js-leftdown-sec.active {
  opacity: 1;
  top: 0;
  left: 0;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ma {
  margin: 0 auto !important;
}

@media screen and (min-width: 769px) {
  .sp_menu, .sp {
    display: none;
  }
  body {
    width: 100%;
    background-color: #000;
  }
  h1, h2, h3, h4, h5 {
    font-weight: 600;
  }
  p {
    color: #fff;
  }
  a:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
  header {
    position: relative;
    width: 100%;
    background-color: #000;
    z-index: 1;
  }
  header .inner {
    width: 100%;
    margin: 0 auto;
  }
  #logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: auto;
    height: auto;
    transition: 0.2s;
  }
  #logo a {
    display: block;
    width: 299px;
    height: 90px;
    background: url(../img/logo_renew.png) no-repeat left center;
    background-size: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #logo a span {
    display: none;
  }
  #top #logo {
    position: absolute;
    top: 79px;
    left: 91px;
    width: 598px;
    height: 180px;
  }
  #top #logo a {
    display: block;
    width: 598px;
    height: 180px;
    background: url(../img/logo_renew.png) no-repeat left center;
    background-size: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #top #logo a span {
    display: none;
  }
  .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
    transform: translateY(-100%);
  }
  .is-show {
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  }
  .is-show ul {
    max-width: 1080px;
    margin: 0 auto;
  }
  #container {
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
  }
  #contents {
    width: 100%;
    margin: 0 auto;
  }
  nav {
    position: relative;
    display: flex;
    float: right;
    height: 132px;
  }
  nav ul {
    display: flex;
    letter-spacing: -0.4em;
  }
  nav ul li {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 46px;
    letter-spacing: normal;
    line-height: 132px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho";
  }
  nav ul li a {
    text-decoration: none;
    line-height: 132px;
  }
  nav .bogo-language-switcher {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }
  nav .bogo-language-switcher li {
    display: block;
    width: 100%;
    margin: 5px 0;
    line-height: 1em;
  }
  nav .bogo-language-switcher li a {
    line-height: 1em;
  }
  nav .bogo-language-switcher li a.current {
    color: #006d9d;
  }
  nav .menu_contact {
    width: 230px;
    background: #006d9d;
    line-height: 132px;
  }
  nav .menu_contact a, nav .menu_contact span {
    display: block;
    font-size: 24px;
    font-family: "Playfair Display";
    text-decoration: none;
    text-align: center;
    line-height: 132px;
  }
  .flex_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0;
    transition: all 0.4s;
  }
  .flex_box .flex_left {
    width: 48%;
    max-width: 560px;
  }
  .flex_box .flex_right {
    width: 48%;
    max-width: 560px;
  }
  .btn_link {
    display: block;
    width: 300px;
    height: 46px;
    margin: 0 auto;
    line-height: 46px;
    background-color: #09f;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    text-decoration: none;
    transition: all 0.5s;
  }
  .btn_link:hover {
    background-color: #0d7;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  }
  section h2 {
    font-size: 60px;
  }
  section h3 {
    font-size: 30px;
  }
  section h4 {
    font-size: 24px;
  }
  #pagetop {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #pagetop a {
    display: block;
    width: 90px;
    height: 226px;
    text-indent: -9999px;
    background: #006d9d url(../img/txt_pagetop.png) no-repeat center;
    background-size: 17px 106px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  footer {
    box-sizing: border-box;
    width: calc(100% - 90px);
    margin: 0;
    padding: 72px 20px;
    background-color: #fff;
  }
  footer #footer_inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }
  footer #footer_inner h2 {
    margin-bottom: 26px;
    color: #000;
    font-size: 26px;
    font-weight: 500;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho";
  }
  footer #footer_inner h2 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "游ゴシック", "Yu Gothic";
  }
  footer #footer_inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 38px;
  }
  footer #footer_inner ul li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 11px;
    border-right: 1px solid #c8c9c9;
    font-size: 14px;
    font-family: "游ゴシック", "Yu Gothic";
    font-weight: 600;
    line-height: 1;
    list-style-type: none;
  }
  footer #footer_inner ul li a {
    color: #000;
    text-decoration: none;
  }
  footer #footer_inner ul li:last-child {
    border-right: none;
  }
  footer #footer_inner #copyright {
    color: #000;
    font-size: 14px;
    font-family: "Playfair Display";
    text-align: left;
  }
  /* ==========================
  LPバナー(pc)
  ========================== */
  #banner {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 100;
  }
  #banner a {
    display: block;
  }
  #banner a .img img {
    width: 320px;
    max-width: 100%;
  }
  #banner a:hover {
    opacity: 0.8;
  }
  .close {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    right: 5px;
    cursor: pointer;
  }
  .close span:nth-of-type(1) {
    position: absolute;
    top: 7px;
    right: 0;
    width: 15px;
    height: 1px;
    background-color: #737F9A;
    transform: rotate(45deg);
  }
  .close span:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 7px;
    width: 1px;
    height: 15px;
    background-color: #737F9A;
    transform: rotate(45deg);
  }
}
@media (min-width: 769px) and (max-width: 1499px) {
  #logo, #top #logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: auto;
    height: auto;
    transition: 0.2s;
  }
  #logo a, #top #logo a {
    display: block;
    width: 299px;
    height: 90px;
    background: url(../img/logo_renew.png) no-repeat left center;
    background-size: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #logo a span, #top #logo a span {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1310px) {
  nav ul li {
    margin-right: 20px;
    font-size: 16px;
  }
  nav ul li::first-child {
    margin-left: 0;
  }
  nav .bogo-language-switcher {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 68px;
  }
  nav .bogo-language-switcher li {
    line-height: 1em;
  }
  nav .bogo-language-switcher li a {
    line-height: 1em;
  }
  nav .menu_contact {
    width: 132px;
    height: 132px;
    background: #006d9d url(../img/icn_mail.png) no-repeat center;
    background-size: 32px 32px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    line-height: 132px;
  }
  nav .menu_contact a, nav .menu_contact span {
    display: block;
    height: 132px;
    text-decoration: none;
    text-align: center;
    line-height: 132px;
  }
  nav .menu_contact span {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  #wpadminbar {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0 0;
    background-color: #000;
    background-size: 720px 48px;
    z-index: 2;
  }
  .sp_menu {
    display: block;
    position: absolute;
    top: 0;
    right: 50px;
    margin: 16px 20px 0 0;
    text-align: right;
    transition: 0.1s;
  }
  .sp_menu .menu-trigger, .sp_menu .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
  }
  .sp_menu .menu-trigger {
    position: relative;
    width: 16px;
    height: 11px;
  }
  .sp_menu .menu-trigger span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #006d9d;
  }
  .sp_menu .menu-trigger span:nth-child(1) {
    top: 0;
  }
  .sp_menu .menu-trigger span:nth-child(2) {
    opacity: 0;
  }
  .sp_menu .menu-trigger span:nth-child(3) {
    bottom: 0;
  }
  #logo {
    position: absolute;
    top: 25px;
    left: 17px;
    width: 212px;
    height: 62px;
    margin: 0 0 0 5px;
    padding-top: 4px;
  }
  #logo a {
    display: block;
    width: 212px;
    height: 62px;
    background: url(../img/logo_renew.png) no-repeat left center;
    background-size: 212px 62px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #logo a span {
    display: none;
  }
  nav.pc {
    display: none;
  }
  nav.pc .menu_contact {
    display: none;
  }
  nav.sp {
    display: block;
    position: absolute;
    top: 0;
    left: calc(-100% - 50px);
    width: calc(100% - 50px);
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    transition: 0.4s;
  }
  nav.sp ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 48px;
  }
  nav.sp ul li {
    width: 100%;
    margin-left: 0;
    padding: 10px 10px 10px 32px;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho";
    text-align: left;
  }
  nav.sp ul li a {
    display: block;
    padding-top: 20px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
  }
  nav.sp ul li::before {
    display: block;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #fff;
  }
  nav.sp ul li:first-child a {
    padding-top: 0;
  }
  nav.sp ul li:first-child::before {
    display: none;
  }
  nav.sp.active {
    left: 0;
  }
  nav.sp .menu_contact {
    display: none;
  }
  nav.sp .bogo-language-switcher {
    display: flex;
    width: 80%;
    margin: 20px auto 0;
    border: 2px solid #fff;
  }
  nav.sp .bogo-language-switcher li {
    width: 50%;
    margin: 0;
    padding: 10px 0;
    line-height: 1em;
    text-align: center;
  }
  nav.sp .bogo-language-switcher li::before {
    display: none;
  }
  nav.sp .bogo-language-switcher li + li {
    border-left: 2px solid #fff;
  }
  nav.sp .bogo-language-switcher li a {
    padding-top: 0;
    line-height: 1em;
  }
  nav.sp .bogo-language-switcher li a.current {
    color: #006d9d;
  }
  .menu_contact {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #006d9d url(../img/sp/icn_mail.png) no-repeat center;
    background-size: 13px 10px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    line-height: 50px;
  }
  .menu_contact a, .menu_contact span {
    display: block;
    height: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
  }
  .menu_contact span {
    display: none;
  }
  .sp_menu.active {
    right: calc(100% - 50px);
    z-index: 15;
  }
  .menu-trigger.active span:nth-child(1) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-child(2) {
    opacity: 1;
    width: 16px;
    height: 16px;
    background: url(../img/sp/icn_arrow.png) no-repeat center;
    background-size: 16px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .menu-trigger.active span:nth-child(3) {
    opacity: 0;
  }
  .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: 0.3s;
    transform: translateY(-1000%);
  }
  .is-show {
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  }
  .is-show ul {
    max-width: 768px;
    background-color: #fff;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #wpadminbar {
    display: none;
  }
  .pc {
    display: none;
  }
  body {
    background-color: #000;
  }
  header {
    position: fixed;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0 0;
    background-color: #000;
    background-size: 720px 48px;
    z-index: 2;
  }
  .sp_menu {
    position: absolute;
    top: 0;
    right: 50px;
    margin: 16px 20px 0 0;
    text-align: right;
    transition: 0.1s;
  }
  .sp_menu .menu-trigger, .sp_menu .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
  }
  .sp_menu .menu-trigger {
    position: relative;
    width: 16px;
    height: 11px;
  }
  .sp_menu .menu-trigger span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #006d9d;
  }
  .sp_menu .menu-trigger span:nth-child(1) {
    top: 0;
  }
  .sp_menu .menu-trigger span:nth-child(2) {
    opacity: 0;
  }
  .sp_menu .menu-trigger span:nth-child(3) {
    bottom: 0;
  }
  #logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 134px;
    height: 40px;
    margin: 0 0 0 5px;
    padding-top: 4px;
    transition: 0.4s;
  }
  #logo a {
    display: block;
    width: 134px;
    height: 40px;
    background: url(../img/logo_renew.png) no-repeat left center;
    background-size: 134px 40px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #logo a span {
    display: none;
  }
  #top #logo {
    position: absolute;
    top: 25px;
    left: 17px;
    width: 212px;
    height: 62px;
    margin: 0 0 0 5px;
    padding-top: 4px;
    transition: 0.4s;
  }
  #top #logo a {
    display: block;
    width: 212px;
    height: 62px;
    background: url(../img/logo_renew.png) no-repeat left center;
    background-size: 212px 62px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #top #logo a span {
    display: none;
  }
  #top #logo.active {
    top: 0;
    left: 0;
    width: 134px;
    height: 40px;
  }
  #top #logo.active a {
    width: 134px;
    height: 40px;
    background-size: 134px 40px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #top #logo.active a span {
    display: none;
  }
  nav.pc {
    display: none;
  }
  nav.pc .menu_contact {
    display: none;
  }
  nav.sp {
    position: absolute;
    top: 0;
    left: calc(-100% - 50px);
    width: calc(100% - 50px);
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    transition: 0.4s;
  }
  nav.sp ul {
    width: 100%;
    margin-top: 48px;
  }
  nav.sp ul li {
    width: 100%;
    padding: 10px 10px 10px 32px;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho";
    text-align: left;
  }
  nav.sp ul li a {
    display: block;
    padding-top: 20px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
  }
  nav.sp ul li::before {
    display: block;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #fff;
  }
  nav.sp ul li:first-child a {
    padding-top: 0;
  }
  nav.sp ul li:first-child::before {
    display: none;
  }
  nav.sp.active {
    left: 0;
  }
  nav.sp .menu_contact {
    display: none;
  }
  nav.sp .bogo-language-switcher {
    display: flex;
    width: 80%;
    margin: 20px auto 0;
    border: 2px solid #fff;
  }
  nav.sp .bogo-language-switcher li {
    width: 50%;
    margin: 0;
    padding: 10px 0;
    line-height: 1em;
    text-align: center;
  }
  nav.sp .bogo-language-switcher li::before {
    display: none;
  }
  nav.sp .bogo-language-switcher li + li {
    border-left: 2px solid #fff;
  }
  nav.sp .bogo-language-switcher li a {
    padding-top: 0;
    line-height: 1em;
  }
  nav.sp .bogo-language-switcher li a.current {
    color: #006d9d;
  }
  .menu_contact {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #006d9d url(../img/sp/icn_mail.png) no-repeat center;
    background-size: 13px 10px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    line-height: 50px;
  }
  .menu_contact a, .menu_contact span {
    display: block;
    height: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
  }
  .menu_contact span {
    display: none;
  }
  .sp_menu.active {
    right: calc(100% - 50px);
    z-index: 15;
  }
  .menu-trigger.active span:nth-child(1) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-child(2) {
    opacity: 1;
    width: 16px;
    height: 16px;
    background: url(../img/sp/icn_arrow.png) no-repeat center;
    background-size: 16px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .menu-trigger.active span:nth-child(3) {
    opacity: 0;
  }
  .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: 0.3s;
    transform: translateY(-1000%);
  }
  .is-show {
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  }
  .is-show ul {
    max-width: 768px;
    background-color: #fff;
  }
  section {
    width: 100vw;
    overflow: hidden;
    padding: 0;
  }
  section h2 {
    font-size: 30px;
  }
  section h3 {
    font-size: 20px;
  }
  section h4 {
    font-size: 14px;
  }
  .blur {
    -ms-filter: blur(4px);
    filter: blur(4px);
    transition: 0.6s;
  }
  #contents {
    min-height: calc(100vh - 150px);
    margin-top: 50px;
    overflow: hidden;
  }
  #pagetop {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  #pagetop a {
    display: block;
    width: 47px;
    height: 75px;
    text-indent: -9999px;
    background: #006d9d url(../img/sp/txt_pagetop.png) no-repeat center;
    background-size: 47px 75px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #pagetop.active {
    position: fixed;
    transition: 0.2s;
  }
  footer {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: calc(100% - 47px);
    height: 75px;
    margin: 0;
    background: url(../img/sp/bg_footer.png) repeat-y right top;
    background-size: 100% 27px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  footer #footer_inner {
    width: 100%;
    margin: 0 auto;
  }
  footer #footer_inner h2 {
    display: none;
  }
  footer #footer_inner ul {
    display: none;
  }
  footer #footer_inner #copyright {
    color: #000;
    font-size: 10px;
    font-family: "Playfair Display";
    text-align: center;
  }
  /* ==========================
  LPバナー(sp)
  ========================== */
  #banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1;
  }
  #banner a {
    display: block;
  }
  #banner a .img img {
    width: 280px;
    max-width: 100%;
  }
  #banner a:hover {
    opacity: 0.8;
  }
  .close {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    right: 5px;
    cursor: pointer;
  }
  .close span:nth-of-type(1) {
    position: absolute;
    top: 7px;
    right: 0;
    width: 15px;
    height: 1px;
    background-color: #737F9A;
    transform: rotate(45deg);
  }
  .close span:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 7px;
    width: 1px;
    height: 15px;
    background-color: #737F9A;
    transform: rotate(45deg);
  }
}