@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
form,
input,
button,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 400;
  height: 100%;
}

#mainLayout {
  display: flex;
  flex-direction: column;
  /* min-height: 100vh; */
  
}

.wi750 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}

#area1 {
  /* 上部固定的に表示 */
}

#area3 {
  /* 下部固定的に表示 */
}

#area2 {
  flex: 1;
  /* 上下に空間がある中で中央に配置される */
  display: flex;
  justify-content: center;
  /* 中央寄せ */
  flex-direction: column;
}

.area1-inner {
  position: relative;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background: #DD0204;
}

body::-webkit-scrollbar-track {
  background: #F1F8FF;
}

.wi750 {
  width: 750px;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.op0 {
  opacity: 0;
}

.c {
  text-align: center !important;
}

.cm {
  margin-left: auto;
  margin-right: auto;
}

.b {
  font-weight: 900;
}

.margint20 {
  margin-top: 20px;
}


.margint50 {
  margin-top: 50px;
}

.margint100 {
  margin-top: 100px;
}

.margint200 {
  margin-top: 200px;
}

.paddingt15 {
  padding-top: 15px;
}
.paddingt20 {
  padding-top: 20px;
}

.relative {
  position: relative;
}

.z1 {
  z-index: +1;
}

.z2 {
  z-index: +2;
}

.z3 {
  z-index: +3;
}

.z99 {
  z-index: +9999;
}

.w100 {
  width: 100%;
}

.w95 {
  width: 95%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w50 {
  width: 50%;
}

.span span {
  display: inline-block;
}

.inline_b {
  display: inline-block;
}

.pointer_evNone {
  pointer-events: none;
}

main,
article,
aside,
nav,
header,
footer,
img,
button,
picture,
picture source {
  display: block;
}

body {
  /*iphone用*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.back_gray {
  background-color: #F2F2F2;
}

.pink {
  color: #F16F7B;
}

.blue {
  color: #0056D1;
}

.green {
  color: #06C755;
}

/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/

.progress-bar {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.bar {
  flex: 1;
  margin: 0 4px;
  height: 4px;
  background-color: #E6E6E6;
  position: relative;
  overflow: hidden;
}

.bar span {
  display: block;
  height: 100%;
  width: 0%;
  background-color: #DD0204;
  transition: width linear;
}

.nfug_02,
.nfug_05,
.nfug_08,
.nfug_12 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
}

.nfug_03 {
  position: absolute;
  top: 58%;
  left: 0%;
}

.nfug_swipe {
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.nfug_06 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
}

.nfug_10 {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%);
}

.caution {
  font-size: 20px;
  text-align: center;
}

footer {
  background-color: #F9C54D;
}

footer p {
  background-color: #F9C54D;
  padding: 1px 0;
  font-size: 10px;
  text-align: center;
}

.fadeSwap {
  transition: opacity 0.5s ease;
}

.fadeSwap.fadeOut {
  opacity: 0;
}

.arrow {
  position: absolute;
  top: 45%;
  height: auto;
  cursor: pointer;
  pointer-events: auto;
}

#arrowLeft {
  left: 0;
}

#arrowRight {
  right: 0;
}