@charset "utf-8";


.f-wrap {
  width: 100%;
  background-image: url('../images/back-pattern.jpg');
  max-width: 100%;
  height: 100%;
}
.title-Area {
  width: 100%;
  text-align: center;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.title-Area__title {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.buttanArea {
  width: 100%;
  text-align: center;
  /*background: #93160a;*/
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.box2 {
  position: relative;
  /*max-width: 255px;*/
  width: 100%;
  z-index: 1;
}
.box3 {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.button {
  color: #fff;
  width:250px;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  letter-spacing: 0.1rem;
  border: solid 2px #fff;
  border-radius: 0.3rem;
  background: #a91507;
  /* box-shadow */
  box-shadow: 0px 10px 20px 2px rgba(0,0,0,0.4);
  padding: 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.button:hover {
  transition: .8s;
  background: #e44434;
  /* box-shadow */
  box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.2);
}
.dai,.kichi,.chu-kichi,.shou-kichi,.han-kichi {
  position: absolute;
  max-width: 120px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(50%, 50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 6;
}
#fortuneArea {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 980px) {
#fortuneArea {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 5% auto 0;
  padding: 0;
}
}

@media screen and (max-width: 660px) {
.dai,.kichi,.chu-kichi,.shou-kichi,.han-kichi {
  max-width: 110px;
  width: 100%;
}
}