img.lazyloaded {
  animation: fade 0.8s ease-in-out forwards;
  opacity: 0;
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
      transform: translate(0, 0px);
  }
}
.g-main {
  padding-top: 0px;
}
.g-main .adjust-width {
  width: 100%;
  outline-offset: -10px;
}
.g-footer .foot-button {
  margin: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
    .g-main .adjust-width {
    padding: 0;
}
  .g-footer .foot-button {
    margin: 26px auto 0;
  }
}
.main-container {
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #414141;
  overflow: hidden;
  width: 100%;
}
.main-container img {
  width: 100%;
}
.main-container p, .main-container ul {
  margin: 0;
}
.bg-main {
  width: 100%;
  background: #FFFCF5;
  padding-bottom: 40px;
}
.key-visual {
  width: 100%;
  border-top: 10px solid #64B4DD;
  background: url(../image/bg_kv.png);
  background-repeat: no-repeat;
  background-size: 2338px auto;
  background-position: top center;
  padding: 5px 0 200px;
}
.key-visual .inner {
  width: 100%;
  max-width: 1050px;
  margin: 0px auto 5px;
  padding-top: 10px;
  position: relative;
}
.key-visual .key-title {
  width: 100%;
  max-width: 1050px;
  margin: 0px auto 5px;
  padding-top: 0px;
  position: relative;
}
.icon-18 {
  position: absolute;
  left: -95px;
  top: 16%;
  width: 250px;
  animation: 1.3s alternate rotation1;
    animation-iteration-count: infinite;
    animation-timing-function:linear;
}
.icon-19 {
  position: absolute;
  left: 11%;
  top: 33%;
  width: 212px;
  transition: .3s;
  animation: 1.3s alternate rotation1;
    animation-iteration-count: infinite;
    animation-timing-function:linear;
}
.icon-20 {
  position: absolute;
  right: 7%;
  bottom: 20px;
  width: 279px;
  animation: 1.3s alternate rotation1;
    animation-iteration-count: infinite;
    animation-timing-function:linear;
}
.icon-21 {
  position: absolute;
  right: 3%;
  bottom: 32%;
  width: 241px;
  animation: 1.3s alternate rotation2;
    animation-iteration-count: infinite;
    animation-timing-function:linear;
}
@keyframes rotation1 {
  0% {
    transform: rotate(-12deg);
  }
  20% {
    transform: rotate(-12deg);
  }   
  40% {
    transform: rotate(0);
  } 
  100% {
    transform: rotate(0);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(14deg);
  }   
  40% {
    transform: rotate(0);
  } 
  100% {
    transform: rotate(0);
  }
}
.key-visual .key-text {
  max-width: 640px;
  width: 90%;
  margin: 30px auto 0px 2%;
  animation-name: show;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-direction: normal;
  opacity: 0;
  animation-fill-mode: forwards;
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 1px;
}
@keyframes show {
  0% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.key-visual .key-text .circle {
  color: #fff;
  font-size: 26px;
  line-height: 46px;
  font-weight: 600;
  background: #FF0001;
  display: inline-block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  text-align: center;
}
.key-visual .key-text strong {
  font-size: 32px;
  font-weight: 900;
}
.key-visual .key-text strong.red-text {
  color: #FF0001;
}
@keyframes topAnime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav-main {
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 90px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.nav-main div {
  width: 31%;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.nav-main div a {
  display: block;
}
.nav-main div:hover {
  transform: translateY(-0.5875em);
}
.nav-main div a:hover {
  opacity: 1;
}
.nav-main div:nth-child(2) {
  margin-top: 60px;
}
.sale-s {
  width: 100%;
  margin: -250px 0 0px;
  padding-top: 20px;
  padding-bottom: 120px;
  background: url(../image/bg_01.png);
  background-repeat: no-repeat;
  background-size: 1990px auto;
  background-position: top center;
}
.sale-s .shop-item {
  margin: 50px auto 30px;
}
.sec-content .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.sec-content .inner .h2-ttl {
  width: 100%;
  margin: 55px auto 40px;
  background: #DDF4FF;
  display: block;
  padding: 10px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.sec-content .inner .h2-ttl span {
  color: #1E8ABC;
  display: inline;
  font-size: 50px;
  line-height: 1em;
  font-weight: 500;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.23);
  position: relative;
  z-index: 1;
}
.sec-content.sale-s .inner .h2-ttl:before {
  content: '';
  position: absolute;
  top: -200px;
  left: -15%;
  width: 1280px;
  height: 380px;
  background: url(../image/title_event.png);
  background-repeat: no-repeat;
  background-size: 1280px auto;
  background-position: top center;
  z-index: 0;
}
.sec-content .inner .text-read {
  color: #535353;
  font-size: 32px;
  line-height: 56px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}
.shop-item {
  width: 100%;
  margin: 50px 0 10px;
}
.link-p a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.link-p a span {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #535353;
  padding-right: 58px;
  padding-left: 25px;
  padding-bottom: 7px;
  position: relative;
}
.link-p a span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  padding: 18px;
  background: url(../image/btn_link.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: right center;
  transition: .3s;
}
.link-p a:hover span:after {
  right: 3px;
}
.link-p a span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #FF0001;
  transition: .3s;
}
.link-p a:hover {
  opacity: 1;
}
.link-p a:hover span:before {
  width: 100%;
}
.food-street {
  background: #DDF4FF;
  width: 100%;
  padding: 50px 0 15px;
  position: relative
}
.food-street:before {
  content: '';
  position: absolute;
  top: -120px;
  right: 0;
  width: 100%;
  height: 800px;
  background: url(../image/bg_02.png);
  background-repeat: no-repeat;
  background-size: 2040px auto;
  background-position: top center;
  z-index: 0;
}
.food-street .inner {
  max-width: 980px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.food-street .inner .h2-ttl {
  max-width: 430px;
  width: 100%;
  margin: 40px auto 20px;
}
.shop-sec {
  width: 100%;
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin: 20px auto 100px;
}
.shop-sec .shop-item {
  width: 30%;
}
.shop-sec .shop-item .image {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.shop-sec .shop-item .image p {
  transition: 1s all;
}
.shop-sec .shop-item .image p:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.shop-sec .shop-item .f-info {
  margin-top: 5px;
}
.shop-sec .shop-item .icon-sale {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 1px;
  display: inline-block;
  background: #fff;
  color: #FF0001;
  border: #FF0001 solid 1px;
  padding: 4px 7px;
}
.shop-sec .shop-item span.icon-take {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 1px;
  display: inline-block;
  background: #FF0001;
  color: #fff;
  border: #FF0001 solid 1px;
  padding: 4px 7px;
}
.shop-sec .shop-item .icon-service {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 1px;
  display: inline-block;
  background: #F39800;
  color: #fff;
  border: #DD960F solid 1px;
  padding: 4px 10px;
}
.shop-sec .shop-item .title {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 10px 0 10px;
  padding: 0;
}
.shop-sec .shop-item .title span {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.shop-sec .shop-item .price {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 10px;
}
.shop-sec .shop-item .price strong {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #FF0001;
  letter-spacing: 1px;
}
.shop-sec .shop-item .price strong.black-text {
  color: #414141;
}

.shop-sec .shop-item .price strong span {
  font-size: 16px;
}
.shop-sec .shop-item .text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}
.shop-sec .shop-item .small {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.shop-item a:link, .shop-item a:visited, .shop-item a:active {
  color: #187099;
  text-decoration: none;
}
.shop-sec .shop-item .f-info .name {
  color: #187099;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  margin: 10px 0 10px;
}
.shop-sec .shop-item .f-info .name span {
  font-size: 12px;
  line-height: 30px;
}
.shop-sec .shop-item .f-info .tel, .shop-sec .shop-item .f-info .floor {
  color: #187099;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}
.shop-sec .shop-item .f-info .tel span, .shop-sec .shop-item .f-info .floor span {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  background: #1E8ABC;
  border-radius: 5px;
  padding: 2px 8px 3px;
  margin-right: 1em;
}
.sec-content.event-s {
  width: 100%;
  background: #fff;
  padding: 50px 0 10px;
  position: relative;
}
.sec-content.event-s:before {
  content: '';
  position: absolute;
  top: -260px;
  right: 0;
  width: 100%;
  height: 860px;
  background: url(../image/bg_03.png);
  background-repeat: no-repeat;
  background-size: 2300px auto;
  background-position: top center;
  z-index: 0;
}
.sec-content.event-s .h2-event {
  text-align: center;
  display: block;
  margin: 80px auto 100px;
  padding-top: 10px;
}
.sec-content.event-s .h2-event span {
  color: #187099;
  display: inline;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 500;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.23);
  letter-spacing: 2px;
}
.sec-content.event-s .h2-event img {
  width: 305px;
  margin-top: 15px;
}
.event-s .event-special {
  max-width: 980px;
  margin: 200px auto 5px;
  position: relative;
}
.event-s .event-item {
  position: relative;
  z-index: 1;
}
.event-s .event-item .small-text {
  list-style: none;
  padding-left: 1em;
}
.event-s .event-item .small-text li {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-indent: -1.5em;
}
.event-s .event-item .small-text li:before {
  content: "※";
  margin-right: 0.5em;
}
.event-s .event-item {
  max-width: 980px;
  width: 100%;
  margin: 50px auto 50px;
}
.event-s .event-item .link-p a {
  text-align: right;
}
.event-s .event-item:last-child .link-p {
  margin-top: 25px;
}
.event-s .event-special .posi-s {
  position: absolute;
  top: -200px;
  left: -190px;
  width: 950px;
  z-index: 1;
}
.event-s .event-item .link-p {
  text-align: right;
}
.sale-hon {
  width: 100%;
  margin: 40px 0 0px;
  padding-top: 20px;
  padding-bottom: 80px;
  position: relative;
}
.sale-hon:before {
  content: '';
  position: absolute;
  top: -300px;
  right: 0;
  width: 100%;
  height: 800px;
  background: url(../image/bg_04.png);
  background-repeat: no-repeat;
  background-size: 2080px auto;
  background-position: top center;
  z-index: 0;
}
.sec-content.sale-hon .inner .h2-ttl:before {
  content: '';
  position: absolute;
  top: -170px;
  left: -15%;
  width: 1280px;
  height: 380px;
  background: url(../image/title_sale.png);
  background-repeat: no-repeat;
  background-size: 1280px auto;
  background-position: top center;
  z-index: 0;
}
.main-container p.rogo-takashimaya {
  display: block;
  max-width: 296px;
  margin: 5px auto 40px;
  position: relative;
  z-index: 1;
}
.note_inner {
  width: 90%;
  max-width: 1000px;
  margin: 20px auto;
}
.main-container .note_inner ul {
  padding: 0;
}
.note ul li {
  color: #414141;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: "Noto Sans", sans-serif;
  list-style: none;
  padding-bottom: 10px;
}
.note ul li:before {
  content: '※';
  padding-right: 0.5em;
}
.pagetop {
  background: #FF0001;
}
.sp_only {
  display: none;
}
span.sp_block {
  display: inline;
}
span.pc_block {
  display: block;
}
@media screen and (min-width: 768px) {
  /* PC */
}
@media screen and (min-width: 1080px) {}
@media screen and (min-width: 1480px) {}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  /* tablet */
    .key-visual .inner {
    width: 99%;
}
    
}
@media screen and (max-width: 767px) {
  /* smart phone */
  .adjust-width-custom {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
  }
  /* header */
  .is_pc, .is_pc_custom {
    display: none
  }
  .sp_only {
    display: block;
  }
  span.sp_block {
    display: block;
  }
  span.pc_block {
    display: inline;
  }
  .key-visual {
    width: 100%;
    background: none;
    padding: 0px 0 100px;
    border: none;
  }
  .key-visual .inner {
    padding-top: 0px;
  }
  .icon-18 {
    position: absolute;
    left: 1%;
    top: 165px;
    width: 29%;
  }
  .icon-19 {
    position: absolute;
    left: 1.5%;
    top: 321px;
    width: 26%;
  }
  .icon-20 {
    position: absolute;
    right: 42%;
    bottom: 127px;
    width: 32%;
  }
  .icon-21 {
    position: absolute;
    right: 9%;
    bottom: 120px;
    width: 29%;
  }
  .key-visual .key-text {
    width: 90%;
    margin: -20px auto 0px auto;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 0px;
  }
  .key-visual .key-text .circle {
    font-size: 20px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    margin-bottom: 3px;
  }
  .key-visual .key-text strong {
    font-size: 18px;
    font-weight: 900;
  }
  .nav-main {
    width: 90%;
    margin: 45px auto 130px;
    display: block;
  }
  .nav-main div {
    width: 64%;
    margin: 0 auto 13px 0;
  }
  .nav-main div:nth-child(2) {
    margin: 0 0 10px auto;
    float: right;
  }
  .sale-s {
    width: 100%;
    margin: -220px 0 0px;
    padding-bottom: 70px;
    padding-top: 35px;
    background: none;
    position: relative;
  }
  .sale-s:before {
    content: '';
    position: absolute;
    top: -80px;
    right: 0;
    width: 100%;
    height: 360px;
    background: url(../image/bg_01_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    z-index: 0;
  }
  .sec-content .inner .h2-ttl span {
    font-size: 26px;
    line-height: 1em;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.13);
  }
  .sec-content.sale-s .inner .h2-ttl:before {
    content: '';
    position: absolute;
    top: -58px;
    left: 0;
    width: 100%;
    height: 220px;
    background: url(../image/title_sale_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
  }
  .sec-content .inner .text-read {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .shop-item {
    width: 80%;
    margin: 20px auto 35px;
  }
  .sale-s .shop-item {
    margin: 20px auto 35px;
  }
  .link-p a span {
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    color: #535353;
    padding: 0 20px 5px 10px;
    position: relative;
    border-bottom: 2px solid #FF0001;
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .link-p a span:after {
    padding: 12px;
    right: 0px;
  }
  .event-item .link-p a span {
    /* display: block; */
    width: 100%
  }
  .sec-content.event-s {
    margin-top: 0px;
    padding: 60px 0 10px;
  }
  .event-s .event-item .link-p a {
    text-align: center;
  }
  .food-street {
    padding: 50px 0 20px;
  }
  .sec-content.food-street .inner .h2-ttl {
    width: 80%;
    margin: 40px auto 20px;
  }
  .sec-content.food-street:before {
    content: '';
    position: absolute;
    top: -80px;
    right: 0;
    width: 100%;
    height: 300px;
    background: url(../image/bg_02_sp.png);
    background-repeat: no-repeat;
    background-size: 34% auto;
    background-position: top left;
  }
  .shop-sec {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 10px auto 0px;
  }
  .shop-sec .shop-item {
    width: 100%;
  }
  .sec-content.event-s:before {
    content: '';
    position: absolute;
    top: -38px;
    right: 0;
    width: 100%;
    height: 300px;
    background: url(../image/bg_03_sp.png);
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: top right;
    z-index: 0;
  }
  .sec-content.event-s .h2-event {
    width: 60%;
    margin: 40px auto 20px;
    z-index: 1;
    position: relative;
  }
  .sec-content.event-s .h2-event span {
    font-size: 25px;
    line-height: 39px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.13);
    letter-spacing: 2px;
  }
  .event-s .event-item {
    width: 96%;
    margin: 10px auto 60px;
  }
  .event-s .event-special {
    width: 100%;
    margin: 0px auto 10px;
  }
  .event-s .event-special .posi-s {
    position: relative;
    top: 0;
    left: 0;
    width: 98%;
    margin: 30px auto 20px;
  }
  .event-s .event-item p {
    width: 80%;
    margin: 0px auto 10px;
  }
  .event-s .event-item .small-text {
    width: 80%;
    margin: 15px auto 20px;
    display: block;
  }
  .sec-content .inner .h2-ttl {
    background: none;
    padding: 0;
    margin: 55px auto 15px;
  }
  .sec-content.sale-hon .inner .h2-ttl {
    margin: 15px auto 15px;
  }
  .sec-content .inner .h2-ttl strong {
    width: 80%;
    margin: 0 auto;
    padding: 5px 0;
    background: #DDF4FF;
    display: block;
  }
  .sec-content.sale-hon .inner .h2-ttl:before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 380px;
    background: url(../image/title_sale_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    z-index: 0;
  }
  .sale-hon:before {
    content: '';
    position: absolute;
    top: -50px;
    right: 0;
    width: 100%;
    height: 300px;
    background: url(../image/bg_04_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    z-index: 0;
  }
  .main-container p.rogo-takashimaya {
    display: block;
    width: 40%;
    margin: 10px auto 15px;
  }
  .note ul {
    padding-left: 0;
  }
  .note ul li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}

@media screen and (max-width: 560px) {
.icon-18 {
    position: absolute;
    left: 1%;
    top: auto;
   bottom: 56%;
  }
  .icon-19 {
        position: absolute;
        left: 1.5%;
        top: auto;
        bottom: 31%;
    }
  .icon-20 {
    position: absolute;
        right: 42%;
        bottom: 19.5%;
  }
  .icon-21 {
      position: absolute;
        right: 9%;
        bottom: 19%;
  }
}