@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* font */
/**
* Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
* Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP Thin"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Light"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }

/*
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype"); }

/*
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}
*/
/* 日本語（notoSans）*/
/* 日本語（notoSerif）*/
/*日本語用（メイリオ）*/
/*英語用*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400; }

.eng {
  font-family: "arial narrow", "arial", "sans-serif", "meiryo"; }

li {
  list-style: none; }

header {
  z-index: 10;
  position: absolute; }
  header nav ul li a, header nav ul li span.menu_parent {
    color: #fff;
    text-decoration: none;
    line-height: 1;
    display: block;
    position: relative; }
  header nav .header_btn a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
  header nav .header_btn .en {
    background-color: #555; }
  header nav .header_btn .contact {
    background-color: #142bc0; }

footer {
  background-color: #333333;
  width: 100%;
  color: #fff; }
  footer a {
    color: #fff;
    text-decoration: none; }
  footer .info span {
    display: block; }
  footer .footer_link dl dd.tw a,
  footer .footer_link dl dd.fb a,
  footer .footer_link dl dd.yt a,
  footer .footer_link dl dd.in a,
  footer .sp_footer_sns dl dd.tw a,
  footer .sp_footer_sns dl dd.fb a,
  footer .sp_footer_sns dl dd.yt a,
  footer .sp_footer_sns dl dd.in a {
    display: block;
    padding: 3px 0 3px 30px; }
  footer .footer_link dl dd.tw a,
  footer .sp_footer_sns dl dd.tw a {
    background: url("../images/common/ico_tw_sp.png") no-repeat left center; }
  footer .footer_link dl dd.fb a,
  footer .sp_footer_sns dl dd.fb a {
    background: url("../images/common/ico_fb_sp.png") no-repeat left center; }
  footer .footer_link dl dd.yt a,
  footer .sp_footer_sns dl dd.yt a {
    background: url("../images/common/ico_yt_sp.png") no-repeat left center; }
  footer .footer_link dl dd.in a,
  footer .sp_footer_sns dl dd.in a {
    background: url("../images/common/ico_in_sp.png") no-repeat left center; }
  footer .copyright {
    border-top: 1px solid #5b5d62;
    text-align: center; }
  footer #pageTop {
    background-color: #b6b6b6;
    position: fixed; }
    footer #pageTop:before {
      content: '';
      width: 8px;
      height: 8px;
      border: 0px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: calc(50% - 2px);
      left: calc(50% - 4px); }

.cookieConsentLayout {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 99;
  transition: .4s 1s transform ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0); }
  .cookieConsentLayout:not(.jsCookieConsent) {
    -webkit-transform: translateY(calc(100% + 50px));
            transform: translateY(calc(100% + 50px)); }
  .cookieConsentLayout .cookieText {
    color: #fff;
    font-weight: bold; }
    .cookieConsentLayout .cookieText a {
      color: #fff;
      text-decoration: underline; }
  .cookieConsentLayout .cookieBtn {
    text-align: center; }
    .cookieConsentLayout .cookieBtn > a {
      text-align: center;
      font-weight: bold;
      text-decoration: none;
      color: #000;
      letter-spacing: 0;
      background: #fff;
      position: relative; }
  .cookieConsentLayout .cookieClose {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    transition: all 0.4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    position: absolute;
    z-index: 10;
    cursor: pointer; }
    .cookieConsentLayout .cookieClose > span {
      display: block;
      width: 25px;
      height: 2px;
      background: #fff;
      position: absolute;
      right: 0;
      left: 0; }
      .cookieConsentLayout .cookieClose > span:nth-child(1) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .cookieConsentLayout .cookieClose > span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

/* ココから下には記入禁止 */
@media screen and (max-width: 900px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    font-size: 13px;
    width: 100%; }
    body.fix {
      overflow: hidden;
      height: 100%; }
  .eng {
    font-family: "arial narrow", "arial", "sans-serif", "meiryo"; }
  li {
    list-style: none; }
  .wrapper {
    overflow: hidden;
    width: 100%; }
  #siteName {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 55px;
    z-index: 11;
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
    z-index: 1; }
    #siteName a {
      height: 55px;
      display: flex;
      align-items: center;
      width: 100%;
      background: #fff; }
    #siteName img {
      width: 80%;
      max-width: 250px;
      padding-left: 15px; }
  header {
    z-index: 10;
    position: absolute;
    position: fixed;
    width: 100%;
    height: 55px;
    top: 0;
    left: 0; }
    header.open {
      z-index: 15; }
    header .menu {
      height: 55px;
      width: 80px;
      color: #fff;
      font-size: 14px;
      padding-top: 20px;
      padding-left: 30px;
      background: url(../images/common/menu.png) no-repeat left 10px top 22px #142bc0;
      background-size: 13px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 9999; }
    header .to_en {
      display: block;
      height: 55px;
      width: 45px;
      background: url(../images/common/en.png) no-repeat center center #555;
      background-size: auto 60%;
      position: absolute;
      top: 0;
      right: 80px;
      z-index: 9998; }
    header .to_jp {
      display: block;
      height: 55px;
      width: 45px;
      background: url(../images/common/jp.png) no-repeat center center #555;
      background-size: auto 60%;
      position: absolute;
      top: 0;
      right: 80px;
      z-index: 9998; }
    header nav {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100%;
      transition: left .5s, right .5s;
      overflow-y: scroll;
      z-index: 9999; }
      header nav #siteName {
        background: #fff; }
      header nav .menu {
        z-index: 999;
        background: url(../images/common/close.png) no-repeat left 10px top 22px #142bc0;
        background-size: 13px; }
      header nav ul {
        background-color: #333333; }
        header nav ul li a, header nav ul li span.menu_parent {
          color: #fff;
          text-decoration: none;
          line-height: 1;
          display: block;
          position: relative;
          border-bottom: 1px solid #555050;
          padding: 20px 30px 20px 15px;
          font-size: 15px; }
        header nav ul.navi {
          margin-top: 55px; }
          header nav ul.navi li a:after {
            content: '';
            width: 6px;
            height: 6px;
            border: 0px;
            border-top: solid 2px #fff;
            border-right: solid 2px #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: calc(50% - 3px);
            right: 20px; }
          header nav ul.navi .parent > a:after, header nav ul.navi .parent span.menu_parent:after {
            content: none; }
          header nav ul.navi .parent > a:before, header nav ul.navi .parent span.menu_parent:before {
            content: "";
            background: url(../images/common/plus.png) no-repeat 0 0;
            width: 13px;
            height: 13px;
            display: block;
            background-size: cover;
            position: absolute;
            top: calc(50% - 3px);
            right: 17px; }
          header nav ul.navi .parent .child {
            display: none; }
            header nav ul.navi .parent .child li a {
              background-color: #1c1c1c;
              font-size: 13px; }
          header nav ul.navi .parent.open > a:before, header nav ul.navi .parent.open span.menu_parent:before {
            content: "";
            background: url(../images/common/minus.png) no-repeat 0 0;
            width: 13px;
            height: 3px;
            display: block;
            background-size: cover;
            position: absolute;
            top: calc(50% - 1px);
            right: 17px; }
          header nav ul.navi .parent.open .child li a {
            background-color: #1c1c1c;
            font-size: 13px; }
      header nav .header_btn {
        display: flex;
        padding: 20px 15px 40px;
        background-color: #333333; }
        header nav .header_btn a {
          text-decoration: none;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 50%;
          padding: 20px 0;
          font-size: 15px; }
        header nav .header_btn .en {
          background-color: #555; }
        header nav .header_btn .contact {
          background-color: #142bc0; }
      header nav .sublink {
        padding-top: 15px; }
        header nav .sublink li a {
          border-bottom: none;
          padding: 10px 15px;
          font-size: 12px; }
      header nav.open {
        right: 0;
        z-index: 9999; }
      header nav div {
        overflow-y: scroll; }
  footer {
    background-color: #333333;
    width: 100%;
    color: #fff;
    padding-top: 30px; }
    footer a {
      color: #fff;
      text-decoration: none; }
    footer #footer_inner {
      padding: 0 15px; }
    footer .footer_logo {
      margin-bottom: 20px; }
      footer .footer_logo img {
        width: 50%; }
    footer .info {
      padding-bottom: 20px; }
      footer .info span {
        display: block;
        margin-bottom: 10px; }
      footer .info p {
        line-height: 1.7;
        margin-bottom: 20px; }
    footer .footer_link {
      display: none; }
    footer .footer_link dl dd,
    footer .sp_footer_sns dl dd {
      margin-bottom: 10px; }
      footer .footer_link dl dd.tw a,
      footer .footer_link dl dd.fb a,
      footer .footer_link dl dd.yt a,
      footer .footer_link dl dd.in a,
      footer .sp_footer_sns dl dd.tw a,
      footer .sp_footer_sns dl dd.fb a,
      footer .sp_footer_sns dl dd.yt a,
      footer .sp_footer_sns dl dd.in a {
        display: block;
        padding: 3px 0 3px 30px; }
      footer .footer_link dl dd.tw a,
      footer .sp_footer_sns dl dd.tw a {
        background: url("../images/common/ico_tw_sp.png") no-repeat left center; }
      footer .footer_link dl dd.fb a,
      footer .sp_footer_sns dl dd.fb a {
        background: url("../images/common/ico_fb_sp.png") no-repeat left center; }
      footer .footer_link dl dd.yt a,
      footer .sp_footer_sns dl dd.yt a {
        background: url("../images/common/ico_yt_sp.png") no-repeat left center; }
      footer .footer_link dl dd.in a,
      footer .sp_footer_sns dl dd.in a {
        background: url("../images/common/ico_in_sp.png") no-repeat left center; }
    footer .copyright {
      border-top: 1px solid #5b5d62;
      text-align: center;
      padding: 20px 0;
      font-size: 10px; }
    footer #pageTop {
      background-color: #b6b6b6;
      position: fixed;
      width: 32px;
      height: 32px;
      bottom: 10px;
      right: 10px; }
      footer #pageTop:before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: calc(50% - 2px);
        left: calc(50% - 4px); }
  #overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none; }
  .cookieConsentLayout {
    width: 100%;
    padding: 50px 0 20px;
    font-size: 13px;
    font-weight: 600;
    left: 0;
    bottom: 0; }
    .cookieConsentLayout .cookieInner {
      padding: 0 20px; }
    .cookieConsentLayout .cookieBtn {
      margin-top: 15px; }
      .cookieConsentLayout .cookieBtn > a {
        display: inline-block;
        padding: 6px 18px;
        border-radius: 12px;
        font-size: 14px;
        margin: 0 auto; }
        .cookieConsentLayout .cookieBtn > a + .btn {
          margin-top: 18px; }
    .cookieConsentLayout .cookieClose {
      right: 20px;
      top: 15px; }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important; } }

