@charset "utf-8";

html {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  line-height: 1.875;
  color: #000;
}

@media screen and (min-width: 769px) {
  /* PC用 */
  html {
    font-size: 10px;
  }
}
.inner {
  position: relative;
  max-width: calc(100vw - 10rem);
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* SP用 */
  html {
    font-size: calc(10vw / 750 * 100); /* 最大値768px、文字サイズ10pxの場合 */
  }
  .inner {
    max-width: calc(100vw - 6rem);
  }
}

main { padding: 0; }

section[class^="sec"] {
  position: relative;
  z-index: 10;
}

body {
  width: 100%;
  background: #FCF1EA;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  overflow: clip;
  position: relative;
}

.mt120 {
  margin-top: 12rem !important;
}
.mt150 {
  margin-top: 15rem !important;
}
.pt150 {
  padding-top: 15rem !important;
}
.pt220 {
  padding-top: 22rem !important;
}
.pb180 {
  padding-bottom: 18rem !important;
}
.pb250 {
  padding-bottom: 25rem !important;
}
@media screen and (max-width: 768px) {
  .sp_mt80 {
    margin-top: 8rem !important;
  }
  .sp_pt100 {
    padding-top: 10rem !important;
  }
  .sp_pt80 {
    padding-top: 8rem !important;
  }
  .sp_pb130 {
    padding-bottom: 13rem !important;
  }
  .sp_pb150 {
    padding-bottom: 15rem !important;
  }
  body .sp_left {
    text-align: left !important;
  }
}

/* ID登録用 */
i[id] {
  font-size: 0;
  display: block;
}
@media screen and (min-width: 769px) {/* PC用 */
  .mv {
    height: 121.5rem;
    background: url(/img/newyear2026/mv_bg.webp) center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 58vw;
  }
  .mv img {
    width: 124rem;
  }
  .mv .left_box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 58.3rem;
    max-width: 30vw;
    pointer-events: none;
  }
  .mv .right_box {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 63.5rem;
    max-width: 30vw;
    pointer-events: none;
  }
  .mv .catch {
    width: 124rem;
    max-width: 60vw;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .mv .left_box {
    display: none;
  }
  .mv .right_box {
    display: none;
  }
  .mv .bottom_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: translateY(50%);
    pointer-events: none;
  }
}

