@charset "UTF-8";
/* =====================================================================
sora_settings.css - HTML5用reset.cssとサイト共通初期設定 -
======================================================================== */
/* reset
============================================================= */
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, sup, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  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;
}

/* base
============================================================= */
html,
body {
  min-height: 100%;
}

html {
  color: #000;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 26.6666666667vw;
  }
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 549.048316252%;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 7.3206442167vw;
  }
}

@media screen and (min-width: 1500px), print {
  html {
    font-size: 686.310395315%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 160%;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  body {
    font-size: 0.16rem;
    line-height: 1.8;
    min-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.13rem;
    line-height: 1.8;
    padding-top: 0.55rem;
  }
  body.-localMenuOpen, body.-menuOpen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
  }
}

#main {
  display: block;
}

/* link
============================================================= */
a {
  color: #015EB2;
  text-decoration: underline;
  /* blank */
  /* pdf */
}

a:hover {
  text-decoration: none;
}

a[target="_blank"]::after {
  content: '';
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  background-image: url(/sora/img/cmn/cmn_icoBlank.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: .8em auto;
  position: relative;
  top: .3em;
  right: -.2em;
  margin-right: 0.04rem;
}

a[target="_blank"].-noIcon::after {
  content: none;
}

/* image
============================================================= */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}

table th img,
table td img {
  vertical-align: middle;
}

/* object fit image */
img.objectFit {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
}

img.objectFit.-contain {
  font-family: 'object-fit: contain;';
  -o-object-fit: contain;
  object-fit: contain;
}

.imgFull {
  width: 100%;
  height: auto;
}

/* sticky
============================================================= */
.sticky {
  position: sticky;
  top: 0;
}

.sticky::before, .sticky::after {
  content: '';
  display: table;
}

