@charset "UTF-8";
#main * {
  box-sizing: border-box;
}
#main img {
  max-width: 100%;
  vertical-align: bottom;
}
#main ul,
#main ol,
#main li {
  list-style: none;
}

footer .navi .inner .pagetopbtn {
  display: none;
}

.sp_work {
  display: block;
}
@media screen and (min-width: 720px) {
  .sp_work {
    display: none;
  }
}

.pc_work {
  display: none;
}
@media screen and (min-width: 720px) {
  .pc_work {
    display: block;
  }
}

/*--------------------/ #main /-------------------*/
#main {
  width: 100vw;
  margin: 0 auto;
  font-size: 3.4667vw;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: -0.001em;
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #595757;
}
@media screen and (min-width: 720px) {
  #main {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (min-width: 820px) {
  #main {
    width: 820px;
    font-size: 15px;
  }
}

.post_wrapper {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .post_wrapper {
    width: 100%;
  }
}

#main p.go_top a {
  position: fixed;
  bottom: 12%;
  right: 5%;
  width: 40px;
  height: auto;
  opacity: 0.7;
  transition-duration: 0.3s;
}
@media screen and (min-width: 820px) {
  #main p.go_top a {
    bottom: 7%;
    right: auto;
    margin-left: 820px;
  }
}
#main p.go_top a:hover {
  opacity: 1;
}

.fade_in {
  opacity: 0.2;
  transform: translate(0, 50px);
  transition-duration: 0.5s;
}

.fade_in.fade_in_active {
  opacity: 1;
  transform: translate(0, 0);
}

#main {
  --main_space: 3em;
  --sweet_pink: #f56e82;
  --light_pink: #f8d0d4;
  --beige: #fbe4de;
  --gray: #604d3f;
}
@media screen and (min-width: 720px) {
  #main {
    --main_space: 5em;
  }
}

.mv {
  width: auto;
  margin: 0 auto;
  padding: 100% 0 0;
  background: url(https://www.keihan-dept.co.jp/moriguchi/news/summer-event_202508_mv_sp.jpg) repeat-y center/contain;
  position: relative;
  overflow: hidden;
  margin-bottom: 3em;
}
@media screen and (min-width: 720px) {
  .mv {
    padding: 60% 0 0;
    background: url(https://www.keihan-dept.co.jp/moriguchi/news/summer-event_202508_mv_pc.jpg) repeat-y center/contain;
  }
}
.theme {
  margin-bottom: 5em;
  text-align: center;
  line-height: 1.7;
}
/* 見出しのデザイン */
.event-ttl li {
  position: relative;
  margin: 10px;
  padding: 8px 15px 8px 15px;
  background: none;
  text-transform: uppercase;
  font-size: 140%;
  font-weight: bold;
  border: 2px solid #333;
  border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
}
.event-ttl li:before,
.eevent-ttl li::after {
  border-radius: 4px;
  box-shadow: 0 1px 4px #badaef;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.event-ttl li::before {
  background-color: #badaef;
  left: 0;
  top: 4px;
  z-index: -1;
}
.event-ttl li::after {
  background-color: #badaef;
  top: 5px;
  left: 5px;
  z-index: -2;
}
.item_kome {
  font-size: 80%;
}
.item_tag span {
  font-size: 70%;
}
.item_name span {
  font-size: 80%;
}

.mv_info {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 80%;
  font-size: 125% !important;
}
@media screen and (min-width: 720px) {
  .mv_info {
    top: 87%;
    font-size: 175% !important;
  }
}
.mv_info span {
  font-size: 90%;
  vertical-align: 6.125%;
}
@media screen and (min-width: 720px) {
  .mv_info span {
    font-size: 75%;
  }
}

#main nav {
  margin-bottom: calc(var(--main_space) / 3);
}
#main nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#main nav ul li {
  width: 33.3333%;
  text-align: center;
  overflow: hidden;
}