/* 
=================================================================================

▼▼▼　footer　▼▼▼

=================================================================================
*/
.universal-footer {
  background-color: #fff;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {/* SP用 */
  .universal-footer {
    padding-bottom: 2rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.universal-footer .br::before {
  content: "\A";
  white-space: pre;
}
@media screen and (min-width: 769px) {/* PC用 */
  .universal-footer .br--sp::before {
    content: "";
  }
}
.universal-footer .universal-footer__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 96rem;
}
@media screen and (min-width: 769px) {/* PC用 */
  .universal-footer .universal-footer__container {
    max-width: 96rem;
  }
}
.universal-footer .universal-footer__row {
  margin-left: auto;
  margin-right: auto;
}
.universal-footer .universal-footer__row:before {
  box-sizing: border-box;
  content: " ";
  display: table;
}
.universal-footer .universal-footer__row:after {
  clear: both;
}
@media screen and (min-width: 769px) {/* PC用 */
  .universal-footer .universal-footer__row {
    display: table;
    padding-left: 8.1rem;
    position: relative;
  }
}
@media screen and (min-width: 769px) {/* PC用 */
  .universal-footer .universal-footer__col-pmark-image {
    display: block;
    font-size: 0;
    left: 0;
    position: absolute;
    top: 0;
  }
}
.universal-footer .universal-footer__col-pmark-image img {
  height: auto;
}

@media screen and (max-width: 768px) {/* SP用 */
  .universal-footer .universal-footer__col-pmark-image {
    position: absolute;
    top: 2rem;
    right: calc(50% + 10em);
    width: 5em;
  }
}
.universal-footer .universal-footer__col-main {
  font-size: 1rem;
  line-height: 2rem;
  line-height: 1.5rem;
  line-height: 2;
  margin: 0 1rem;
  padding-top: 0;
}
@media screen and (max-width: 768px) {/* SP用 */
  .universal-footer .universal-footer__col-main {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {/* PC用 */
  .universal-footer .universal-footer__col-main {
    padding-top: .9rem;
  }
}
.universal-footer .universal-footer__col-main a {
  color: inherit;
  text-decoration: none;
}
.universal-footer .universal-footer__col-main p {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  .universal-footer .universal-footer__col-main p {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {/* PC用 */
  .universal-footer .universal-footer__col-main p {
    margin-top: 0;
  }
}
.universal-footer .universal-footer__col-main .universal-footer__col-main__definition-term {
  display: inline-block;
}
@media screen and (max-width: 768px) {/* SP用 */
  .universal-footer .universal-footer__col-main .universal-footer__col-main__definition-term {
    display: block;
    margin-bottom: .5rem;
  }
}
.universal-footer .universal-footer__col-main .universal-footer__col-main__definition-description {
  display: inline-block;
}
@media screen and (max-width: 768px) {/* SP用 */
  .universal-footer .universal-footer__col-main .universal-footer__col-main__definition-description a {
    line-height: 2rem;
  }
}
.universal-footer .universal-footer__col-main .universal-footer__col-main__list {
  display: inline-block;
}
@media screen and (max-width: 768px) {/* SP用 */
  .universal-footer .universal-footer__col-main .universal-footer__col-main__list {
    display: inline;
  }
}
.universal-footer .universal-footer__col-main .universal-footer__col-main__list:after {
  content: " | ";
}
.universal-footer .universal-footer__col-main .universal-footer__col-main__list:last-child::after {
  content: "";
}
@media screen and (max-width: 768px) {/* SP用 */
  .universal-footer .universal-footer__col-main .universal-footer__col-main__list:nth-child(2)::after {
    content: "";
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .universal-footer .universal-footer__col-main .universal-footer__col-main__list:nth-of-type(3)::before {
    content: "\A";
    white-space: pre;
  }
}
/* 
=================================================================================

▼▼▼　sec01　▼▼▼

=================================================================================
*/
section.sec01 {
}
.sec01 .bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  pointer-events: none;
}
.sec01 .bg img {
  width: 230rem;
  max-width: none;
}
@media screen and (min-width: 769px) {/* PC用 */
  .sec01 .box01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
  }
  .sec01 .box01 .img {
    width: 13.4rem;
  }
  .sec01 .bg-left {
    max-width: 40vw;
    width: 80rem;
    height: 87rem;
    background: url(/img/newyear2026/sec01-bg-left.webp) top left / 100% auto no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  .sec01 .bg-right {
    max-width: 40vw;
    width: 80rem;
    height: 87rem;
    background: url(/img/newyear2026/sec01-bg-right.webp) top right / 100% auto no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec01 .box01 {
    position: relative;
  }
  .sec01 .box01 .img {
    position: absolute;
    bottom: -20rem;
    right: 5rem;
    width: 10.4rem;
  }
}
/* 
=================================================================================

▼▼▼　sec02　▼▼▼

=================================================================================
*/
section.sec02 {
  background: #EAE1CD;
  z-index: 9;
  border-top-left-radius: 50vw 25vw;
  border-top-right-radius: 50vw 25vw;
}
.sec02 .bg-left {
  max-width: 40vw;
  width: 80rem;
  height: 100%;
  background: url(/img/newyear2026/sec02-bg-left.webp) bottom left / 100% auto no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.sec02 .bg-right {
  max-width: 40vw;
  width: 80rem;
  height: 100%;
  background: url(/img/newyear2026/sec02-bg-right.webp) bottom right / 100% auto no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.midashi01 {
  position: relative;
  display: table;
  margin: 0 auto;
}
.midashi01 .img {
  position: absolute;
  bottom: 3rem;
  left: -19rem;
}
.midashi01 .txt {
  display: inline-block;
}
.box03 {
  width: 67.8rem;
  height: 42.7rem;
  padding: 6rem 1rem 1rem 1rem;
  background: url(/img/newyear2026/img05.webp) top center / contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.sec02 .txt03 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
}
.sec02 .txt03 p {
  flex: 1;
}
.box04 {
  position: relative;
}
.count {
  font-size: 11.6rem;
  line-height: 1;
  text-align: center;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 769px) {/* PC用 */
  .box04:before {
    content: "";
    display: block;
    position: absolute;
    width: 192.1rem;
    height: 100.4rem;
    bottom: -10rem;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(/img/newyear2026/bg-coin.webp) top center / contain no-repeat;
    z-index: -1;
    pointer-events: none;
  }
}
.box04 .btn02 {
  position: relative;
}
.box04 .btn02 .bg02 {
  position: absolute;
  bottom: -5rem;
  right: -41rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {/* SP用 */
  section.sec02 {
    border-top-left-radius: 50vw 35vw;
    border-top-right-radius: 50vw 35vw;
  }
  .midashi01 .img {
    position: absolute;
    bottom: 8rem;
    left: -3.5rem;
  }
  .midashi01 .img img {
    width: 9.1rem;
    height: auto;
  }
  .sec02 .bg-top {
    position: absolute;
    top: -6rem;
    left: 0;
    width: 100%;
    height: 27vw;
    background: url(/img/newyear2026/sec02-bg-left_sp.webp) center center / contain no-repeat;
  }
  .sec02 .txt03 {
    display: block;
    position: relative;
  }
  .sec02 .txt03:before {
  content: "";
  display: block;
  position: absolute;
  width: 15.2rem;
  height: 5.6rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background: url(/img/newyear2026/img06_sp.webp) center center / contain no-repeat;
  pointer-events: none;
  }
  .box04 {
    margin-left: -3rem;
    max-width: 100vw;
    width: 100vw;
  }
}

/* 
=================================================================================

▼▼▼　sec03　▼▼▼

=================================================================================
*/
.sec03 {
  position: relative;
  background: url(/img/newyear2026/bg07.webp) center center / cover no-repeat;
}
.sec03 .bg-left {
  max-width: 40vw;
  width: 80rem;
  height: 100%;
  background: url(/img/newyear2026/sec03-bg-left.webp) top left / 100% auto repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.sec03 .bg-right {
  max-width: 40vw;
  width: 80rem;
  height: 100%;
  background: url(/img/newyear2026/sec03-bg-right.webp) top right / 100% auto repeat-y;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.kazari01 {
  position: relative;
}
.kazari01:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4.3rem;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background: url(/img/newyear2026/bg03.webp) top center / 100% 100%  repeat-x;
  z-index: 1;
  pointer-events: none;
}
.kazari01:after {
  content: "";
  display: block;
  position: absolute;
  width: 14.8rem;
  height: 14.8rem;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(/img/newyear2026/bg02.webp) center center / contain  no-repeat;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {/* SP用 */
  .kazari01:after {
  width: 10.7rem;
  height: 10.7rem;
  }
}
/* ul.item-list */
ul.item-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
ul.item-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc((99.99% - 2rem) / 2);
}
ul.item-list > li .day {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  width: 10.5rem;
  height: 10.5rem;
}
ul.item-list > li .content-box {
  position: absolute;
  padding: 7.5% 10% 0 15%;
  width: 100%;
}
ul.item-list > li .content-box .cap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  min-height: 9em;
  margin: .5em 0;
}
ul.item-list > li .content-box .cap .cap-left {
  flex: 1;
}
ul.item-list > li .content-box .img {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {/* PC用 */
  ul.item-list > li .content-box .img:after {
    content: "";
    display: table;
    margin: 0 auto;
    width: 20rem;
    height: 3rem;
    background: url(/img/newyear2026/kazari.webp) bottom center / contain no-repeat;
    pointer-events: none;
  }
}
ul.item-list > li .content-box .img img {
  width: 14.5rem;
  height: 14.5rem;
  object-fit: contain;
}

@media screen and (max-width: 768px) {/* SP用 */
  .sec03 {
    background: url(/img/newyear2026/bg07_sp.webp) center center / cover no-repeat;
  }
  .sec03 .kazari02 {
    position: relative;
  }
  .sec03 .kazari02 .img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-120%, -50%);
  }
  ul.item-list > li .day {
    width: 9.1rem;
    height: 9.1rem;
  }
  ul.item-list > li .content-box {
    padding: 13% 1% 1% 5%;
  }
}
/* ▲ ul.item-list ▲ */
/* 
=================================================================================

▼▼▼　sec04　▼▼▼

=================================================================================
*/
.sec04 {
  position: relative;
  background: url(/img/newyear2026/bg08.webp) center center / cover no-repeat;
}
.sec04 .bg-left {
  max-width: 40vw;
  width: 80rem;
  height: 100%;
  background: url(/img/newyear2026/sec04-bg-left.webp) top left / 100% auto repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.sec04 .bg-right {
  max-width: 40vw;
  width: 80rem;
  height: 100%;
  background: url(/img/newyear2026/sec04-bg-right.webp) top right / 100% auto repeat-y;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
/* ul.item-list02 */
ul.item-list02 {
  position: relative;
}
ul.item-list02:before {
  content: "";
  display: block;
  position: absolute;
  width: 11.7rem;
  height: 19rem;
  top: -5.5rem;
  left: -14rem;
  background: url(/img/newyear2026/img20.webp) center center / contain no-repeat;
  pointer-events: none;
}
ul.item-list02 > li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
ul.item-list02 > li + li {
  margin-top: 10rem;
}
ul.item-list02 > li .day {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  width: 10.5rem;
  height: 10.5rem;
}
ul.item-list02 > li .content-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20% 2% 1%;
  width: 100%;
  height: 100%;
}
ul.item-list02 > li .content-box .cap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  min-height: 9em;
  margin: .5em 0;
}
ul.item-list02 > li .content-box .cap .cap-left {
  flex: 1;
}
/* ▲ ul.item-list02 ▲ */
.caution-box {
  background: #fff;
  border: 4px solid #FD0000;
  border-radius: 1rem;
  padding: 2em 1em;
}
/* ul.circle-list */
ul.circle-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
/* ▲ ul.circle-list ▲ */
@media screen and (max-width: 768px) {/* SP用 */
  .sec04 {
    background: url(/img/newyear2026/bg08_sp.webp) center center / cover no-repeat;
  }
  .sec04 .inner {
    max-width: 85vw;
  }
  ul.item-list02 {
    max-width: none;
    width: 88vw;
  }
  ul.item-list02 > li .content-box {
    padding: 18% 5% 1% 1%;
  }
  ul.item-list02:before {
    width: 11.7rem;
    height: 19rem;
    top: -17rem;
    left: 4rem;
  }
}
/* 
=================================================================================

▼▼▼　sec05　▼▼▼

=================================================================================
*/
.sec05 {
  position: relative;
  background: url(/img/newyear2026/bg09.webp) center center / cover no-repeat;
}
.sec05 .bg-left {
  max-width: 40vw;
  width: 80rem;
  height: 100%;
  background: url(/img/newyear2026/sec05-bg-left.webp) top left / 100% auto repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.sec05 .bg-right {
  max-width: 40vw;
  width: 80rem;
  height: 100%;
  background: url(/img/newyear2026/sec05-bg-right.webp) top right / 100% auto repeat-y;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec05 {
    background: url(/img/newyear2026/bg09_sp.webp) center center / cover no-repeat;
  }
  .sec05 .txt {
    max-width: 85vw;
    margin: 0 auto;
  }
}


/* 
=================================================================================

▼▼▼　色　▼▼▼

=================================================================================
*/
/* ▼ black ▼ */
.black { color: #000 !important;}
.bg_black { background: #000 !important; }
/* ▲ black ▲ */

/* ▼ brown ▼ */
.brown { color: #2F1411 !important; }
.bg_brown { background: #2F1411 !important; }
/* ▲ brown ▲ */

/* ▼ red ▼ */
.red { color: #E53223 !important; }
.bg_red { background: #E53223 !important; }
/* ▲ red ▲ */

/* ▼ white ▼ */
.white { color: #fff !important; }
.bg_white { background: #fff !important; }
/* ▲ white ▲ */

/* 
=================================================================================

▼▼▼　文字　▼▼▼

=================================================================================
*/
.go {
  font-family: "Noto Sans JP", serif;
}
.pop {
  font-family: "Poppins", serif;
}
.b {
  font-weight: 700;
}
.sb {
  font-weight: 600;
}
.m {
  font-weight: 500;
}

/* googleマテリアルアイコン */
body .material-symbols-outlined {
  font-size: inherit;
  vertical-align: baseline;
  line-height: inherit;
}
a.link {
  text-decoration: underline;
  color: #E33224;
}

/* 
=================================================================================

▼▼▼　サンプルボタン　▼▼▼

=================================================================================
*/

/* ▼ btn01 ▼ */
.btn01 > a {
  border-radius: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5em 1.5em;
  gap: 0.5em;
  background: #F24F4B;
  color: #fff;
  line-height: 1.5;
}
/* ▲ btn01 ▲ */

/* ▼ btn03 ▼ */
.btn03 {
  border-radius: 50vmin;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.btn03 > a {
  background: #F24F4B;
  color: #fff;
  text-align: center;
  padding: 1em 1.5em 1em 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  overflow: clip;
  border-radius: 50vmin;
}
.btn03 > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50vmin;
  transform: translateX(-100%);
  transition: .5s all;
}
.btn03 a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn03:hover > *::after {
  transform: translateX(0);  
}
/* ▲ btn03 ▲ */

/* ▼ btn04 ▼ */
.btn04 {
  border-radius: 50vmin;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.btn04 > a {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 1em;
  gap: .5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  overflow: clip;
  border-radius: 50vmin;
}
.btn04 > a .txt {
  flex: 1;
  text-align: center;
}
.btn04 > a .arrow {
  color: #000;
  background: #fff;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 80%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn04 > *::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 1) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
  0% {
      transform: scale(0) rotate(25deg);
      opacity: 0;
  }

  50% {
      transform: scale(1) rotate(25deg);
      opacity: 1;
  }

  100% {
      transform: scale(50) rotate(25deg);
      opacity: 0;
  }
}
/* ▲ btn04 ▲ */

/* ▼ btn05 ▼ */
.btn05 {
  padding-bottom: 1rem;
}
.btn05 > a {
  text-align: center;
  padding: .4em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 1rem;
  color: #fff;
  background: #ff80ab;
  box-shadow: 0 1rem 0 #ea769c;
  transition: .5s all;
}
.btn05 > a:hover {
  box-shadow: 0 0 0 #ea769c;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #e63862;
}
.btn05 > a small {
  font-size: 60%;
}
/* ▲ btn05 ▲ */

/* ▼ btn06 ▼ */
.btn06 {
}
.btn06 > a {
  text-align: center;
  padding: .4em 1em .4em 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50vmin;
  color: #e63862;
  background: #fff;
  border: 2px solid #e63862;
  transition: .5s all;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
}
.btn06 > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  background: #e63862;
}
.btn06 .txt {
  margin: auto;
}
/* ▲ btn06 ▲ */

/* ▼ btn07 ▼ */
.btn07 {
  padding-bottom: 1rem;
}
.btn07 > a {
  text-align: center;
  padding: .4em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 1rem;
  color: #fff;
  background: #ea769c;
  box-shadow: 0 1rem 0 #eee;
  transition: .5s all;
}
.btn07 > a:hover {
  box-shadow: 0 0 0 #eee;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #1B9F6A;
  transform: scale(1.1);
}
.btn07 > a small {
  font-size: 60%;
}
/* ▲ btn07 ▲ */

/* ▼ btn08 ▼ */
.btn08 > a {
  border-radius: 50vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.5em;
  gap: 0.5em;
  border: 2px solid #00DCFF;
  border-radius: 50vmin;
  color: #00DCFF;
  text-decoration: none;
  text-shadow: 
    0 0 .5rem rgba(0, 220, 255, 0.4),
    0 0 1rem rgba(0, 220, 255, 0.4),
    0 0 2rem rgba(0, 220, 255, 0.5);
  box-shadow:
    0 0 .5rem rgba(0, 220, 255, 0.3),
    0 0 1.5rem rgba(0, 220, 255, 0.3),
    0 0 2rem rgba(0, 220, 255, 0.4),
    inset 0 0 .5rem rgba(0, 220, 255, 0.3),
    inset 0 0 1rem rgba(0, 220, 255, 0.4);
  animation: glow 2s ease-in-out infinite alternate;
}
/* ▲ btn08 ▲ */

/* ▼ btn09 ▼ */
.btn09 > a {
  border-radius: 50vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.5em;
  gap: 0.5em;
  color: #fff;
  background: linear-gradient(270deg,
    rgba(202, 110, 24, 0.94),
    rgb(196, 127, 62),
    rgb(226, 235, 103),
    rgba(202, 110, 24, 0.94)
  );
  background-size: 400% 400%;
  animation: gradientFlow 10s linear infinite;
  text-decoration: none;
  transition: transform 0.3s;
}

.btn09 > a:hover {
  transform: scale(1.05);
}

/* グラデーションアニメーション */
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
/* ▲ btn09 ▲ */

/* 
=================================================================================

▼▼▼　header　▼▼▼

=================================================================================
*/
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 1s all;
  background: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header > .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 5rem;
  transition: 1s all;
  min-height: var(--hamburger-size);
}
@media screen and (max-width: 768px) {/* SP用 */
  header > .box {
    padding-right: 0;
  }
}
ul.header01 {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 8rem;
}
ul.header01 > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
ul.header01 > li.item01 {
  margin-left: 0;
  margin-right: auto;
}
ul.header01 > li.hamburger_set {
  margin-right: 0;
}
ol.header02 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem 5rem;
  height: 100%;
  color: #fff;
}
ol.header02 > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
h1 a {
  display: inline-block;
}
.mv {
  position: relative;
}
.mv picture,
.mv img,
.sv picture,
.sv img {
  width: 100%;
}
@media screen and (min-width: 769px) {/* PC用 */
  h1 img {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  h1 img {
    width: 144px;
  }
}
/* 
=================================================================================

▼▼▼　メガメニュー　▼▼▼

=================================================================================
*/
.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 11;
  transform: translateX(-100vw);
  transition: 1s all;
  opacity: 0;
  background: #fff;
  color: #000;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
ol.header02 > li:hover .megamenu {
  transform: translateX(0);
  opacity: 1;
}
.megamenu > .box {
  padding: 5rem 0;
}
/* ul.mega_area */
ul.mega_area {
}
ul.mega_area > li.item01 {
  margin-right: auto;
}
ul.mega_area > li.item02 {
  flex: 1;
}
ol.mega_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1em 2em;
  flex-wrap: wrap;
}
ul.mega_area > li > a,
ol.mega_list > li > a {
  border-bottom: 2px solid #F29600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  background: url(/img/newyear2026/arrow02.webp) right 1.7rem center / 1.3rem auto no-repeat;
}
ul.mega_area > li > a {
  border-bottom: none;
}
/* ▲ ul.mega_area ▲ */

/* 
=================================================================================

▼▼▼　ハンバーガーメニュー　▼▼▼

=================================================================================
*/

/* ▼▼ トグルボタン ▼▼ */
:root {
  --hamburger-size: 13rem; /* ハンバーガーアイコンサイズ */
  --hamburger-line: 0.5; /* ハンバーガーアイコンの横線の長さ */
}
.hamburger_area {
  position: relative;
  z-index: 12;
}
.toggle_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
  width: var(--hamburger-size);
  height: var(--hamburger-size);
  transition: all 0.5s;
  cursor: pointer;
  margin: 0 0 0 auto;
  background: #0C3061;
  /* border-radius: 50%; */
}
.toggle_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: calc((99.99% - (var(--hamburger-size) * var(--hamburger-line))) / 2);
  width: calc(var(--hamburger-size) * var(--hamburger-line));
  height: calc(var(--hamburger-size) * 0.04);/* ハンバーガーアイコンの縦線の長さ */
  border-radius: 50vmin;
  background-color: #fff;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  transform: translateY(calc(var(--hamburger-size) * -0.2));
}
.toggle_btn span:nth-child(2) {
}
.toggle_btn span:nth-child(3) {
  transform: translateY(calc(var(--hamburger-size) * 0.2));
  font-size: calc(var(--hamburger-size) * 0.2);
}

/* オープン時 */
body.open .toggle_btn {
  box-shadow: none;
  background: rgba(12,48,97,0);
  color: #fff;
}
body.open .toggle_btn span {
  background-color: #fff;
}
body.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(0) rotate(225deg);
  transform: translateY(0) rotate(225deg);
}
body.open .toggle_btn span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(-225deg);
  transform: translateY(0) rotate(-225deg);
}
body.open .toggle_btn span:nth-child(3) {
  opacity: 0;
}
/* ▼ ３ライン目をMENU/CLOSEという文字に変更 ▼ */
body.open .toggle_btn span:nth-child(1) {
  transform: translateY(calc(var(--hamburger-size) * -0.1)) rotate(225deg);
}
body.open .toggle_btn span:nth-child(2) {
  transform: translateY(calc(var(--hamburger-size) * -0.1)) rotate(-225deg);
}
body:not(.open) .toggle_btn span:nth-child(3) {
  height: 0;
  color: #fff;
}
body.open .toggle_btn span:nth-child(3) {
  opacity: inherit;
  height: 0;
}
body:not(.open) .toggle_btn span:nth-child(3):before {
  content: "MENU";
}
body.open .toggle_btn span:nth-child(3):before {
  content: "CLOSE";
}
/* ▲ ３ライン目をMENU/CLOSEという文字に変更 ▲ */
/* ▲▲ トグルボタン ▲▲ */

/* ▼ グローバルナビ ▼ */
.gloval-nav {
  background-color: #0C3061;
  color: #fff;
  position: fixed;
  z-index: 11;
  top: 0;
  bottom: 0;
  right: 0;
  padding: var(--hamburger-size) 1em 1em;
  transform: translateX(100%);
  transition: 1s all;
  width: 50rem;
  max-height: 100vh;
}
.gloval-nav .gloval_box {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.gloval-nav ul.gloval_ul > li {
opacity: 0;
transform: translateX(-200px);
transition:  transform .6s ease, opacity .2s ease;
border-top: 1px solid #DCDDDD;
}
.gloval-nav ul.gloval_ul > li:nth-child(2) { transition-delay: .1s; }
.gloval-nav ul.gloval_ul > li:nth-child(3) { transition-delay: .2s; }
.gloval-nav ul.gloval_ul > li:nth-child(4) { transition-delay: .3s; }
.gloval-nav ul.gloval_ul > li:nth-child(5) { transition-delay: .4s; }
.gloval-nav ul.gloval_ul > li:nth-child(6) { transition-delay: .5s; }
.gloval-nav ul.gloval_ul > li:nth-child(7) { transition-delay: .6s; }
.gloval-nav ul.gloval_ul > li:nth-child(8) { transition-delay: .7s; }
.gloval-nav ul.gloval_ul > li:nth-child(9) { transition-delay: .8s; }
.gloval-nav ul.gloval_ul > li:nth-child(n+10) { transition-delay: .9s; }

.gloval-nav ul.gloval_ul > li > a {
  display: block;
  transition: color .6s ease;
  padding: 2rem 1em 2rem 0;
}

/* open時 */
.open {
  overflow: hidden;
}
.open .hamburger_bg,
.open .gloval-nav {
visibility: visible;
transform: translateX(0);
transition: transform .6s;
}
.open .gloval-nav ul.gloval_ul > li {
opacity: 1;
transform: translateX(0);
transition: transform 1s ease, opacity .9s ease;
}
/* ▲ グローバルナビ ▲ */

/* ▼ アコーディオン ▼ */
.ac_btn {
  padding: .75em 1em .75em 0;
  display: block;
  cursor: pointer;
  position: relative;
}
.ac_btn::before {
  content: "＋";
  position: absolute;
  top: calc((100% - 1em) / 2);
  right: 0;
  pointer-events: none;
  line-height: 1;
  display: inline;
}
.ac_btn.active::before {
  content: "－";
}
ul.sub_gloval_ul {
  display: none;
}
ul.sub_gloval_ul > li {
  border-top: 1px solid #DCDDDD;
}
ul.sub_gloval_ul > li > a {
  display: block;
  padding: .75em 1em;
}
/* ▲ アコーディオン ▲ */

/* ▼ 背景網掛け ▼ */
.hamburger_bg {
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  /* transition: 1s all; */
  width: 100vw;
  max-height: 100vh;
}
/* ▲ 背景網掛け ▲ */

/* 
=================================================================================

▼▼▼　パンくずリスト　▼▼▼

=================================================================================
*/
ul.pankuzu_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em 3em;
  flex-wrap: wrap;
}
ul.pankuzu_list > li {
  position: relative;
}
ul.pankuzu_list > li:not(:last-child):before {
  content: "/";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 100%;
  text-align: center;
  position: absolute;
  right: -2em;
}
ul.pankuzu_list > li:last-child > a {
  pointer-events: none;
}

/* 
=================================================================================

▼▼▼　ちらつき対策（CSS）　▼▼▼

=================================================================================
*/

.loading {
  position: fixed;
  background: #fff;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-out;
  opacity: 1;
  pointer-events: all;
}

/* ローディングアニメーション */
.loading img {
  animation: loadingRotate 2s linear infinite;
}

/* ローディングアイコンの回転アニメーション */
@keyframes loadingRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ローディング完了後の状態 */
.loading.loaded {
  opacity: 0;
  pointer-events: none;
}

/* 
=================================================================================

▼▼▼　SP用フローティングメニュー　▼▼▼

=================================================================================
*/

.floatig_menu {
  position: sticky;
  bottom: 0;
  left: 0;
  padding: 3rem;
  width: 100%;
  background: #000;
  color: #fff;
  z-index: 9;
  transition: 1s all;
}

/* 
=================================================================================

▼▼▼　先頭へ戻る　▼▼▼

=================================================================================
*/

.go_head {
  border-radius: 50%;
  position: fixed;
  z-index:5;
  right: 5rem;
  bottom: -5rem;
  overflow: hidden;
  transition: 1s all;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav_active .go_head {
  bottom: 5rem;
  opacity: 1;
  filter: alpha(opacity=100);
}
.go_head > a {
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}
.go_head > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  pointer-events: none;
  border-radius: 50%;
  transition: 1s all;
  z-index: -1;
}
.go_head > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F24F4B;
  pointer-events: none;
  border-radius: 50%;
  transform: scale(0);
  transition: 1s all;
  animation: go_head_remove 0.5s 1 forwards;
}
@keyframes go_head_remove {
  0% { transform: scale(1); }
  40% { transform: scale(0.4); }
  50% { transform: scale(0.6); }
  100% { transform: scale(0); }
}
.go_head:hover > a:after {
  animation: go_head_move 0.5s 1 forwards;
}
@keyframes go_head_move {
  0% { transform: scale(0); }
  40% { transform: scale(0.6); }
  50% { transform: scale(0.4); }
  100% { transform: scale(1); }
}
.go_head > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.go_head > a .content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {/* SP用 */
  .nav_active .go_head {
    bottom: 30vw;
  }
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　▼▼　以降SP用　▼▼
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width: 768px) {/* SP用 */
  
  /* SP版文字サイズ */
  .fs14 { font-size: 2.8rem !important; }
  .fs16 { font-size: 3rem !important; }
  .fs20 { font-size: 3.4rem !important; }
  .fs24 { font-size: 3.6rem !important; }
  .fs28 { font-size: 4.2rem !important; }
  .fs30 { font-size: 4.4rem !important; }
  .fs32 { font-size: 4.8rem !important; }
  .fs40 { font-size: 5rem !important; }
  .fs50 { font-size: 6rem !important; }

}