@charset "UTF-8";
/**
 * Created Date: 2023-03-27 14:51:17
 * Author: 奥冨 菜月
 * -----
 * Last Modified: 2023-12-07 01:40:33
 * Modified By: 奥冨 菜月
 * -----
 * Copyright (c) 2023 FAIRWAY Corp.
 * -----
 * HISTORY:
 * Date               	By        	Comments
 * -------------------	----------	---------------------------------------------------------
 * -------------------	----------	---------------------------------------------------------
 */
/**
 * Created Date: 2022-02-09 12:47:10
 * Author: 奥冨 菜月
 * -----
 * Last Modified: 2025-07-17 15:03:53
 * Modified By: 奥冨 菜月
 * -----
 * Copyright (c) 2022 FAIRWAY Corp.
 * -----
 * HISTORY:
 * Date               	By        	Comments
 * -------------------	----------	---------------------------------------------------------
 * -------------------	----------	---------------------------------------------------------
 */
/*---------------------------------
  Google font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&family=DotGothic16&family=Yomogi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sigmar&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Squada+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@font-face {
  font-family: "anton";
  src: url("../font/anton-v23-latin-regular.woff") format("woff"), url("../font/anton-v23-latin-regular.ttf") format("truetype");
}
/*---------------------------------
  カラーパレット
---------------------------------*/
/*---------------------------------
  mq（メディアクエリを呼び出す）
  $name
  $value
---------------------------------*/
/*---------------------------------
  白黒画像背景
  $url
  $coverColor
---------------------------------*/
/*---------------------------------
  影
---------------------------------*/
.shadow00 {
  box-shadow: none !important;
}

.shadow01 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.shadow02 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*---------------------------------
  top共通
---------------------------------*/
#wrapper {
  background-color: #E8DED7;
}

