@charset "UTF-8";
/*
Theme Name: カルチャーにいがた
*/
@font-face {
  font-family: "tsugumi";
  src: url("font/tsugumi.woff2") format("woff2");
}
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, 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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
  word-break: break-all;
  line-height: 2;
}
#entrybody a {
  color: #0CAA6E;
  text-decoration: underline;
  font-weight: 500;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ul {
  list-style-type: disc;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: 13px;
  font-size: 1.3rem;
}
#entrybody strong,
#entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong,
#entrybody del strong,
#entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody h1 {
  margin-top: 60px;
  background: #0CAA6E;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 12px 18px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
#entrybody h1:first-child {
  margin-top: 0;
}
#entrybody h1.has-text-align-left {
  text-align: left;
}
#entrybody h1.has-text-align-center {
  text-align: center;
}
#entrybody h1.has-text-align-right {
  text-align: right;
}
#entrybody h2 {
  margin-top: 60px;
  margin-bottom: 15px;
  border-bottom: 6px double #0CAA6E;
  padding-bottom: 18px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #0CAA6E;
  line-height: 1.46;
  font-weight: 500;
}
#entrybody h2:first-child {
  margin-top: 0;
}
#entrybody h2.has-text-align-left {
  text-align: left;
}
#entrybody h2.has-text-align-center {
  text-align: center;
}
#entrybody h2.has-text-align-right {
  text-align: right;
}
#entrybody h3 {
  margin-top: 60px;
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0CAA6E;
}
#entrybody h3:first-child {
  margin-top: 0;
}
#entrybody h3.has-text-align-left {
  text-align: left;
}
#entrybody h3.has-text-align-center {
  text-align: center;
}
#entrybody h3.has-text-align-right {
  text-align: right;
}
#entrybody h4 {
  margin-top: 35px;
  margin-bottom: 14px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #0CAA6E;
  position: relative;
  padding-left: 28px;
  line-height: 1.5;
  font-weight: 500;
}
#entrybody h4:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #0CAA6E;
}
#entrybody h4:first-child {
  margin-top: 0;
}
#entrybody h4.has-text-align-left {
  text-align: left;
}
#entrybody h4.has-text-align-center {
  text-align: center;
}
#entrybody h4.has-text-align-right {
  text-align: right;
}
#entrybody h5 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding-bottom: 15px;
  background: url(img/common/title2_icon1.png) repeat-x left bottom;
  background-size: 7px 6px;
}
#entrybody h5:first-child {
  margin-top: 0;
}
#entrybody h5.has-text-align-left {
  text-align: left;
}
#entrybody h5.has-text-align-center {
  text-align: center;
}
#entrybody h5.has-text-align-right {
  text-align: right;
}
#entrybody h6 {
  margin-top: 35px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #C5C4C4;
  font-size: 20px;
  font-size: 2rem;
  color: #231916;
  line-height: 1.5;
  font-weight: 500;
}
#entrybody h6:first-child {
  margin-top: 0;
}
#entrybody h6.has-text-align-left {
  text-align: left;
}
#entrybody h6.has-text-align-center {
  text-align: center;
}
#entrybody h6.has-text-align-right {
  text-align: right;
}
#entrybody p {
  line-height: 2;
  margin-bottom: 20px;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 15px 12px;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 20px;
}
#entrybody iframe {
  max-width: 100%;
}
#entrybody iframe[src*="youtube.com"] {
  height: auto;
  aspect-ratio: 16/9;
}
#entrybody .u-youtube-wrap {
  padding-top: 56.25%;
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #666;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
#entrybody table thead th,
#entrybody table thead td {
  border-color: #fff;
}
#entrybody table th,
#entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}
#entrybody .wp-block-image {
  margin-bottom: 60px;
}
#entrybody .wp-block-image figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
}
#entrybody .wp-block-button a.wp-block-button__link {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(to right, #0054a7 0%, #2a83ad 50%, #A5C0DB 50%, #A5C0DB 100%);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 200% 100%;
  padding: 9px 30px;
  position: relative;
  overflow: hidden;
}
#entrybody .wp-block-button a.wp-block-button__link:hover {
  opacity: 1;
  background-position: left center;
}
#entrybody .wp-block-button a.wp-block-button__link[target="_blank"]::after {
  display: inline-block;
  vertical-align: baseline;
  content: "";
  background: url(img/common/icon_blank-white.svg) no-repeat center;
  background-size: contain;
  width: 13px;
  height: 12px;
  margin-left: 12px;
  font-size: 16px;
  font-size: 1.6rem;
}
#entrybody .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#entrybody .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  #entrybody {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  #entrybody p {
    margin-bottom: 25px;
    line-height: 1.75;
  }
  #entrybody .wp-block-button a.wp-block-button__link {
    padding: 9px 30px;
  }
  #entrybody .wp-block-button a.wp-block-button__link[target="_blank"]:after {
    width: 13px;
    height: 12px;
    margin-left: 12px;
  }

  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }

  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: #F3F0EB;
  color: #333;
  position: relative;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  min-width: 1340px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #B9B9B9;
}

