@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
.youmefukubiki2026 {
  overflow: hidden;
  position: relative;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #000;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #000;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.4;
}

/* -------------------------------------
        FV
------------------------------------- */
.header .top_logo {
  position: absolute;
  z-index: 2;
  width: 80px;
  left: 10px;
  top: 10px;
  padding: 5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .header .top_logo {
    width: 50px;
    top: 10px;
    left: 10px;
  }
}

/* -------------------------------------
        メイン
------------------------------------- */
.con {
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .con {
    padding: 40px 0;
  }
}
.con__wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
}
.con__ttl {
  max-width: 850px;
  margin: 0 auto;
}
.con__main {
  position: relative;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 0;
  z-index: 1;
}

.fukubiki {
  position: relative;
  background: url(../img/fukubiki-bg.png) #E50012;
  text-align: center;
}
.fukubiki::before, .fukubiki::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 40%;
}
@media screen and (max-width: 767px) {
  .fukubiki::before, .fukubiki::after {
    width: 40%;
  }
}
.fukubiki::before {
  background: url(../img/fukubiki-left.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 5%;
}
.fukubiki::after {
  background: url(../img/fukubiki-right.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  right: 0;
  bottom: 5%;
}
.fukubiki .con__ttl {
  position: relative;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .fukubiki .con__ttl {
    width: 100%;
  }
}
.fukubiki .con__ttl::before {
  content: "";
  position: absolute;
  width: 18%;
  height: 38%;
  background: url(../img/fukubiki-you.png) no-repeat;
  background-size: contain;
  left: -12%;
  bottom: 4%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .fukubiki .con__ttl::before {
    width: 14%;
    height: 30%;
    left: auto;
    right: 4%;
    bottom: auto;
  }
}
.fukubiki .con__ttl::after {
  content: "";
  position: absolute;
  width: 16%;
  height: 38%;
  background: url(../img/fukubiki-me.png) no-repeat;
  background-size: contain;
  background-position: right;
  right: -12%;
  bottom: 4%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .fukubiki .con__ttl::after {
    width: 12%;
    height: 30%;
    right: 0;
    bottom: 40%;
    background-position: bottom;
  }
}
.fukubiki .con__main {
  max-width: 900px;
  margin: 0 auto;
}
.fukubiki__day {
  position: relative;
  background: #F4CD11;
  background: linear-gradient(90deg, rgb(244, 205, 17) 0%, rgb(255, 255, 255) 50%, rgb(244, 205, 17) 100%);
  margin-bottom: 20px;
  padding: 8px 0.5em 12px;
}
@media screen and (max-width: 767px) {
  .fukubiki__day {
    margin-top: 10px;
  }
}
.fukubiki__day .con__wrap {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fukubiki__day .con__wrap {
    max-width: 400px;
  }
}
.fukubiki__day .con__wrap::before, .fukubiki__day .con__wrap::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 90%;
  background: url(../img/fukubiki-kadomatsu.png) no-repeat;
  background-size: contain;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .fukubiki__day .con__wrap::before, .fukubiki__day .con__wrap::after {
    width: 14%;
    height: 60%;
    background-position: center;
    top: -25px;
  }
}
.fukubiki__day .con__wrap::before {
  left: 15%;
}
@media screen and (max-width: 767px) {
  .fukubiki__day .con__wrap::before {
    left: 0;
  }
}
.fukubiki__day .con__wrap::after {
  right: 15%;
}
@media screen and (max-width: 767px) {
  .fukubiki__day .con__wrap::after {
    right: 0;
  }
}
.fukubiki__day .ganjitsu {
  color: #E50012;
  font-weight: 800;
  font-size: 1.6em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fukubiki__day .ganjitsu {
    font-size: 1.4em;
  }
}
.fukubiki__day .ganjitsu span.big {
  font-size: 2em;
}
.fukubiki__day .santou {
  color: #E50012;
  margin-bottom: 4px;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .fukubiki__day .santou {
    font-size: 0.8em;
  }
}
.fukubiki__limited {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  .fukubiki__limited {
    font-size: 1.1em;
  }
}
.fukubiki__limited::before, .fukubiki__limited::after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/fukubiki-hana.png) no-repeat;
  background-size: contain;
  bottom: -2px;
}
.fukubiki__limited::before {
  left: -1.8em;
}
.fukubiki__limited::after {
  right: -1.8em;
}
.fukubiki__sankahi p {
  display: inline-block;
  font-weight: 700;
  font-size: 1.6em;
  background: linear-gradient(transparent 60%, #F5D01F 60%);
  letter-spacing: 2px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fukubiki__sankahi p {
    font-size: 1.4em;
  }
}
.fukubiki__sankahi p span.big {
  font-size: 1.7em;
}
.fukubiki__present {
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.1em;
  margin-top: 12px;
}
.fukubiki__present span.big {
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .fukubiki__present span.big {
    font-size: 1.4em;
  }
}
.fukubiki__present span.red {
  color: #CF2014;
}

/* -------------------------------------
        注意文
------------------------------------- */
.notice p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.9em;
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.anime-o2 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 0.4s;
}

.anime-o3 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 1.6s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}