#main .instagram {
  margin-bottom: var(--main_space);
  width: 90%;
  margin: 0 auto var(--main_space);
}
@media screen and (min-width: 720px) {
  #main .instagram {
    width: auto;
  }
}
#main .instagram dt {
  text-align: center;
  display: block;
  width: 75%;
  margin: 1em auto 1.5em;
}
@media screen and (min-width: 720px) {
  #main .instagram dt {
    margin-bottom: 0.75em;
  }
}
#main .instagram dt img {
  height: 4em;
}
#main .instagram dd p {
  overflow: hidden;
}
#main .instagram dd p a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 112.5% !important;
  text-decoration: none !important;
  color: #595757;
  padding: 0.5em 0;
  width: auto;
  margin: 0 auto !important;
  border: 2px solid var(--sweet_pink);
  border-radius: 3em;
}
@media screen and (min-width: 720px) {
  #main .instagram dd p a {
    width: 85%;
    border-radius: 2em;
    font-size: 120% !important;
  }
}
#main .instagram dd p a img {
  height: 2.5em;
  margin-right: 0.5em;
}
#main .instagram dd p a:hover {
  opacity: 0.7;
  -webkit-animation-name: jelly_motion;
  animation-name: jelly_motion;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hinichi {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: solid 1px #000000;
}
.hinichi :first-child {
  font-weight: bold;
  font-size: 130%;
}
.hinichi li {
  margin: 0;
  padding: 0;
}
.kontyu_link {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3em;
  transition-property: opacity;
  transition-duration: 0.5s;
}
@media screen and (min-width: 720px) {
  .kontyu_link {
    width: 70%;
  }
}
.kontyu_link:hover {
  opacity: 0.6;
}

.item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--main_space);
}
@media screen and (min-width: 720px) {
  .item {
    flex-direction: row;
    margin-bottom: calc(var(--main_space) / 1);
  }
}
.item_brand span {
  display: inline-block;
  padding: 0.125em 0.25em;
  margin-right: 0.5em;
  margin-bottom: 0.25em;
  line-height: 1;
  border: 1px solid #595757;
  letter-spacing: normal;
}
.item_img {
  width: 100%;
  margin: 0 auto 0.5em !important;
  position: relative;
}
@media screen and (min-width: 720px) {
  .item_img {
    width: 47.5%;
    margin: 0 auto !important;
  }
}
.item_label {
  display: inline-block;
  padding: 0.25em;
  background-color: #fff;
  box-shadow: 0.25em 0.3333em 0 rgba(96, 77, 63, 0.5);
  position: absolute;
  top: -2%;
  right: -2.5%;
  transform: rotate(-7.5deg);
}
@media screen and (min-width: 720px) {
  .item_label {
    top: 5%;
  }
}
.item_label ul {
  border: 1px solid var(--gray);
  padding: 0.5em;
}
.item_label li:first-child {
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
.item_label li:last-child {
  line-height: 1.25;
  text-align: center;
}
.item_lead {
  font-size: 100%;
  line-height: 1.5;
  margin-bottom: 0.5em;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 720px) {
  .item_lead {
    font-size: 100%;
    line-height: 1.75;
  }
}
.item_lead span {
  display: inline-block;
}
.item_lead span img {
  height: 1.5em;
  margin: 0 0.25em;
  vertical-align: middle;
}
.item_name {
  line-height: 1.2;
  margin-bottom: 0.125em;
  font-weight: bold;
}
.item_name span {
  font-size: 80%;
  font-weight: 200;
}
.item_price {
  text-align: right;
  border-bottom: 1px solid #7f7f7f;
  margin-top: -0.5em;
}
.item_price b {
  font-size: 150%;
  font-weight: bold;
}
.item_price03 b {
  font-size: 130%;
  font-weight: bold;
}
.item_price02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #7f7f7f;
  margin-bottom: 0.5em;
}
.item_price03 {
  text-align: right;
  margin-top: -0.5em;
}
.item_price02 b {
  font-size: 150%;
  font-weight: bold;
}
.item_tag {
  display: inline-block;
  padding: 0.25em 1em;
  margin-bottom: 0.75em;
  background-color: var(--sweet_pink);
  border-radius: 2em;
  font-size: 112.5%;
  line-height: 1;
  color: #fff;
}
.item_txt {
  width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 1.6;
}
@media screen and (min-width: 720px) {
  .item_txt {
    width: 47.5%;
  }
}
.item .price02_mb_adjust {
  margin-bottom: -0.125em;
}

