@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic&display=swap");
body {
  padding: 0;
  margin: 0;
}

#ouen2026 {
  position: relative;
  width: 100%;
  height: 100vh;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
#ouen2026 .noview {
  display: none !important;
}
#ouen2026 .pc_back {
  width: 100%;
  height: 100%;
  position: fixed;
  border-top: 4rem solid #894fff;
  left: 0;
  top: 0;
  background-image: url("../img/pc_mv_back.png");
  background-size: cover;
}
#ouen2026 .pc_back:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40rem;
  background-image: url("../img/pc_town_back.png");
  background-size: contain;
  background-position: center bottom;
  -webkit-animation: slideBg 100s linear infinite;
          animation: slideBg 100s linear infinite;
  background-repeat: repeat-x;
}
@-webkit-keyframes slideBg {
  0% {
    background-position: 0 bottom;
  }
  100% {
    /* 画像の横幅（px）を指定するか、
          100%分動かしてループさせる
    */
    background-position: -1000px bottom;
  }
}
@keyframes slideBg {
  0% {
    background-position: 0 bottom;
  }
  100% {
    /* 画像の横幅（px）を指定するか、
          100%分動かしてループさせる
    */
    background-position: -1000px bottom;
  }
}
#ouen2026 .pc_back .pc_header .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 200px;
  padding: 1%;
  height: 100%;
}
#ouen2026 .pc_back .pc_header .logo a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#ouen2026 .pc_back .pc_left_block {
  padding-top: 20rem;
  position: fixed;
  width: calc(50% - 230px);
  bottom: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#ouen2026 .pc_back .pc_left_block img {
  -webkit-animation: jiggle 5s infinite;
          animation: jiggle 5s infinite;
}
@-webkit-keyframes jiggle {
  /* 0%から10%の間（0.5秒間）だけ動く */
  0% {
    transform: translate(0, 0);
  }
  1% {
    transform: translate(-2px, 1px) rotate(-1deg);
  }
  2% {
    transform: translate(2px, -1px) rotate(1deg);
  }
  3% {
    transform: translate(-2px, -1px) rotate(-1deg);
  }
  4% {
    transform: translate(2px, 1px) rotate(1deg);
  }
  5% {
    transform: translate(0, 0) rotate(0);
  }
  /* 5%から100%の間（残りの4.5秒）は停止したまま */
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes jiggle {
  /* 0%から10%の間（0.5秒間）だけ動く */
  0% {
    transform: translate(0, 0);
  }
  1% {
    transform: translate(-2px, 1px) rotate(-1deg);
  }
  2% {
    transform: translate(2px, -1px) rotate(1deg);
  }
  3% {
    transform: translate(-2px, -1px) rotate(-1deg);
  }
  4% {
    transform: translate(2px, 1px) rotate(1deg);
  }
  5% {
    transform: translate(0, 0) rotate(0);
  }
  /* 5%から100%の間（残りの4.5秒）は停止したまま */
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
#ouen2026 .pc_back .pc_right_block {
  padding-top: 0rem;
  position: fixed;
  width: calc(50% - 250px);
  bottom: 0;
  right: 0;
  z-index: 5;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#ouen2026 .pc_back .pc_right_block img {
  max-width: 500px;
  width: 100%;
  transform: scale(0);
  -webkit-animation: growStop 0.5s 0.5s ease-out forwards;
          animation: growStop 0.5s 0.5s ease-out forwards;
}
@-webkit-keyframes growStop {
  0% {
    transform: scale(0); /* 元のサイズ */
  }
  90% {
    transform: scale(1.5); /* 1.5倍のサイズ */
  }
  100% {
    transform: scale(1); /* 1.5倍のサイズ */
  }
}
@keyframes growStop {
  0% {
    transform: scale(0); /* 元のサイズ */
  }
  90% {
    transform: scale(1.5); /* 1.5倍のサイズ */
  }
  100% {
    transform: scale(1); /* 1.5倍のサイズ */
  }
}
#ouen2026 img {
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
#ouen2026 a {
  transition: 0.3s;
}
#ouen2026 .anchor {
  display: block;
  margin-top: -10rem;
  padding-top: 10rem;
}
#ouen2026 ul.attention {
  list-style-type: none;
  padding: 0 !important;
}
#ouen2026 ul.attention li {
  font-size: 90%;
  list-style-type: none !important;
  text-indent: -1rem;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
