@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&?family=Noto+Serif+JP:wght@200..900&display=swap");
/*$primary: #1A379A;

$bg-color: #F5F8FA;
$font-color: #222222;
$link-color: #2B517B;
$border-color: #D9DBDA;*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  transition: 0.3s all;
  color: #000;
  opacity: 1;
  transform: 0.3s all;
}

a:hover {
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 90%;
  top: -0.1em;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s all;
}

body .cinderella {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  min-width: 1100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body .cinderella {
    min-width: auto;
  }
}

.fwb {
  font-weight: bold;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/*.contents {
	position: relative;
	z-index: 0;
}*/
.contents {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .contents {
    min-width: auto;
  }
}

/*.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 1s;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}*/
/******したからふわっと*********/
.fadein-item {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
  transform: translateY(60px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}

.fadein-item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item02 {
  opacity: 0;
  visibility: hidden;
  transition: 2s all;
  transform: translateY(100px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}
@media screen and (max-width: 767px) {
  .fadein-item02 {
    transform: translateY(80px);
  }
}

.fadein-item02.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item03 {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s all;
  transform: translateY(120px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}
@media screen and (max-width: 767px) {
  .fadein-item03 {
    transition: 1.5s all;
    transform: translateY(60px);
  }
}

.fadein-item03.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.side-item {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
  transform: translateX(100px);
}

.side-item.slide-in {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.fadein {
  opacity: 0;
  visibility: hidden;
  /*animation-name: fadein;
     animation-duration: 2s;*/
  transition-duration: 0.5s;
  transition-property: opacity;
}

.fadein.show {
  opacity: 1;
  visibility: visible;
}

/********アニメーション**********/
.fade-in-item {
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  transition-duration: 1.5s;
  transition-property: transform, opacity;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fade-in-item.show {
  opacity: 1;
}

/******************************/
body {
  min-width: 1210px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
body.fixed-y {
  overflow-y: hidden;
}

/******************************/
.renewal2026 {
  font-family: "Noto Sans JP", sans-serif;
  /*****共通****/
  /************/
}
.renewal2026 h1, .renewal2026 h2, .renewal2026 h3, .renewal2026 h4, .renewal2026 h5, .renewal2026 h6,
.renewal2026 .h1, .renewal2026 .h2, .renewal2026 .h3, .renewal2026 .h4, .renewal2026 .h5, .renewal2026 .h6 {
  font-family: "Noto Sans JP", sans-serif;
}
.renewal2026 p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .renewal2026 p {
    font-size: 1.6rem !important;
  }
}
.renewal2026 ul li {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .renewal2026 ul li {
    font-size: 1.6rem;
  }
}
.renewal2026 ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .renewal2026 ul.indent li {
    font-size: 1.6rem;
  }
}
.renewal2026 ul.indent.attention li {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .renewal2026 ul.indent.attention li {
    font-size: 1.2rem;
  }
}
.renewal2026 a {
  color: #E6579A;
  text-decoration: none;
}
.renewal2026 .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .renewal2026 .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.renewal2026 .red {
  color: #DB0D15;
}
.renewal2026 .mv {
  background: #FBE2ED;
  position: relative;
}
.renewal2026 .mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background: #FBE2ED;
  mask-image: url(/ashiya/renewal2026/img/new/mask.png);
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% 100%;
  -webkit-mask-image: url(/ashiya/renewal2026/img/new/mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  position: absolute;
  bottom: -89px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .renewal2026 .mv::after {
    height: 41px;
    mask-image: url(/ashiya/renewal2026/img/new/mask_sp.png);
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100% 100%;
    -webkit-mask-image: url(/ashiya/renewal2026/img/new/mask_sp.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    bottom: -40px;
  }
}
.renewal2026 .mv .mv-wrap {
  position: relative;
  padding-bottom: 220px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .renewal2026 .mv .mv-wrap {
    padding-bottom: 145px;
  }
}
.renewal2026 .mv .mv-wrap .circle {
  width: 524px;
  height: 524px;
  background-image: url(/ashiya/renewal2026/img/new/mv.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  top: 270px;
  left: 44%;
  /* 中心を基準にしてアニメーションさせる */
  transform: translate(-50%, 0) scale(1) rotate(0deg);
  /* アニメーション設定 */
  -webkit-animation: expandAndMove 3.5s forwards ease-out;
          animation: expandAndMove 3.5s forwards ease-out;
}
@media screen and (max-width: 767px) {
  .renewal2026 .mv .mv-wrap .circle {
    top: 170px;
    width: 235px;
    height: 235px;
  }
}
@-webkit-keyframes expandAndMove {
  0% {
    /* 初期状態：中心、小さい、透明 */
    transform: translate(-50%, 0) scale(1) rotate(30deg);
    opacity: 0;
  }
  25% {
    transform: translate(-50%, 0) scale(1) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(40%, -205px) scale(2) rotate(0deg);
    opacity: 1;
  }
}
@keyframes expandAndMove {
  0% {
    /* 初期状態：中心、小さい、透明 */
    transform: translate(-50%, 0) scale(1) rotate(30deg);
    opacity: 0;
  }
  25% {
    transform: translate(-50%, 0) scale(1) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(40%, -205px) scale(2) rotate(0deg);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes expandAndMove {
    0% {
      /* 初期状態：中心、小さい、透明 */
      transform: translate(-50%, 0) scale(1) rotate(25deg);
      opacity: 0;
    }
    25% {
      transform: translate(-50%, 0) scale(1) rotate(25deg);
      opacity: 1;
    }
    100% {
      transform: translate(-28%, -185px) scale(2) rotate(0deg);
      opacity: 1;
    }
  }
  @keyframes expandAndMove {
    0% {
      /* 初期状態：中心、小さい、透明 */
      transform: translate(-50%, 0) scale(1) rotate(25deg);
      opacity: 0;
    }
    25% {
      transform: translate(-50%, 0) scale(1) rotate(25deg);
      opacity: 1;
    }
    100% {
      transform: translate(-28%, -185px) scale(2) rotate(0deg);
      opacity: 1;
    }
  }
}
.renewal2026 .mv .mv-wrap .mv-contents {
  margin-top: 154px;
  margin-left: calc((100% - 1100px) / 2);
  width: 550px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .renewal2026 .mv .mv-wrap .mv-contents {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 350px;
  }
}
.renewal2026 .mv .mv-wrap .mv-contents .mv-copy {
  color: #3F475C;
  font-size: 2rem;
  font-weight: bold;
  -webkit-animation: fade-in-copy 0.5s forwards ease-out;
          animation: fade-in-copy 0.5s forwards ease-out;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .renewal2026 .mv .mv-wrap .mv-contents .mv-copy {
    font-size: 1.8rem !important;
  }
}
@-webkit-keyframes fade-in-copy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-copy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.renewal2026 .mv .mv-wrap .mv-contents .mv-ttl {
  margin-bottom: 93px;
  -webkit-animation: fade-in-ttl 0.7s forwards ease-out;
          animation: fade-in-ttl 0.7s forwards ease-out;
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .renewal2026 .mv .mv-wrap .mv-contents .mv-ttl {
    margin-bottom: 20px;
  }
}
@-webkit-keyframes fade-in-ttl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-ttl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.renewal2026 .mv .mv-wrap .mv-contents .mv-ttl p {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3F475C;
}
.renewal2026 .mv .ashiya-spring {
  display: flex;
  width: 684px;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -45px;
  z-index: 11;
  -webkit-animation: fade-in-copy02 0.5s forwards ease-out;
          animation: fade-in-copy02 0.5s forwards ease-out;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .renewal2026 .mv .ashiya-spring {
    width: 90%;
    bottom: 0px;
    justify-content: flex-start;
  }
}
@-webkit-keyframes fade-in-copy02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-copy02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.renewal2026 .mv .ashiya-spring .floor {
  width: 188px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .mv .ashiya-spring .floor {
    margin-right: 1em;
    width: 116px;
  }
}
.renewal2026 .mv .ashiya-spring p {
  color: #E6579A;
  font-size: 3.7rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .renewal2026 .mv .ashiya-spring p {
    font-size: 2.3rem !important;
  }
}
.renewal2026 .renewal-area {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  width: 100%;
  height: 489px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .renewal-area {
    height: auto;
    aspect-ratio: 375/246;
  }
}
.renewal2026 .renewal-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  background-image: url(/ashiya/renewal2026/img/new/img_depaco_shop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .renewal2026 .renewal-area::after {
    background-image: url(/ashiya/renewal2026/img/new/img_depaco_shop_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.renewal2026 .depaco {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  padding-bottom: 118px;
  /*background-image: url(/ashiya/renewal2026/img/new/background.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;*/
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco {
    padding-bottom: 60px;
  }
}
.renewal2026 .depaco::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  background-image: url(/ashiya/renewal2026/img/new/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.renewal2026 .depaco .depaco-contents {
  max-width: 1200px;
  background: #fff;
  margin: 0 auto;
  margin: 0 auto 70px;
  padding: 45px 50px 95px;
  padding-top: 45px;
  box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents {
    max-width: none;
    width: 92%;
    padding: 40px 3% 63px;
  }
}
.renewal2026 .depaco .depaco-contents .depaco-head {
  width: 940px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .depaco-head {
    width: 100%;
    margin-bottom: 75px;
  }
}
.renewal2026 .depaco .depaco-contents .depaco-head .main-copy {
  color: #3F475C;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .depaco-head .main-copy {
    font-size: 2.2rem;
  }
}
.renewal2026 .depaco .depaco-contents .depaco-head .logo {
  width: 288px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .depaco-head .logo {
    width: 185px;
  }
}
.renewal2026 .depaco .depaco-contents .depaco-head .logo .logo-txt {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .depaco-head .logo .logo-txt {
    font-size: 1.8rem !important;
  }
}
.renewal2026 .depaco .depaco-contents .depaco-head .logo .logo-txt .cate {
  color: #fff;
  font-size: 1.7rem;
  padding: 0 15px;
  background: #E6579A;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .depaco-head .logo .logo-txt .cate {
    font-size: 1.5rem !important;
  }
}
.renewal2026 .depaco .depaco-contents .depaco-head p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .depaco-head p.intro {
    padding: 0 5%;
  }
}
.renewal2026 .depaco .depaco-contents .section-depaco {
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .section-depaco {
    margin-bottom: 75px;
  }
}
.renewal2026 .depaco .depaco-contents .section-depaco .point-txt {
  color: #E6579A;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  background: rgba(251, 226, 237, 0.4);
  border-radius: 60px;
  padding-bottom: 3px;
  margin: 0 50px;
  margin-bottom: 1em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .section-depaco .point-txt {
    width: 98%;
    margin: 0 auto 1em;
    font-size: 1.9rem;
  }
}
.renewal2026 .depaco .depaco-contents .section-depaco .point-txt .num {
  font-size: 4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .section-depaco .point-txt .num {
    font-size: 2.6rem;
  }
}
.renewal2026 .depaco .depaco-contents .section-depaco .point-txt.miryoku {
  display: flex;
  justify-content: center;
  align-items: center;
}
.renewal2026 .depaco .depaco-contents .section-depaco .attention li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .section-depaco .attention li {
    text-align: left;
  }
}
.renewal2026 .depaco .depaco-contents .section-depaco .point01 {
  position: relative;
}
.renewal2026 .depaco .depaco-contents .section-depaco .point01 .info {
  font-size: 1.3rem;
  font-weight: normal;
  position: absolute;
  right: 80px;
  bottom: 8px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .section-depaco .point01 .info {
    text-align: center;
    width: 100%;
    font-size: 1.1rem !important;
    right: auto;
    bottom: -2.5em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.renewal2026 .depaco .depaco-contents .section-depaco .point01 .info span {
  color: #A44E94;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .section-depaco .brand-logo {
    width: 96%;
    margin: 35px auto 10px;
  }
}
.renewal2026 .depaco .depaco-contents .section-depaco .point {
  padding: 0 23px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .section-depaco .point {
    padding: 0;
  }
}
.renewal2026 .depaco .depaco-contents .section-depaco .point .point-list {
  width: 346px;
  height: 346px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 25px 43px 10px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .section-depaco .point .point-list {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    height: auto;
    aspect-ratio: 1/1;
    justify-content: center;
    padding: 0 10%;
  }
}
.renewal2026 .depaco .depaco-contents .section-depaco .point .point-list:nth-of-type(1) {
  background: rgba(231, 199, 223, 0.7);
}
.renewal2026 .depaco .depaco-contents .section-depaco .point .point-list:nth-of-type(2) {
  background: rgba(249, 208, 186, 0.7);
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .section-depaco .point .point-list:nth-of-type(2) {
    position: relative;
    z-index: 2;
    top: -20px;
  }
}
.renewal2026 .depaco .depaco-contents .section-depaco .point .point-list:nth-of-type(3) {
  background: rgba(247, 195, 208, 0.7);
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .section-depaco .point .point-list:nth-of-type(3) {
    position: relative;
    z-index: 3;
    top: -40px;
  }
}
.renewal2026 .depaco .depaco-contents .section-depaco .point .point-list .point-num {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .section-depaco .point .point-list .point-num {
    margin: 0 auto 5px;
  }
}
.renewal2026 .depaco .depaco-contents .section-depaco .point .point-list .point-copy {
  color: #E6579A;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .section-depaco .point .point-list .point-copy {
    width: 100%;
    font-size: 1.8rem !important;
    text-align: center;
  }
}
.renewal2026 .depaco .depaco-contents .section-depaco .point .point-list p {
  font-size: 1.4rem !important;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .section-depaco.charm {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .section-depaco.charm .point-txt img {
    width: 146px;
    vertical-align: middle;
    padding-top: 2px;
  }
}
.renewal2026 .depaco .depaco-contents .special {
  width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  border: 3px solid #009FA8;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .special {
    width: 100%;
  }
}
.renewal2026 .depaco .depaco-contents .special .special-head {
  background: #009FA8;
  border-radius: 15px 15px 0 0;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .special .special-head {
    justify-content: center;
  }
}
.renewal2026 .depaco .depaco-contents .special .special-head .special-ttl {
  width: 348px;
  background: #fff;
  border-radius: 0 50px 50px 0;
  padding: 5px 30px 5px 20px;
  margin-right: 110px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .special .special-head .special-ttl {
    width: 96%;
    margin-right: auto;
    padding: 0 20px;
  }
}
.renewal2026 .depaco .depaco-contents .special .special-head .special-ttl p {
  color: #009FA8;
  font-size: 2.5rem;
  text-align: right;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .special .special-head .special-ttl p {
    font-size: 2rem !important;
    text-align: center;
  }
}
.renewal2026 .depaco .depaco-contents .special .special-head .kit {
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .special .special-head .kit {
    font-size: 2.8rem;
    margin-right: 20.5%;
    margin-left: auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 375px) {
  .renewal2026 .depaco .depaco-contents .special .special-head .kit {
    margin-right: 12.5%;
  }
}
.renewal2026 .depaco .depaco-contents .special .special-head .kit::before {
  content: "";
  display: block;
  width: 88px;
  height: 66px;
  background: url(/ashiya/renewal2026/img/new/icon_otoku.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: -100px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .special .special-head .kit::before {
    width: 82px;
    top: -10px;
  }
}
.renewal2026 .depaco .depaco-contents .special .special-head .attention {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .special .special-head .attention {
    margin-top: 5px;
  }
}
.renewal2026 .depaco .depaco-contents .special .special-head .attention li {
  color: #fff;
}
.renewal2026 .depaco .depaco-contents .special .item-list {
  padding: 25px 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 12px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .special .item-list {
    padding: 20px 6% 50px;
    gap: 37px 12px;
  }
}
.renewal2026 .depaco .depaco-contents .special .item-list .special-item {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .special .item-list .special-item {
    width: 100%;
  }
}
.renewal2026 .depaco .depaco-contents .special .item-list .special-item .item-image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .special .item-list .special-item .item-image img {
    width: 100%;
  }
}
.renewal2026 .depaco .depaco-contents .special .item-list .special-item .item-image .limited {
  width: 88px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #009FA8;
  position: absolute;
  top: 0;
  left: 0;
}
.renewal2026 .depaco .depaco-contents .special .item-list .special-item .item-image .limited p {
  color: #fff;
  font-size: 1.8rem !important;
  position: absolute;
  left: -5px;
  bottom: calc(2em + 3px);
  transform: rotate(-45deg);
}
.renewal2026 .depaco .depaco-contents .special .item-list .special-item .special-item-txt {
  padding: 0 12px;
}
.renewal2026 .depaco .depaco-contents .special .item-list .special-item .special-item-txt .item-name {
  font-size: 1.5rem !important;
  line-height: 1.4;
  margin-bottom: 5px;
}
.renewal2026 .depaco .depaco-contents .special .item-list .special-item .special-item-txt .item-name .brand {
  display: block;
}
.renewal2026 .depaco .depaco-contents .special .item-list .special-item .special-item-txt .item-info {
  font-size: 1.3rem !important;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .special .item-list .special-item .special-item-txt .item-info {
    line-height: 1.4;
  }
}
.renewal2026 .depaco .depaco-contents .special .item-list .special-item .special-item-txt .attention li {
  font-size: 1.2rem;
}
.renewal2026 .depaco .depaco-contents .special .item-list .special-item:nth-of-type(1) .special-item-txt {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .special .item-list .special-item:nth-of-type(1) .special-item-txt {
    padding: 0 15%;
  }
}
@media screen and (max-width: 420px) {
  .renewal2026 .depaco .depaco-contents .special .item-list .special-item:nth-of-type(1) .special-item-txt {
    padding: 0 14%;
  }
}
@media screen and (max-width: 410px) {
  .renewal2026 .depaco .depaco-contents .special .item-list .special-item:nth-of-type(1) .special-item-txt {
    padding: 0 12%;
  }
}
@media screen and (max-width: 375px) {
  .renewal2026 .depaco .depaco-contents .special .item-list .special-item:nth-of-type(1) .special-item-txt {
    padding: 0 8%;
  }
}
.renewal2026 .depaco .depaco-contents .special .item-list .special-item:nth-of-type(5) .special-item-txt, .renewal2026 .depaco .depaco-contents .special .item-list .special-item:nth-of-type(6) .special-item-txt {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-contents .special .item-list .special-item:nth-of-type(5) .special-item-txt, .renewal2026 .depaco .depaco-contents .special .item-list .special-item:nth-of-type(6) .special-item-txt {
    margin-top: 0;
  }
}
.renewal2026 .depaco .depaco-contents .special .item-list .special-item:nth-of-type(6) .item-image .limited p {
  left: 0;
}
.renewal2026 .depaco .depaco-bnr {
  width: 1025px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-bnr {
    width: 100%;
    padding: 0 5%;
  }
}
.renewal2026 .depaco .depaco-bnr .bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.renewal2026 .depaco .depaco-bnr .bnr-list li {
  width: 490px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-bnr .bnr-list li {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.45;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .depaco .depaco-bnr .bnr-list li:last-of-type {
    margin-bottom: 0;
  }
}
.renewal2026 .depaco .depaco-bnr .bnr-list li a {
  display: block;
  margin-top: 10px;
}
.renewal2026 .new-shop {
  display: flex;
  flex-wrap: wrap;
}
.renewal2026 .new-shop .side-nav {
  padding: 75px 0;
  width: calc(154px + (100% - 1100px) / 2);
  background: #FFD8E9;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .side-nav {
    width: 13%;
  }
}
.renewal2026 .new-shop .side-nav .side-nav-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .side-nav .side-nav-wrap {
    top: 80px;
  }
}
.renewal2026 .new-shop .side-nav .side-nav-wrap .new-shop-copy {
  width: 90px;
  color: #3F475C;
  font-size: 3.2rem;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  margin-right: 55px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .side-nav .side-nav-wrap .new-shop-copy {
    width: 100%;
    white-space: nowrap;
    font-size: 2.2rem;
    padding-right: 5px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .side-nav .side-nav-wrap .new-shop-copy br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .renewal2026 .new-shop .side-nav .side-nav-wrap .new-shop-copy span {
    display: block;
    margin-top: 150px;
  }
}
.renewal2026 .new-shop .new-shop-contents {
  width: calc(946px + (100% - 1100px) / 2);
  background: #FDEDF4;
  padding: 115px 0 100px 40px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents {
    width: 87%;
    padding: 45px 0 50px 0;
  }
}
.renewal2026 .new-shop .new-shop-contents .floor {
  width: 152px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor {
    width: 70px;
    margin-left: 4%;
    margin-bottom: 10px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop {
    margin-left: 0;
    margin-bottom: 100px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop .shop-image {
  width: 531px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop .shop-image {
    width: 85%;
    margin-left: 7.7%;
    margin-right: auto;
    margin-bottom: 120px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop .shop-image .shop-slide {
  padding-bottom: 25px;
}
.renewal2026 .new-shop .new-shop-contents .section-shop .shop-image .shop-slide .swiper-pagination {
  bottom: 0;
}
.renewal2026 .new-shop .new-shop-contents .section-shop .shop-image .shop-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E6579A;
}
.renewal2026 .new-shop .new-shop-contents .section-shop .shop-image .people {
  width: 170px;
  position: absolute;
  right: -60px;
  bottom: -90px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop .shop-image .people {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-end;
    right: -4%;
    bottom: -80px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop .shop-image .people img {
    width: 97px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop .shop-image .people .cap {
  font-size: 1.3rem !important;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop .shop-image .people .cap {
    width: calc(100% - 100px);
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop .shop-info {
  width: calc(100% - 531px);
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop .shop-info {
    width: 100%;
    max-width: none;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop .shop-info .shop-logo {
  margin-left: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop .shop-info .shop-logo {
    margin-left: 17.7%;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop .shop-info .shop-logo .icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #FCED42;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop .shop-info .shop-logo .icon {
    width: 60px;
    height: 60px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop .shop-info .shop-logo .icon p {
  color: #E6579A;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop .shop-info .shop-logo .icon p {
    font-size: 1.4rem !important;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop .shop-info .brand {
  color: #E6579A;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop .shop-info .brand {
    font-size: 2.4rem;
    margin-right: 5%;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop .shop-info .brand .white {
  padding: 0 10px 0 55px;
  background: #fff;
  border-radius: 0 25px 25px 0;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop .shop-info .brand .white {
    padding: 0 10px 0 5%;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop .shop-info .brand .cate {
  font-size: 1.6rem;
  color: #fff;
  background: #E6579A;
  padding: 0 15px 2px;
  border-radius: 25px;
  position: relative;
  bottom: 4px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop .shop-info .brand .cate {
    font-size: 1.5rem;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop .shop-info .shop-txt {
  width: 315px;
  margin-left: 55px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop .shop-info .shop-txt {
    width: 85%;
    margin: 0 auto;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop .shop-info .icon-limited span {
  padding: 0.1em 0.5em;
  font-size: 1.5rem;
  color: #fff;
  background-color: #E6579A;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop .shop-info .icon-limited span {
    padding: 0.3em 0.5em;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n01 .shop-info .shop-logo .logo {
  width: 154px;
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n02 {
  width: 896px;
  flex-direction: row-reverse;
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n02 {
    width: 100%;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-image {
  margin-top: 20px;
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-image .people {
  right: auto;
  left: -15px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-image .people {
    right: -4%;
    left: auto;
    bottom: -80px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info {
  width: 362px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info {
    width: 100%;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .logo {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .logo {
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .shop-logo {
    margin-left: 80px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .brand .white {
  width: 100%;
  border-radius: 25px 0 0 25px;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .brand .white {
    border-radius: 3px 25px 25px 3px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .shop-txt {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .shop-txt {
    margin-left: auto;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .memorial-item {
  width: 330px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .memorial-item {
    width: 90%;
    margin-left: 6%;
    margin-right: auto;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .memorial-item .memorial-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .memorial-item .memorial-head {
    justify-content: space-between;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .memorial-item .memorial-head .icon {
  width: 93px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .memorial-item .memorial-head .icon {
    width: 90px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .memorial-item .memorial-head h4 {
  color: #E6579A;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .memorial-item .memorial-head h4 {
    font-size: 1.55rem;
    letter-spacing: -0.03em;
    width: calc(100% - 95px);
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .memorial-item .memorial-item-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .memorial-item .memorial-item-wrap .item-txt {
    width: 57.5%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .memorial-item .memorial-item-wrap .item-txt p {
    font-size: 1.4rem !important;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .memorial-item .memorial-item-wrap .memorial-item-image {
  width: 164px;
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n02 .shop-info .memorial-item .memorial-item-wrap .memorial-item-image {
    width: 157px;
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-image {
    margin-top: 0;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-image .people {
  right: -20px;
  bottom: 60px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-image .people {
    width: 106%;
    right: -4%;
    bottom: -80px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-image .people img {
  display: block;
  margin-left: auto;
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .shop-logo {
  flex-direction: column-reverse;
  align-items: center;
  margin-left: 0;
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .shop-logo .icon {
  width: 199px;
  height: auto;
  background: none;
  border-radius: 0;
  margin-right: 0;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .shop-logo .icon {
    width: 172px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .shop-logo .logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .shop-logo .logo img {
    width: 141px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .brand {
    text-align: center;
    margin-bottom: 30px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .brand .white {
  padding-left: 5px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .brand .white {
    width: 100%;
    letter-spacing: 0;
    position: relative;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .brand .white .cate {
  padding: 2px 10px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .brand .white .cate {
    width: 105px;
    position: absolute;
    right: 17px;
    bottom: -24px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .memorial-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .memorial-item {
    width: 92%;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 15px auto 0;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .memorial-item .memorial-item-image {
  width: 154px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .memorial-item .memorial-item-image {
    margin-right: 0;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .memorial-item .memorial-item-txt {
  width: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .memorial-item .memorial-item-txt {
    width: calc(100% - 155px);
    max-width: 150px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .memorial-item .memorial-item-txt .icon {
  margin-bottom: 5px;
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .memorial-item .memorial-item-txt h4 {
  font-size: 1.6rem;
  color: #E6579A;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .memorial-item .memorial-item-txt h4 {
    font-size: 1.55rem;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n03 .shop-info .memorial-item .memorial-item-txt p {
    font-size: 1.4rem !important;
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n05 {
    margin-bottom: 30px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-image {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-image {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-image .people {
  right: -20px;
  bottom: 60px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-image .people {
    width: 106%;
    right: -4%;
    bottom: -80px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-image .people img {
  display: block;
  margin-left: auto;
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .shop-logo {
  flex-direction: column-reverse;
  align-items: center;
  margin-left: 0;
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .shop-logo .icon {
  width: 199px;
  height: auto;
  background: none;
  border-radius: 0;
  margin-right: 0;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .shop-logo .icon {
    width: 172px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .shop-logo .logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .shop-logo .logo img {
    width: 76px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .brand {
    text-align: center;
    margin-bottom: 30px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .brand .white {
  padding-right: 40px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .brand .white {
    width: 100%;
    letter-spacing: 0;
    position: relative;
    padding-right: 10px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .brand .white .cate {
  padding: 2px 10px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .brand .white .cate {
    width: 80px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .memorial-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .memorial-item {
    width: 92%;
    justify-content: center;
    margin: 15px auto 0;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .memorial-item .memorial-item-image {
  width: 154px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .memorial-item .memorial-item-image {
    margin-right: 10px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .memorial-item .memorial-item-txt {
  width: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .memorial-item .memorial-item-txt {
    width: calc(100% - 120px);
    max-width: 120px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .memorial-item .memorial-item-txt .icon {
  margin-bottom: 5px;
}
.renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .memorial-item .memorial-item-txt h4 {
  font-size: 1.6rem;
  color: #E6579A;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .memorial-item .memorial-item-txt h4 {
    font-size: 1.55rem;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.n05 .shop-info .memorial-item .memorial-item-txt p {
    margin-top: 5px;
    font-size: 1.4rem !important;
    line-height: 1.45;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub01 {
  width: 896px;
  flex-direction: row-reverse;
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-image {
    width: 395px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-image {
    margin-bottom: 30px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-image .people {
  right: auto;
  left: -15px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-image .people {
    right: 0;
    left: auto;
    bottom: -80px;
    display: none;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info {
  max-width: 505px;
  width: calc(100% - 395px);
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info {
    width: 100%;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .logo {
  margin-right: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .logo {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .shop-logo {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .shop-logo {
    margin-left: 8.7%;
    margin-bottom: 10px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .shop-logo .cate {
  font-size: 1.6rem;
  color: #fff;
  background: #3F475C;
  padding: 0 10px 2px;
  border-radius: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .shop-logo .cate {
    font-size: 1.5rem !important;
    margin-right: 8%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .brand {
    margin-bottom: 25px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .brand .white {
  width: 100%;
  border-radius: 25px 0 0 25px;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .brand .white {
    border-radius: 3px 25px 25px 3px;
    position: relative;
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .brand .white .cate {
    position: absolute;
    right: 17px;
    bottom: -22px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .shop-txt {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .shop-txt {
    width: 458px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .shop-txt {
    margin-left: auto;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .memorial-item {
  width: 330px;
  margin-top: 15px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .memorial-item {
    display: flex;
    align-items: center;
    width: 90%;
    margin-left: 6%;
    margin-right: auto;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .memorial-item .memorial-head h4 {
  color: #E6579A;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .memorial-item .memorial-head h4 {
    font-size: 1.55rem;
    letter-spacing: -0.03em;
    width: calc(100% - 95px);
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .memorial-item .memorial-head .memorial-item-image {
    margin-right: 10px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .memorial-item .memorial-item-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .memorial-item .memorial-item-wrap .item-txt {
    width: 100%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .memorial-item .memorial-item-wrap .item-txt p {
    font-size: 1.4rem !important;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .memorial-item .memorial-item-wrap .memorial-item-image {
  width: 164px;
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub01 .shop-info .memorial-item .memorial-item-wrap .memorial-item-image {
    width: 157px;
    bottom: -20px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub02 {
  width: 896px;
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-image {
    width: 491px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-image {
    margin-bottom: 30px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-image .people {
  right: auto;
  left: -15px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-image .people {
    right: -4%;
    left: auto;
    bottom: -80px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info {
  max-width: 410px;
  width: calc(100% - 491px);
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info {
    width: 100%;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .logo {
  margin-right: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .logo {
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .shop-logo {
    margin-left: 70px;
    margin-bottom: 10px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .shop-logo {
    margin-left: 21.7%;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .shop-logo .cate {
  font-size: 1.6rem;
  color: #fff;
  background: #3F475C;
  padding: 0 10px 2px;
  border-radius: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .shop-logo .cate {
    font-size: 1.5rem !important;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .brand .white {
  padding: 0 70px 0 20px;
  border-radius: 0 25px 25px 0;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .brand .white {
    padding: 0 5% 0 5%;
    border-radius: 0 25px 25px 0;
  }
}
@media screen and (min-width: 768px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .shop-txt {
    width: 370px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .shop-txt {
    margin-left: auto;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .memorial-item {
  display: flex;
  align-items: center;
  width: 330px;
  margin-top: 15px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .memorial-item {
    width: 90%;
    margin-left: 6%;
    margin-right: auto;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .memorial-item .memorial-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .memorial-item .memorial-head {
    justify-content: space-between;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .memorial-item .memorial-head .icon {
  margin-right: 10px;
  width: 93px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .memorial-item .memorial-head .icon {
    width: 90px;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .memorial-item .memorial-head h4 {
  color: #E6579A;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .memorial-item .memorial-head h4 {
    font-size: 1.55rem;
    letter-spacing: -0.03em;
    width: calc(100% - 95px);
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .memorial-item .memorial-item-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .memorial-item .memorial-item-wrap .item-txt {
    width: 57.5%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .memorial-item .memorial-item-wrap .item-txt p {
    font-size: 1.4rem !important;
  }
}
.renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .memorial-item .memorial-item-wrap .memorial-item-image {
  width: 164px;
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .section-shop.sub02 .shop-info .memorial-item .memorial-item-wrap .memorial-item-image {
    width: 157px;
    bottom: -20px;
  }
}
.renewal2026 .new-shop .new-shop-contents .floor02 {
  width: 905px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.renewal2026 .new-shop .new-shop-contents .floor02 .floor02-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .floor02-head {
    display: contents;
  }
}
.renewal2026 .new-shop .new-shop-contents .floor02 .floor02-head .floor {
  width: 152px;
  margin-right: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .floor02-head .floor {
    width: 70px;
    order: 1;
  }
}
.renewal2026 .new-shop .new-shop-contents .floor02 .floor02-head .shop-name {
  width: calc(100% - 162px);
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .floor02-head .shop-name {
    width: 100%;
    order: 3;
  }
}
.renewal2026 .new-shop .new-shop-contents .floor02 .floor02-head .shop-name .logo {
  width: 271px;
  margin-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .floor02-head .shop-name .logo {
    margin: 0 auto 10px;
  }
}
.renewal2026 .new-shop .new-shop-contents .floor02 .floor02-head .shop-name .brand {
  color: #E6579A;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .floor02-head .shop-name .brand {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 5%;
  }
}
.renewal2026 .new-shop .new-shop-contents .floor02 .floor02-head .shop-name .brand .white {
  width: 100%;
  padding: 3px 25px;
  background: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .floor02-head .shop-name .brand .white {
    position: relative;
    border-radius: 0 25px 25px 0;
  }
}
.renewal2026 .new-shop .new-shop-contents .floor02 .floor02-head .shop-name .brand .cate {
  font-size: 1.6rem;
  color: #fff;
  background: #E6579A;
  padding: 0 15px 2px;
  border-radius: 25px;
  position: relative;
  bottom: 4px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .floor02-head .shop-name .brand .cate {
    font-size: 1.5rem !important;
    position: absolute;
    right: 17px;
    bottom: -21px;
  }
}
.renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap {
  width: 780px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap {
    display: contents;
  }
}
.renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap .shop-image {
  width: 393px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap .shop-image {
    width: 68%;
    margin: 10px auto;
    order: 2;
  }
}
.renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap .shop-txt {
  width: calc(100% - 408px);
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap .shop-txt {
    width: 85%;
    order: 4;
    margin: 0 auto;
  }
}
.renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap .shop-txt .memorial-item {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap .shop-txt .memorial-item {
    align-items: flex-start;
    position: relative;
  }
}
.renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap .shop-txt .memorial-item .icon {
  width: 93px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap .shop-txt .memorial-item .icon {
    width: 90px;
    position: absolute;
    left: 0;
    top: -10px;
  }
}
@media screen and (max-width: 430px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap .shop-txt .memorial-item .icon {
    top: 0;
  }
}
.renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap .shop-txt .memorial-item .memorial-item-txt {
  width: calc(100% - 103px);
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap .shop-txt .memorial-item .memorial-item-txt {
    width: 100%;
  }
}
.renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap .shop-txt .memorial-item .memorial-item-txt .memorial-item-info {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap .shop-txt .memorial-item .memorial-item-txt .memorial-item-info {
    width: calc(100% - 103px);
    margin-left: auto;
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap .shop-txt .memorial-item .memorial-item-txt .sp-wrap {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .new-shop .new-shop-contents .floor02 .shop-wrap .shop-txt .memorial-item .memorial-item-txt .sp-wrap p {
    font-size: 1.4rem !important;
  }
}
.renewal2026 .floor-second .floor-second-contents {
  padding: 217px 0 40px;
  background: url(/ashiya/renewal2026/img/new/img_2f_bg.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-contents {
    padding: 68px 0 40px;
    background: url(/ashiya/renewal2026/img/new/img_2f_bg.jpg) top center;
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
}
.renewal2026 .floor-second .floor-second-contents .inner {
  width: 1100px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-contents .inner {
    width: 90%;
  }
}
.renewal2026 .floor-second .floor-second-ttlbox .innerbox {
  position: relative;
  padding: 100px 0 120px;
  background: url(/ashiya/renewal2026/img/new/img_2f_ttlbg.png) no-repeat top left;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-ttlbox .innerbox {
    padding: 20px 0 23px;
    background: url(/ashiya/renewal2026/img/new/img_2f_ttlbg_sp.png) no-repeat top right;
    background-size: cover;
  }
}
.renewal2026 .floor-second .floor-second-ttlbox .innerbox::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: calc((100vw - 1100px) / 2 + 550px);
  height: 100%;
  background: #fbfafd;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-ttlbox .innerbox::before {
    width: calc((100vw - 1100px) / 2 + 550px);
    height: 100%;
    background: #faf6fa;
  }
}
.renewal2026 .floor-second .floor-second-ttlbox .floor {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-ttlbox .floor {
    width: 70px;
    margin: 0 auto 10px;
  }
}
.renewal2026 .floor-second .floor-second-ttlbox h2 {
  color: #C74AB0;
  font-size: 3.7rem;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-ttlbox h2 {
    padding: 0 1em;
    font-size: 1.9rem;
  }
}
.renewal2026 .floor-second .flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.renewal2026 .floor-second .flexbox > div {
  width: 495px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .flexbox > div {
    width: 100%;
  }
}
.renewal2026 .floor-second .flexbox.first .floor-second-ttlbox {
  width: 550px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .flexbox.first .floor-second-ttlbox {
    margin-bottom: 70px;
    width: 100%;
  }
}
.renewal2026 .floor-second .floor-second-item {
  margin-bottom: 88px;
}
.renewal2026 .floor-second .floor-second-item .shop-image {
  margin-bottom: 10px;
}
.renewal2026 .floor-second .floor-second-item .shop-info .shop-logo {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-item .shop-info .shop-logo {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.renewal2026 .floor-second .floor-second-item .shop-info .brand {
  color: #C74AB0;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-item .shop-info .brand {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 5%;
  }
}
.renewal2026 .floor-second .floor-second-item .shop-info .brand .purple {
  display: flex;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-item .shop-info .brand .purple {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
}
.renewal2026 .floor-second .floor-second-item .shop-info .brand .purple .ttl {
  color: #C74AB0;
}
.renewal2026 .floor-second .floor-second-item .shop-info .brand .purple .cate {
  display: inline-block;
  position: relative;
}
.renewal2026 .floor-second .floor-second-item .shop-info .brand .purple .cate span {
  font-size: 1.6rem;
  color: #fff;
  background: #C74AB0;
  padding: 0 15px 2px;
  border-radius: 25px;
  bottom: 4px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-item .shop-info .brand .purple .cate {
    font-size: 1.5rem !important;
  }
}
.renewal2026 .floor-second .floor-second-item .shop-info .brand .purple.colum {
  flex-direction: column-reverse;
}
.renewal2026 .floor-second .floor-second-item .shop-info .brand .purple.colum .cate {
  margin-right: 30px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-item .shop-info .brand .purple.colum .cate {
    margin-bottom: 5px;
    margin-right: 20px;
  }
}
.renewal2026 .floor-second .floor-second-item .shop-info .shop-txt {
  width: 452px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-item .shop-info .shop-txt {
    width: 100%;
  }
}
.renewal2026 .floor-second .floor-second-item .shop-info .shop-txt .detail-brand {
  margin-top: 20px;
  padding: 11px 15px;
  border: solid 1px #C74AB0;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.692);
}
.renewal2026 .floor-second .floor-second-item .shop-info .shop-txt .detail-brand p {
  font-size: 1.4rem !important;
}
.renewal2026 .floor-second .floor-second-item .shop-info .shop-txt .detail-brand p span.dot {
  display: inline-block;
  padding: 0 0.5em;
}
.renewal2026 .floor-second .floor-second-item .shop-info .shop-txt .detail-brand p span.dot::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #231815;
  left: -3px;
  bottom: 2px;
  position: relative;
}
.renewal2026 .floor-second .floor-second-item.n01 .shop-info .shop-logo .logo {
  margin-bottom: 10px;
  width: 226px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-item.n01 .shop-info .shop-logo .logo {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-item.n01 .shop-info .shop-logo .logo img {
    width: 100%;
  }
}
.renewal2026 .floor-second .floor-second-item.n02 .shop-info .shop-logo .logo {
  margin-bottom: 10px;
  width: 127px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-item.n02 .shop-info .shop-logo .logo {
    margin-bottom: 20px;
  }
}
.renewal2026 .floor-second .floor-second-item.n03 .shop-info .shop-logo .logo {
  margin-bottom: 10px;
  width: 139px;
}
.renewal2026 .floor-second .floor-second-item.n04 .shop-image {
  margin-bottom: 20px;
}
.renewal2026 .floor-second .floor-second-item.n04 .shop-info .shop-logo .logo {
  margin-bottom: 15px;
  width: 133px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-item.n04 .shop-info .shop-logo .brand {
    margin-right: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-item.n04 .shop-info .shop-logo .brand .purple {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-item.n04 .shop-info .shop-logo .brand .purple .cate {
    margin-bottom: 5px;
  }
}
.renewal2026 .floor-second .floor-second-item.n05 .shop-info .shop-logo .logo {
  margin-bottom: 15px;
  margin-left: 10px;
  width: 107px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-item.n05 .shop-info .shop-logo .logo {
    margin-left: 0;
  }
}
.renewal2026 .floor-second .floor-second-item.n06 .shop-info .shop-logo .logo {
  margin-bottom: 15px;
  margin-left: 30px;
  width: 51px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-item.n06 .shop-info .shop-logo .logo {
    margin-left: 0;
  }
}
.renewal2026 .floor-second .floor-second-item.n06 .shop-info .indent {
  margin-top: 0.5em;
}
.renewal2026 .floor-second .floor-second-item.n06 .shop-info .indent li {
  font-size: 1.4rem;
}
.renewal2026 .floor-second .floor-second-item.n07 .shop-info .shop-logo .logo {
  margin-bottom: 15px;
  margin-left: 30px;
  width: 94px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .floor-second .floor-second-item.n07 .shop-info .shop-logo .logo {
    margin-left: 0;
  }
}
.renewal2026 .loop-txt {
  border-top: 1px solid #E6579A;
  border-bottom: 1px solid #E6579A;
  background: #fff;
  width: 100%;
  height: 96px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .renewal2026 .loop-txt {
    height: 71px;
  }
}
.renewal2026 .loop-txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 33px;
  background: url(/ashiya/renewal2026/img/new/loop_txt.png) repeat-x;
  background-position: 0 0;
  background-size: 1540px auto;
  -webkit-animation: loop-txt 60s linear infinite;
          animation: loop-txt 60s linear infinite;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .renewal2026 .loop-txt::after {
    height: 25px;
    background-size: 1145px auto;
  }
}
@-webkit-keyframes loop-txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1540px 0;
  }
}
@keyframes loop-txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1540px 0;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening {
    background: #FBE2ED;
    overflow-x: hidden;
  }
}
.renewal2026 .opening .opening-head {
  background: #FBE2ED;
  padding: 100px 0 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-head {
    padding: 35px 0 80px;
  }
}
.renewal2026 .opening .opening-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background: #FBE2ED;
  mask-image: url(/ashiya/renewal2026/img/new/mask.png);
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% 100%;
  -webkit-mask-image: url(/ashiya/renewal2026/img/new/mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  position: absolute;
  bottom: -90px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-head::after {
    height: 41px;
    mask-image: url(/ashiya/renewal2026/img/new/mask_sp.png);
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100% 100%;
    -webkit-mask-image: url(/ashiya/renewal2026/img/new/mask_sp.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    bottom: -40px;
  }
}
.renewal2026 .opening .opening-head .opening-ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-head .opening-ttl {
    width: 252px;
    margin: 0 auto 10px;
  }
}
.renewal2026 .opening .opening-head .copy {
  width: 100%;
  font-size: 2.6rem;
  color: #3F475C;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -45px;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-head .copy {
    font-size: 1.9rem !important;
    line-height: 1.6;
    bottom: 5px;
  }
}
.renewal2026 .opening .opening-contents {
  padding-top: 140px;
  padding-bottom: 190px;
  background-image: url(/ashiya/renewal2026/img/new/background02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*&::after{
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    background-image: url(/ashiya/renewal2026/img/new/background02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }*/
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents {
    padding-top: 80px;
    padding-bottom: 125px;
    background-image: url(/ashiya/renewal2026/img/new/background02_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.renewal2026 .opening .opening-contents .opening-section {
  width: 1100px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  margin: 0 auto 55px;
  padding: 35px 0 40px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section {
    width: 90%;
  }
}
.renewal2026 .opening .opening-contents .opening-section .section-head {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.renewal2026 .opening .opening-contents .opening-section .section-head h3 {
  margin-bottom: 10px;
  margin-right: 0;
}
.renewal2026 .opening .opening-contents .opening-section .section-head h3 .pink {
  background: #E6579A;
  padding: 5px 90px 5px 115px;
  border-radius: 0 50px 50px 0;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section .section-head .head-txt {
    padding: 0 5%;
    margin-top: 10px;
  }
}
.renewal2026 .opening .opening-contents .opening-section .section-head .head-txt p small {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section .section-head .head-txt p small {
    display: block;
  }
}
.renewal2026 .opening .opening-contents .opening-section .present-item {
  margin: 25px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 34px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section .present-item {
    width: 100%;
    padding: 0 5%;
  }
}
.renewal2026 .opening .opening-contents .opening-section .present-item .present-item-list {
  width: 309px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section .present-item .present-item-list {
    width: 84%;
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section .present-item .present-item-list img {
    width: 100%;
  }
}
.renewal2026 .opening .opening-contents .opening-section .present-item .present-item-list .present-txt .item-name {
  color: #E6579A;
  text-align: center;
  font-size: 2rem !important;
  font-weight: 600;
  line-height: 1.4;
}
.renewal2026 .opening .opening-contents .opening-section .present-item .present-item-list .present-txt .limited {
  font-size: 1.4rem !important;
  text-align: center;
}
.renewal2026 .opening .opening-contents .opening-section .present-item .present-item-list:nth-of-type(1) .present-txt {
  margin-top: -80px;
}
.renewal2026 .opening .opening-contents .opening-section .present-item .present-item-list:nth-of-type(2) {
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section .present-item .present-item-list:nth-of-type(2) {
    margin-top: 20px;
    margin-right: 0;
    margin-left: auto;
  }
}
.renewal2026 .opening .opening-contents .opening-section .present-item .present-item-list:nth-of-type(2) .present-txt {
  width: 100%;
  position: absolute;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section .present-item .present-item-list:nth-of-type(2) .present-txt {
    bottom: -14px;
  }
}
.renewal2026 .opening .opening-contents .opening-section .present-item .present-item-list:nth-of-type(3) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section .present-item .present-item-list:nth-of-type(3) {
    margin-top: 30px;
    margin-left: auto;
  }
}
.renewal2026 .opening .opening-contents .opening-section .present-item .present-item-list:nth-of-type(3) .present-txt {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section .present-item .present-item-list:nth-of-type(3) .present-txt {
    bottom: -25px;
  }
}
.renewal2026 .opening .opening-contents .opening-section .brand-list {
  width: 670px;
  margin: 45px auto 0;
  border-radius: 10px;
  border: 1px solid #E6579A;
  padding: 15px 90px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section .brand-list {
    width: 88%;
    padding: 15px;
  }
}
.renewal2026 .opening .opening-contents .opening-section .brand-list .head {
  font-size: 1.4rem !important;
  text-align: center;
  margin-bottom: 0.5em;
}
.renewal2026 .opening .opening-contents .opening-section .brand-list .brand-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section .brand-list .brand-info {
    font-size: 1.4rem;
  }
}
.renewal2026 .opening .opening-contents .opening-section .brand-list .brand-info dt {
  width: 35px;
}
.renewal2026 .opening .opening-contents .opening-section .brand-list .brand-info dd {
  width: calc(100% - 35px);
}
.renewal2026 .opening .opening-contents .opening-section.n01 {
  display: flex;
  flex-wrap: wrap;
}
.renewal2026 .opening .opening-contents .opening-section.n01 .section-head {
  width: 370px;
}
@media screen and (min-width: 768px) {
  .renewal2026 .opening .opening-contents .opening-section.n01 .section-head.pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n01 .section-head .pink {
    width: 85vw;
    padding: 5px 7% 5px 5%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n01 .section-head .pink img {
    width: 127px;
  }
}
.renewal2026 .opening .opening-contents .opening-section.n01 .section-head .head-txt {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n01 .section-head .head-txt {
    margin-left: 0;
  }
}
.renewal2026 .opening .opening-contents .opening-section.n01 .section-head .head-txt .detail-brand {
  margin-top: 20px;
  padding: 17px;
  border-radius: 10px;
  border: solid 1px #E6579A;
}
.renewal2026 .opening .opening-contents .opening-section.n01 .section-head .head-txt .detail-brand p {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n01 .section-head .head-txt .detail-brand p {
    font-size: 1.4rem !important;
  }
}
.renewal2026 .opening .opening-contents .opening-section.n02 {
  width: 923px;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 147px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n02 {
    width: 90%;
    padding-top: 0;
    padding-bottom: 40px;
    margin-bottom: 90px;
  }
}
.renewal2026 .opening .opening-contents .opening-section.n02 .section-head {
  position: absolute;
  top: 35px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n02 .section-head {
    position: relative;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n02 .section-head .pink {
    padding: 5px 7% 5px 14%;
    width: 85vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n02 .section-head .pink img {
    width: 90px;
  }
}
.renewal2026 .opening .opening-contents .opening-section.n02 .event-contents {
  padding: 0 15px 0 47px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n02 .event-contents {
    padding: 0 5%;
  }
}
.renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-txt {
  width: 370px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-txt {
    padding-top: 40px;
  }
}
.renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-txt .event-ttl {
  color: #E6579A;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-txt .indent {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-txt .indent {
    margin-bottom: 10px;
  }
}
.renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-item-image {
  width: 452px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-item-image {
    width: 100%;
    margin-top: 10px;
  }
}
.renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-item-image li {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-item-image li {
    width: 100%;
  }
}
.renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-item-image li:nth-of-type(2) {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-item-image li:nth-of-type(2) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-item-image li.panda {
    position: relative;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-item-image li.panda::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -90px;
    width: 156px;
    height: 196px;
    background: url(/ashiya/renewal2026/img/new/img_event01_panda_sp.png) no-repeat center;
    background-size: 100% auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-item-image li.panda img {
    width: 100%;
  }
}
.renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-item-image li .event-ttl {
  color: #E6579A;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-item-image li p {
  line-height: 1;
}
.renewal2026 .opening .opening-contents .opening-section.n02 .event-contents .event-item-image li p small {
  font-size: 1.3rem;
}
.renewal2026 .opening .opening-contents .digitalflyer-section {
  margin-bottom: 167px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .digitalflyer-section {
    margin-bottom: 107px;
  }
}
.renewal2026 .opening .opening-contents .digitalflyer-section h3 {
  margin-bottom: 10px;
  font-size: 3.8rem;
  color: #E6579A;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .digitalflyer-section h3 {
    font-size: 2.8rem;
  }
}
.renewal2026 .opening .opening-contents .digitalflyer-section h3 span {
  display: block;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .digitalflyer-section h3 span {
    font-size: 2rem;
  }
}
.renewal2026 .opening .opening-contents .digitalflyer-section p {
  margin-bottom: 24px;
  font-size: 2rem;
  color: #E6579A;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .digitalflyer-section p {
    font-size: 1.8rem;
  }
}
.renewal2026 .opening .opening-contents .digitalflyer-section a.digitalflyer-link {
  display: block;
  max-width: 497px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .digitalflyer-section a.digitalflyer-link {
    width: 90%;
  }
}
.renewal2026 .opening .opening-contents .digitalflyer-section a.digitalflyer-link span {
  display: block;
  padding: 8px;
  background-color: #E6579A;
  border-radius: 10em;
}
.renewal2026 .opening .opening-contents .digitalflyer-section a.digitalflyer-link span span {
  padding: 15px 0;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border: solid 2px #fff;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .digitalflyer-section a.digitalflyer-link span span {
    font-size: 2.4rem;
  }
}
.renewal2026 .opening .opening-contents .special-event-section {
  margin-bottom: 50px;
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-ttl {
  color: #3F475C;
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .special-event-section .special-event-ttl {
    font-size: 2.4rem;
  }
}
.renewal2026 .opening .opening-contents .special-event-section .inner-flex {
  margin: 0 auto;
  width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .special-event-section .inner-flex {
    width: 90%;
  }
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents {
  padding: 36px 36px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .special-event-section .special-event-contents {
    padding: 36px 6% 40px;
  }
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-ttl {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-ttl {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-ttl .imagebox {
    margin-bottom: 10px;
  }
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-ttl .txtbox h4 {
  font-family: "Noto Serif JP", serif;
  color: #3F475C;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-ttl .txtbox h4 {
    margin-bottom: 10px;
    text-align: center;
  }
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-ttl .txtbox p {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-ttl .txtbox p {
    width: 70%;
    margin: 0 auto;
  }
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-ttl .txtbox p span.square {
  display: inline-block;
  padding: 0 0.5em;
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-ttl .txtbox p span.square::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #231815;
  left: -3px;
  bottom: 3px;
  position: relative;
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-img {
  margin-bottom: 15px;
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-img img {
  width: 100%;
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-img.newshop {
  position: relative;
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-img.newshop::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 14px;
  width: 66px;
  height: 66px;
  background: url(/ashiya/renewal2026/img/new/img_newshop.png) no-repeat center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-img.newshop::before {
    width: 58px;
    height: 58px;
  }
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-txt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-txt > div .indent li {
  font-weight: 500;
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents .special-event-contents-txt > div .indent li + li {
  margin-top: 1em;
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n01 {
  width: 719px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n01 {
    width: 100%;
  }
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n01 .special-event-contents-txt > div {
  width: 421px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n01 .special-event-contents-txt > div {
    width: 100%;
  }
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n01 .special-event-contents-txt > div p {
  margin-bottom: 1em;
  margin-right: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n01 .special-event-contents-txt > div p {
    margin-right: 0;
  }
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n01 .special-event-contents-txt > div p + li {
  margin-top: 0.5em;
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n01 .special-event-contents-txt figure {
  width: 206px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n01 .special-event-contents-txt figure {
    width: 186px;
    margin: 25px auto 0;
  }
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n02 {
  margin-top: 76px;
  padding: 30px 35px;
  width: 349px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n02 {
    width: 100%;
    padding: 30px 10% 45px;
  }
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n02 .special-event-contents-ttl h4.newshop {
  position: relative;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n02 .special-event-contents-ttl h4.newshop {
    text-align: left;
  }
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n02 .special-event-contents-ttl h4.newshop::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 12px;
  width: 66px;
  height: 66px;
  background: url(/ashiya/renewal2026/img/new/img_newshop.png) no-repeat center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n02 .special-event-contents-ttl h4.newshop::before {
    width: 58px;
    height: 58px;
  }
}
@media screen and (min-width: 768px) {
  .renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n02 .special-event-contents-ttl .txtbox p {
    width: 80%;
    margin: 0 auto;
  }
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n02 .special-event-contents-txt > div {
  width: 100%;
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n02 .special-event-contents-txt + .special-event-contents-img {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n02 .special-event-contents-txt + .special-event-contents-img {
    margin-top: 30px;
  }
}
.renewal2026 .opening .opening-contents .special-event-section .special-event-contents.n02 .special-event-contents-img {
  margin-bottom: 5px;
}
.renewal2026 .opening .opening-contents .motorshow-section {
  margin: 0 auto 87px;
  width: 1160px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .motorshow-section {
    width: 90%;
  }
}
.renewal2026 .opening .opening-contents .motorshow-section .motorshow-section-ttl {
  font-family: "Noto Serif JP", serif;
  color: #3F475C;
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
}
.renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents {
  padding: 24px 110px 20px;
  background-color: #7D8BA6;
  border-radius: 16em;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents {
    padding: 50px 6% 100px;
  }
}
.renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents .motorshow-contents-ttl {
  margin-bottom: 15px;
  text-align: center;
}
.renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents .motorshow-contents-ttl .txtbox {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents .motorshow-contents-ttl .txtbox {
    margin-bottom: 20px;
  }
}
.renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents .motorshow-contents-ttl .txtbox h4 {
  margin-right: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents .motorshow-contents-ttl .txtbox h4 {
    margin-right: 0;
  }
}
.renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents .motorshow-contents-ttl .txtbox p {
  line-height: 1.5;
}
.renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents .motorshow-contents-ttl .txtbox p span.square {
  display: inline-block;
  padding: 0 0.5em;
}
.renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents .motorshow-contents-ttl .txtbox p span.square::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  left: -3px;
  bottom: 3px;
  position: relative;
}
.renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents .motorshow-itembox {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents .motorshow-itembox {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents .motorshow-itembox figure {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents .motorshow-itembox figure img {
    width: 100%;
  }
}
.renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents .motorshow-itembox figure figcaption {
  text-align: center;
  font-weight: 500;
}
.renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents .motorshow-itembox figure figcaption a {
  text-decoration: none;
  color: #fff;
}
.renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents .motorshow-txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .motorshow-section .motorshow-contents .motorshow-txt {
    margin: 0 auto;
    width: 87%;
    text-align: left;
  }
}
.renewal2026 .opening .opening-contents .banner-section {
  margin: 0 auto;
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .banner-section {
    width: 90%;
  }
}
.renewal2026 .opening .opening-contents .banner-section .banner-section-ttl {
  color: #3F475C;
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening .opening-contents .banner-section .banner-section-ttl {
    display: block;
    line-height: 1.3;
  }
}
.renewal2026 .opening .opening-contents .banner-section .banner-section-ttl span {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}
.renewal2026 .opening .opening-contents .banner-section .banner-contents .banner-contents-link {
  display: block;
}
.renewal2026 .artist {
  overflow-x: hidden;
}
.renewal2026 .artist .artist-contents {
  margin: 50px 0 20px auto;
  width: 94%;
  background: #F7EBEC;
  border-radius: 145px 0 0 145px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .artist .artist-contents {
    width: 96%;
    border-radius: 80px 0 0 80px;
  }
}
.renewal2026 .artist .artist-contents .artist-wrap {
  width: 855px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .artist .artist-contents .artist-wrap {
    width: 100%;
    padding: 25px 5% 45px;
    flex-direction: column-reverse;
  }
}
.renewal2026 .artist .artist-contents .artist-wrap .artist-txt {
  width: 650px;
  margin-right: 37px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .renewal2026 .artist .artist-contents .artist-wrap .artist-txt {
    width: 100%;
    margin-right: 0;
  }
}
.renewal2026 .artist .artist-contents .artist-wrap .artist-txt .intro {
  color: #E6579A;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .renewal2026 .artist .artist-contents .artist-wrap .artist-txt .intro {
    font-size: 1.6rem;
  }
}
.renewal2026 .artist .artist-contents .artist-wrap .artist-txt .prof {
  font-size: 1.4rem !important;
}
.renewal2026 .artist .artist-contents .artist-wrap .artist-image {
  width: 168px;
  border-radius: 95px 95px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .renewal2026 .artist .artist-contents .artist-wrap .artist-image {
    margin: 0 auto 15px;
  }
}
.renewal2026 .opening-link-block {
  -webkit-animation: fade-in-copy02 0.5s forwards ease-out;
          animation: fade-in-copy02 0.5s forwards ease-out;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening-link-block {
    z-index: 20;
    position: relative;
  }
}
.renewal2026 .opening-link-block #opening-link {
  position: absolute;
  top: 919px;
  right: 5vw;
  width: 188px;
  height: auto;
  transition: ease 0.6s;
}
@media screen and (max-width: 767px) {
  .renewal2026 .opening-link-block #opening-link {
    position: fixed;
    top: auto;
    bottom: 0;
    right: auto;
    background-color: #fff;
    width: 100%;
    padding: 10px 5%;
    border-radius: 10px 10px 0 0;
  }
}
.renewal2026 .opening-link-block #opening-link:hover {
  opacity: 0.8 !important;
}

/***電話リンク***/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/***追従ボタン****/
.fix_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .fix_btn {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 8000;
    max-width: 126px;
  }
}
/***既存パーツ調整***/
.pageGuide {
  position: relative;
  z-index: 10;
}

.share-sns-column {
  position: relative;
  z-index: 5;
  padding-bottom: 80px;
  background: #fff;
}

.menu-column {
  margin-top: 0;
  position: relative;
  z-index: 5;
}

.Footer {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #header {
    z-index: 999999999;
  }
}

#header .header-fix-wrap.no-fixed {
  position: static;
}
@media screen and (max-width: 767px) {
  #header .header-fix-wrap.no-fixed .HeaderBody.is-fixed {
    position: static;
  }
}

/******************************/
.Pagetop {
  background: #E6579A;
  right: 10px !important;
  z-index: 999999999 !important;
}
@media screen and (max-width: 767px) {
  .Pagetop {
    bottom: 80px !important;
  }
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

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

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt15 {
  margin-top: 15px;
}

.mb-em {
  margin-bottom: 1em;
}

.txt-c {
  text-align: center;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}/*# sourceMappingURL=style_new.css.map */