@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  font-size: 1.6rem;
  font-family: "RocknRoll One", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "verdana", sans-serif;
  color: #582500;
  height: 100%;
  display: none;
  line-height: 0;
}
#main {
  overflow: hidden;
  position: relative;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
img {
  width: 100%;
  vertical-align: top;
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
  transition: 0.5s;
}

/* ================================ 
        mv 
================================ */
.mv {
  position: relative;
}

/* ================================ 
        lead
================================ */
/* スクロールアニメーション */
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
.sec._lead {
  background-image: url(../img/pattern01.webp);
  background-size: 100%;
  background-repeat: repeat;
  padding-bottom: 400px;
  padding-top: 100px;
  margin-bottom: -400px;
}
.lead_txt {
  font-size: 20px;
  text-align: center;
  color: #bb1217;
  line-height: 2.0;
}
.lead_highlight {
  display: inline-block;
  background-color: #bb1217;
  color: #f8f7f1;
  margin: 5px;
  padding: 0 5px;
  line-height: 1.6;
  font-size: 24px;
}
.lead_txt:nth-of-type(2) {
  padding-top: 20px;
}
.lead_banner {
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  max-width: 800px;
  z-index: 1;
}
.lead_banner img {
  border-radius: 40px;
}
.lead_wrap {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.lead_confetti {
  position: absolute;
  z-index: 2;
}
.lead_confetti._01 {
  width: 4%;
  top: -16%;
  left: 5%;
}
.lead_confetti._02 {
  width: 3%;
  top: -27%;
  left: 48%;
}
.lead_confetti._03 {
  width: 7%;
  top: -32%;
  right: 2%;
}
.lead_confetti._04 {
  width: 4%;
  top: 48%;
  right: 4%;
}
.lead_confetti._05 {
  width: 10%;
  top: 18%;
  left: -3%;
}
.lead_confetti._06 {
  width: 8%;
  bottom: -48%;
  left: -3%;
}
.lead_confetti._07 {
  width: 3%;
  bottom: -18%;
  right: 2%;
}
.lead_confetti._08 {
  width: 5%;
  bottom: -22%;
  left: 19%;
}
.lead_confetti._09 {
  width: 4%;
  bottom: -16%;
  right: 21%;
}
.lead_confetti._10 {
  width: 9%;
  bottom: -48%;
  right: 2%;
}
.lead_profile {
  max-width: 980px;
  margin: 40px auto;
  line-height: 1.6;
  font-size: 16px;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  position: relative;
}
.lead_profile_ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  white-space: nowrap;
}
.lead_profile_ttl:before, .lead_profile_ttl:after {
  border-top: 1px solid;
  content: "";
  width: 100%; /* 線の長さ */
}
.lead_profile_ttl:before {
  margin-right: 1em; /* 文字の右隣 */
}
.lead_profile_ttl:after {
  margin-left: 1em; /* 文字の左隣 */
}
.lead_profile:after {
  content: "";
  border-bottom: 1px solid;
  position: absolute;
}

/* ================================ 
        sec01
================================ */
.sec {
  padding-bottom: 400px;
  margin-bottom: -400px;
  z-index: 4;
  position: relative;
}
.sec_inner._01 {
  background-image: url(../img/pattern02.webp);
  background-size: 100%;
  background-repeat: repeat;
  background-position: top center;
  padding-bottom: 400px;
  margin-bottom: -400px;
}
.sec_head {
  position: relative;
}
.head_wave {
  position: relative;
  z-index: 2;
}
.head_deco {
  z-index: 0;
  position: absolute;
}
.head_deco._01 {
  bottom: -106%;
  left: -35%;
  width: 30%;
}
.head_deco._02 {
  bottom: -106%;
  right: -35%;
  width: 30%;
}
.sec_ttl {
  position: absolute;
  z-index: 3;
  max-width: 980px;
  width: 25%;
  top: 50%;
  left: 38%;
  /* transform: translate(-50%, -50%); */
  right: 50%;
}
.sec_head img {
  display: block;
}
.sec_ttl_sub {
  position: absolute;
}

