@charset "utf-8";

/*--調整--*/
html {
	background-color: transparent !important;
}

/*
.h_bar, 
#beltbnr {
	display: none;
}
*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

#specialty {
  text-align: center;
}

#specialty a {
  text-decoration: none;
}

#specialty figure {
  margin: 0;
}

#specialty a:hover img {
  opacity: 1 !important;
}

/*--sticky用--*/
html, body, div.wrapper_ {
  overflow: visible !important;
}

/*--SPのみ表示用--*/
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/*--PCのみ表示用--*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}


/*----------
FONT
----------*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

.fontJp400NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fontJp700NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


/*----------
KV
----------*/
.kv_inner {
  width: 100%;
  height: 255px;
  margin: 0 auto;
}

.kv_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 768px) {
  .kv_inner {
    height: 505px;
  }
}

/*----------
LEAD
----------*/
.lead_inner {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.lead_inner h2 {
  font-size: min(5.5813953488372094vw, 24px);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.lead_inner p {
  padding-top: 40px;
  font-size: min(3.255813953488372vw, 14px);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .lead_inner {
    padding: 100px 0;
  }
}


/*----------
APP
----------*/
.app h2 {
  font-size: min(4.186046511627907vw, 18px);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.app_content {
  display: none;
}

.app_content.active {
  display: block;
}

.app_inner {
  width: calc(100% - 30px * 2);
  margin: 0 auto;
  padding: 60px 0;
}

.app_inner:nth-of-type(n+2) {
  border-top: 1px solid #cccccc;
}

.app_inner h3 {
  padding-top: 20px;
  font-size: min(3.7209302325581395vw, 16px);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.app_inner ul {
  margin: 60px auto 0;
}

.app_inner li {
  width: 39.06%;
  margin: 0 auto;
}

.app_inner li:nth-of-type(n+2) {
  margin: 20px auto 0;
}

.app_inner.line_account ul {
  margin: 0 auto;
}

.app_inner.line_account li {
  width: 100%;
  margin: 0 auto;
}

.app_inner p {
  padding-top: 20px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.app_icon {
  width: 34.88%;
  margin: 0 auto;
}

.store-button {
  display: none;
}

.login-button {
  margin: 40px auto;
}

.login-button a {
  padding: 10px 20px;
  background: #04345a;
  border: 1px solid #04345a;
  border-radius: 50px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
  transition: all 0.3s ease;
}

.login-button a:hover {
  background: #ffffff;
  color: #04345a;
}

@media only screen and (min-width: 768px) {
  .app_inner {
    width: 430px;
  }
}


/*----------
BANNER
----------*/
.bnr {
  width: calc(100% - 20px * 2);
  margin: 20px auto 0;
}

.bnr img {
  border: 1px solid #eeeeee;
}
