@charset "UTF-8";
/* color */
/* -------------------------------------------------------- */
/* Media Query */
/* -------------------------------------------------------- */
/* import */
/* -------------------------------------------------------- */
/* reset */
/* -------------------------------------------------------- */
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/*
img[src$=".svg"] {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
*/
button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* base settings */
/* -------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #3C3C3C;
  font-size: 16px;
  font-size: 1.6rem;
}

a {
  color: #3C3C3C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* common setting
-------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
.cen {
  margin: 0 auto;
  text-align: center;
}

#pagetop {
  font-size: 1px;
  line-height: 0;
  overflow: hidden;
  float: right;
}
#pagetop a {
  text-decoration: none;
}
#pagetop img {
  width: 60px;
  height: 60px;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  #pagetop img {
    width: 40px;
    height: 40px;
  }
}

#pagetop.f_fixed {
  position: fixed;
  bottom: 20px;
  right: 60px;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  #pagetop.f_fixed {
    bottom: 15px;
    right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .gmap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
}
.gmap iframe {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/* layout setting
-------------------------------------------------- */
.main_width {
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1140px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .main_width {
    width: calc(100% - 30px);
  }
}

/* wp editor */
/* -------------------------------------------------- */
.post_contents {
  overflow: hidden;
}

.wp-block-image img {
  width: initial;
  width: auto;
}

.wp-block-image figcaption {
  margin-top: 1.45em;
  color: #726C6D;
  font-size: 1.4rem;
  line-height: 1.7;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-quote {
  position: relative;
  padding: 2em 2.2em 2.2em;
  background: #F0F5F5;
  line-height: 1.6;
}
.wp-block-quote::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 23px;
  background: url(../img/common/icn_quotation.svg) no-repeat 0 0;
  top: -6.5px;
  left: 14px;
}

/* bread_crumb */
/* ------------------------------------ */
.bread_crumb {
  padding: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .bread_crumb {
    padding: 20px 0 0;
  }
}
.bread_crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bread_crumb ul li:not(:last-child):after {
  display: inline-block;
  content: "＞";
  padding: 0 0.5em;
  font-size: 1.4rem;
  font-weight: 500;
}
.bread_crumb ul li a, .bread_crumb ul li span {
  font-size: 1.4rem;
  font-weight: 500;
}
.bread_crumb ul li a:hover {
  text-decoration: underline;
}