.brand_add {
  display: inline-block;
  padding: 0.25em 0.25em 0.125e;
  margin-right: 0.5em;
  font-size: 80%;
  vertical-align: 15%;
  line-height: 1;
  border: 1px solid #595757;
  font-weight: normal;
  letter-spacing: normal;
}

.ltd,
.ltd_date {
  width: auto;
  padding: 0.25em 0;
  line-height: 1;
  text-align: center;
  background-color: #595757;
  border: 1px solid #595757;
  color: #fff;
  font-size: 78%;
}
@media screen and (min-width: 720px) {
  .ltd,
  .ltd_date {
    font-size: 90%;
  }
}

.ltd_date {
  background-color: #fff;
  color: #595757;
  letter-spacing: -0.02em;
}

.shop_num {
  display: inline-block;
  padding: 0.125em 0.6em 0.125em 0.75em;
  margin-right: 0.5em !important;
  background-color: var(--gray);
  border-radius: 1em 0 1em 1em;
  color: #fff;
}

.speech_bubble {
  width: 60%;
}

#main p.line {
  width: 100% !important;
  margin-bottom: var(--main_space) !important;
}

#recommend {
  width: 90%;
  margin: 0 auto var(--main_space);
}
@media screen and (min-width: 720px) {
  #recommend {
    width: auto;
  }
}

#map {
  width: auto;
  margin: 0 auto var(--main_space);
  background-color: var(--beige);
  padding: 1em;
}
#map .brand_list {
  display: flex;
  flex-direction: row;
  flex: auto;
  margin-bottom: 1em;
  padding: 0 0.125em;
}
#map .brand_list p.shop_num {
  font-size: 80%;
}
@media screen and (min-width: 720px) {
  #map .brand_list p.shop_num {
    font-size: 85%;
  }
}
#map .brand_list ul li {
  font-size: 80%;
}
@media screen and (min-width: 720px) {
  #map .brand_list ul li {
    font-size: 85%;
  }
}
#map .brand_list ul li:first-child {
  font-weight: bold;
}
#map .brand_list_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: auto;
}
#map .map {
  margin-bottom: 1.5em;
}
#map .shop_num {
  display: block;
  height: 1.5em;
  font-size: 80%;
  line-height: 1.5;
  padding: 0 0.75em 0;
}

#item01 {
  width: 90%;
  margin: 0 auto var(--main_space);
}
@media screen and (min-width: 720px) {
  #item01 {
    width: auto;
    margin: 0 auto calc(var(--main_space) / 2);
  }
}
#item01 .shop_num {
  margin-right: 0.125em !important;
  margin-bottom: 0.5em !important;
}
@media screen and (min-width: 720px) {
  #item01 .shop_num {
    margin-bottom: 0.75em !important;
  }
}
#item01 .item_brand {
  margin-bottom: 0.25em;
}
#item01 .item_tag {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 720px) {
  #item01 .item_tag {
    margin-bottom: 0.75em;
  }
}

#item02,
#masterpiece {
  width: 90%;
  margin: 0 auto var(--main_space);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 720px) {
  #item02,
  #masterpiece {
    width: auto;
    margin: 0 auto calc(var(--main_space) / 2);
  }
}
#item02 .item,
#masterpiece .item {
  width: 47.5%;
  flex-direction: column;
  margin-right: 5%;
}
#item02 .item:last-child,
#masterpiece .item:last-child {
  margin-bottom: 0;
}
#item02 .item:nth-child(2n),
#masterpiece .item:nth-child(2n) {
  margin-right: 0;
}
#item02 .item_img,
#masterpiece .item_img {
  width: 100%;
}
#item02 .item_img img,
#masterpiece .item_img img {
  margin-bottom: 0.3333em;
}
#item02 .item_brand span,
#masterpiece .item_brand span {
  margin-right: 0.25em;
}
#item02 .item_txt,
#masterpiece .item_txt {
  width: 100%;
}
#item02 .shop_num,
#masterpiece .shop_num {
  margin-bottom: 0.25em !important;
}

