<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html {
  padding: 0;
  margin: 0;
  cursor: url(../../assets/img/paint.png), auto;
}
a:hover {
  cursor: url(../../assets/img/paint.png), auto;  
}
p {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  max-width: max-content;
}
body {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/ba_b.png);
  background-size: 481px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
#wrapper {
  overflow: hidden;
}
#minions_logo {
  position: fixed;
  left: 0;
  top: 50px;
  width: calc((100% - 1000px) / 2);
  z-index: 997;
}
#minions_logo a {
  width: 80%;
  max-width: max-content;
  display: block;
  margin: auto;
  text-align: center;
}
#minions_logo a:hover {
  animation: shake 0.3s ease-in-out;
}
#minions_logo img {
  width: 100%;
  max-width: max-content;
}
#fixed_nav {
  position: fixed;
  right: 0;
  top: 50px;
  width: calc((100% - 1000px) / 2);
  z-index: 9999;
}
#minions_logo, #fixed_nav {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#minions_logo.show, #fixed_nav.show {
  animation: popIn 0.6s ease forwards;
  pointer-events: auto;
}
#minions_logo.hide, #fixed_nav.hide {
  animation: popOut 0.4s ease forwards;
  pointer-events: none;
}
@keyframes popIn {
  0% {
    transform: scale(0.5) rotate(-10deg);
    opacity: 0;
  }
  60% {
    transform: scale(1.1) rotate(3deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes popOut {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  60% {
    transform: scale(1.1) rotate(3deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.5) rotate(-10deg);
    opacity: 0;
  }
}
.fix_list {
  width: 80%;
  margin: auto;
  max-width: 100px;
  display: block;
  flex-wrap: wrap;
  justify-content: center;
}
.fix_list li:nth-child(odd) {
  margin-left: 33%;
}
.fix_list li a {
  display: block;
  position: relative;
  text-align: left;
  border-radius: 100%;
}
.fix_list li a:hover {
  animation: shake 0.3s ease-in-out;
}
.fix_list li a img {
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* nav */
#header_aria {
  position: relative;
  background: #b698bf;
  height: 70px;
  box-sizing: border-box;
  padding: 0 40px;
  width: 100%;
  margin: auto;
  z-index: 999;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
#header_aria .logo_box {
  position: absolute;
  left: 10px;
  top: 10px;
}
#header_aria ul.shop_icon_list {
  display: flex;
}
#header_aria ul.shop_icon_list li {
  margin-right: 5px;
}
#header_aria ul.shop_icon_list li img {
  width: 50px;
}
/* ハンバーガー */
.nav_box {
  display: none;
}
#humBox_wrap {
  width: 60px;
  position: absolute;
  right: 20px;
  top: 5px;
}
#humBox {
  position: relative;
  height: 60px;
  width: 60px;
  z-index: 9999;
  cursor: pointer;
}
#humBox span {
  width: 40px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.4s;
}
#header_aria .nav_box nav {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: -100vh;
  margin: auto;
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  overflow: hidden;
  opacity: 0;
  background-image: url(../../assets/img/ba_w.png);
  background-size: 85px;
}
#header_aria .nav_box nav ul {
  padding: 100px;
}
#header_aria .nav_box nav ul li a {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#header_aria a:hover {
  opacity: 0.3;
  transition: 0.5s;
}
#header_aria .nav_box nav .logo img {
  width: 150px;
  margin: -20px auto 10px;
}
#header_aria .nav_box nav.open {
  top: 0;
  opacity: 1;
}
#header_aria .nav_box nav.open ul {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
#header_aria .nav_box nav.open ul li a {
  color: #4C230A;
  font-weight: bold;
}
.fv {
  position: relative;
  display: block;
  z-index: 2;
}
.fv img {
  width: 100%;
}
.info1_ba {
  max-width: 800px;
  background-image: url(../../assets/img/ba_c.png);
  text-align: center;
  margin: 90px auto;
  padding: 7px 0;
  position: relative;
  z-index: 33;
}
.info1_box {
  width: 95%;
  background-image: url(../../assets/img/ba_w.png);
  background-size: 85px;
  background-color: #fff;
  margin: 20px auto;
  padding-bottom: 50px;
  box-shadow: inset 6px 6px 6px rgba(52, 27, 7, .5), inset -6px -6px 6px rgba(52, 27, 7, .5);
}
.day {
  padding-top: 60px;
}
.day img {
  width: 85%;
}
.name {
  margin-bottom: 40px;
}
.name img {
  width: 85%;
}
.info1_yellow_ba {
  width: 90%;
  background-color: rgba(255, 255, 0, 0.26);
  margin: 20px auto 0;
  position: relative;
  padding: 47px 0 50px;
}
.day_s {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: -20px;
  z-index: 3;
}
.info1_yellow_title {
  margin-top: 20px;
}
.info1_yellow_title img {
  width: 85%;
}
.info1_yellow_text {
  margin: 32px auto 40px;
}
.info1_yellow_text img {
  width: 60%;
}
.info1_yellow_img {
  width: 90%;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #4c230a;
  text-align: right;
  margin: 0 auto;
}
.info1_yellow_img img {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.info1_yellow_img span {
  margin: 3px 0 0;
  display: block;
}
.day_bottom {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.info2 {
  position: relative;
  z-index: 10;
}
.info2_flex {
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
}
.info2_flex a {
  width: 400px;
}
.info2_flex a:hover {
  animation: shake 0.3s ease-in-out;
}
.info2_flex img {
  width: 100%;
}
.contact {
  max-width: 1000px;
  display: block;
  text-align: center;
  margin: 40px auto 0;
  position: relative;
  z-index: 33;
}
a.contact:hover {
  animation: shake 0.3s ease-in-out;
}
.contact img {
  width: 100%;
}
footer {
  font-size: 12px;
  font-weight: normal;
  background: #fff;
  padding: 30px 20px 30px;
  text-align: center;
  position: relative;
  margin-top: -8px;
  z-index: 33;
}
footer ul {
  max-width: 1000px;
  margin: 0 auto;
}
.footer_link_list li {
  width: calc(50% - 10px);
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.footer_link_list li a {
  display: flex;
  justify-content: center;
  background: #fff url(../img/bnrList02_tab_icon.svg) no-repeat bottom 10px right 10px / 15px;
}
.footer_link_list li a:hover {
  opacity: 0.5;
}
.footer_link_list li a img {
  transition: 0.2s;
}
.footer_link_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.disney_copy {
  max-width: 490px;
  margin: 0 auto 10px;
}
.footer_befor {
  position: relative;
  z-index: 32;
}
.footer_befor img {
  width: 100%;
}
.footer_flex {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
}
.footer_flex a {
  max-width: 40%;
  border: #2e0000 solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_flex img {
  width: 100%;
}
.copy {
  text-align: center;
  margin: 44px auto 0;
}
.copy img {
  width: 100px;
}
.copy span {
  font-size: 14px;
  display: block;
}
/* TOP以降 */
.day_top {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
}
.info1_yellow_text_text {
  width: 85%;
  text-align: left;
  margin: 30px auto 50px;
  font-size: 17px;
  color: #4c230a;
  line-height: 180%;
  font-weight: bold;
}
.info1_yellow_text_text span {
    font-size: 23px;
    font-weight: bold;
    color: red;
}
/* やし */
.yasi_ba {
  position: relative;
  z-index: 9;
}
.yasi1 {
  position: absolute;
  right: 0px;
  top: 240px;
}
.yasi1 img {
  width: 250px;
}
.yasi2 {
  position: absolute;
  left: 0px;
  top: 1240px;
}
.yasi2 img {
  width: 250px;
}
.yasi3 {
  position: absolute;
  right: 0px;
  top: 1840px;
}
.yasi3 img {
  width: 300px;
}
.yasi4 {
  position: absolute;
  left: 0px;
  top: 2240px;
}
.yasi4 img {
  width: 250px;
}
/* 落書き */
.rakugaki1 {
  position: absolute;
  right: 25px;
  top: 50px;
}
.rakugaki1 img {
  width: 200px;
}
.rakugaki2 {
  position: absolute;
  left: 25px;
  top: 380px;
}
.rakugaki2 img {
  width: 200px;
}
.rakugaki3 {
  position: absolute;
  left: 25px;
  top: 800px;
}
.rakugaki3 img {
  width: 200px;
}
.rakugaki4 {
  position: absolute;
  right: 25px;
  top: 1000px;
}
.rakugaki4 img {
  width: 200px;
}
.rakugaki5 {
  position: absolute;
  left: 25px;
  top: 1700px;
}
.rakugaki5 img {
  width: 200px;
}
.rakugaki6 {
  position: absolute;
  right: 25px;
  top: 2200px;
}
.rakugaki6 img {
  width: 200px;
}
/* 花 */
.flower1 {
  position: absolute;
  right: -54px;
  top: -43px;
  overflow: hidden;
}
.flower1 img {
  width: 227px;
}
.flower2 {
  position: absolute;
  right: -108px;
  top: -53px;
  z-index: 4;
  overflow: hidden;
}
.flower2 img {
  width: 227px;
}
.flower3 {
  position: absolute;
  left: 16px;
  top: 246px;
  overflow: hidden;
}
.flower3 img {
  width: 150px;
}
.flower4 {
  position: absolute;
  right: 16px;
  top: 317px;
  overflow: hidden;
}
.flower4 img {
  width: 127px;
}
.flower5 {
  position: absolute;
  left: -91px;
  bottom: -94px;
  z-index: 5;
  overflow: hidden;
}
.flower5 img {
  width: 250px;
}
/* goods */
.name1 {
  padding: 100px 0 0px;
}
.name1 img {
  width: 80%;
}
.goods_flex {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  width: 95%;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.goods_box_ba {
  width: 32.3%;
  background-image: url(../../assets/img/ba_c.png);
  padding: 10px 0;
  display: flex;
  flex-direction: column;
}
.goods_box {
  background: #fff;
  width: 94%;
  text-align: center;
  margin: 0 auto;
  padding: 25px 0;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.goods_day {
  text-align: center;
  margin: 150px auto 30px;
  width: 70%;
}
.goods_day img {
  width: 75%;
}
.goods_title {
  color: #4c230a;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 2%;
}
.goods_kinds {
  font-size: 20px;
  color: #4c230a;
  font-weight: bold;
}
.goods_price {
  color: #e4007f;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.goods_price_img {
  display: block;
  width: 90%;
  margin: 0 auto;
  border: 1px #333 solid;
}
/* store_campaign */
.info1_yellow_text_text2 {
  text-align: center;
}
.yellow_img {
  width: 90%;
  display: block;
  margin: 50px auto 0;
}
.info1_yellow_text_text3 {
  font-size: 18px;
}
.w_box {
  width: 90%;
  margin: 90px auto 60px;
}
.name3 {
  width: 70%;
  display: block;
  text-align: center;
  margin: 0px auto;
}
/* target_store */
#shop_Aria {
  margin-bottom: 100px;
}
#shop_Aria ul.shop_aria_list {
  max-width: 85%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto 30px;
}
#shop_Aria ul.shop_aria_list li {
  position: relative;
  font-weight: bold;
}
#shop_Aria ul.shop_aria_list li:not(:last-of-type)::before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background: #40210f;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#shop_Aria ul.shop_aria_list li span {
  display: block;
  padding: 0 25px;
  cursor: pointer;
  color: #4c230a;
  font-size: 20px;
}
#shop_Aria ul.shop_aria_list li.active span {
  color: #238eb2;
}
#shop_Aria ul.shop_list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
  gap: 20px;
}
#shop_Aria ul.shop_list li {
  width: calc(85% / 2);
}
#shop_Aria ul.shop_list li .shop_list_box {
  background-color: rgba(255, 255, 0, 0.26);
  padding: 30px 20px;
  border-radius: 10px;
  height: 100%;
  box-sizing: border-box;
}
#shop_Aria ul.shop_list li .shop_list_box .shop_ttl {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  color: #4c230a;
}
#shop_Aria ul.shop_list li .shop_list_box .shop_text {
  font-size: 14px;
  width: 100%;
  text-align: left;
  color: #4c230a;
}
#shop_Aria ul.shop_list li .button_shop {
  bottom: auto;
  right: auto;
  line-height: 50px;
  font-size: 14px;
  transition: 0.4s;
  margin-top: 15px;
  width: 100%;
}
#shop_Aria ul.shop_list li .button_shop a {
  display: block;
  color: #fff;
  position: relative;
  background: #238eb2;
}
.shop_list_box .shop_text span {
  display: block;
}
#shop_Aria ul.shop_list li .button_shop a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.info1_shop {
  font-size: 13px;
  margin-bottom: 0;
}
/* sns */
.day_top2 {
  top: -30px;
  display: block;
  width: 100%;
  position: absolute;
}
.name4 {
  width: 50%;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
}
.name-4ch {
  width: 30%;
}
.info1_yellow_ba2 {
  margin-top: 100px;
}
.info1_yellow_text_text4 {
  width: 90%;
  text-align: center;
  margin: 0px auto 40px;
  font-size: 17px;
  color: #4c230a;
  line-height: 180%;
  font-weight: bold;
}
.sns_flex {
  width: 90%;
  display: flex;
  margin: 0 auto 50px;
}
.sns_flex a {
  width: 100%;
}
.sns_flex a:hover {
  animation: shake 0.3s ease-in-out;
}
.sns_flex img {
  width: 100%;
}
.shop-button {
  width: 30%;
  margin: 50px auto;
}
.shop-button img {
  width: 100%;
}
.shop-button:hover {
  animation: shake 0.3s ease-in-out;
}
.info1_yellow_text_text4 .suslink img:hover {
  animation: shake 0.3s ease-in-out;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-3px, -3px);
  }
  40% {
    transform: translate(3px, 3px);
  }
  60% {
    transform: translate(-3px, -3px);
  }
  80% {
    transform: translate(3px, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
a.privacy {
  border-bottom: #4CABE1 1px solid;
  color: #4CABE1;
}
a.privacy:hover {
  opacity: 0.5;
}
.asterisk {
  margin: 20px auto 0;
  width: 90%;
  font-size: 13px;
  display: block;
}
.info1_yellow_text_text5 {
    margin-top: 10px;
}
.pc {
    display:block!important;
}
.sp {
    display:none!important;
}
@media screen and (max-width: 2000px) {
  #fixed_nav {
    position: fixed;
    right: 0;
    width: calc((100% - 1000px) / 2);
  }
  .fix_list {
    max-width: 250px;
  }
  .fix_list li {
    width: 65%;
    margin-bottom: -10%;
  }
}
@media screen and (max-width: 1400px) {
  #minions_logo {
    width: calc((100% - 800px) / 2);
  }
  #fixed_nav {
    width: calc((100% - 900px) / 2);
  }
  .fix_list {
    max-width: 250px;
  }
  .fix_list li {
    width: 65%;
    margin-bottom: -10%;
  }
}
@media screen and (max-width: 1200px) {
  #minions_logo {
    display: none;
  }
  #fixed_nav {
    display: none;
  }
  #header_aria {
    background: rgba(0, 0, 0, 0.6);
  }
  .nav_box {
    display: block;
  }
  #humBox_wrap {
    width: 60px;
    position: absolute;
    right: 20px;
    top: 5px;
  }
  #humBox {
    position: relative;
    height: 60px;
    width: 60px;
    z-index: 9999;
    cursor: pointer;
  }
  #humBox span {
    width: 40px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.4s;
  }
  #humBox span::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 12px;
    transition: 0.4s;
  }
  #humBox span::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 12px;
    transition: 0.4s;
  }
  #glNav_nav {
    display: none;
    transition: all 0.3s ease;
  }
  #glNav_nav.open {
    display: block;
  }
  #humBox.active span {
    background: transparent;
  }
  #humBox.active span::before {
    transform: rotate(45deg);
    bottom: 0;
    background: #4C230A;
  }
  #humBox.active span::after {
    transform: rotate(-45deg);
    top: 0;
    background: #4C230A;
  }
  body.menu-open {
    background-color: pink;
  }
}
@media screen and (max-width: 850px) {
  .info1_ba {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .goods_day img {
    width: 100%;
  }
  .name {
    margin-bottom: 10px;
  }
  .asterisk {
    margin: 20px auto 0;
    width: 90%;
    font-size: 13px;
    display: block;
  }
  #shop_Aria ul.shop_aria_list {
    flex-wrap: wrap;
    margin: 30px auto 15px;
  }
  #shop_Aria ul.shop_aria_list li.active, #shop_Aria ul.shop_aria_list li:hover {
    transition: 0.2s;
  }
  #shop_Aria ul.shop_list li {
    width: 90%;
  }
  #shop_Aria ul.shop_aria_list li {
    position: relative;
    margin: 3px;
  }
  #shop_Aria ul.shop_aria_list li span {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
    color: #fff;
    transition: 0.2s;
    border-radius: 3px;
    background: url(../img/ba_c.png) repeat center center / 80%;
    font-size: 14px;
  }
  #shop_Aria ul.shop_aria_list li:not(:last-of-type)::before {
    display: none;
  }
  body {
    background-size: 200px;
  }
  #shop_Aria ul.shop_aria_list li.active span, #shop_Aria ul.shop_aria_list li span:hover {
      cursor: url(../../assets/img/paint.png), auto;
    color: #fff;
    background: #238eb2;
    text-decoration: none;
  }
  .fv {
    margin-top: 50px;
  }
  .info1_box {
    background-size: 60px;
  }
  .yasi_ba {
    overflow: hidden;
  }
  .name4 {
    width: 71%;
    margin: 0 auto 5px;
  }
  .name-4ch {
    width: 36%;
  }
  #humBox_wrap {
    width: 40px;
    right: 20px;
    top: 5px;
  }
  #humBox {
    position: relative;
    height: 40px;
    width: 40px;
  }
  #humBox span {
    width: 25px;
    height: 2px;
  }
  #humBox span::before {
    height: 2px;
    bottom: 9px;
  }
  #humBox span::after {
    height: 2px;
    top: 9px;
  }
  #header_aria {
    position: fixed;
    height: 50px;
    padding: 0 30px;
  }
  #header_aria ul.shop_icon_list li {
    margin-right: 5px;
  }
  #header_aria ul.shop_icon_list li img {
    width: 30px;
    height: auto;
  }
  #humBox {
    position: relative;
    height: 40px;
    width: 40px;
  }
  #header_aria .nav_box nav ul {
    padding: 100px 0;
  }
  .info1_ba {
    max-width: 90%;
    margin: 30px auto;
    padding: 3px 0;
  }
  .info2_flex {
    max-width: 90%;
    width: 100%;
    gap: 3px;
    margin: 0 auto;
  }
  .info2_flex a {
    width: 48%;
  }
  .info2_flex img {
    width: 100%;
  }
  .contact {
    max-width: 90%;
    display: block;
    text-align: center;
    margin: 20px auto 0;
  }
  .footer_befor {
    position: relative;
  }
  footer {
    position: relative;
  }
  .flower1 {
    position: absolute;
    right: -16px;
    top: -33px;
  }
  .flower1 img {
    width: 156px;
  }
  .flower2 {
    right: -53px;
    top: -53px;
  }
  .flower2 img {
    width: 130px;
  }
  .flower3 {
    left: 16px;
    top: 206px;
  }
  .flower3 img {
    width: 60px;
  }
  .flower4 {
    top: 277px;
  }
  .flower4 img {
    width: 45px;
  }
  .flower5 {
    left: -22px;
    bottom: -46px;
  }
  .flower5 img {
    width: 100px;
  }
  .rakugaki1 {
    position: absolute;
    right: -31px;
    top: 50px;
  }
  .rakugaki1 img {
    width: 142px;
  }
  .rakugaki2 {
    position: absolute;
    left: -33px;
    top: 380px;
  }
  .rakugaki2 img {
    width: 100px;
  }
    
    
  .rakugaki3 {
    position: absolute;
    left: -5px;
    top: 800px;
  }
  .rakugaki3 img {
    width: 106px;
  }
  .rakugaki4 img {
    width: 136px;
  }
  .rakugaki4 {
    position: absolute;
    right: -52px;
  }
  /* goods */
  .goods_title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .goods_kinds {
    font-size: 14px;
  }
  .goods_price {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .goods_box {
    padding: 15px 0;
  }
  .goods_flex {
    max-width: 90%;
    width: 100%;
  }
  .goods_box_ba {
    width: 48%;
  }
  .goods_day {
    margin: 75px auto 15px;
  }
  .sns_flex {
    width: 90%;
    display: block;
    margin: 0 auto 50px;
  }
  .shop-button {
    width: 70%;
    margin: 50px auto;
  }
  .day {
    padding-top: 38px;
  }
  .name {
    margin-bottom: 46px;
  }
    .pc {
    display:none!important;
}
    .sp {
    display:block!important;
}
}
@media screen and (max-width: 450px) {
  .footer_link_list li {
    width: 100%;
  }
  .name4 {
    width: 83%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .name-4ch {
    width: 41%;
  }
  .info1_yellow_ba2 {
    margin-top: 68px;
  }
  .info1_yellow_text_text4 {
    width: 100%;
    margin: 0px auto 20px;
    font-size: 14px;
  }
  .day img {
    width: 90%;
  }
  .info1_yellow_title {
    margin-top: 0px;
  }
  .info1_yellow_ba {
    width: 90%;
    padding: 14px 0 20px;
  }
  .info1_yellow_text {
    margin: 10px auto 20px;
  }
  .info1_yellow_text img {
    width: 85%;
  }
  .flower1 {
    overflow: hidden;
  }
  .flower1 img {
    width: 112px;
  }
  .flower2 {
    right: -36px;
    top: -53px;
    overflow: hidden;
  }
  .flower2 img {
    width: 96px;
  }
  .flower3 {
    display: none;
  }
  .flower4 {
    display: none;
  }
  /* goods */
  .name1 {
    padding: 50px 0 0px;
  }
  .name1 img {
    width: 90%;
  }
  .info1_yellow_text_text {
    width: 90%;
    margin: 10px auto 15px;
    font-size: 12px;
  }
  .goods_day {
    width: 90%;
  }
  .goods_flex {
    display: block;
  }
  .goods_box_ba {
    width: 100%;
    margin-bottom: 10px;
  }
  /* store_campaign */
  .yellow_img {
    margin: 20px auto 0;
  }
  .w_box {
    width: 90%;
    margin: 30px auto 0px;
  }
}
/* マウスストーカー */
#crayonCanvas {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
  background: transparent;
}
/* 20250626追記 */
.appLink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    gap:5px;
}
.appLink li a {
    display: block;
    aspect-ratio: 3 / 1;    /* 高さは width に応じて決定される */
    width: 30vw;            /* 例: PC時の幅（必要に応じて調整） */
    max-width: 200px;
}
.appLink li img {
    width: auto;
    height: 100%;
    object-fit: contain;
    display: block;
}
.app p {
    color: #4c230a;
    font-size: 20px;
    font-weight: bold;
    margin-bottom:10px;
}
.appLink li a:hover {
    opacity: 0.5;
}
p.attention {
    font-size: 73%;
    font-weight: 500;
    margin: 0 auto 50px;
    display:block;
    color: #4c230a;
}
.appbutton {
    margin-bottom:10px;
}

@media screen and (max-width: 768px) {
    .appLink {
        width: 95%;
        margin: 0 auto 12px;
    }
    .appLink li a {
        height: 11vw; 
        width: auto;
        max-width: none;
    }
    .appLink li img {
    width: auto;
}
    .app p {
        font-size: 16px;
    }
    p.attention {
        margin: 0 auto 30px;
    }
}
/* 20250625追記 */
.goods_attention {
    width:90%;
    font-size: 13px;
    color: red;
    display:block;
    margin: 0 auto 10px;
}
/* 20250723追記 */
.goods_news {
	max-width: 800px;
    width:90%;
	margin:0 auto 20px;
	background: #fff;
	font-weight: bold;
	font-size: 17px;
	padding:30px 0;
}
.goods_news p {
	width:90%;
	margin:0 auto;
	display:block;
}
.goods_news span {
	font-size: 18px;
	color: red;
}
@media screen and (max-width: 768px) {
	.goods_news {
	width:90%;
	font-size: 14px;
}
	
}



</pre></body></html>