:-ms-input-placeholder {
  color: #B9B9B9;
}

::-moz-placeholder {
  color: #B9B9B9;
}

::-placeholder {
  color: #B9B9B9;
}

a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a img {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

a,
button,
input[type="submit"],
input[type="button"] {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
a:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

img {
  max-width: 100%;
  height: auto;
}

em {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
ヘッダー
=========================================*/
.l-header {
  padding: 30px 50px;
  position: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  z-index: 999;
}
.l-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0 0 11px rgba(187, 179, 168, 0.5);
  padding: 10px 50px;
}
.l-header__nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-header__nav li {
  margin-left: 50px;
}
.l-header__nav li a {
  display: block;
  text-decoration: none;
}
.l-header__nav li .en {
  font-family: Inter, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: block;
  position: relative;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 2px;
}
.l-header__nav li .en:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.l-header__nav li .title {
  font-family: tsugumi, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 600;
}
.l-header__nav li.news .en {
  color: #688DDF;
}
.l-header__nav li.news .en:before {
  background-color: #688DDF;
}
.l-header__nav li.getting .en {
  color: #95CB61;
}
.l-header__nav li.getting .en:before {
  background-color: #95CB61;
}
.l-header__nav li.beginner .en {
  color: #28AA8D;
}
.l-header__nav li.beginner .en:before {
  background-color: #28AA8D;
}
.l-header__nav li.event .en {
  color: #F69155;
}
.l-header__nav li.event .en:before {
  background-color: #F69155;
}
.l-header__nav li.backnumber .en {
  color: #C994CE;
}
.l-header__nav li.backnumber .en:before {
  background-color: #C994CE;
}
.l-header__nav li.contact .en {
  color: #EC637B;
}
.l-header__nav li.contact .en:before {
  background-color: #EC637B;
}

/*=======================================
フッター
=========================================*/
.l-footer {
  background: #fff;
  margin-top: 100px;
  padding-top: 54px;
  position: relative;
  z-index: 1;
}
.l-footer__nav {
  padding-bottom: 50px;
}
.l-footer__nav .nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l-footer__nav .nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-footer__nav .nav li {
  margin-left: 35px;
}
.l-footer__nav .nav li:first-child {
  margin-left: 0;
}
.l-footer__nav .nav li a {
  display: block;
  text-decoration: none;
}
.l-footer__nav .nav li .en {
  font-family: Inter, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: block;
  position: relative;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 2px;
}
.l-footer__nav .nav li .en:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.l-footer__nav .nav li .title {
  font-family: tsugumi, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 600;
}
.l-footer__nav .nav li.news .en {
  color: #688DDF;
}
.l-footer__nav .nav li.news .en:before {
  background-color: #688DDF;
}
.l-footer__nav .nav li.getting .en {
  color: #95CB61;
}
.l-footer__nav .nav li.getting .en:before {
  background-color: #95CB61;
}
.l-footer__nav .nav li.beginner .en {
  color: #28AA8D;
}
.l-footer__nav .nav li.beginner .en:before {
  background-color: #28AA8D;
}
.l-footer__nav .nav li.event .en {
  color: #F69155;
}
.l-footer__nav .nav li.event .en:before {
  background-color: #F69155;
}
.l-footer__nav .nav li.backnumber .en {
  color: #C994CE;
}
.l-footer__nav .nav li.backnumber .en:before {
  background-color: #C994CE;
}
.l-footer__nav .nav li.contact .en {
  color: #EC637B;
}
.l-footer__nav .nav li.contact .en:before {
  background-color: #EC637B;
}
.l-footer__nav .nav .info {
  text-align: center;
}
.l-footer__nav .nav .info .link {
  margin-top: 8px;
}
.l-footer__nav .nav .info .link a {
  display: block;
  border: 1px solid #227447;
  border-radius: 50px;
  text-decoration: none;
  color: #227447;
  padding: 12px 10px;
  text-align: center;
  width: 350px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-footer__nav .nav .info .link span {
  display: inline-block;
  background: url(img/common/icon_excel.svg) no-repeat left center;
  background-size: 21px auto;
  padding-left: 30px;
}
.l-footer__copyright {
  background: #595757;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 14px 0;
  text-align: center;
}

/*=======================================
パンくず
=========================================*/
/*=======================================
ページタイトル
=========================================*/
.l-pagetitle {
  -webkit-clip-path: url(#pagetitle-path);
  clip-path: url(#pagetitle-path);
  padding-top: 180px;
  padding-bottom: 85px;
  margin-bottom: 100px;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-pagetitle .h {
  font-size: 35px;
  font-size: 3.5rem;
  font-family: tsugumi, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 600;
}
.l-pagetitle svg {
  width: 0;
  height: 0;
}
.is-backnumber .l-pagetitle {
  background-color: #C994CE;
}
.is-news .l-pagetitle, .is-post .l-pagetitle {
  background-color: #688DDF;
}
.is-contact .l-pagetitle, .is-thanks .l-pagetitle {
  background-color: #EC637B;
}
.is-getting .l-pagetitle {
  background-color: #95CB61;
}
.is-beginner .l-pagetitle {
  background-color: #28AA8D;
}
.is-event .l-pagetitle {
  background-color: #F69155;
}

/*=======================================
パンくず
=========================================*/
/*=======================================
ページトップボタン
=========================================*/
.l-pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
}

/*=======================================
コンテンツ
=========================================*/
/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: initial;
  }

  .l-header {
    padding: 10px 15px;
  }
  .l-header-wrap {
    box-shadow: 0 0 5px rgba(187, 179, 168, 0.5);
    padding: 14px 20px;
    flex-wrap: wrap;
    border-radius: 35px;
  }
  .l-header__logo img {
    width: 124px;
  }
  .l-header__btn {
    padding: 20px 10px;
    width: 22px;
  }
  .l-header__btn span {
    display: block;
    position: relative;
    height: 2px;
  }
  .l-header__btn span:before, .l-header__btn span:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #595757;
    border-radius: 2px;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
  }
  .l-header__btn span:before {
    top: -4px;
  }
  .l-header__btn span:after {
    bottom: -4px;
  }
  .l-header__btn.is-open span:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header__btn.is-open span:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header__nav {
    display: none;
    width: 100%;
    max-height: calc(100vh - 140px);
    overflow: auto;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .l-header__nav ul {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
  .l-header__nav li {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .l-header__nav li:last-child {
    margin-bottom: 0;
  }

  .l-pagetitle {
    -webkit-clip-path: url(#pagetitle-path-sp);
    clip-path: url(#pagetitle-path-sp);
    padding-top: 120px;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .l-pagetitle .en {
    margin-bottom: 5px;
  }
  .l-pagetitle .en img {
    width: auto;
    height: 23px;
  }
  .l-pagetitle .h {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .is-event .l-pagetitle .en img {
    height: 43px;
  }

  .l-footer {
    margin-top: 55px;
    padding-top: 28px;
  }
  .l-footer__nav {
    padding-bottom: 40px;
  }
  .l-footer__nav .logo {
    text-align: center;
    margin-bottom: 24px;
  }
  .l-footer__nav .logo img {
    width: 180px;
  }
  .l-footer__nav .nav {
    display: block;
  }
  .l-footer__nav .nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 24px;
  }
  .l-footer__nav .nav li {
    width: 50%;
    margin-bottom: 13px;
    margin-left: 0;
  }
  .l-footer__nav .nav li .en {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .l-footer__nav .nav li .title {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .l-footer__nav .nav .info {
    padding-left: 17px;
    padding-right: 17px;
  }
  .l-footer__nav .nav .info .link {
    margin-top: 18px;
  }
  .l-footer__nav .nav .info .link a {
    width: auto;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .l-footer__nav .nav .info .link span {
    background-size: 17px auto;
    padding-left: 22px;
  }
  .l-footer__copyright {
    font-size: 9px;
    font-size: 0.9rem;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .l-pagetop {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 15px;
  }
}