@media screen and (min-width: 900px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
  .eng {
    font-family: "arial narrow", "arial", "sans-serif", "meiryo"; }
  li {
    list-style: none; }
  header {
    z-index: 10;
    position: absolute; }
    header nav ul li a, header nav ul li span.menu_parent {
      color: #fff;
      text-decoration: none;
      line-height: 1;
      display: block;
      position: relative; }
    header nav .header_btn a {
      text-decoration: none;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center; }
    header nav .header_btn .en {
      background-color: #555; }
    header nav .header_btn .contact {
      background-color: #142bc0; }
  footer {
    background-color: #333333;
    width: 100%;
    color: #fff; }
    footer a {
      color: #fff;
      text-decoration: none; }
    footer .info span {
      display: block; }
    footer .footer_link dl dd.tw a,
    footer .footer_link dl dd.fb a,
    footer .footer_link dl dd.yt a,
    footer .footer_link dl dd.in a,
    footer .sp_footer_sns dl dd.tw a,
    footer .sp_footer_sns dl dd.fb a,
    footer .sp_footer_sns dl dd.yt a,
    footer .sp_footer_sns dl dd.in a {
      display: block;
      padding: 3px 0 3px 30px; }
    footer .footer_link dl dd.tw a,
    footer .sp_footer_sns dl dd.tw a {
      background: url("../images/common/ico_tw_sp.png") no-repeat left center; }
    footer .footer_link dl dd.fb a,
    footer .sp_footer_sns dl dd.fb a {
      background: url("../images/common/ico_fb_sp.png") no-repeat left center; }
    footer .footer_link dl dd.yt a,
    footer .sp_footer_sns dl dd.yt a {
      background: url("../images/common/ico_yt_sp.png") no-repeat left center; }
    footer .footer_link dl dd.in a,
    footer .sp_footer_sns dl dd.in a {
      background: url("../images/common/ico_in_sp.png") no-repeat left center; }
    footer .copyright {
      border-top: 1px solid #5b5d62;
      text-align: center; }
    footer #pageTop {
      background-color: #b6b6b6;
      position: fixed; }
      footer #pageTop:before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: calc(50% - 2px);
        left: calc(50% - 4px); }
  .cookieConsentLayout .cookieText {
    width: 100%; }
  .cookieConsentLayout .cookieBtn {
    margin-left: 20px; }
    .cookieConsentLayout .cookieBtn > a {
      min-width: 40%; }
  /* ココから下には記入禁止 */ }

@media print, screen and (min-width: 901px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding-top: 4.5vw; }
  .eng {
    font-family: "arial narrow", "arial", "sans-serif", "meiryo"; }
  li {
    list-style: none; }
  #siteName {
    padding-left: 15px; }
  header {
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 4.5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    position: fixed;
    top: 0;
    left: 0; }
    header .menu {
      display: none; }
    header .to_en {
      display: none; }
    header .to_jp {
      display: none; }
    header nav {
      padding-right: 17vw; }
      header nav ul {
        display: flex; }
        header nav ul li {
          padding: 0 0.8vw; }
          header nav ul li a, header nav ul li span.menu_parent {
            color: #fff;
            text-decoration: none;
            line-height: 1;
            display: block;
            position: relative;
            font-size: 13px;
            overflow: hidden;
            padding: 15px 0;
            /*span{
							transition: all .4s;
							display: block;
							height: 10px;
							&:nth-of-type(1){
								transform: translateY(0px);
							}
							&:nth-of-type(2){
								transform: translateY(10px);
							}
						}*/ }
            header nav ul li a:after, header nav ul li span.menu_parent:after {
              content: "";
              display: block;
              width: 0;
              height: 1px;
              background-color: #fff;
              transition: all .3s ease-out;
              position: absolute;
              bottom: 0;
              left: 0; }
            header nav ul li a:hover, header nav ul li span.menu_parent:hover {
              /*span{
								&:nth-of-type(1){
									transform: translateY(-20px);
								}
								&:nth-of-type(2){
									transform: translateY(-10px);
								}
							}*/ }
              header nav ul li a:hover::after, header nav ul li span.menu_parent:hover::after {
                width: 100%; }
      header nav .header_btn {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%; }
        header nav .header_btn a {
          text-decoration: none;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 9vw;
          height: 100%;
          font-size: 0.9vw;
          transition: all .4s; }
          header nav .header_btn a:hover {
            opacity: .7; }
        header nav .header_btn .en {
          background-color: #555;
          width: 7vw; }
        header nav .header_btn .contact {
          background-color: #142bc0; }
  footer {
    background-color: #333333;
    width: 100%;
    color: #fff; }
    footer a {
      color: #fff;
      text-decoration: none; }
      footer a:hover {
        text-decoration: underline; }
    footer #footer_inner {
      max-width: 1100px;
      width: 90%;
      padding-top: 65px;
      padding-bottom: 65px;
      margin: 0 auto; }
    footer .wrap {
      display: flex;
      justify-content: space-between; }
    footer .footer_logo {
      padding-bottom: 45px; }
    footer .info span {
      display: block;
      font-size: 15px;
      margin-bottom: 25px; }
    footer .info p {
      line-height: 2; }
    footer .footer_link {
      display: flex; }
    footer .sp_footer_sns {
      display: none; }
    footer .footer_link li,
    footer .sp_footer_sns li {
      margin-right: 40px; }
    footer .footer_link dl,
    footer .sp_footer_sns dl {
      margin-bottom: 47px; }
      footer .footer_link dl dt,
      footer .sp_footer_sns dl dt {
        margin-bottom: 15px;
        font-size: 13px; }
      footer .footer_link dl dd,
      footer .sp_footer_sns dl dd {
        margin-bottom: 15px;
        font-size: 12px; }
        footer .footer_link dl dd.tw a,
        footer .footer_link dl dd.fb a,
        footer .footer_link dl dd.yt a,
        footer .footer_link dl dd.in a,
        footer .sp_footer_sns dl dd.tw a,
        footer .sp_footer_sns dl dd.fb a,
        footer .sp_footer_sns dl dd.yt a,
        footer .sp_footer_sns dl dd.in a {
          display: block;
          padding: 3px 0 3px 30px; }
        footer .footer_link dl dd.tw a,
        footer .sp_footer_sns dl dd.tw a {
          background: url("../images/common/ico_tw_sp.png") no-repeat left center; }
        footer .footer_link dl dd.fb a,
        footer .sp_footer_sns dl dd.fb a {
          background: url("../images/common/ico_fb_sp.png") no-repeat left center; }
        footer .footer_link dl dd.yt a,
        footer .sp_footer_sns dl dd.yt a {
          background: url("../images/common/ico_yt_sp.png") no-repeat left center; }
        footer .footer_link dl dd.in a,
        footer .sp_footer_sns dl dd.in a {
          background: url("../images/common/ico_in_sp.png") no-repeat left center; }
    footer .copyright {
      border-top: 1px solid #5b5d62;
      text-align: center;
      font-size: 11px;
      padding: 30px 0; }
    footer #pageTop {
      background-color: #b6b6b6;
      position: fixed;
      width: 40px;
      height: 40px;
      bottom: 10px;
      right: 10px; }
      footer #pageTop:before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: calc(50% - 2px);
        left: calc(50% - 4px); }
  .cookieConsentLayout {
    width: 100%;
    padding: 30px 0;
    left: 0;
    bottom: 0; }
    .cookieConsentLayout .cookieInner {
      display: flex;
      align-items: center;
      width: 100%;
      max-width: 1400px;
      padding-right: 100px;
      padding-left: 100px;
      margin-inline: auto; }
    .cookieConsentLayout .cookieText {
      width: calc(100% - 203px);
      font-size: 15px; }
      .cookieConsentLayout .cookieText a:hover {
        text-decoration: none; }
    .cookieConsentLayout .cookieBtn {
      flex: none;
      margin-left: 30px; }
      .cookieConsentLayout .cookieBtn > a {
        display: block;
        padding: 6px 18px;
        border-radius: 12px;
        font-size: 16px;
        transition: .3s background;
        cursor: pointer; }
        .cookieConsentLayout .cookieBtn > a:hover {
          background: #142bc0; }
        .cookieConsentLayout .cookieBtn > a > span {
          position: relative;
          transition: .3s transform; }
    .cookieConsentLayout .cookieClose {
      right: 40px;
      top: 0;
      bottom: 0;
      margin: auto; }
      .cookieConsentLayout .cookieClose:hover span {
        background: #142bc0; }
      .cookieConsentLayout .cookieClose > span {
        transition: .4s background; }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important; } }

/*# sourceMappingURL=map/common.css.map */
