@charset "UTF-8";

.pc #contents.is_full_column {
  width: 100%;
  padding: 0 0;
}

#main {
  background-color: #fefbf0;
}
.introSec {
  position: relative;
  background-size: cover;
  height: 143.75vw;
}
.pc .introSec {
  height: 600px;
  margin: auto;
}
.introSec .introTit {
  padding: 0;
}
.pc .introSec .introTit {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  background-color: #eef3f9;
}
.pc .introSec .introTit img {
  object-fit: cover;
  height: 400px;
  width: 100%;
}
.introSec .introInfo {
  box-sizing: border-box;
  position: absolute;
  left: 3.125vw;
  top: 35.9375vw;
  width: -webkit-calc(100% - 6.25vw);
  width: calc(100% - 6.25vw);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#613c12),
    to(#613c12)
  );
  background: linear-gradient(90deg, #613c12, #613c12);
  -webkit-transform: translate(0, 46.875vw);
  -ms-transform: translate(0, 46.875vw);
  transform: translate(0, 46.875vw);
}
.pc .introSec .introInfo {
  left: 50%;
  top: 290px;
  width: 700px;
  -webkit-transform: translate(-50%, 100px);
  -ms-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
}
.introSec .introInfoIn {
  position: relative;
  box-sizing: border-box;
  margin: 0.625vw;
  padding: 9.375vw 4.6875vw;
  background: #f9f8f9;
  color: #613c12;
  background-image: url(/img/monthly/monthly_bg_pattern.png);
  background-repeat: repeat;
  background-size: 28px;
}
.pc .introSec .introInfoIn {
  margin: 2px;
  padding: 50px 30px 30px;
}
.introSec .introInfoIn ul li {
  position: relative;
  margin-left: 10.3846vw;
  font-size: 4.0625vw;
  font-weight: bold;
  margin-bottom: 4.6875vw;
}
.pc .introSec .introInfoIn ul li {
  font-size: 22px;
  margin-left: 100px;
  margin-bottom: 18px;
}
.introSec .introInfoIn ul li span {
  font-weight: bold;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(50%, #ff0)
  );
  background: linear-gradient(transparent 60%, #ff0 50%);
}
.introSec .introInfoIn ul li:before {
  display: block;
  position: absolute;
  background-color: #e94709;
  left: -30px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.pc .introSec .introInfoIn ul li:before {
  width: 32px;
  height: 32px;
  left: -50px;
}
.introSec .introInfoIn ul li:first-child:before {
  content: "1";
}
.introSec .introInfoIn ul li:nth-child(2):before {
  content: "2";
}
.introSec .introInfoIn ul li:last-child {
  margin-bottom: 0;
}
.introSec .introInfoIn ul li:last-child:before {
  content: "3";
}
.introSec .introInfoIn p {
  position: absolute;
  font-size: 3.125vw;
  bottom: -6vw;
  right: 10vw;
}
.pc .introSec .introInfoIn p {
  font-size: 14px;
  bottom: -28px;
  right: 50px;
}
.introSec .introInfoIn img {
  position: absolute;
  display: block;
}
.introSec .introInfoIn img.goukakun {
  right: -2vw;
  width: 23.5vw;
  bottom: -5vw;
}
.pc .introSec .introInfoIn img.goukakun {
  width: 135px;
  bottom: -12px;
  right: -20px;
}
.introSec .introInfoIn img.icon1 {
  left: 3vw;
  bottom: -3vw;
}
.pc .introSec .introInfoIn img.icon1 {
  left: 20px;
  bottom: -15px;
}
.introSec .introInfoIn img.icon2 {
  top: 2vw;
  right: 1vw;
}
.pc .introSec .introInfoIn img.icon2 {
  top: 10px;
  right: 10px;
}
.introSec .introInfoTit {
  position: absolute;
  top: -13px;
  margin: 0 18.5625vw;
  text-align: center;
  width: 46vw;
  color: #fff;
  background-color: #613c12;
  font-size: 3.8vw;
}
.pc .introSec .introInfoTit {
  width: 310px;
  left: 195px;
  font-size: 20px;
  margin: 0 auto 10px;
}
