@charset "utf-8";

/* 
=================================================================================

▼▼▼　テンプレJS用のCSS。不要なものは削除　▼▼▼

=================================================================================
*/
html {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  color: #333;
}
h1, h2, h3, h4, h5 {
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  /* PC用 */
  html {
    font-size: 62.5%;
  }
}
.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 / 375 * 100); /* 最大値768px、文字サイズ10pxの場合 */
  }
  .inner {
    max-width: calc(100vw - 5.5rem);
  }
}

main { padding: 0; }

section[class^="area"] {
  position: relative;
}

i[id] + section[class^="area"] { margin-top: 5rem; }
small {
  font-size: 75%;
}
body {
  width: 100%;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  overflow: clip;
  position: relative;
}

/* ID登録用 */
i[id] {
  font-size: 0;
  display: block;
}

.w-box01 {
  background: #fff;
  border-radius: 1.7rem;
  padding: 4rem;
  position: relative;
}
.w-box01 .deco01 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translate(-88%,-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {/* SP用 */
  .w-box01 {
    padding: 1.5em 1em 2em;
  }
  .w-box01 .deco01 {
    width: 5.2rem;
    transform: translate(-35%,-45%);
  }
}
.w-box01 .deco02 {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translate(88%,-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {/* SP用 */
  .w-box01 .deco02 {
    width: 7.2rem;
    transform: translate(33%,-42%);
  }
}
.sec02 {
  background: url(/img/year20/top09.webp) center center / cover no-repeat;
  padding: 7rem 0 0;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec02 {
    background: url(/img/year20/top09_sp.webp) center center / cover no-repeat;
    padding: 4rem 0 0;
  }
}
.w-box02 {
  background: #fff;
  border-radius: 2.7rem;
  padding: 9rem 6rem 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {/* SP用 */
  .w-box02 {
    padding: 7rem 2rem 2rem;
  }
}
/* ul.list01 */
ul.list01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list01 {
    gap: 1em;
  }
}
ul.list01 > li {
  width: 7em;
  height: 7em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.list01 > li strong {
  font-size: 120%;
  color: #e0c048;
}
/* ▲ ul.list01 ▲ */
.midashi01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-35%);
}
.midashi02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.midashi02 .contents {
  position: relative;
}
.midashi02 .contents .deco01 {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  transform: translate(-150%,0);
  pointer-events: none;
}
.midashi02 .contents .deco02 {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  transform: translate(150%,0);
  pointer-events: none;
}
.midashi03 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}
.midashi03 .txt {
  flex: 1;
}
.y-box {
  position: relative;
}
@media screen and (min-width: 769px) {/* PC用 */
  .y-box .comment-box {
    background: url(/img/year20/top08.webp) center top / contain no-repeat;
    aspect-ratio: 275 / 198;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .y-box .img-box {
    text-align: right;
    pointer-events: none;
    margin-top: -28rem;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .y-box .comment-box {
    background: url(/img/year20/top08_sp.webp) center top / contain no-repeat;
    aspect-ratio: 64 / 71;
    padding-bottom: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .y-box .img-box {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 3rem;
    width: 7.6rem;
  }
}
.w-box03 {
  background: #fff;
  border-radius: 1.7rem;
  padding: 2.5rem 3.5rem 3.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {/* SP用 */
  .w-box03 {
    padding: 2rem;
  }
}
.sec04 {
  background: #dce8c7;
  padding: 3rem 0;
}
.sec03 {
  position: relative;
  overflow: hidden;
}
.sec03:before {
  content: "";
  display: block;
  position: fixed;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  --hue: 0;
  background-color: hsla(206, 57%, 86%, 1);
  background-image: radial-gradient(circle at 92.75809151785714% 8.728376116071429%, hsla(20, 67%, 90%, 0.7) 7%, transparent 28%), radial-gradient(circle at 77.26422991071429% 59.437081473214285%, hsla(81, 41%, 84%, 1) 4%, transparent 49%), radial-gradient(circle at 5.50048828125% 41.83061079545455%, hsla(46, 100%, 97%, 0.59) 4%, transparent 25%), radial-gradient(circle at 5% 94%, hsla(21, 70%, 90%, 1) 7.316071150124744%, transparent 46.1130789656234%), radial-gradient(circle at 82.54720052083333% 79.87082741477273%, hsla(206, 57%, 86%, 1) 51%, transparent 91%);
  background-blend-mode: normal, normal, hue, normal, normal;
  animation: hueShift 5s linear infinite;
  pointer-events: none;
}
@keyframes hueShift {
  from {
    --hue: 0;
  }
  to {
    --hue: 360;
  }
}
.sec03 .item-box {
  position: relative;
  z-index: 1;
  margin-bottom: -26px;
}
.sec03 .item-box .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 7.5% 9% 22%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec03 .item-box .bg img {
  width: 85%;
}
.sec03 .w-box04 {
  background: #fff;
  padding: 4rem;
  border-radius: 2.6rem;
  filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.1));
}
.sec03 .w-box04 .cap-box {
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 2em;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec03 .item-box {
    margin-bottom: -3.7vw;
  }
  .sec03 .item-box .bg img {
    width: 100%;
    position: relative;
    left: 2vw;
    z-index: -1;
  }
  .sec03 .w-box04 {
    padding: 2.5rem 2rem;
    border-radius: 1.6rem;
  }
  .sec03 .w-box04 .cap-box {
    display: block;
    text-align: center;
    border-radius: 1.6rem;
    padding: 2rem 0;
  }
  .sec03 .item-box .content {
    padding: 0 0 7% 22%;
  }
}

/* 
=================================================================================

▼▼▼　footer　▼▼▼

=================================================================================
*/

footer {
  padding: 25px 0;
  background: #fff;
}
.f-box {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}
ul.f-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.f-list > li {
  position: relative;
}
ul.f-list > li:after {
  content: "｜";
  display: inline;
  pointer-events: none;
}
ul.f-list > li:nth-of-type(1):after,
ul.f-list > li:last-of-type:after {
  display: none;
}
@media screen and (min-width: 769px) {/* PC用 */
  .f-box .contents {
    flex: 1;
  }
  .f-txt01,
  .f-txt02 {
    margin-top: .25em;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  footer {
    padding: 5vw 0;
  }
  .f-box {
    font-size: 3vw;
    flex-wrap: wrap;
  }
  .f-box .f-logo {
    width: 100%;
    text-align: center;
  }
  .f-txt01,
  .f-txt02 {
    margin-top: 1em;
  }
}

/* 
=================================================================================

▼▼▼　色　▼▼▼

=================================================================================
*/
/* ▼ basic ▼ */
.basic { color: #333 !important;}
.bg_basic { background: #333 !important; }
/* ▲ basic ▲ */

/* ▼ red ▼ */
.red { color: #d54f33 !important; }
.bg_red { background: #d54f33 !important; }
/* ▲ red ▲ */

/* ▼ yellow ▼ */
.yellow { color: #e0c048 !important; }
.bg_yellow { background: #e0c048 !important; }
/* ▲ yellow ▲ */

/* ▼ beige ▼ */
.beige { color: #dba50e !important; }
.bg_beige { background: #dba50e !important; }
/* ▲ beige ▲ */

/* ▼ light_beige ▼ */
.light_beige { color: #f7efd1 !important; }
.bg_light_beige { background: #f7efd1 !important; }
/* ▲ light_beige ▲ */

/* ▼ light_blue ▼ */
.light_blue { color: #e3eff8 !important; }
.bg_light_blue { background: #e3eff8 !important; }
/* ▲ light_blue ▲ */

/* ▼ blue ▼ */
.blue { color: #4692ce !important; }
.bg_blue { background: #4692ce !important; }
/* ▲ blue ▲ */

/* ▼ skin ▼ */
.skin { color: #fae9e1 !important; }
.bg_skin { background: #fae9e1 !important; }
/* ▲ skin ▲ */

/* ▼ orange ▼ */
.orange { color: #db6d33 !important; }
.bg_orange { background: #db6d33 !important; }
/* ▲ orange ▲ */

/* ▼ green ▼ */
.green { color: #8bb445 !important; }
.bg_green { background: #8bb445 !important; }
/* ▲ green ▲ */

/* ▼ light_green ▼ */
.light_green { color: #eef4e3 !important; }
.bg_light_green { background: #eef4e3 !important; }
/* ▲ light_green ▲ */

/* ▼ white ▼ */
.white { color: #fff !important; }
.bg_white { background: #fff !important; }
/* ▲ white ▲ */

/* 
=================================================================================

▼▼▼　文字　▼▼▼

=================================================================================
*/
.go { font-family: "M PLUS Rounded 1c", sans-serif; }
.pop { font-family: "Poppins", serif; }

/* googleマテリアルアイコン */
body .material-symbols-outlined {
  font-size: inherit;
  vertical-align: baseline;
  line-height: inherit;
}

/* 
=================================================================================

▼▼▼　サンプルボタン　▼▼▼

=================================================================================
*/

/* ▼ btn01 ▼ */
.btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn01 > a {
  position: relative;
  border-radius: 50vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.5em 1em 1.5em;
  gap: 0.5em;
  background: #d54f33;
  color: #fff;
  filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.2));
}
.btn01 > a:after {
  content: "";
  display: block;
  position: absolute;
  width: .5em;
  height: .5em;
  top: 50%;
  right: 2em;
  background: #fff;
  transform: translate(0,-50%);
  clip-path: polygon(0 100%, 0 0, 80% 50%);/* (x y)、左下、左上、右上、右下 */
  pointer-events: none;
}
@media screen and (max-width: 768px) {/* SP用 */
  .btn01 > a {
  }
}
/* ▲ btn01 ▲ */

/* ▼ btn02 ▼ */
.btn02 > * {
  border-radius: 50vmin;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 1.5em 1em 2.5em;
  gap: 1em;
  background: #000;
  color: #fff;
  transition: .5s all;
}
.btn02 > *:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #ccc;
  color: #000;
}
.btn02 > * .arrow {
  color: #000;
  background: #fff;
  border-radius: 50vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5em;
  height: 2em;
  overflow: hidden;
  overflow: clip;
  position: relative;
}
.btn02:hover > * .arrow > * {
  animation: btn02_move .5s 1;
}
@keyframes btn02_move {
  0% { transform: translateX(0); }
  49% { transform: translateX(5em); }
  50% { transform: translateX(-5em); }
  51% { transform: translateX(-5em); }
  100% { transform: translateX(0); }
}
/* ▲ btn02 ▲ */

/* ▼ btn03 ▼ */
.btn03 {
  border-radius: 50vmin;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.btn03 > a {
  background: #C30D23;
  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) 0%,
    rgb(196, 127, 62) 25%,
    rgb(226, 235, 103) 50%,
    rgb(196, 127, 62) 75%,
    rgba(202, 110, 24, 0.94) 100%
  );
  background-size: 600% 600%;
  animation: gradientFlow 12s 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 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: #fff;
}
@media screen and (max-width: 768px) {/* SP用 */
  header {
    padding: 1rem;
  }
  h1 img {
    width: 7.25rem;
  }
}
/* 
=================================================================================

▼▼▼　mv　▼▼▼

=================================================================================
*/
.mv {
  position: relative;
  background: #de735c;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {/* PC用 */
  .mv img {
    max-width: inherit;
  }
}
.sec01 {
  background-image: linear-gradient(0deg, #eaa799, #de735c);
  padding: 1rem 0 4rem;
}

@media screen and (max-width: 768px) {/* SP用 */
  .sec01 {
    padding: 0 0 3rem;
  }
}

/* 
=================================================================================

▼▼▼　ちらつき対策（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);
}
@media screen and (max-width: 768px) {/* SP用 */
  .nav_active .go_head {
    bottom: 30vw;
  }
}
.scroll-end .go_head {
  bottom: -5rem;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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: #C30D23;
  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;
}