/* page-numbers */
/* ------------------------------------ */
.page-numbers_wrap {
  margin: 70px auto 0;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap {
    margin: 40px auto 0;
  }
}
.page-numbers_wrap ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-numbers_wrap ul.pagination li {
  padding: 0 1em;
  margin: 5px 3px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap ul.pagination li {
    padding: 0 0.5em;
  }
}
.page-numbers_wrap ul.pagination li a {
  font-weight: 500;
}
.page-numbers_wrap ul.pagination li a:hover {
  text-decoration: underline;
}
.page-numbers_wrap ul.pagination li.current {
  font-weight: 700;
}
.page-numbers_wrap ul.pagination li.prev, .page-numbers_wrap ul.pagination li.next {
  position: relative;
  font-size: 1.3rem;
}
.page-numbers_wrap ul.pagination li.prev {
  padding: 0 2em 0 1em;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap ul.pagination li.prev {
    padding: 0 1em;
  }
}
.page-numbers_wrap ul.pagination li.prev::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #7D8791 transparent transparent;
  top: 0;
  left: 0;
}
.page-numbers_wrap ul.pagination li.next {
  padding: 0 1em 0 2em;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap ul.pagination li.next {
    padding: 0 1em;
  }
}
.page-numbers_wrap ul.pagination li.next::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #7D8791;
  top: 0;
  right: 0;
}
.page-numbers_wrap ul.next_prev_link {
  margin: 0 auto 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-numbers_wrap ul.next_prev_link {
    display: block;
  }
}
.page-numbers_wrap ul.next_prev_link li {
  margin-bottom: 10px;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-numbers_wrap ul.next_prev_link li {
    width: 100%;
    max-width: auto;
    max-width: initial;
  }
}
.page-numbers_wrap ul.next_prev_link li a {
  position: relative;
  padding: 33px 24px 35px 30px;
  height: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.35;
  background: #fff;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-numbers_wrap ul.next_prev_link li a i {
  background: url(../img/common/arrow.svg) no-repeat 0 0;
  width: 10px;
  height: 20px;
}
.page-numbers_wrap ul.next_prev_link li a:hover {
  opacity: 0.7;
}
.page-numbers_wrap ul.next_prev_link li.prev {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-numbers_wrap ul.next_prev_link li.prev {
    margin-right: 0;
  }
}
.page-numbers_wrap ul.next_prev_link li.prev a i {
  margin-right: 15px;
}
.page-numbers_wrap ul.next_prev_link li.next {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-numbers_wrap ul.next_prev_link li.next {
    margin-left: 0;
  }
}
.page-numbers_wrap ul.next_prev_link li.next a i {
  margin-left: 15px;
  width: 23px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* header */
/* -------------------------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  height: 120px;
  z-index: 99;
  top: 0;
  left: 0;
}
.header .h_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 20px 40px;
  height: 120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1139px) {
  .header .h_inner {
    padding: 20px 20px;
  }
}
.header .h_inner .h_left .logo {
  margin-right: 40px;
  max-width: 294px;
}
.header .h_inner .h_left .logo img {
  display: block;
}
.header .h_inner .h_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 40px;
}
@media only screen and (max-width: 1139px) {
  .header .h_inner .h_right {
    gap: 0 20px;
  }
}
.header .h_inner .nav_content {
  height: 40px;
}
.header .h_inner .nav_content .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .h_inner .nav_content .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .h_inner .nav_content .gnav ul li {
  position: relative;
  padding: 0 32px;
}
@media only screen and (max-width: 1139px) {
  .header .h_inner .nav_content .gnav ul li {
    padding: 0 16px;
  }
}
.header .h_inner .nav_content .gnav ul li:first-of-type::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #323232;
  top: 0;
  left: 0;
}
.header .h_inner .nav_content .gnav ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #323232;
  top: 0;
  right: 0;
}
.header .h_inner .nav_content .gnav ul li a,
.header .h_inner .nav_content .gnav ul li span {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #323232;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 1139px) {
  .header .h_inner .nav_content .gnav ul li a,
  .header .h_inner .nav_content .gnav ul li span {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.header .h_inner .nav_content .gnav ul li a::after,
.header .h_inner .nav_content .gnav ul li span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #194493;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .h_inner .nav_content .gnav ul li a:hover::after,
.header .h_inner .nav_content .gnav ul li span:hover::after {
  width: 100%;
}
.header .h_inner .nav_content .gnav ul li:last-of-type span::after {
  content: none;
}
.header .h_inner .nav_content .gnav ul li.active a::after,
.header .h_inner .nav_content .gnav ul li.active span::after {
  width: 100%;
}
.header .h_inner .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .h_inner .language li {
  font-size: 1.8rem;
}
.header .h_inner .language li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.15em;
  width: 55px;
  height: 40px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  opacity: 0.7;
  background: #B4B4B4;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.header .h_inner .language li.lang-item-first a {
  border-radius: 4px 0 0 4px;
}
.header .h_inner .language li.current-lang a {
  opacity: 1;
  background: #194493;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
}
.header .menu_button {
  display: none;
}

@media only screen and (min-width: 768px) {
  .header .h_inner .nav_content .gnav ul li .child {
    position: absolute;
    display: none;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 10px 20px;
    width: 200px;
    height: 100px;
    background: #194493;
  }
  .header .h_inner .nav_content .gnav ul li .child.active {
    opacity: 0.8;
    display: block;
  }
  .header .h_inner .nav_content .gnav ul li .child ul {
    display: block;
  }
  .header .h_inner .nav_content .gnav ul li .child ul li {
    padding: 6px 0;
    line-height: 1;
  }
  .header .h_inner .nav_content .gnav ul li .child ul li::before, .header .h_inner .nav_content .gnav ul li .child ul li::after {
    content: none;
  }
  .header .h_inner .nav_content .gnav ul li .child ul li a {
    position: relative;
    display: block;
    padding-left: 12px;
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .header .h_inner .nav_content .gnav ul li .child ul li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #FFFFFF;
    top: 4px;
    left: 0;
  }
  .header .h_inner .nav_content .gnav ul li .child ul li a::after {
    content: none;
  }
  .header .h_inner .nav_content .gnav ul li .child ul li a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 58px;
  }
  .header .h_inner {
    padding: 20px 60px 10px 20px;
    height: 68px;
  }
  .header .h_inner .h_left .h_catch {
    display: none;
  }
  .header .h_inner .h_left .logo {
    margin-top: -8px;
    margin-right: 0;
    width: 100%;
    max-width: 146px;
  }
  .header .h_inner .h_right {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .header .h_inner .nav_content {
    position: fixed;
    top: 68px;
    right: -120%;
    padding-bottom: 200px;
    width: 100%;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    background: #3C3C3C;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .h_inner .nav_content.active {
    right: 0;
  }
  .header .h_inner .nav_content .gnav {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 50px 15px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    display: block;
  }
  .header .h_inner .nav_content .gnav ul {
    width: 100%;
    display: block;
  }
  .header .h_inner .nav_content .gnav ul li {
    padding: 0;
    height: auto;
    line-height: 1;
    border-bottom: 1px solid #ccc;
  }
  .header .h_inner .nav_content .gnav ul li:first-of-type {
    border-top: 1px solid #ccc;
  }
  .header .h_inner .nav_content .gnav ul li:first-of-type::before {
    content: none;
  }
  .header .h_inner .nav_content .gnav ul li::after {
    content: none;
  }
  .header .h_inner .nav_content .gnav ul li a,
  .header .h_inner .nav_content .gnav ul li span {
    display: block;
    position: relative;
    padding: 14px 40px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .header .h_inner .nav_content .gnav ul li a::after,
  .header .h_inner .nav_content .gnav ul li span::after {
    content: none;
  }
  .header .h_inner .nav_content .gnav ul .child ul {
    margin-left: 60px;
  }
  .header .h_inner .nav_content .gnav ul .child ul li {
    border: none;
  }
  .header .h_inner .nav_content .gnav ul .child ul li a {
    position: relative;
    display: block;
    padding-left: 12px;
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .header .h_inner .nav_content .gnav ul .child ul li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #FFFFFF;
    top: calc(50% - 4px);
    left: 0;
  }
  .header .h_inner .language li {
    font-size: 1.4rem;
  }
  .header .h_inner .language li span,
  .header .h_inner .language li a {
    width: 38px;
    height: 28px;
  }
  .header .menu_button {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 14px;
    top: 24px;
    right: 14px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    z-index: 99999;
  }
  .header .menu_button::after {
    position: absolute;
    content: "MENU";
    color: #303030;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    top: 18px;
  }
  .header .menu_button span {
    display: block;
    width: 24px;
    height: 2px;
    background: #303030;
  }
  .header .menu_button span + span {
    margin-top: 4px;
  }
  .header .menu_button.close {
    top: 24px;
  }
  .header .menu_button.close::after {
    content: "";
  }
  .header .menu_button.close span {
    background: #303030;
  }
  .header .menu_button.close span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: relative;
    top: 2px;
  }
  .header .menu_button.close span:nth-of-type(2) {
    display: none;
  }
  .header .menu_button.close span:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .menu_button.close span + span {
    margin-top: 0;
  }
}
/* footer */
/* -------------------------------------------------------- */
.footer .inner {
  padding: 40px 0;
  background: #282828;
}
.footer .inner .main_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1139px) {
  .footer .inner .main_width {
    gap: 0 20px;
  }
}
.footer .inner .main_width .f_left .f_logo {
  margin-bottom: 20px;
  max-width: 294px;
}
.footer .inner .main_width .f_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media only screen and (max-width: 1139px) {
  .footer .inner .main_width .f_right {
    gap: 0 15px;
  }
}
.footer .inner .main_width .f_right dl {
  width: 170px;
}
.footer .inner .main_width .f_right dl dt a {
  display: block;
  padding-bottom: 6px;
  color: #fff;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #969696;
}
.footer .inner .main_width .f_right dl dt + dt {
  margin-top: 20px;
}
.footer .inner .main_width .f_right dl dd {
  padding: 12px 0 0;
  line-height: 1;
}
.footer .inner .main_width .f_right dl dd a {
  position: relative;
  display: block;
  padding-left: 12px;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.footer .inner .main_width .f_right dl dd a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 4px;
  left: 0;
}
.footer .inner .main_width .copy .copyright {
  padding-left: 10px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 767px) {
  .footer .inner .main_width {
    display: block;
  }
  .footer .inner .main_width .f_left .f_logo {
    max-width: 200px;
  }
  .footer .inner .main_width .f_right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 15px;
  }
  .footer .inner .main_width .f_right dl {
    width: auto;
    min-width: 90px;
  }
  .footer .inner .main_width .f_right dl dt a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .footer .inner .main_width .f_right dl dd {
    padding-left: 5px;
  }
  .footer .inner .main_width .f_right dl dd a {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .footer .inner .main_width .copy {
    margin-top: 30px;
    text-align: center;
  }
  .footer .inner .main_width .copy .copyright {
    padding-left: 0;
    letter-spacing: 0.1em;
  }
}
/* cookie-notice */
/* -------------------------------------------------------- */
#cookie-notice #cn-notice-text {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  display: block;
}
#cookie-notice .cn-privacy-policy-link {
  color: #FFF;
  text-decoration: underline;
}
#cookie-notice .cn-privacy-policy-link:hover {
  text-decoration: none;
}
#cookie-notice .cn-close-icon {
  margin-top: 0;
  width: 24px;
  height: 24px;
  background: #FFF;
  border-radius: 2px;
  top: 10px;
  right: 10px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #cookie-notice .cn-close-icon {
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
  }
}
#cookie-notice .cn-close-icon::before, #cookie-notice .cn-close-icon::after {
  top: 5px;
  left: 11px;
  background: #282828;
}
@media only screen and (max-width: 767px) {
  #cookie-notice .cn-close-icon::before, #cookie-notice .cn-close-icon::after {
    top: 3px;
    left: 9px;
  }
}