@media screen and (max-width: 750px) {
  body {
    overflow-x: hidden;
  }
}

.p_spend .main-visual {
  overflow: hidden;
  height: 337px;
}
@media screen and (max-width: 750px) {
  .p_spend .main-visual {
    padding-top: 50px;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .main-visual .full {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p_spend .main-visual .sub-title {
  position: absolute;
  width: 223px;
  top: 81px;
  left: calc(50% - 112px);
}
@media screen and (max-width: 750px) {
  .p_spend .main-visual .sub-title {
    width: 160px;
    top: 89px;
    left: calc(50% - 78px);
  }
}
.p_spend .main-visual .title {
  position: absolute;
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 36px;
  font-weight: 700;
  width: 100%;
  top: 155px;
  left: 0;
  text-align: center;
  color: #ac6f30;
}
@media screen and (max-width: 750px) {
  .p_spend .main-visual .title {
    width: 100%;
    top: 148px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    left: 0;
  }
}
.p_spend .content {
  background-color: #FDFDFD;
  display: none;
}
@media screen and (max-width: 750px) {
  .p_spend .content {
    width: calc(100% - 60px);
    margin-left: 30px;
  }
}
.p_spend .content .h_title {
  margin: -70px auto 0;
  display: flex;
  gap: 14px;
  z-index: 1;
  position: relative;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .p_spend .content .h_title {
    margin-top: -82px;
    width: calc(100% - 12px);
    gap: 3px;
  }
}
.p_spend .content .h_title .item {
  width: 330px;
  border-radius: 5px 5px 0 0;
  font-weight: 700;
  text-align: center;
  transition: opacity 0.2s;
  height: 44px;
  background-color: #E0A568;
  color: #FDFDFD;
  padding: 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 23px;
}
@media screen and (max-width: 750px) {
  .p_spend .content .h_title .item {
    font-size: 8px;
  }
}
.p_spend .content .h_title .item:hover {
  cursor: pointer;
  opacity: 0.7;
}
.p_spend .content .h_title .item .image {
  display: none;
}
.p_spend .content .h_title .item .item-sub {
  font-weight: 700;
}
.p_spend .content .h_title .item.active {
  width: 300px;
  height: 70px;
  border-radius: 5px 5px 0 0;
  background-color: #FDFDFD;
  display: block;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 26px;
  font-weight: 700;
  color: #ac6f30;
  text-align: center;
  transition: opacity 0.2s;
  padding-top: 2px;
}
@media screen and (max-width: 750px) {
  .p_spend .content .h_title .item.active {
    height: 58px;
    font-size: 14px;
    padding-top: 6px;
  }
}
.p_spend .content .h_title .item.active .image {
  width: 180px;
  display: block;
  margin: 7px auto 0;
}
.p_spend .content .h_title .item.active .image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 750px) {
  .p_spend .content .h_title .item.active .image {
    width: 90%;
    margin: 1px auto -4px;
  }
}
.p_spend .content .h_title .item.active:hover {
  cursor: unset;
  opacity: 1;
}
.p_spend .content .h_title .item.active .item-sub {
  display: none;
}
.p_spend .content .block {
  width: 800px;
  margin: 80px auto 80px;
  position: relative;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_spend .content .block {
    width: 700px;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block {
    margin: 20px auto -25px;
    width: 100%;
    padding-top: 50px;
  }
}
.p_spend .content .block::before {
  content: "";
  left: 50%;
  bottom: -180px;
  width: 2px;
  height: 300px;
  background-image: url(../images/spend/dots.svg);
  background-size: cover;
  position: absolute;
}
.p_spend .content .block:last-child::before {
  display: none;
}
.p_spend .content .block.faded {
  opacity: 1 !important;
  transform: translateZ(0) !important;
}
.p_spend .content .block .image {
  width: 602px;
  display: block;
  transform: rotate(2deg);
  position: relative;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .image {
    width: 100%;
  }
}
.p_spend .content .block .image::before {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(../images/spend/fixed.png);
  background-size: contain;
  top: -33px;
  left: -33px;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .image::before {
    left: -25px;
  }
}
.p_spend .content .block .image::after {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(../images/spend/fixed.png);
  background-size: contain;
  bottom: -33px;
  right: -33px;
  position: absolute;
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .image::after {
    right: -25px;
  }
}
.p_spend .content .block .clock {
  width: 69px;
  height: 96px;
  display: block;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .clock {
    width: 46px;
    height: 96px;
    display: block;
    top: 37px;
    position: relative;
  }
}
.p_spend .content .block .caution {
    position: absolute;
    right: -330px;
    bottom: 63px;
    color: #ac6f30;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .caution {
    position: absolute;
    right: -100px;
    bottom: 33px;
    color: #ac6f30;
    font-size: 12px;
  }
}
.p_spend .content .block .clock__wrap {
  margin: -59px auto 0;
  width: 120px;
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
}
.p_spend .content .block .clock__wrap.checkin {
  width: 190px;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .clock__wrap.checkin .checkin-time {
    width: 62px;
    bottom: 3px;
    left: 1px;
  }
  .p_spend .content .block .clock__wrap.checkin .checkin-right {
    bottom: -4px;
    left: 128px;
  }
}
.p_spend .content .block .clock__wrap.checkin .large {
  font-size: 22px;
}
.p_spend .content .block .clock__wrap.checkout {
  width: 250px;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .clock__wrap.checkout.checkout-left {
    right: -65px;
    top: -50px;
    left: auto;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .clock__wrap.checkout {
    top: -52px;
    left: 65px;
  }
  .p_spend .content .block .clock__wrap.checkout .time {
    bottom: 3px;
    left: 151px;
    width: 75px;
  }
}
.p_spend .content .block .time {
  display: block;
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
  color: #E0A568;
  position: relative;
  left: 9px;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .time {
    position: absolute;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
    bottom: 9px;
    left: -22px;
    width: 49px;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .time.wide {
    width: 57px;
    bottom: 9px;
    left: -27px;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block:first-child .time {
    bottom: 13px;
    left: -35px;
    width: 60px;
  }
}
.p_spend .content .block .title {
  position: absolute;
  right: calc(50% - 330px);
  width: 80px;
  writing-mode: vertical-rl;
  top: 10px;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title {
    z-index: 1;
    right: 0;
    height: 100%;
  }
}
.p_spend .content .block .title .text {
  display: inline-block;
  background-color: #ac6f30;
  padding: 10px 2px 10px 2px;
  color: #FFF;
  font-weight: 300;
  margin: 5px;
  position: relative;
  letter-spacing: 0.3em;
  font-size: 18px;
  top: 10px;
}
.p_spend .content .block .title .text .tate {
    writing-mode: rl;
    letter-spacing: 0px;
    margin: -5px 0 0;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title .text {
    height: 100%;
    display: inline;
    font-size: 14px;
  }
}
.p_spend .content .block .title .text:last-child {
  top: 110px;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title .text:last-child {
    position: relative;
    right: 7px;
  }
}
.p_spend .content .block .title .text .rotate {
  transform: rotate(-90deg);
  font-size: 100%;
  display: inline-block;
  line-height: 1px;
  letter-spacing: -0.1em;
  margin: 6px 0 14px;
}
.p_spend .content .block .title::before {
  content: "";
  left: -610px;
  bottom: -210px;
  width: 55px;
  height: 43px;
  position: absolute;
  background-image: url(../images/spend/illust01@2x.png);
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title::before {
    left: -68vw;
    bottom: -12px;
  }
}
.p_spend .content .block .title.illust01::before {
  width: 66px;
  height: 50px;
  left: 16px;
  bottom: -154px;
  background-image: url(../images/spend/illust08@2x.png);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust01::before {
      width: 48px;
      height: 36px;
      left: 39px;
      bottom: -54px;
  }
}
.p_spend .content .block .title.illust02::before {
  width: 39px;
  height: 67px;
  left: -24px;
  bottom: 270px;
  background-image: url(../images/spend/illust09@2x.png);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust02::before {
    bottom: 310px;
    left: 23px;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust02 .text {
    top: 70px;
    right: 28px;
  }
  .p_spend .content .block .title.illust02 .text:last-child {
    right: 28px;
    top: 102px;
  }
}
.p_spend .content .block .title.illust03::before {
  width: 82px;
  height: 69px;
  left: 57px;
  bottom: -182px;
  background-image: url(../images/spend/illust10@2x.png);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust03::before {
    left: 34px;
    bottom: -12px;
    width: 62px;
    height: 49px;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust03 .text {
    top: 20px;
  }
  .p_spend .content .block .title.illust03 .text:last-child {
    top: 40px;
  }
}
.p_spend .content .block .title.illust04::before {
  width: 151px;
  height: 128px;
  left: 47px;
  bottom: -142px;
  z-index: 1;
  background-image: url(../images/spend/illust11@2x.png);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust04::before {
    left: 18px;
    bottom: -2px;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust04 .text {
    top: 13px;
    right: 28px;
  }
  .p_spend .content .block .title.illust04 .text:last-child {
    right: 28px;
    top: 45px;
  }
}
.p_spend .content .block .title.illust05::before {
  width: 103px;
  height: 67px;
  left: 61px;
  bottom: -143px;
  background-image: url(../images/spend/illust12@2x.png);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust05::before {
    width: 92px;
    height: 58px;
    left: 5px;
    bottom: -53px;
  }
}
.p_spend .content .block .title.illust05 .text:last-child {
  top: 50px;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust05 .text {
    top: 13px;
  }
  .p_spend .content .block .title.illust05 .text:last-child {
    top: 33px;
  }
}
.p_spend .content .block .title.illust06::before {
  width: 90px;
  height: 88px;
  left: unset;
  right: -630px;
  bottom: -150px;
  z-index: 1;
  background-image: url(../images/spend/illust13@2x.png);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust06::before {
    width: 63px;
    height: 60px;
    left: unset;
    right: -270px;
    bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust06 .text {
    top: 13px;
    right: 28px;
  }
  .p_spend .content .block .title.illust06 .text:last-child {
    right: 28px;
    top: 45px;
  }
}
.p_spend .content .block .title.illust07::before {
  width: 84px;
  height: 74px;
  left: -549px;
  bottom: 310px;
  z-index: 1;
  background-image: url(../images/spend/illust14@2x.png);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust07::before {
    width: 68px;
    height: 62px;
    left: -205px;
    bottom: 245px;
    z-index: 1;
  }
}
.p_spend .content .block .title.illust07 .text:last-child {
  top: 157px;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust07 .text {
    top: 13px;
  }
  .p_spend .content .block .title.illust07 .text:last-child {
    top: 145px;
  }
}
.p_spend .content .block .title.illust08::before {
  width: 84px;
  height: 61px;
  left: 80px;
  bottom: -140px;
  background-image: url(../images/spend/illust15@2x.png);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust08::before {
    width: 56px;
    height: 41px;
    left: 50px;
    bottom: -5px;
  }
}
.p_spend .content .block .title.illust08 .text:last-child {
  top: 64px;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust08 .text {
    top: 13px;
    right: 28px;
  }
  .p_spend .content .block .title.illust08 .text:last-child {
    right: 28px;
    top: 60px;
  }
}
.p_spend .content .block .title.illust10::before {
  content: none;
  width: 42px;
  height: 68px;
  left: 56px;
  bottom: -164px;
  background-image: url(../images/spend/illust02@2x.png);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust10::before {
    left: 56px;
    bottom: -16px;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust10 .text {
    top: 70px;
    right: 28px;
  }
  .p_spend .content .block .title.illust10 .text:last-child {
    right: 28px;
    top: 145px;
  }
}
.p_spend .content .block .title.illust11::before {
  width: 46px;
  height: 54px;
  left: 51px;
  bottom: -143px;
  z-index: 1;
  background-image: url(../images/spend/illust03@2x.png);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust11::before {
    width: 38px;
    height: 45px;
    left: 30px;
    bottom: -10px;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust11 .text {
    top: 20px;
  }
  .p_spend .content .block .title.illust11 .text:last-child {
    top: 40px;
  }
}
.p_spend .content .block .title.illust12::before {
  width: 56px;
  height: 54px;
  left: 50px;
  bottom: -162px;
  background-image: url(../images/spend/illust04@2x.png);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust12::before {
    width: 46px;
    height: 44px;
    left: 60px;
    bottom: -12px;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust12 .text {
    top: 18px;
    right: 28px;
  }
  .p_spend .content .block .title.illust12 .text:last-child {
    right: 28px;
    top: 97px;
  }
}
.p_spend .content .block .title.illust13::before {
  width: 78px;
  height: 50px;
  left: -640px;
  bottom: -162px;
  z-index: 1;
  background-image: url(../images/spend/illust05@2x.png);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust13::before {
    width: 58px;
    height: 38px;
    left: -260px;
    bottom: 18px;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust13 .text {
    top: 20px;
  }
  .p_spend .content .block .title.illust13 .text:last-child {
    top: 40px;
  }
}
.p_spend .content .block .title.illust14::before {
  width: 56px;
  height: 51px;
  left: 660px;
  bottom: -192px;
  z-index: 1;
  background-image: url(../images/spend/illust06@2x.png);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust14::before {
    width: 36px;
    height: 34px;
    left: 290px;
    bottom: -4px;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust14 .text {
    top: 13px;
    right: 28px;
  }
  .p_spend .content .block .title.illust14 .text:last-child {
    right: 28px;
    top: 54px;
  }
}
.p_spend .content .block .title.illust15::before {
  width: 0;
  height: 0;
  left: 50px;
  bottom: -92px;
  background-image: url(../images/spend/illust07@2x.png);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust15 .text {
    top: 20px;
  }
  .p_spend .content .block .title.illust15 .text:last-child {
    top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust16 .text {
    top: 13px;
    right: 34px;
  }
  .p_spend .content .block .title.illust16 .text:last-child {
    right: 34px;
    top: 91px;
  }
}
.p_spend .content .block .title.illust16::before {
  width: 109px;
  height: 96px;
  left: -80px;
  bottom: 148px;
  background-image: url(../images/spend/illust07@2x.png);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title.illust16::before {
    width: 76px;
    height: 67px;
    left: 263px;
    bottom: 250px;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block .title .text {
    top: 13px;
    right: -10px;
  }
  .p_spend .content .block .title .text:last-child {
    right: -10px;
    top: 91px;
  }
}
.p_spend .content .block.reverse .image {
  transform: rotate(-2deg);
  left: 198px;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block.reverse .image {
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block.reverse .time {
    left: 91px;
    width: 50px;
  }
}
@media screen and (max-width: 750px) {
  .p_spend .content .block.reverse .time.wide {
    width: 57px;
  }
}
.p_spend .content .block.reverse .title {
  left: calc(50% - 330px);
}
@media screen and (max-width: 750px) {
  .p_spend .content .block.reverse .title {
    z-index: 1;
    left: 0;
  }
}
.p_spend .content .block.last .image {
  transform: rotate(0);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block.last .image {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .p_spend .content .block.last .image::before, .p_spend .content .block.last .image::after {
    display: none;
  }
}
.p_spend .content .block.last .fukidashi {
  position: absolute;
  left: -3px;
  top: 210px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block.last .fukidashi {
    top: 147px;
    width: 206px;
    left: -10px;
  }
}
.p_spend .content .block.last .fukidashi.bottom {
  top: unset;
  bottom: 60px;
}
@media screen and (max-width: 750px) {
  .p_spend .content .block.last .fukidashi.bottom {
    bottom: 40px;
    width: 35vw;
    left: -30px;
  }
}
.p_spend .content.tab-menu {
  display: unset;
}
@media screen and (max-width: 750px) {
  .p_spend .content.tab-menu {
    padding: 0;
  }
}
.p_spend .content.active {
  display: block;
}

.breadcrumb {
  margin-top: 154px;
}
@media screen and (max-width: 750px) {
  .breadcrumb {
    margin-top: -37px;
  }
}/*# sourceMappingURL=spend.css.map */