#ouen2026 ul.attention li:before {
  content: "※";
}
#ouen2026 main#ouen2026_content {
  width: 460px;
  position: absolute;
  z-index: 10;
  left: calc(50% - 230px);
  top: 4rem;
  background-color: white;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-shadow: 1rem 0rem 0.1rem rgba(0, 0, 0, 0.04);
  min-height: 150vh;
}
#ouen2026 main#ouen2026_content section {
  min-height: 100vh;
  padding: 5% 0;
}
#ouen2026 main#ouen2026_content img {
  max-width: 100%;
}
#ouen2026 main#ouen2026_content #header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background: white;
}
#ouen2026 main#ouen2026_content #header .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#ouen2026 main#ouen2026_content #header .flex h1 {
  padding: 0;
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#ouen2026 main#ouen2026_content #header .flex h1 a:hover:img {
  opacity: 0.9;
}
#ouen2026 main#ouen2026_content #header .flex h1 .iroiro {
  width: 30%;
}
#ouen2026 main#ouen2026_content #header .flex h1 a {
  padding-left: 10%;
  width: 60%;
}
#ouen2026 main#ouen2026_content #header .flex #menu_btn {
  cursor: pointer;
}
#ouen2026 main#ouen2026_content #header .flex .menu {
  width: 20%;
  padding: 5%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  display: none;
}
#ouen2026 main#ouen2026_content #header .flex .menu #menu-btn-check {
  display: block;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu {
  opacity: 0;
  transition: 0.3s;
  position: fixed;
  width: 460px;
  height: 100vh;
  overflow: hidden;
  top: -100vh;
  left: calc(50% - 230px);
  background-image: url("../img/menu_back.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu:after {
  content: "";
  width: 35%;
  height: 7rem;
  position: absolute;
  left: 1%;
  top: 2rem;
  background-image: url("../img/menu_sakura.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_btn_close {
  position: absolute;
  width: 20%;
  padding: 5%;
  right: 0%;
  top: 0%;
  z-index: 3;
  cursor: pointer;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block {
  padding-top: 12rem;
  width: 100%;
  position: relative;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block .menu_logo {
  max-width: 100%;
  margin: auto auto 10%;
  background-color: white;
  padding: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block .menu_logo .iroiro {
  width: 22%;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block .menu_logo a {
  width: 45%;
  padding-left: 5%;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block ul {
  width: 90%;
  margin: auto auto 10%;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block ul li a {
  display: block;
  margin: 1% 1% 15%;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block ul li a img {
  transition: 0.3s;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block ul li a.link01 img {
  width: 80%;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block ul li a.link02 img {
  width: 40%;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block ul li a.link03 img {
  width: 73%;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block ul li a.link04 img {
  width: 82%;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block ul li a:hover img {
  opacity: 0.5;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block:before {
  content: "";
  width: 32%;
  padding-top: 35%;
  background-image: url(../img/menu_char.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1%;
  bottom: 30%;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block .menu_btns {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 2% 5%;
  gap: 1.5rem;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block .menu_btns .menu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #73d3eb;
  box-shadow: 0.5rem 0.5rem 1px #e6e6e6;
  border-radius: 1rem;
  padding: 8% 5% 8% 1%;
  color: black;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block .menu_btns .menu_btn:after {
  content: "";
  right: 2%;
  width: 8%;
  padding-top: 8%;
  background-image: url("../img/menu_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block .menu_btns .menu_btn.pink {
  background-color: #ffacd7;
}
#ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block .menu_btns .menu_btn span {
  display: block;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 80%;
  letter-spacing: -0.1rem;
}
#ouen2026 main#ouen2026_content #header .flex .menu #menu-btn-check:checked ~ #nav_menu {
  opacity: 1;
  z-index: 100;
  width: 460px;
  top: 0;
  overflow: inherit;
  overflow-y: auto;
}
#ouen2026 main#ouen2026_content #mv {
  padding: 2%;
  background-color: #ffecf4;
  background-image: url("../img/sp_mv_back.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#ouen2026 main#ouen2026_content #mv:before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/sp_mv_sakura.png");
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: floatWindow 2s ease-in-out infinite alternate;
          animation: floatWindow 2s ease-in-out infinite alternate;
}
@-webkit-keyframes floatWindow {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px); /* 上に20px動く */
  }
}
@keyframes floatWindow {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px); /* 上に20px動く */
  }
}
#ouen2026 main#ouen2026_content #mv .img {
  position: relative;
  z-index: 2;
}
#ouen2026 main#ouen2026_content #mv .img.catch {
  width: 100%;
  position: relative;
}
#ouen2026 main#ouen2026_content #mv .img.date {
  width: 85%;
  position: relative;
  top: -5rem;
}
#ouen2026 main#ouen2026_content .btns {
  padding: 5% 0;
}
#ouen2026 main#ouen2026_content .btns .btn {
  display: flex;
  width: 100%;
  background-color: #73d3eb;
  min-height: 7rem;
  border: 1px solid #73d3eb;
  border-radius: 10rem;
  align-items: center;
  justify-content: center;
  padding: 2% 0;
  margin-bottom: 2rem;
  text-decoration: none;
  color: black;
}
#ouen2026 main#ouen2026_content .btns .btn span {
  text-align: center;
  font-weight: bold;
}
#ouen2026 main#ouen2026_content .btns .btn.pink {
  background-color: #ffacd7;
  border-color: #ffacd7;
}
#ouen2026 main#ouen2026_content .kirikae {
  text-align: center;
}
#ouen2026 main#ouen2026_content .kirikae a {
  text-underline-offset: 0.5rem;
  font-weight: bold;
}
#ouen2026 main#ouen2026_content .kirikae a:hover {
  text-decoration: underline;
}
#ouen2026 main#ouen2026_content .data_block {
  margin: auto;
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#ouen2026 main#ouen2026_content .data_block h3.title {
  color: white;
  font-size: 75%;
  background-color: #894fff;
  display: inline-block;
  width: 14rem;
  padding: 0.5rem;
  border-radius: 5rem;
  text-align: center;
  position: relative;
  top: 1.3rem;
}
#ouen2026 main#ouen2026_content .data_block .text {
  background-color: white;
  padding: 7% 5% 5%;
  font-size: 90%;
  color: #894fff;
  line-height: 1.5;
}
#ouen2026 main#ouen2026_content .data_block .text ul {
  list-style-type: disc;
  padding-left: 2rem;
}
#ouen2026 main#ouen2026_content .data_block .text ul li {
  list-style-type: disc;
  margin-bottom: 1rem;
  word-break: auto-phrase;
  font-weight: bold;
}
#ouen2026 main#ouen2026_content .data_block .text ul li:last-child {
  margin-bottom: 0;
}
#ouen2026 main#ouen2026_content .data_block .text p {
  margin-bottom: 1rem;
  word-break: auto-phrase;
  font-weight: bold;
}
#ouen2026 main#ouen2026_content .data_block.houhou .text h2 {
  font-weight: bold;
  font-size: 100%;
  line-height: 1.5;
  word-break: auto-phrase;
}
#ouen2026 main#ouen2026_content .tokuten_blocks {
  background-color: #ffecf4;
  padding-bottom: 5rem;
}
#ouen2026 main#ouen2026_content .tokuten_blocks .data_block {
  padding-top: 3%;
}
#ouen2026 main#ouen2026_content .tokuten_blocks .data_block:first-child {
  padding-top: 0;
}
#ouen2026 main#ouen2026_content .goodvalue_plan {
  background-color: #ffecf4;
  padding-bottom: 5rem;
}
#ouen2026 main#ouen2026_content .goodvalue_plan .title.image {
  width: 85%;
  margin: auto;
}
#ouen2026 main#ouen2026_content .goodvalue_plan .hikaku {
  width: 80%;
  margin: 5% auto;
}
#ouen2026 main#ouen2026_content .goodvalue_plan .otoku {
  width: 80%;
  margin: 5% auto;
}
#ouen2026 main#ouen2026_content .goodvalue_plan .goodvalue_plan_text {
  width: 80%;
  margin: 5% auto;
}
#ouen2026 main#ouen2026_content .goodvalue_plan .goodvalue_plan_text ul.attention li {
  font-size: 70%;
  line-height: 1.5;
  text-indent: -1.5rem;
  margin-left: 1.5rem;
}
#ouen2026 main#ouen2026_content #sanka {
  padding: 15% 10%;
}
#ouen2026 main#ouen2026_content #sanka .sankalist,
#ouen2026 main#ouen2026_content #sanka .title.image {
  margin-bottom: 10%;
}
#ouen2026 main#ouen2026_content #step {
  background-color: #ffecf4;
  position: relative;
}
#ouen2026 main#ouen2026_content #step:after {
  content: "";
  width: 100%;
  height: 14rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ff96d7;
}
#ouen2026 main#ouen2026_content #step .title.image {
  padding: 7% 15%;
  background-color: #ff96d7;
}
#ouen2026 main#ouen2026_content #step .step_images {
  z-index: 5;
  position: relative;
  padding: 12% 12% 15% 8%;
}
#ouen2026 main#ouen2026_content #kiyaku {
  padding: 15% 10%;
  background-color: #f2f2f2;
}
#ouen2026 main#ouen2026_content #kiyaku .title.image {
  width: 85%;
  margin: auto auto 15%;
}
#ouen2026 main#ouen2026_content #kiyaku .kiyaku_block {
  background-color: white;
  padding: 5%;
  max-height: 35rem;
  overflow-y: auto;
}
#ouen2026 main#ouen2026_content #kiyaku .kiyaku_block .block {
  font-size: 70%;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
