@charset "utf-8";

/* CSS Document */

:root {
  --font-family-gothic:     'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  --font-family-gothic-en:  'Roboto','Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;

  --color-base: #fff;
  --color-main: #000;
  --color-brand01: #cf0000;
  --color-sub01: #f8f8f8;
  --color-sub02: #ccc;
}

/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: var(--font-family-gothic);
  line-height: 1.5;
  color: var(--color-main);
}

body.is-menu-open {
  overflow: hidden;
}
h1,h2,h3,h4,h5,h6,strong,th,em{
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width:1280px) {
  body{
    font-size: 12px;
  }
}
@media screen and (max-width:834px) {
  body{
    font-size:calc(9px + 0.7vmin);
    -webkit-tap-highlight-color:transparent;
  }
}
@media screen and (max-width:520px) {
  body{
    font-size:calc(9px + 1vmin);
    -webkit-tap-highlight-color:transparent;
  }
}

a {
  text-decoration: underline;
  transition: 0.2s;
}

a:visited{}
a:hover,
a:active {
  color: ;
  text-decoration: none;
}

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

::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}
::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}

@media screen and (min-width:835px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/***********************
layout
************************/

/***********
common
************/

.l-relative {  position: relative !important; }

.l-textAlign-center {  text-align: center !important; }
.l-textAlign-right  {  text-align: right !important; }
.l-textAlign-left   {  text-align: left !important; }

.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

@media screen and (max-width:834px) {

  .l-bottom-xxsmall {  margin-bottom: 5px  !important; }
  .l-bottom-xsmall  {  margin-bottom: 7px !important; }
  .l-bottom-small   {  margin-bottom: 10px !important; }
  .l-bottom         {  margin-bottom: 15px !important; }
  .l-bottom-large   {  margin-bottom: 20px !important; }
  .l-bottom-xlarge  {  margin-bottom: 30px !important; }
  .l-bottom-xxlarge {  margin-bottom: 40px !important; }

  .l-top-xxsmall {  margin-top: 5px  !important; }
  .l-top-xsmall  {  margin-top: 7px !important; }
  .l-top-small   {  margin-top: 10px !important; }
  .l-top         {  margin-top: 15px !important; }
  .l-top-large   {  margin-top: 20px !important; }
  .l-top-xlarge  {  margin-top: 30px !important; }
  .l-top-xxlarge {  margin-top: 40px !important; }

}

/***********
layout
************/

.l-wrapper{
  overflow: hidden;
}

.l-contents{
}


/***********
base
************/

.l-base {
  width: auto;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-wide {
  width: auto;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-xwide {
  width: auto;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-xxwide {
  width: auto;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-small {
  width: auto;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.l-block {
  padding-top: 10em;
  padding-bottom: 10em;
}
.l-block-small {
  padding-top: 5em;
  padding-bottom: 5em;
}
.l-block-large {
  padding-top: 15em;
  padding-bottom: 15em;
}

.l-block-top {
  padding-top: 10em;
}
.l-block-top-small {
  padding-top: 5em;
}
.l-block-top-large {
  padding-top: 15em;
}

.l-block-bottom {
  padding-bottom: 10em;
}
.l-block-bottom-small {
  padding-bottom: 5em;
}
.l-block-bottom-large {
  padding-bottom: 15em;
}

@media screen and (max-width:834px) {

  .l-base ,
  .l-base-wide ,
  .l-base-xwide ,
  .l-base-xxwide ,
  .l-base-small {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.-noOffset),
  .l-base-wide:not(.-noOffset),
  .l-base-xwide:not(.-noOffset),
  .l-base-xxwide:not(.-noOffset),
  .l-base-small:not(.-noOffset){
    padding-left: 5%;
    padding-right: 5%;
  }

  .l-base-wide .l-base,
  .l-base-wide .l-base-small,
  .l-base .l-base-small {
    padding-left: 0;
    padding-right: 0;
  }


  .l-block {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .l-block-small {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .l-block-large {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .l-block-top {
    padding-top: 5em;
  }
  .l-block-top-small {
    padding-top: 3em;
  }
  .l-block-top-large {
    padding-top: 8em;
  }

  .l-block-bottom {
    padding-bottom: 5em;
  }
  .l-block-bottom-small {
    padding-bottom: 3em;
  }
  .l-block-bottom-large {
    padding-bottom: 8em;
  }

}

/***********
fontColor
************/

.l-fontColor-red {
  color: var(--color-brand01);
}

/***********
text
************/

.l-textMain{
  font-size: 124%;
  line-height: 2;
}
.l-textLead{
  font-size: 124%;
  line-height: 2;
  text-align: center;
}

.l-list-dot {}
.l-list-dot li {
  margin-left: 1em;
}
.l-list-dot li::before {
  content: "・";
  margin-left: -1em;
}

.l-list-asterisk {}

.l-list-asterisk li {
  margin-left: 1em;
}
.l-list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.l-list-number {
  padding-left: 2em;
}
.l-list-number li {
  list-style: decimal;
}

@media screen and (max-width:834px) {

  .l-textMain,
  .l-textLead{
    font-size: 108%;
    line-height: 1.8;
  }
}

@media screen and (max-width:520px) {
  .l-textLead{
    text-align: left;
  }
}

/***********
header
************/

.l-header {
  padding: 15px 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: var(--color-base);
}

.l-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header-block {
  display: flex;
  align-items: center;
}

.l-header-logo {
  width: 260px;
}
.l-header-text {
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 108%;
  padding-left: 2em;
  padding-right: 2em;
}

.l-header-link {
}
.l-header-link-btn {
  display: inline-block;
  border-radius: 5px;
  background-color: var(--color-main);
  color: var(--color-base);
  font-size: 108%;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.4;
  text-decoration: none;
  padding: 0.5em 3.5em 0.5em 1.5em;
  position: relative;
  white-space: nowrap;
}
.l-header-link-btn::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f0a9";
  position: absolute;
  right: 1em;
  top: calc(50% - 0.5em);
}
body.is-pc .l-header-link-btn:hover {
  background-color: var(--color-brand01);
}

@media screen and (max-width:834px) {


  .l-header {
    padding: 10px 10px;
  }

  .l-header-inner {
    display: block;
  }

  .l-header-block {
    display: block;
  }

  .l-header-logo {
    width: 180px;
  }
  .l-header-text {
    font-size: 70%;
    padding: 10px 0 0;
  }

  .l-header-link {
    position: absolute;
    right: 10px;
    top: 8px;
  }
  .l-header-link-btn {
    font-size: 11px;
    padding: 0.2em 3em 0.2em 1em;
  }
}


/***********
footer
************/

.l-footer {
  background-color: var(--color-main);
  color: var(--color-base);
  text-align: center;
  padding-bottom: 4em;
}

.l-footer-navi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2em 0 2em;
  border-bottom: 1px solid #333;
}
.l-footer-navi li {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-footer-navi li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  padding: 0 2em;
}
.l-footer-navi li a{
  display: inline-block;
  font-weight: 500;
  font-size: 124%;
  color: inherit;
  text-decoration: none;
}

body.is-pc .l-footer-navi li a:hover {
  text-decoration: underline;
}



.l-footer-logo {
  max-width: 240px;
  margin: 0 auto;
  padding-top: 4em;
}
.l-footer-copyright {
  display: block;
  font-family: var(--font-family-gothic-en);
  font-size: 108%;
  padding-top: 2em;
}


@media screen and (max-width:834px) {

  .l-footer {
    padding-bottom: 2em;
  }
  .l-footer-navi {
  }
  .l-footer-navi li {
    line-height: 2;
  }
  .l-footer-navi li:not(:last-child)::after {
    padding: 0 1em;
  }
  .l-footer-navi li a{
    font-size: 100%;
  }

  body.is-pc .l-footer-navi li a:hover {
    text-decoration: underline;
  }

  .l-footer-logo {
    max-width: 200px;
    padding-top: 4em;
  }
  .l-footer-copyright {
    font-size: 93%;
  }

}

@media screen and (max-width:520px) {

  .l-footer {
    padding-bottom: 4em;
  }

  .l-footer-navi {
    display: block;
    padding: 0;
    border-bottom: 1px solid #333;
  }
  .l-footer-navi li {
    border-top: 1px solid #333;
    display: block;
  }
  .l-footer-navi li:not(:last-child)::after {
    display: none;
  }
  .l-footer-navi li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    min-height: 4em;
    font-size: 100%;
    position: relative;
  }
  .l-footer-navi li a::before {
    font-family: 'Font Awesome 6 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-weight: 900; /* fas */
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f054";
    position: absolute;
    right: 0;
    top: calc(50% - 0.5em);
  }

  body.is-pc .l-footer-navi li a:hover {
    text-decoration: underline;
  }

  .l-footer-logo {
    max-width: 200px;
    margin: 0 auto;
    padding-top: 4em;
  }
  .l-footer-copyright {
    display: block;
    font-family: var(--font-family-gothic-en);
    font-size: 108%;
    padding-top: 2em;
  }

}


/***********
jump
************/

.l-jumpTop{
  position: fixed;
  right: 0;
  bottom: 0;
}
.l-jumpTop a{
  display: block;
  width: 84px;
  height: 80px;
  background-color: #e60012;
  z-index: 9990;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.l-jumpTop a::after{
  content: "";
  display: block;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform:rotate(45deg);
  position: absolute;
  left: 36px;
  top: 28px;
  width: 10px;
  height: 10px;
  transition:all 0.4s ease;
}

.l-jumpTop span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  text-align: center;
}


@media screen and (max-width:834px) {

  .l-jumpTop{
    display: none !important;
  }

}

/***********
mainVisual
************/

.mainVisual {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  padding-top: 60px;
}
.mainVisual-bg {
  height: 100%;
}
.mainVisual-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainVisual-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.mainVisual-title {
  padding-top: 40px;
}
.mainVisual-title img {
  width: clamp(240px,22vw, 1000px);
}

/***********
homeIntro
************/

.homeIntro {
  padding-top: 5em;
  padding-bottom: 8em;
}


.homeIntro-container {
  display: flex;
  align-items: center;
}
.homeIntro-inner {
  flex: 1;
  padding-right: 5%;
  padding-bottom: 3em;
}
.homeIntro-visual {
  width: 50%;
}
.homeIntro-img {
  margin-right: -10vw;
}



.homeIntro-heading {
  padding-bottom: 3em;
}
.homeIntro-subTitle {
  font-size: 200%;
  font-weight: 900;
  color: var(--color-brand01);
  padding-bottom: 0.8em;
}
.homeIntro-subTitle span {
  background: linear-gradient(to bottom, transparent 95%, var(--color-brand01) 95%);
  padding-bottom: 0.2em;
}
.homeIntro-title {
  font-size: 300%;
  font-weight: 900;
  line-height: 1.2;
}

.homeIntro-text {
  font-size: 139%;
  font-weight: 500;
  line-height: 1.8;
}



.homeIntro-card {
  display: flex;
  justify-content: space-between;
  margin-top: 6em;
}
.homeIntro-card li {
  width: 32%;
  min-height: 5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 200%;
  font-feature-settings: "palt";
  font-weight: 700;
  background-color: var(--color-main);
  color: var(--color-base);
  position: relative;
  overflow: hidden;
}
.homeIntro-card li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  mix-blend-mode: multiply;
}
.homeIntro-card li.-aqua {
  background-color: #0599d9;
}
.homeIntro-card li.-orange {
  background-color: #ea5405;
}
.homeIntro-card li.-green {
  background-color: #6eb92c;
}

.homeIntro-card-text {
  position: relative;
  z-index: 2;
}


.homeIntro-card-tips {
  font-size: 124%;
  text-align: center;
  line-height: 1.6;
  padding-top: 2em;
}



.homeIntro-license {
  background-color: var(--color-main);
  color: var(--color-base);
  margin-top: 2em;
  padding: 1em;
  display: flex;
  align-items: center;
}
.homeIntro-license-img {
  width: 20%;
}
.homeIntro-license-inner {
  flex: 1;
  padding-left: 60px;
  font-size: 170%;
  font-feature-settings: "palt";
  font-weight: 700;
  font-style: italic;
  position: relative;
  line-height: 1.3;
}
.homeIntro-license-inner::before {
  content: "";
  display: block;
  width: 40px;
  height: 24px;
  background: url(../../img/arrow_wt.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
}

@media screen and (max-width:1280px) {

  .homeIntro-subTitle {
    font-size: 154%;
  }
  .homeIntro-title {
    font-size: 254%;
  }

}

@media screen and (max-width:834px) {

  .homeIntro {
    padding-top: 3em;
    padding-bottom: 4em;
  }


  .homeIntro-container {
    display: block;
  }
  .homeIntro-inner {
    padding-right: 0;
    padding-bottom: 3em;
  }
  .homeIntro-visual {
    width: auto;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .homeIntro-img {
    margin-right: 0;
  }
  .homeIntro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    max-height: 300px;
  }

  .homeIntro-heading {
    padding-bottom: 2em;
  }
  .homeIntro-subTitle {
    font-size: clamp(139%,5vw, 200%);
  }
  .homeIntro-subTitle span {
    background: linear-gradient(to bottom, transparent 95%, var(--color-brand01) 95%);
    padding-bottom: 0.2em;
  }
  .homeIntro-title {
    font-feature-settings: "palt";
    font-size: clamp(154%,7.4vw, 300%);
  }

  .homeIntro-text {
    font-size: 116%;
  }



  .homeIntro-card {
    margin-top: 6em;
  }
  .homeIntro-card li {
    width: 32%;
    min-height: 5em;
    font-size: 124%;
  }

  .homeIntro-license {
    margin-top: 2em;
    padding: 10px;
  }
  .homeIntro-license-img {
    width: 120px;
  }
  .homeIntro-license-inner {
    padding-left: 30px;
    font-size: 124%;
  }
  .homeIntro-license-inner::before {
    width: 30px;
    height: 20px;
    left: 0px;
  }

}

@media screen and (max-width:640px) {

  .homeIntro-card {
    display: block;
    max-width: 480px;
    margin: 4em auto 0;
  }
  .homeIntro-card li {
    width: auto;
    min-height: 6em;
    font-size: 154%;
    margin-bottom: 10px;
  }

  .homeIntro-license-img {
    width: 100px;
  }
  .homeIntro-card-tips {
    font-size: 100%;
    text-align: left;
    line-height: 1.6;
  }

}



/***********
homeCampaign
************/

.homeCampaign {
  background-color: var(--color-brand01);
  color: var(--color-base);
  padding-top: 5em;
  padding-bottom: 8em;
  position: relative;
  overflow: hidden
}
.homeCampaign::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../img/bg01.jpg) no-repeat center center / cover ;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.homeCampaign-headline {
  width: 100%;
  max-width: 520px;
  padding-bottom: 1em;
  position: relative;
  z-index: 9;
}


.homeCampaign-container {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 9;
}
.homeCampaign-inner {
  flex: 1;
  padding-right: 5%;
}
.homeCampaign-heading {
  padding-bottom: 3em;
}
.homeCampaign-title {
  font-size: 224%;
  font-weight: 900;
  font-feature-settings: "palt";
  line-height: 1.4;
}
.homeCampaign-text {
  font-size: 139%;
  font-weight: 500;
  line-height: 1.8;
}
.homeCampaign-visual {
  width: 320px;
}
.homeCampaign-img {
  margin-top: -200px;
}


@media screen and (max-width:834px) {

  .homeCampaign {
    padding-top: 2em;
    padding-bottom: 6em;
  }
  .homeCampaign::after {
  }
  .homeCampaign-headline {
    width: 90%;
    max-width: 480px;
    padding-bottom: 1em;
    z-index: 9;
  }

  .homeCampaign-container {
    display: block;
  }
  .homeCampaign-inner {
    flex: 1;
    padding-right:0;
  }
  .homeCampaign-heading {
    padding-bottom: 3em;
  }
  .homeCampaign-title {
    font-size: 131%;
    font-weight: 900;
    font-feature-settings: "palt";
    line-height: 1.6;
    padding-top: 1em;
  }
  .homeCampaign-text {
    font-size: 116%;
    line-height: 1.8;
    clear: both;
    padding-top: 1em;
  }
  .homeCampaign-visual {
    width: 30%;
    transform: translateX(3vw);
    float: right;
  }
  .homeCampaign-img {
    margin-top: 0;
  }

}


/***********
homeNote
************/

.homeNote {
  background-color: var(--color-sub01);
}
.homeNote-container {
  border: 3px solid #333;
  background-color: var(--color-base);
}
.homeNote-title {
  background: url(../../img/pattern01.png) repeat 0 0 / 24px auto;
  text-align: center;
  border-bottom: 2px solid var(--color-brand01);
  font-size: 200%;
  font-weight: 700;
  padding: 0.5em;
  position: relative;
  color: #fff;
}
.homeNote-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.8) 50%, #000 100%);
  mix-blend-mode: multiply;
}
.homeNote-title span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.homeNote-inner {
  padding: 3em 5%;
}
.homeNote-subTitle {
  font-size: 154%;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
.homeNote-subTitle::before {
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  background-color: var(--color-brand01);
  position: absolute;
  left: 0;
  top: 0.7em;
}
.homeNote-text {
  font-size: 124%;
  line-height: 1.8;
}


@media screen and (max-width:834px) {

  .homeNote {
  }
  .homeNote-container {
    border-width: 2px;
  }
  .homeNote-title {
    font-size: 139%;
    background-size: 16px auto;
  }

  .homeNote-inner {
    padding: 2em 5%;
  }
  .homeNote-subTitle {
    font-size: 124%;
  }
  .homeNote-text {
    font-size: 100%;
    line-height: 1.6;
  }

}


/***********
partnerBanner
************/

.partnerBanner {
  max-width: 520px;
  margin: 0 auto;
}



/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/


/***********
status
************/

.is-hide {
  display: none;
}
.is-readerHide {
  clip: rect(1px, 1px, 1px, 1px);
}

.is-inlineBlock{
  display: inline-block;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline ,
.pc-br {
  display: inline;
}

.is-sp-inline ,
.sp-br {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-step > *{
  opacity: 0;
  transition: opacity 1.2s ease;
}
.is-step.is-show > *{
  opacity: 1;
}

.is-gothic {
  font-family: var(--font-family-gothic);
}

@media screen and (max-width:834px) {

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline ,
  .sp-br {
    display: inline;
  }

  .is-pc-inline ,
  .pc-br {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

  .is-spGothic {
    font-family: var(--font-family-gothic);
  }

}