.sTitle {
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.sTitle span {
  color: #A84E56;
}

.sText {
  letter-spacing: 1px;
  line-height: 32px;
}

/*---------------------------------
  battle_area
---------------------------------*/
#battle_area {
  position: relative;
  text-align: center;
}
#battle_area #page_fv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#battle_area #page_fv::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 110%;
  height: 100%;
  z-index: -2;
  background: url(../img/_texture/silk.png) no-repeat center center/cover;
}
#battle_area #page_fv h1 {
  font-size: 8rem;
  letter-spacing: 0.2rem;
  font-family: "anton", sans-serif;
  color: rgba(23, 21, 21, 0.8);
  margin: 0 0 2rem;
}
@media screen and (max-width: 991px) {
  #battle_area #page_fv h1 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #battle_area #page_fv h1 {
    font-size: 3.4rem;
  }
}
#battle_area #page_fv span {
  position: relative;
  display: inline-block;
  font-size: 1.5em;
  padding: 0 40px;
  letter-spacing: 1px;
  font-family: "Big Shoulders Display", cursive;
  color: rgba(23, 21, 21, 0.8);
}
@media screen and (max-width: 767px) {
  #battle_area #page_fv span {
    font-size: 1rem;
  }
}
#battle_area #page_fv span::before, #battle_area #page_fv span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: rgba(23, 21, 21, 0.8);
}
#battle_area #page_fv span::before {
  left: 0px;
}
#battle_area #page_fv span::after {
  right: 0px;
}
#battle_area #point {
  position: relative;
  z-index: 1;
}
#battle_area #point .pointBox {
  position: relative;
}
#battle_area #point .pointBox + .pointBox {
  margin-top: 160px;
}
#battle_area #point .pointBox .circle-textBox {
  position: relative;
  width: 160px; /* 直径 */
  height: 160px; /* 直径 */
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  -webkit-transform: rotate(-80deg);
          transform: rotate(-80deg); /* 円の回転 */
}
#battle_area #point .pointBox .circle-textBox .circle-text span {
  position: absolute;
  top: -20px;
  left: calc(50% - 18px); /* 中心点、、文字サイズ分ずらす */
  display: inline-block;
  width: 50px; /* 文字サイズより小さくしない */
  height: 80px; /* 半径 */
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom; /* 回転の基準点 */
  font-family: "Sigmar", cursive;
}
#battle_area #point .pointBox .circle-textBox .circle-text span:nth-child(1) {
  -webkit-transform: rotate(calc(0 * 1deg));
          transform: rotate(calc(0 * 1deg));
}
#battle_area #point .pointBox .circle-textBox .circle-text span:nth-child(2) {
  -webkit-transform: rotate(calc(15 * 1deg));
          transform: rotate(calc(15 * 1deg));
}
#battle_area #point .pointBox .circle-textBox .circle-text span:nth-child(3) {
  -webkit-transform: rotate(calc(30 * 1deg));
          transform: rotate(calc(30 * 1deg));
}
#battle_area #point .pointBox .circle-textBox .circle-text span:nth-child(4) {
  -webkit-transform: rotate(calc(45 * 1deg));
          transform: rotate(calc(45 * 1deg));
}
#battle_area #point .pointBox .circle-textBox .circle-text span:nth-child(5) {
  -webkit-transform: rotate(calc(60 * 1deg));
          transform: rotate(calc(60 * 1deg));
}
#battle_area #point .pointBox .circle-textBox .circle-text span:nth-child(6) {
  -webkit-transform: rotate(calc(75 * 1deg));
          transform: rotate(calc(75 * 1deg));
}
#battle_area #point .pointBox .circle-textBox .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(80deg);
          transform: translate(-50%, -50%) rotate(80deg);
  width: 140px;
  height: 140px;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(198, 49, 52, 0.2);
  border: 3px solid #26292c;
}
#battle_area #point .pointBox .circle-textBox .img img {
  position: absolute;
  bottom: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 300px;
}
#battle_area #point .pointBox .sTitle {
  font-family: "anton", sans-serif;
  font-weight: normal;
}
#battle_area #point .pointBox.siteBoost .circle-textBox .img {
  background-color: rgba(245, 166, 66, 0.2);
}
#battle_area #point .pointBox.siteFUK .circle-textBox .img {
  background-color: rgba(198, 49, 52, 0.2);
}
#battle_area #point .pointBox .card {
  border: 0;
  margin-bottom: 3rem;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#battle_area #entry {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#battle_area #entry::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgb(66, 177, 72);
  background: -webkit-linear-gradient(top, rgba(66, 177, 72, 0.5) 0%, rgba(121, 207, 76, 0.2) 100%);
  background: linear-gradient(180deg, rgba(66, 177, 72, 0.5) 0%, rgba(121, 207, 76, 0.2) 100%);
}
#battle_area #entry::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 110%;
  height: 100%;
  z-index: -2;
  background: url(../img/_texture/silk.png) no-repeat center center/cover;
}
#battle_area #entry .sTitle {
  font-size: 4rem;
  font-weight: normal;
  color: #171515;
  font-family: "Kiwi Maru", serif;
}
#battle_area #step .stepColumn {
  position: relative;
  background-color: #fff;
  border: 3px solid #26292c;
  border-radius: 30px;
  z-index: 1;
  padding: 24px;
}
#battle_area #step .stepBox {
  position: relative;
}
#battle_area #step .stepBox .stepCont {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 32px;
  padding-left: 6rem;
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #battle_area #step .stepBox .stepCont {
    padding-left: 5rem;
  }
}
#battle_area #step .stepBox .stepCont .stepNum {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  line-height: 1;
  font-size: 4rem;
  font-family: "Squada One", cursive;
  color: rgba(13, 13, 13, 0);
  text-shadow: 0px 0px 0 #daa62c;
  -webkit-text-stroke: 2px #26292c;
  text-stroke: 2px #26292c;
}
@media screen and (max-width: 767px) {
  #battle_area #step .stepBox .stepCont .stepNum {
    font-size: 4rem;
  }
}
#battle_area #step .stepBox .stepCont small {
  color: #7f7f7f;
}
#battle_area #banner img {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}/*# sourceMappingURL=battle_area.css.map */