/* =============================================================
modifier
============================================================= */
/* display
============================================================= */
@media screen and (min-width: 768px), print {
  .-pcItem {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .-pcItem {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  br.-pcItem {
    display: inline !important;
  }
}

@media screen and (min-width: 768px), print {
  .-spItem {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .-spItem {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  br.-spItem {
    display: inline !important;
  }
}

/* margin
============================================================= */
@media screen and (min-width: 768px), print {
  .-mt0 {
    margin-top: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .-mt0 {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mt5 {
    margin-top: 0.05rem;
  }
}

@media screen and (max-width: 767px) {
  .-mt5 {
    margin-top: 0.05rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mt10 {
    margin-top: 0.1rem;
  }
}

@media screen and (max-width: 767px) {
  .-mt10 {
    margin-top: 0.1rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mt15 {
    margin-top: 0.15rem;
  }
}

@media screen and (max-width: 767px) {
  .-mt15 {
    margin-top: 0.15rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mt20 {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .-mt20 {
    margin-top: 0.2rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mt25 {
    margin-top: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .-mt25 {
    margin-top: 0.25rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mt30 {
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 767px) {
  .-mt30 {
    margin-top: 0.3rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mt35 {
    margin-top: 0.35rem;
  }
}

@media screen and (max-width: 767px) {
  .-mt35 {
    margin-top: 0.35rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mt40 {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 767px) {
  .-mt40 {
    margin-top: 0.4rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mt45 {
    margin-top: 0.45rem;
  }
}

@media screen and (max-width: 767px) {
  .-mt45 {
    margin-top: 0.45rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mt50 {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .-mt50 {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mt55 {
    margin-top: 0.55rem;
  }
}

@media screen and (max-width: 767px) {
  .-mt55 {
    margin-top: 0.55rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mt60 {
    margin-top: 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .-mt60 {
    margin-top: 0.6rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mb0 {
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .-mb0 {
    margin-bottom: 0rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mb5 {
    margin-bottom: 0.05rem;
  }
}

@media screen and (max-width: 767px) {
  .-mb5 {
    margin-bottom: 0.05rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mb10 {
    margin-bottom: 0.1rem;
  }
}

@media screen and (max-width: 767px) {
  .-mb10 {
    margin-bottom: 0.1rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mb15 {
    margin-bottom: 0.15rem;
  }
}

@media screen and (max-width: 767px) {
  .-mb15 {
    margin-bottom: 0.15rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mb20 {
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .-mb20 {
    margin-bottom: 0.2rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mb25 {
    margin-bottom: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .-mb25 {
    margin-bottom: 0.25rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mb30 {
    margin-bottom: 0.3rem;
  }
}

@media screen and (max-width: 767px) {
  .-mb30 {
    margin-bottom: 0.3rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mr0 {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .-mr0 {
    margin-right: 0rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mr5 {
    margin-right: 0.05rem;
  }
}

@media screen and (max-width: 767px) {
  .-mr5 {
    margin-right: 0.05rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mr10 {
    margin-right: 0.1rem;
  }
}

@media screen and (max-width: 767px) {
  .-mr10 {
    margin-right: 0.1rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mr15 {
    margin-right: 0.15rem;
  }
}

@media screen and (max-width: 767px) {
  .-mr15 {
    margin-right: 0.15rem;
  }
}

@media screen and (min-width: 768px), print {
  .-mr20 {
    margin-right: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .-mr20 {
    margin-right: 0.2rem;
  }
}

@media screen and (min-width: 768px), print {
  .-ml0 {
    margin-left: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .-ml0 {
    margin-left: 0rem;
  }
}

@media screen and (min-width: 768px), print {
  .-ml5 {
    margin-left: 0.05rem;
  }
}

@media screen and (max-width: 767px) {
  .-ml5 {
    margin-left: 0.05rem;
  }
}

@media screen and (min-width: 768px), print {
  .-ml10 {
    margin-left: 0.1rem;
  }
}

@media screen and (max-width: 767px) {
  .-ml10 {
    margin-left: 0.1rem;
  }
}

@media screen and (min-width: 768px), print {
  .-ml15 {
    margin-left: 0.15rem;
  }
}

@media screen and (max-width: 767px) {
  .-ml15 {
    margin-left: 0.15rem;
  }
}

@media screen and (min-width: 768px), print {
  .-ml20 {
    margin-left: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .-ml20 {
    margin-left: 0.2rem;
  }
}

@media screen and (min-width: 768px), print {
  .-equalMargin > * + * {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 767px) {
  .-equalMargin > * + * {
    margin-top: 0.3rem;
  }
}

/* padding
============================================================= */
@media screen and (min-width: 768px), print {
  .-pcPadding {
    padding-left: 0.83rem;
    padding-right: 0.83rem;
  }
}

@media screen and (max-width: 767px) {
  .-spPadding {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}

/* text-align
============================================================= */
.-textRight {
  text-align: right;
}

.-textCenter {
  text-align: center;
}

.-textLeft {
  text-align: left;
}

/* inview
============================================================= */
@media (prefers-reduced-motion: reduce) {
  .inview {
    opacity: 1 !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
  }
  .inview * {
    opacity: 1 !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .-inviewed {
    opacity: 1 !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
  }
  .-inviewed * {
    opacity: 1 !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
  }
}

/* space
============================================================= */
.spaceSS {
  margin-top: 0.16rem !important;
}

@media screen and (max-width: 767px) {
  .spaceSS {
    margin-top: 0.16rem !important;
  }
}

.spaceS {
  margin-top: 0.48rem !important;
}

@media screen and (max-width: 767px) {
  .spaceS {
    margin-top: 0.32rem !important;
  }
}

.spaceM {
  margin-top: 0.6rem !important;
}

@media screen and (max-width: 767px) {
  .spaceM {
    margin-top: 0.25rem !important;
  }
}

.spaceL {
  margin-top: 0.7rem !important;
}

@media screen and (max-width: 767px) {
  .spaceL {
    margin-top: 0.35rem !important;
  }
}

.spaceLL {
  margin-top: 0.98rem !important;
}

@media screen and (max-width: 767px) {
  .spaceLL {
    margin-top: 0.4rem !important;
  }
}

/* form
============================================================= */
span.satori__notes {
	background-color: #fff!important;
	font-size: 14px;
	border: none!important;
}
@media screen and (max-width: 767px) {
	span.satori__notes {
		font-size: 12px;
	}
}