#masterpiece {
  width: 94%;
}
#masterpiece > p {
  text-align: center;
  margin-bottom: 0.5em !important;
}
#masterpiece > p img {
  width: 100%;
}
@media screen and (min-width: 720px) {
  #masterpiece > p img {
    width: 80%;
  }
}
#masterpiece .flex_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#masterpiece .item {
  width: 48.5%;
  margin-bottom: calc(var(--main_space) / 1.25);
  margin-right: 3%;
}
#masterpiece .item:last-child {
  margin-bottom: 0;
}
#masterpiece .item p {
  margin: 0 !important;
}
@media screen and (min-width: 720px) {
  #masterpiece .item {
    width: 30%;
  }
}
#masterpiece .item:last-child {
  margin-bottom: 0;
}
#masterpiece .item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 720px) {
  #masterpiece .item:nth-child(2n) {
    margin-right: 5%;
  }
}
@media screen and (min-width: 720px) {
  #masterpiece .item:nth-child(3n) {
    margin-right: 0;
  }
}
#masterpiece .item_:nth-child(6n) {
  margin-right: 0;
}
@media screen and (min-width: 720px) {
  #masterpiece .item_:nth-child(6n) {
    margin-right: 0;
  }
}
#masterpiece .item_price {
  margin-bottom: 0.5em;
}

.position_adjust01 {
  top: 60%;
}

@media screen and (min-width: 720px) {
  .position_adjust02 {
    top: 7%;
    right: -50%;
  }
  .position_adjust03 {
    top: -2.5%;
  }
  .position_adjust04 {
    right: -25%;
  }
}
.haniwa {
  width: auto;
  display: flex;
  align-items: center;
}
.haniwa img {
  width: 6em;
  border-radius: 3em;
  margin-right: 0.5em;
}

.item_package {
  position: absolute;
  top: -25%;
  right: 0;
  width: auto;
  text-align: right;
}
.item_package img {
  width: 14em;
}
@media screen and (min-width: 720px) {
  .item_package img {
    width: 16.5em;
  }
}

.package_adjust {
  width: auto;
}
@media screen and (min-width: 720px) {
  .package_adjust {
    width: 20em;
  }
}
.package_adjust img {
  width: 15.5em;
}
@media screen and (min-width: 720px) {
  .package_adjust img {
    width: 17em;
  }
}

.ls_adjust {
  letter-spacing: -0.02em;
}

.ls_adjust02 {
  letter-spacing: -0.0425em;
}

.item_brand .br_adjust {
  display: block;
  border: none;
  letter-spacing: -0.035em;
}
@media screen and (min-width: 720px) {
  .item_brand .br_adjust {
    display: inline;
    letter-spacing: normal;
  }
}

.jelly {
  -webkit-animation-name: jelly_motion;
  animation-name: jelly_motion;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.jelly a img:hover {
  -webkit-animation-name: jelly_motion;
  animation-name: jelly_motion;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes jelly_motion {
  0%,
  10% {
    transform: skew(0deg, 0deg);
  }
  1% {
    transform: skew(-3.4deg, -3.4deg);
  }
  2% {
    transform: skew(2.1deg, 2.1deg);
  }
  3% {
    transform: skew(-1.3deg, -1.3deg);
  }
  4% {
    transform: skew(0.8deg, 0.8deg);
  }
  5% {
    transform: skew(-0.5deg, -0.5deg);
  }
  6% {
    transform: skew(0.3deg, 0.3deg);
  }
  7% {
    transform: skew(-0.2deg, -0.2deg);
  }
  8% {
    transform: skew(0.1deg, 0.1deg);
  }
  9% {
    transform: skew(0.1deg, 0.1deg);
  }
}

@keyframes jelly_motion {
  0%,
  10% {
    transform: skew(0deg, 0deg);
  }
  1% {
    transform: skew(-3.4deg, -3.4deg);
  }
  2% {
    transform: skew(2.1deg, 2.1deg);
  }
  3% {
    transform: skew(-1.3deg, -1.3deg);
  }
  4% {
    transform: skew(0.8deg, 0.8deg);
  }
  5% {
    transform: skew(-0.5deg, -0.5deg);
  }
  6% {
    transform: skew(0.3deg, 0.3deg);
  }
  7% {
    transform: skew(-0.2deg, -0.2deg);
  }
  8% {
    transform: skew(0.1deg, 0.1deg);
  }
  9% {
    transform: skew(0.1deg, 0.1deg);
  }
}
/*# sourceMappingURL=sweets_festa_2022_style.css.map */