#ouen2026 main#ouen2026_content #kiyaku .kiyaku_block .block h3:before {
  content: "■";
}
#ouen2026 main#ouen2026_content #kiyaku .kiyaku_block .block p {
  word-break: auto-phrase;
}
#ouen2026 main#ouen2026_content #kiyaku .kiyaku_block .block ul {
  list-style-type: disc;
  padding-left: 0rem;
  margin-left: 2rem;
}
#ouen2026 main#ouen2026_content #kiyaku .kiyaku_block .block ul li {
  list-style-type: disc;
  margin-bottom: 0;
  word-break: auto-phrase;
  line-height: 1.1;
}
#ouen2026 main#ouen2026_content #kiyaku .kiyaku_block .block ul.attention li {
  margin-bottom: 0;
  font-size: 100%;
}
#ouen2026 main#ouen2026_content #kiyaku .kiyaku_block .block ul.linelist {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
#ouen2026 main#ouen2026_content #kiyaku .kiyaku_block .block ul.linelist li {
  list-style-type: none;
  margin-left: 1rem;
  text-indent: -1rem;
}
#ouen2026 main#ouen2026_content #kiyaku .kiyaku_block .block ul.linelist li:before {
  content: " - ";
}
#ouen2026 main#ouen2026_content #kiyaku .btns {
  padding-top: 5rem;
}
#ouen2026 main#ouen2026_content #sns {
  background-color: #894fff;
  padding: 5% 2%;
}
#ouen2026 main#ouen2026_content #sns h2 {
  text-align: center;
  color: white;
  font-size: 60%;
  letter-spacing: 0.2rem;
}
#ouen2026 main#ouen2026_content #sns .list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5% 0 0;
}
#ouen2026 main#ouen2026_content #sns .list a {
  display: block;
  padding: 0% 3%;
  width: 14%;
  transition: 0.3s;
}
#ouen2026 main#ouen2026_content #sns .list a:hover {
  transform: rotate(360deg);
}
#ouen2026 footer#footer {
  background-color: #f2f2f2;
  padding: 5%;
}
#ouen2026 footer#footer .footer_logo {
  margin: 5% auto;
  text-align: center;
  width: 30%;
}
#ouen2026 footer#footer div.copyright {
  text-align: center;
  font-size: 60%;
  font-weight: 800;
}
@media all and (max-width: 460px) and (orientation: portrait) {
  #ouen2026 {
    font-size: 3.5vw;
  }
  #ouen2026 .pc_back {
    display: none;
  }
  #ouen2026 main#ouen2026_content {
    width: 100%;
    border: none;
    left: inherit;
    transform: none;
    top: 0;
  }
  #ouen2026 main#ouen2026_content #header .flex .menu {
    display: block;
  }
  #ouen2026 main#ouen2026_content #header .flex .menu #nav_menu {
    right: 0;
    z-index: -1;
    width: 100%;
  }
  #ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block {
    padding-top: 10rem;
  }
  #ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block ul li a {
    margin-bottom: 10%;
  }
  #ouen2026 main#ouen2026_content #header .flex .menu #nav_menu .menu_block ul li a img {
    position: relative;
    z-index: 2;
  }
  #ouen2026 main#ouen2026_content #header .flex .menu #menu-btn-check:checked ~ #nav_menu {
    width: 100%;
    height: 100vh;
    left: 0;
  }
  #ouen2026 main#ouen2026_content .data_block .text ul li {
    margin-bottom: 0.5rem;
  }
  #ouen2026 main#ouen2026_content #kiyaku .kiyaku_block .block {
    font-size: 90%;
  }
}
/*# sourceMappingURL=style.css.map */