﻿@charset "utf-8";
/* CSS Document */
#pace {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.1;
  color: #666666;
  letter-spacing: 0.014em;
}

/*  brand  */
#pace #brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
}
#pace #brand h1 {
  color: #8abce5;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-right: -20px;
  margin-bottom: 0;
}
/*  brand  */

/*  lead  */
#pace #lead {
  margin: 35px auto 70px;
}
#pace #lead p {
  text-align: center;
  font-size: 18px;
  margin: 0;
}
#pace #lead p.bg {
  background-image: linear-gradient(90deg, #a1cbed 0%, #d2cce6 46%, #f9d2d4 100%);
  background-repeat: no-repeat;
  background-position: center bottom 2px;
  background-size: 290px 11px;
  margin-top: 30px;
}
/*  lead  */

/*  point  */
#pace #point {
  position: relative;
  clear: both;
  overflow: hidden;
  padding-bottom: 42px;
  margin-bottom: 40px;
  z-index: 1;
}
#pace #point img {
  float: left;
}
#pace #point::before {
  content: "";
  display: block;
  width: 586px;
  height: 393px;
  background: url(/img/event/freespace/pace/2022/pc/bg_01.jpg) no-repeat;
  background-size: contain;
  margin-right: 8px;
  position: absolute;
  right: 0;
  top: 28px;
  z-index: -1;
}
#pace #point .txt {
  width: 490px;
  margin-top: 80px;
  float: right;
}
#pace #point .txt h3 {
  color: #ec92a3;
  font-size: 20px;
  margin: 0 auto;
  font-weight: bold;
}
#pace #point .txt p {
  margin-left: 5px;
}
/*  point  */

/*  wrap  */
#pace .wrap {
  margin: auto;
  width: 100%;
}
#pace .wrap h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #f9d2d4;
  border-image: linear-gradient(90deg, #a1cbed 0%, #d2cce6 46%, #f9d2d4 100%);
  border-image-slice: 1;
  font-size: 22px;
  font-weight: normal;
}
#pace .wrap > p {
  width: fit-content;
  text-align: left;
  margin: 0 auto;
}
#pace .wrap > img {
  display: block;
  margin: auto;
}
#pace .wrap .box_main {
  margin-bottom: 120px;
}
#pace .wrap .box_main .box {
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
#pace .wrap .box_main .box .img {
  width: 50%;
}
#pace .wrap .box_main .box a{
  display: block;
  vertical-align: bottom;
  overflow: hidden;
}
#pace .wrap .box_main .box .txt {
  width: 50%;
}
#pace .wrap .box_main .box .txt p {
  width: 396px;
  font-size: 16px;
  margin: 0 auto;
  letter-spacing: 0.012em;
}
#pace .wrap .box_main .box a.btn {
  display: block;
  margin: auto;
  width: 250px;
  height: 50px;
  line-height: 46px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  border: solid 2px;
  text-decoration: none;
  border-radius: 25px;
  margin-top: 25px;
  transition: .3s;
}
#pace .wrap .box_main .box:nth-child(odd) h4, #pace .wrap .box_main .box:nth-child(odd) a.btn {
  color: #6f9ee1!important;
}
#pace .wrap .box_main .box:nth-child(odd) a.btn:hover {
  background: #6f9ee1!important;
  color: #fff!important;
}
#pace .wrap .box_main .box:nth-child(even) h4, #pace .wrap .box_main .box:nth-child(even) a.btn {
  color: #ed9baa!important;
}
#pace .wrap .box_main .box:nth-child(even) a.btn:hover {
  background: #ed9baa!important;
  color: #fff!important;
}
#pace .wrap .box_main .box .txt h4 {
  text-align: center;
  font-size: 22px;
  line-height: 1.75;
  font-weight: bold;
  position: relative;
  margin: -35px auto 33px;
}
#pace .wrap .box_main .box .txt h4::after {
  content: '';
  width: 66px;
  height: 3px;
  display: inline-block;
  background-color: #6f9ee1;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 36px);
}
#pace .wrap .box_main .box:nth-child(even) .txt h4::after {
  background-color: #ed9baa;
}
#pace .wrap .box_main .box .txt h4 span {
  display: block;
  font-size: 18px;
}
#pace .wrap .box_main .box .txt ul {
  width: fit-content;
  margin: 0 auto 20px;
}
#pace .wrap .box_main .box .txt ul li::before {
  content: "・";
  font-weight:bold;
  color: #6f9ee1;
}
#pace .wrap .box_main .box:nth-child(even) .txt ul li::before {
  color: #ed9baa;
}
/*  wrap  */

#pace #item_01.wrap > img {
  margin-bottom: 40px;
}
#pace #item_02.wrap > img, #pace #how_to_use.wrap > img {
  margin-bottom: 100px;
}