@charset "UTF-8";
/* Scss Document */
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html, body, p,
ol, ul, li,
dl, dt, dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre, iframe, hr,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img,
embed,
iframe,
object, audio, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  font-weight: normal;
  padding: 0;
  text-align: left;
}

img {
  vertical-align: bottom;
}

a:link, a:focus {
  outline: none;
}

/* Font & List Set ========== */
.fc-att {
  color: #ff0000;
}

.hissu {
  color: #c3b862;
}

.fc-key {
  color: #c3b862;
}

.fc-keyB {
  color: #c3b862;
  font-weight: bold;
}

.fc-note {
  color: #999;
}

.ff-eng {
  font-family: "EB Garamond", "Noto Serif JP", serif;
}

.fwB {
  font-weight: bold;
}

.fwN {
  font-weight: normal;
}

html {
  font-size: 62.5%;
}

.fs16 {
  font-size: 1.6rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fsL, .fsL-sp {
  font-size: 115.4%;
}

.fsLL {
  font-size: 130.8%;
}

.fsS, .indentS {
  font-size: 85.7%;
}

.fsSS {
  font-size: 71.4%;
}

.fsJP {
  font-size: 87.5% !important;
}

@media screen and (min-width: 768px) {
  .indentS-pc {
    font-size: 85.7%;
  }

  .fsL-sp {
    font-size: 100%;
  }
}
.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.taL {
  text-align: left;
}

.vaT {
  vertical-align: top;
}

.vaM {
  vertical-align: middle;
}

.vaB {
  vertical-align: bottom;
}

.indent, .indentS, .indentS-pc {
  padding-left: 1em;
  text-indent: -1em;
  padding-top: 2px;
  padding-bottom: 2px;
}

.indent-3em {
  padding-left: 2.6em;
  text-indent: -2.6em;
  padding-top: 2px;
  padding-bottom: 2px;
}

.indent li, .indentS li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.indent-3em li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.li-disc li {
  list-style-type: disc;
  margin-left: 2em;
}

.li-circle li {
  list-style-type: circle;
  margin-left: 32px;
}

.li-square li {
  list-style-type: square;
  margin-left: 2em;
}

.li-decimal li, ol.li-decimal li {
  list-style-type: decimal;
  margin-left: 1.8em;
}

.li-decimalzero li {
  list-style-type: decimal-leading-zero;
  margin-left: 3em;
}

.li-lalpha li {
  list-style-type: lower-alpha;
  margin-left: 30px;
}

.indent li, .indentS li, .indentS-pc, .indent-3em li,
.li-disc li, .li-circle li, .li-square li, .li-decimal li, .li-decimalzero li, .li-lalpha li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.li-pt10 li {
  padding-top: 10px;
}

.li-pt20 li {
  padding-top: 20px;
}

.li-pt10 li:first-child, .li-pt20 li:first-child {
  padding-top: 0;
}

/* Margin & Padding Set ========== */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt4per {
  margin-top: 4% !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb4per {
  margin-bottom: 4% !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt4per {
  padding-top: 4%;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.w100per {
  width: 100%;
}

.vh30per {
  height: 30vh;
}

.vh50per {
  height: 50vh;
}

/* Device Set ========== */
.sp {
  display: block !important;
}

.sp-tab {
  display: block !important;
}

.pc-tab {
  display: none !important;
}

.pc {
  display: none !important;
}

.sp-tab-taC {
  text-align: center;
}

.ipt-3part {
  width: 29%;
}

@media screen and (max-width: 767px) {
  .sp-taC {
    text-align: center;
  }

  .ipt-sp100per {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  .pc-tab {
    display: block !important;
  }

  .pc-tab-taC {
    text-align: center;
  }

  .ipt-3part {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .sp-tab {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  .sp-tab-taC {
    text-align: left;
  }

  .fade {
    transition: opacity 0.3s ease-in-out;
  }
  .fade:hover {
    opacity: 0.75;
  }
}
input[type="text"], input[type="password"], textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px rgba(255, 255, 255, 0.4) solid;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  margin: 2px 0;
  padding: 8px;
  max-width: 100%;
}

input[type="radio"], input[type="checkbox"], label, select {
  cursor: pointer;
}

input.ipt-err, textarea.ipt-err, select.ipt-err {
  border: 1px #ff0000 solid;
  /*box-shadow:0px 0px 10px 0px $AttColor inset;*/
}

span.input_err {
  color: #ff0000;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  outline: none;
}

select {
  background: url(../img/select_arrow.svg) right 8px center no-repeat rgba(255, 255, 255, 0.2);
  background-size: 10px 8px;
  padding: 8px 30px 8px 8px;
  position: relative;
}
select option {
  color: #333;
}

select::-ms-expand {
  display: none;
}

::placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

::-ms-input-placeholder {
  color: #888;
}

/*::-webkit-input-placeholder { line-height: 1.3; }*/
input[type="radio"], input[type="checkbox"], label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: none;
}

input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px rgba(255, 255, 255, 0.4) solid;
  border-radius: 0;
  height: 20px;
  margin-right: 6px;
  position: relative;
  width: 20px;
}

input[type="checkbox"]:checked {
  background-color: #8b61c9;
  border: 1px #8b61c9 solid;
  color: #fff;
}

input[type="checkbox"]:checked::after {
  content: '';
  border-bottom: 2px #fff solid;
  border-right: 2px #fff solid;
  height: 15px;
  position: absolute;
  left: 5px;
  top: -1px;
  transform: rotate(45deg);
  width: 8px;
}

input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px rgba(255, 255, 255, 0.4) solid;
  border-radius: 50%;
  height: 16px;
  margin-right: 6px;
  position: relative;
  width: 16px;
}

input[type="radio"]:checked {
  background-color: white;
}

input[type="radio"]:checked::after {
  content: '';
  background-color: #8b61c9;
  border-radius: 50%;
  height: 8px;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 8px;
}

.no-action {
  pointer-events: none;
}