/* ================================ 
        新着情報
================================ */
.sec_wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.sec_wrap img {
  vertical-align: top;
}
.sec_vertical {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.sec_box {
  max-width: 980px;
  width: 100%;
  height: auto;
  overflow-y: scroll;
  background-image: url(../img/pattern01.webp);
  background-size: 100%;
  background-repeat: repeat;
  background-position: top;
  margin: 0 auto;
  padding: 0 40px;
  line-height: 1.6;
}
.sec_box._news {
  max-height: 100px;
}
.news_box ul {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.news_list {
  display: flex;
  font-size: 18px;
  position: relative;
  align-items: baseline;
  width: 100%;
}
.news_date {
  margin-right: 20px;
  color: #bb1217;
}
.news_list a {
  color: inherit;
  text-decoration: none;
}
.news_ttl {
  position: relative;
  padding-right: 40px; /* アイコンのスペース確保 */
}
a .news_ttl::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #d71825;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
a .news_ttl::after {
  content: "";
  position: absolute;
  right: 8px; /* ::beforeの中心に配置 */
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* ================================ 
        アニメ
================================ */
.float_photo {
  position: absolute;
}
.float_photo._01 {
  bottom: 45%;
  z-index: 0;
  width: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
}
.float_photo._02 {
  top: -10%;
  z-index: 0;
  width: 21%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.float_photo._03 {
  top: 50%;
  z-index: 2;
  width: 16%;
  left: 00%;
  transform: none;
}
.float_photo._04 {
  top: 50%;
  z-index: 2;
  width: 16%;
  right: 0%;
  transform: none;
}
/* スクロールアニメーション */
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

/* 初期状態: 下、左、右に隠れている状態 */
.hidden-element {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}
/* 下から出る */
.js_anime_bottom.hidden-element {
  transform: translateY(50px); /* 下に隠れる */
}
.js_anime_bottom.visible-element {
  animation: slideBounce 0.5s forwards;
}
/* 左から出る */
.js_anime_left.hidden-element {
  transform: translateX(-20%); /* 左に隠れる */
}
.js_anime_left.visible-element {
  animation: slideBounceFromLeft 0.5s forwards;
}
/* 右から出る */
.js_anime_right.hidden-element {
  transform: translateX(20%); /* 右に隠れる */
}
.js_anime_right.visible-element {
  animation: slideBounceFromRight 0.5s forwards;
}

@keyframes slideBounce {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  60% {
    transform: translateY(-10px); /* 少し上に跳ねる位置 */
    opacity: 1;
  }
  100% {
    transform: translateY(0); /* 元の位置に戻る */
    opacity: 1;
  }
}
@keyframes slideBounceFromLeft {
  0% {
    transform: translateX(-20%);
    opacity: 0;
  }
  60% {
    transform: translateX(5%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideBounceFromRight {
  0% {
    transform: translateX(20%);
    opacity: 0;
  }
  60% {
    transform: translateX(-5%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* ================================ 
        キャンペーン
================================ */
.sec_wrap._event {
  padding-top: 230px;
  background-image: url(../img/pattern_confetti.webp);
  background-size: 100%;
  background-repeat: repeat;
  padding-bottom: 100px;
  margin-top: 0;
}
.sec_bubble {
  width: 100%;
  margin: -60px auto;
  position: relative;
  max-width: 500px;
  z-index: 1;
}
.sec_box._event {
  overflow: hidden;
  height: auto;
  padding-bottom: 40px;
}
.event_ttl {
  width: 60%;
  margin: 60px auto 0;
}
.event_list {
  width: calc((900px - 14px* 3) / 3);;
  background-color: #bb1217;
  border: 10px solid #bb1217;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  display: flex;
}
.event_name {
  padding: 10px;
  color: #f8f7f1;
  font-size: 20px;
  text-align: center;
  flex-direction: column;
  display: flex;
  flex-grow: 1;
  justify-content: space-around;
}
.event_name p {
  flex-grow: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}
.event_thumb {
  height: 200px;
}
.event_badge::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -6%;
  width: 80px;
  height: 80px;
  background-color: #bb1217;
  border-radius: 50%;
  transform: translateY(-100%);
}
.event_badge p {
  position: absolute;
  top: 2%;
  left: 0;
  color: #f8f7f1;
  display: flex;
}
.event_badge p .day {
  font-size: 20px;
}
.event_badge2::before {
  content: "";
  position: absolute;
  top: 13%;
  left: -6%;
  width: 96px;
  height: 50px;
  background-color: #bb1217;
  border-radius: 50%;
  transform: translateY(-100%);
}
.event_badge2 p {
  position: absolute;
  top: 2%;
  left: 0;
  color: #f8f7f1;
  display: flex;
  font-size: 13px;
}
.event_badge2 p .day {
  font-size: 13px;
}

.event_badge3::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -6%;
  width: 80px;
  height: 80px;
  background-color: #bb1217;
  border-radius: 50%;
  transform: translateY(-100%);
}
.event_badge3 p {
  position: absolute;
  top: 2%;
  left: 0;
  color: #f8f7f1;
  display: flex;
}
.event_badge3 p .day {
  font-size: 20px;
  margin-left: 4px
}

.event_box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
}
.evnet_comingsoon {
  width: 50%;
  margin: 20px auto 0;
}
.event_list a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.event_thumb._01{
  background-image: url(../img/event_01.webp);
  background-position: 0% 30%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.event_thumb._02{
  background-image: url(../img/event_02.webp);
  background-position: 0% 90%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.event_thumb._03{
  background-image: url(../img/event_03.webp);
  background-position: 40% 0%;
  background-size: 110%;
  background-repeat: no-repeat;
}
.event_thumb._04{
  background-image: url(../img/event_04.webp);
  background-position: 0% 0%;
  background-size: 120%;
  background-repeat: no-repeat;
}
.event_thumb._05{
  background-image: url(../img/event_05.webp);
  background-position: 0% 90%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}
.event_thumb._06{
  background-image: url(../img/event_06.webp);
  background-position: 0% 90%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}
.event_thumb._07{
  background-image: url(../img/event_07.webp);
  background-position: 0% 90%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}

.event_thumb._08{
  background-image: url(../img/event_08.webp);
  background-position: 0% 90%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}

.event_thumb._09{
  background-image: url(../img/event_09.webp);
  background-position: 0% 90%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}

.event_thumb._10{
  background-image: url(../img/event_10.webp);
  background-position: 0% 90%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}

.event_thumb._11{
  background-image: url(../img/event_11.png);
  background-position: 0% 90%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}

.event_thumb._12{
  background-image: url(../img/event_12.webp);
  background-position: 0% 90%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}
.event_thumb._13{
  background-image: url(../img/event_13.webp);
  background-position: 0% 90%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}
/* 250704 60周年記念フード<第2期> */
.event_thumb._14{
  background-image: url(../img/event_14.webp);
  background-position: 40% 0%;
  background-size: 110%;
  background-repeat: no-repeat;
}
/* 250704 60周年記念グッズ<第2期> */
.event_thumb._15{
  background-image: url(../img/event_15.webp);
  background-position: 40% 0%;
  background-size: 110%;
  background-repeat: no-repeat;
}
/* ================================ 
        sec02
================================ */
.sec_inner._02 {
  background-image: url(../img/pattern03.webp);
  background-size: 100%;
  background-repeat: repeat;
  background-position: top center;
}
.sns_wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 140px;
  padding: 80px 0 40px;
}
.sns_wrap li {
  width: 6%;
}
.banner_wrap {
  max-width: 980px;
  margin: 0 auto;
}
.banner_img {
  width: 70%;
  margin: 0 auto;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.banner_img._border {
  border-radius: 50px;
}
.banner_img._border img {
  border-radius: 50px;
  border: 6px solid #fff;
}
.sec_ttl_sub {
  width: 80%;
  left: -57%;
  position: absolute;
  top: 0%;
  z-index: -1;
}
.bottom_wrap {
  position: relative;
  margin-top: 40px;
}
.bottom_illust {
  width: 23%;
  position: absolute;
  z-index: 0;
  bottom: 6%;
  left: 14%;
}
.youtube iframe {
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  right: 15%;
  width: 70%;
  height: 70%;
  transform: none;
  border: 6px solid #fff;
}

/* ================================ 
        モザイクアート
================================ */
.sec_inner._03 {
  background-image: url(../img/pattern04.webp);
  background-size: 100%;
  background-repeat: repeat;
  background-position: top center;
  padding-bottom: 400px;
  margin-bottom: -400px;
  z-index: 4;
  position: relative;
}
.mosaicart_banner {
  width: 70%;
  margin: 0 auto;
  /* box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2); */
}
.mosaicart_ttl {
  margin: 40px auto;
  width: 54%;
}
.lead_txt._mosaicart {
  color: #fff;
}
.lead_highlight._mosaicart {
  display: inline-block;
  background-color: #fff;
  color: #189565;
  margin: 5px;
  padding: 0 5px;
  line-height: 1.6;
  font-size: 20px;
}
.lead_highlight._mosaicart._hashtag {
  font-size: 24px;
  background: linear-gradient(to right, #fdde49, #fffdd7, #fdde49);
  color: #bb1217;
}
.btn_more_60th {
  display: flex;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  margin: 40px auto;
  /* padding: 1.4rem 2.6rem; */
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 100vh;
  background: #feda2c;
  position: relative;
  align-items: center;
  filter: drop-shadow(0px 10px 8px rgba(0, 0, 0, 0.2));
  line-height: 1.2;
  max-width: 400px;
  height: 70px;
  align-items: center;
}
.btn_more_60th a {
  color: #bb1217;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  /* text-align: center; */
  justify-content: center;
}
.btn_more_60th:hover {
  opacity: 0.8;
  cursor: pointer;
  transition: 0.5s;
}
.btn--circle {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 7%;
  width: 30px;
  height: 30px;
  padding: 0;
  background: #bb1217;
  border-radius: 50%;
  display: block;
}
.btn--circle::after {
  content: "";
  position: absolute;
  right: 11px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}
.mosaicart_caution {
  max-width: 980px;
  margin: 40px auto;
  line-height: 1.6;
  font-size: 16px;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}
.mosaicart_caution_ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.mosaicart_caution_ttl:before, .mosaicart_caution_ttl:after {
  border-top: 1px solid;
  content: "";
  width: 100%; /* 線の長さ */
}
.mosaicart_ttl._02 {
  margin: 80px auto 40px;
  width: 54%;
}
.ownly_ugc_post_date {
  color: #feda2c;
}
.ownly_ugc_widget_block_ui {
  gap: 20px!important;
  color: #fff;
}
.ownly_ugc_widget_block_ui {
  grid-template-columns:repeat(4,minmax(0,1fr))!important
}

/* ================================ 
        footer
================================ */
.footer_wrap{
  background-color: #f8f7f1;
  padding: 40px 0;
}
footer img {
  transition: 0.5s;
}
footer a:hover {
  opacity: 0.6;
}
.footer_logo {
  width: 20%;
  margin: 0 auto 10px;
}
footer .flex{
  align-items: flex-start;
}
footer p {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #231815;
  text-align: center;
}

@media screen and (max-width:979px){
  .sec_wrap {
    padding: 0 40px 0;
  }
  .sec_wrap._event {
    padding: 230px 40px 100px;
  }
  .sec_wrap._sns {
    padding: 0;
  }
  .lead_banner {
    width: 90%;
  }
  .lead_profile {
    width: 90%;
  }
  .bottom_illust {
    bottom: 5%;
  }
}

@media screen and (max-width:768px){
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  /* ================================ 
        ポップアップ 
  ================================ */
  .modal-content {
    width: 90%;
  }
  .modal-image {
    border-radius: 20px;
  }

  /* ================================ 
        mv 
  ================================ */
  .mv_logo {
    width: 80%;
  }
  .mv_flower._01 {
    width: 20%;
  }
  .mv_flower._02 {
    width: 8%;
    left: 26%;
    top: 12%;
  }
  .mv_flower._03 {
    width: 12%;
    right: 44%;
    top: 6%;
  }
  .mv_flower._04 {
    width: 12%;
    right: 22%;
    top: 10%;
  }
  .mv_flower._05 {
    width: 23%;
    right: 7%;
    top: 4%;
  }
  .mv_flower._06 {
    width: 10%;
    left: 20%;
    bottom: 13%;
  }
  .mv_flower._07 {
    width: 8%;
    left: 7%;
    bottom: 4%;
  }
  .mv_flower._08 {
    width: 24%;
    left: 13%;
    bottom: -3%;
  }
  .mv_flower._09 {
    width: 15%;
    right: 28%;
    bottom: 4%;
  }
  .mv_flower._10 {
    width: 23%;
    right: 2%;
    bottom: -2%;
  }
  .slick-img img {
    width: 263vw;
  }
  .slider {
    height: 150vw;
  }

  /* ================================ 
        lead 
  ================================ */
  .lead_txt {
    font-size: clamp(16px, 2vw, 32px);
    text-align: center;
    color: #bb1217;
    line-height: 2.0;
  }
  .sec._lead {
    padding-bottom: 20%;
    padding-top: 14%;
    margin-bottom: -14%;
  }
  .lead_highlight {
    font-size: clamp(20px, 2vw, 24px);
  }
  .lead_confetti._01 {
    width: 6%;
    top: -7%;
    left: 5%;
  }
  .lead_confetti._02 {
    width: 4%;
    top: -7%;
    left: 48%;
  }
  .lead_confetti._03 {
    width: 11%;
    top: -10%;
    right: 1%;
  }
  .lead_confetti._04 {
    width: 8%;
    top: 18%;
    right: 4%;
  }
  .lead_confetti._05 {
    width: 18%;
    top: 12%;
    left: -6%;
  }
  .lead_confetti._06 {
    width: 13%;
    bottom: 10%;
    left: 1%;
  }
  .lead_confetti._07 {
    width: 5%;
    bottom: 32%;
    right: 5%;
  }
  .lead_confetti._08 {
    width: 10%;
    bottom: -6%;
    left: 10%;
  }
  .lead_confetti._09 {
    width: 7%;
    bottom: -4%;
    right: 17%;
  }
  .lead_confetti._10 {
    width: 21%;
    bottom: 2%;
    right: -3%;
  }
  .lead_banner {
    width: 90%;
    margin: 40px auto 0;
    position: relative;
    max-width: 800px;
  }
  .head_deco._01 {
    bottom: 98%;
    left: -20%;
    width: 40%;
  }
  .head_deco._02 {
    bottom: 98%;
    right: -20%;
    width: 40%;
  }
  .lead_profile {
    margin: 6% auto;
    font-size: clamp(14px,2vw,28px);
    padding-bottom: 4%;
  }

  /* ================================ 
        sec01 
  ================================ */
  .sec {
    padding-bottom: 40%;
    margin-bottom: -40%;
  }
  .sec_ttl {
    width: 60%;
    top: 70%;
    left: 20%;
    /* transform: translate(-50%, -50%); */
  }
  .sec_wrap {
    padding: 19% 0 0;
    width: 100%;
  }
  .sec_box {
    padding: 0 4%;
    width: 90%;
  }
  .sec_box._event {
    padding-bottom: 4%;
    padding-top: 6%;
  }
  .sec_vertical {
    width: 90%;
  }
  .news_box {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .news_list {
    display: block;
    font-size: clamp(16px,2vw,32px);
  }
  .sec_bubble {
    width: 80%;
    margin: -15% auto;
  }
  .sec_wrap._event {
    padding: 41% 0 24%;
  }
  .event_ttl {
    width: 100%;
    margin: 10% auto 0;
  }
  .event_list {
    width: 48%;
    border: 4px solid #bb1217;
  }
  .event_box {
    gap: 10px;
    margin-top: 6%;
  }
  .event_thumb {
    height: 30vw;
  }
  .event_name {
    padding: 6% 2%;
    font-size: clamp(14px, 2vw, 28px);
    line-height: 1.4;
  }
  .event_badge::before {
    top: 25%;
    left: -4%;
    width: 50px;
    height: 50px;
  }
  .event_badge p {
    font-size: clamp(12px, 2vw, 24vw);
  }
  .event_badge p .day {
    font-size: clamp(14px, 2vw, 32vw);
    margin-top: 16%;
  }
    .event_badge2::before {
    left: -4%;
    width: 70px;
    height: 30px;
    top: 25px;
  }
  .event_badge2 p {
    font-size: clamp(10px, 2vw, 24vw);
  }
  .event_badge2 p .day {
    font-size: clamp(10px, 2vw, 32vw);
    margin-top: 16%;
  }
  .event_badge3::before {
    left: -4%;
    width: 50px;
    height: 50px;
  }
  .event_badge3 p {
    font-size: clamp(12px, 2vw, 24vw);
  }
  .event_badge3 p .day {
    font-size: clamp(14px, 2vw, 32vw);
  }
  .event_thumb._02 {
    background-position: 100% 90%;
    background-size: 130%;
  }
  .event_thumb._03 {
    background-position: 50% 0%;
    background-size: 120%;
  }
  .event_thumb._04 {
    background-size: 125%;
  }
  .evnet_comingsoon {
    width: 80%;
    margin: 4% auto 0;
  }

  /* ================================ 
        sec02
  ================================ */
  .sns_wrap li {
    width: 13%;
  }
  .sns_wrap {
    gap: 60px;
    padding: 10% 0 0;
    width: 90%;
  }
  .banner_img {
    width: 90%;
    margin: 0 auto;
  }
  .banner_img._border img {
    border-radius: 30px;
    border: 4px solid #fff;
  }
  .bottom_wrap {
    padding-top: 20%;
  }
  .bottom_illust {
    width: 57%;
    bottom: 3%;
    left: 12%;
  }
  .sec_wrap._sns {
    padding-top: 19%;
    width: 100%;
  }
  .youtube iframe {
    border-radius: 20px;
    border: 4px solid #fff;
  }

  /* ================================ 
          モザイクアート
  ================================ */
  .mosaicart_banner {
    width: 90%;
  }
  .mosaicart_ttl {
    margin: 6% auto;
    width: 90%;
  }
  .lead_highlight._mosaicart {
    font-size: clamp(16px, 2vw, 20px);
  }
  .lead_highlight._mosaicart._hashtag {
    font-size: clamp(20px, 2vw, 24px);
  }
  .btn_more_60th {
    width: 80%;
    margin: 8% auto;
    padding: 1.4rem 2.6rem;
    font-size: clamp(18px, 2vw, 32px);
  }
  .mosaicart_caution {
    width: 90%;
    font-size: clamp(14px, 2vw, 28px);
  }
  .mosaicart_ttl._02 {
    margin: 12% auto 4%;
    width: 90%;
  }
  .ownly_ugc_widget_square {
    width: 97%;
  }
  .ownly_ugc_widget_block_ui {
    grid-template-columns:repeat(2,minmax(0,1fr))!important
  }
  .ownly_ugc_widget_block_ui {
    width: 90%;
    margin: 0 auto;
  }

  /* ================================ 
          footer
  ================================ */
  .footer_logo {
    width: 60%;
    margin: 0 auto 5%;
  }
  footer {
    padding: 6% 6% 20%;
  }

  /* ================================ 
          アニメ
  ================================ */
  .float_photo._02 {
    top: -120%;
    width: 35%;
    left: 50%;
  }
  .float_photo._03 {
    top: 50%;
    z-index: 4;
    width: 20%;
  }
  .float_photo._04 {
    top: 50%;
    z-index: 4;
    width: 20%;
  }
}