@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..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);
}

.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;
  animation-delay: 0.5s;
  transition-duration: 1.5s;
  transition-property: transform, opacity;
  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;
}

/******************************/
.foodrenewal {
  font-family: "Noto Sans JP", sans-serif;
  /*****共通****/
  /************/
}
.foodrenewal h1, .foodrenewal h2, .foodrenewal h3, .foodrenewal h4, .foodrenewal h5, .foodrenewal h6,
.foodrenewal .h1, .foodrenewal .h2, .foodrenewal .h3, .foodrenewal .h4, .foodrenewal .h5, .foodrenewal .h6 {
  font-family: "Noto Sans JP", sans-serif;
}
.foodrenewal p {
  font-size: 1.7rem;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .foodrenewal p {
    font-size: 1.4rem !important;
  }
}
.foodrenewal ul li {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .foodrenewal ul li {
    font-size: 1.4rem;
  }
}
.foodrenewal ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .foodrenewal ul.indent li {
    font-size: 1.4rem;
  }
}
.foodrenewal ul.indent.attention li {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .foodrenewal ul.indent.attention li {
    font-size: 1.2rem;
  }
}
.foodrenewal a {
  color: #193984;
  text-decoration: none;
}
.foodrenewal .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .foodrenewal .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.foodrenewal .red {
  color: #DB0D15;
}
.foodrenewal .mv {
  padding: 40px 0 85px;
  border-bottom: 3px solid #EC6D81;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv {
    padding: 70px 0 85px;
  }
}
.foodrenewal .mv .mv-wrap {
  width: 1006px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap {
    width: 100%;
  }
}
.foodrenewal .mv .mv-wrap .mv-copy01 {
  width: 162px;
  order: 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-copy01 {
    width: 19.9%;
    position: absolute;
    right: 0;
  }
}
.foodrenewal .mv .mv-wrap .mv-copy01 span {
  opacity: 0;
}
@keyframes mv-txt-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.foodrenewal .mv .mv-wrap .mv-copy01.is-anime span {
  animation: mv-txt-anime 0.4s forwards;
}
.foodrenewal .mv .mv-wrap .mv-copy02 {
  width: 186px;
  order: 1;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-copy02 {
    width: 23%;
    position: absolute;
    left: 0;
  }
}
.foodrenewal .mv .mv-wrap .mv-copy02 span {
  opacity: 0;
}
.foodrenewal .mv .mv-wrap .mv-copy02.is-anime span {
  animation: mv-txt-anime 0.4s forwards;
}
.foodrenewal .mv .mv-wrap .mv-contents {
  order: 2;
  width: 657px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents {
    width: 100%;
    margin-top: 35px;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-txt {
  width: 322px;
  margin-left: 25px;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-txt {
    width: 100%;
    order: 3;
    margin-top: 30px;
    margin-left: 0;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-txt p {
  color: #954D2A;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-txt p {
    opacity: 0;
  }
}
@keyframes txt-anime {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-txt.show-txt p {
  /*&:nth-of-type(2){
    @include mq(md){
      transition-delay: 0.5s;
    }
  }
  &:nth-of-type(3){
    @include mq(md){
      transition-delay: 1.0s;
    }
  }
  &:nth-of-type(4){
    @include mq(md){
      transition-delay: 1.5s;
    }
  }
  &:nth-of-type(5){
    @include mq(md){
      transition-delay: 2.0s;
    }
  }
  &:nth-of-type(6){
    @include mq(md){
      transition-delay: 2.5s;
    }
  }
  &:nth-of-type(7){
    @include mq(md){
      transition-delay: 3.0s;
    }
  }
  &:nth-of-type(8){
    @include mq(md){
      transition-delay: 3.5s;
    }
  }
  &:nth-of-type(9){
    @include mq(md){
      transition-delay: 4.0s;
    }
  }
  &:nth-of-type(10){
    @include mq(md){
      transition-delay: 4.5s;
    }
  }
  &:nth-of-type(11){
    @include mq(md){
      transition-delay: 5.0s;
    }
  }
  &:nth-of-type(12){
    @include mq(md){
      transition-delay: 5.5s;
    }
  }
  &:nth-of-type(13){
    @include mq(md){
      transition-delay: 6.0s;
    }
  }
  &:nth-of-type(14){
    @include mq(md){
      transition-delay: 6.5s;
    }
  }
  &:nth-of-type(15){
    @include mq(md){
      transition-delay: 7.0s;
    }
  }*/
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-txt.show-txt p {
    animation: txt-anime 1s forwards;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-item {
  width: 310px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-item {
    width: 61.1%;
    margin: 0 auto;
    order: 1;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets01 {
  width: 270px;
  position: absolute;
  left: 0;
  top: 145px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets01 {
    position: static;
    width: 79%;
    margin: 0 auto;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets02 {
  width: 112px;
  position: absolute;
  top: 14px;
  left: 30px;
  animation: fuwa01 1.5s ease-in-out infinite alternate-reverse;
}
@keyframes fuwa01 {
  0% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(2px);
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets02 {
    width: 32%;
    left: 25px;
    z-index: -1;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets03 {
  width: 74px;
  position: absolute;
  top: 145px;
  left: 0;
  z-index: 3;
  animation: fuwa02 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes fuwa02 {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets03 {
    width: 23%;
    top: 22%;
    left: 6%;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets04 {
  width: 154px;
  position: absolute;
  right: -4px;
  bottom: -75px;
  z-index: -1;
  animation: fuwa03 1.5s ease-in-out infinite alternate-reverse;
}
@keyframes fuwa03 {
  0% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-item .mv-sweets04 {
    width: 42.5%;
    bottom: 40px;
  }
}
.foodrenewal .mv .mv-wrap .mv-contents .mv-sub-ttl {
  margin-top: 30px;
  width: 578px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .mv .mv-wrap .mv-contents .mv-sub-ttl {
    width: 100%;
    padding: 0 5%;
    order: 3;
  }
}
.foodrenewal .zone {
  display: flex;
  flex-wrap: wrap;
}
.foodrenewal .zone .side-nav {
  width: 23.4%;
  background: #EAE5E3;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 92px;
    z-index: 99999;
  }
}
.foodrenewal .zone .side-nav .sude-nav-wrap {
  max-width: 300px;
  margin: 40px auto;
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav .sude-nav-wrap {
    width: 100%;
    height: 100%;
    max-width: none;
    position: static;
    padding: 0 0 0 5%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn {
    display: block;
    width: 50px;
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn .line {
    display: block;
    width: 18px;
    height: 3px;
    background: #231815;
    position: absolute;
    left: 16px;
    transition: 0.5s all;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn .line:nth-of-type(1) {
    top: 15px;
  }
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn .line:nth-of-type(2) {
    top: 23px;
  }
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn .line:nth-of-type(3) {
    top: 31px;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn.open .line {
    top: 25px;
  }
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn.open .line:nth-of-type(1) {
    transform: rotate(40deg);
  }
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn.open .line:nth-of-type(2) {
    display: none;
  }
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-btn.open .line:nth-of-type(3) {
    transform: rotate(-40deg);
  }
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-head {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-head {
    margin-bottom: 0;
  }
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list {
  padding-left: 5px;
  display: block;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .side-nav .sude-nav-wrap .nav-list {
    display: none;
    padding-left: 0;
    width: 100%;
    height: 50vh;
    padding: 20px 10% 40px;
    background: #EAE5E3;
    position: absolute;
    left: 0;
    top: 50px;
  }
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list li a {
  color: #EC6D81;
  font-size: 1.7rem;
  font-weight: 500;
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list li a .floor {
  display: block;
  color: #231815;
  font-size: 2rem;
  font-weight: bold;
}
.foodrenewal .zone .side-nav .sude-nav-wrap .nav-list li a .floor .area {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  position: relative;
  bottom: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: #fff;
  background: #231815;
  font-size: 0.9rem;
}
.foodrenewal .zone .zone-contents {
  width: 76.6%;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents {
    width: 100%;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner {
  max-width: 755px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner {
    max-width: none;
    padding: 0 5%;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone {
  padding-top: 45px;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .zone-ttl {
  margin-bottom: 40px;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item {
  display: flex;
  flex-wrap: wrap;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item .item-info dt {
  color: #EC6D81;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item .item-info dt {
    font-size: 1.6rem;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item .item-info dd {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item .item-info dd {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(odd) {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(odd) {
    position: relative;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(odd) .item-image {
  width: 350px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(odd) .item-image {
    width: 59%;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(odd) .item-image .item-copy {
  width: 78px;
  position: absolute;
  right: -60px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(odd) .item-image .item-copy {
    width: 62px;
    right: -45px;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(odd) .item-image .item-copy p {
  width: 100%;
  font-size: 2.1rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(odd) .item-image .item-copy p {
    font-size: 1.6rem !important;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(odd) .item-image .item-copy p span {
  padding: 10px 0 0;
  color: #fff;
  clip-path: inset(0 0 100% 0);
  background: #F4B74A;
  background: linear-gradient(180deg, rgb(244, 183, 74) 0%, rgb(171, 69, 36) 100%);
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(odd) .item-image .item-copy p span:nth-of-type(2) {
  margin-right: 7px;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(odd) .item-txt {
  width: 345px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(odd) .item-txt {
    width: 86%;
    margin-left: 7%;
    margin-top: 30px;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(1) {
  margin-bottom: 80px;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(1) .item-image .item-copy span:nth-of-type(2) {
  margin-top: 45px;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(1) .item-txt .item-image-sub {
  width: 254px;
  margin: 0 auto 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(1) .item-txt .item-image-sub {
    width: 41%;
    position: absolute;
    right: 2%;
    top: 33%;
    z-index: 3;
    margin-bottom: 0;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(1) .item-txt .item-image-sub .item-logo {
  width: 145px;
  position: absolute;
  right: -45px;
  bottom: -40px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(1) .item-txt .item-image-sub .item-logo {
    width: 75px;
    right: 15%;
    bottom: -45px;
  }
}
@media screen and (max-width: 410px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(1) .item-txt .item-image-sub .item-logo {
    bottom: -30px;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(3) {
  align-items: flex-end;
  margin-bottom: 95px;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(3) .item-image .item-copy {
  top: -235px;
  right: -210px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(3) .item-image .item-copy {
    top: 45px;
    right: -45px;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(3) .item-image .item-copy span:nth-of-type(2) {
  margin-top: 165px;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(3) .item-image .item-image-sub02 {
  width: 226px;
  border: 6px solid #fff;
  position: absolute;
  top: -76px;
  right: -130px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(3) .item-image .item-image-sub02 {
    top: -96px;
    width: 75%;
  }
}
@media screen and (max-width: 410px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(3) .item-image .item-image-sub02 {
    top: -80px;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(3) .item-txt .item-image-sub {
  width: 178px;
  margin: 0 0 35px auto;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(3) .item-txt .item-image-sub {
    width: 26%;
    margin-bottom: 0;
    position: absolute;
    right: 2%;
    top: 35%;
    z-index: 3;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(even) {
    width: 86%;
    margin-left: 7%;
    flex-direction: row;
    position: relative;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(even) .item-image {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(even) .item-image {
    width: 78%;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(even) .item-image-sub {
  width: 278px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(even) .item-image-sub {
    width: 48%;
    position: relative;
    top: -15px;
    left: -3%;
    z-index: 3;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(even) .item-txt {
  width: 392px;
  margin: 45px auto 0 145px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(even) .item-txt {
    width: 100%;
    margin: 20px 0 0 0;
    position: static;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(even) .item-txt .item-copy {
  width: 78px;
  position: absolute;
  right: -120px;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(even) .item-txt .item-copy {
    width: 62px;
    top: 0;
    bottom: auto;
    right: 7%;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(even) .item-txt .item-copy p {
  width: 100%;
  font-size: 2.1rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(even) .item-txt .item-copy p {
    font-size: 1.6rem !important;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(even) .item-txt .item-copy p span {
  padding: 10px 0;
  color: #fff;
  clip-path: inset(0 0 100% 0);
  background: #F4B74A;
  background: linear-gradient(180deg, rgb(244, 183, 74) 0%, rgb(171, 69, 36) 100%);
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-child(even) .item-txt .item-copy p span:nth-of-type(2) {
  margin-right: 7px;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(2) {
  margin-bottom: 135px;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(2) .item-txt .item-copy p span:nth-of-type(2) {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(4) .item-image-sub {
    width: 37%;
    margin-left: 19%;
    top: -10px;
  }
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(4) .item-txt .item-copy p span:nth-of-type(1) {
  padding-bottom: 15px;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(4) .item-txt .item-copy p span:nth-of-type(2) {
  margin-top: 97px;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item:nth-of-type(4) .item-txt .item-copy p span.num {
  clip-path: none;
  display: inline;
  background: none;
  padding: 0;
  writing-mode: initial;
  line-height: 1.2;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item.show:nth-child(odd) .item-image .item-copy p span {
  clip-path: inset(0);
  transition: 1s ease 0s;
  transition-delay: 0.7s;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item.show:nth-child(odd) .item-image .item-copy p span:nth-of-type(2) {
  transition-delay: 1.2s;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item.show:nth-of-type(even) .item-txt .item-copy p span {
  clip-path: inset(0);
  transition: 1s ease 0s;
  transition-delay: 0.7s;
}
.foodrenewal .zone .zone-contents .zone-contents-inner .new-zone .sweets-info .section-item.show:nth-of-type(even) .item-txt .item-copy p span:nth-of-type(2) {
  transition-delay: 1.2s;
}
.foodrenewal .zone .zone-contents .new-shop {
  margin: 235px 0 125px;
  padding: 75px 0 55px;
  background: #DFF2FC;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .new-shop {
    margin-top: 135px;
    padding: 55px 0 80px;
  }
}
.foodrenewal .zone .zone-contents .new-shop .new-shop-head {
  margin-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .new-shop .new-shop-head {
    width: 90%;
    margin: 0 auto 45px;
  }
}
.foodrenewal .zone .zone-contents .new-shop .new-shop-head .new-shop-ttl {
  text-align: center;
}
.foodrenewal .zone .zone-contents .new-shop .new-shop-head .item-image {
  width: 352px;
  position: absolute;
  top: -185px;
  left: 75px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .new-shop .new-shop-head .item-image {
    width: 55%;
    left: 0;
    top: -105px;
  }
}
.foodrenewal .zone .zone-contents .new-shop .section-item {
  width: 530px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .new-shop .section-item {
    width: 100%;
  }
}
.foodrenewal .zone .zone-contents .new-shop .section-item .item-image {
  width: 150px;
  position: absolute;
  bottom: 0;
  right: -70px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .new-shop .section-item .item-image {
    width: 19%;
    right: 15px;
    bottom: auto;
    top: -20px;
  }
}
.foodrenewal .zone .zone-contents .new-shop .section-item .item-info {
  width: 392px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .new-shop .section-item .item-info {
    width: 86%;
    margin: 0 auto;
  }
}
.foodrenewal .zone .zone-contents .new-shop .section-item .item-info dt {
  color: #E94746;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .new-shop .section-item .item-info dt {
    font-size: 1.6rem;
  }
}
.foodrenewal .zone .zone-contents .new-shop .section-item .item-info dd {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .new-shop .section-item .item-info dd {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.foodrenewal .zone .zone-contents .new-shop .map {
  width: 530px;
  margin: 35px auto 0;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .new-shop .map {
    width: 100%;
  }
}
.foodrenewal .zone .zone-contents .bakery {
  padding: 60px 0 130px;
  background: rgba(236, 109, 129, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .bakery {
    padding: 30px 0 205px;
  }
}
.foodrenewal .zone .zone-contents .bakery .bakery-head {
  position: relative;
}
.foodrenewal .zone .zone-contents .bakery .bakery-head .bakery-ttl {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .bakery .bakery-head .bakery-ttl {
    width: 90%;
    margin: 0 auto 25px;
  }
}
.foodrenewal .zone .zone-contents .bakery .bakery-head .item-image {
  width: 388px;
  position: absolute;
  top: -130px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .bakery .bakery-head .item-image {
    width: 57%;
    top: -60px;
    left: -5%;
  }
}
.foodrenewal .zone .zone-contents .bakery .txt {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .bakery .txt {
    font-size: 1.4rem !important;
    line-height: 1.5;
  }
}
.foodrenewal .zone .zone-contents .bakery .bakery-image {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .bakery .bakery-image {
    position: relative;
  }
}
.foodrenewal .zone .zone-contents .bakery .bakery-image .bakery-image-main {
  width: 426px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .bakery .bakery-image .bakery-image-main {
    width: 63%;
    margin: 0 auto;
  }
}
.foodrenewal .zone .zone-contents .bakery .bakery-image .bakery-image-sub {
  width: 324px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .bakery .bakery-image .bakery-image-sub {
    width: 100%;
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .bakery .bakery-image .bakery-image-sub .bakery-image-list {
    width: 49%;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .bakery .bakery-image .bakery-image-sub .bakery-image-list.n01 {
    left: 1%;
    bottom: -110px;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .bakery .bakery-image .bakery-image-sub .bakery-image-list.n02 {
    right: 1%;
    bottom: -130px;
    z-index: 2;
  }
}
.foodrenewal .zone .zone-contents .bakery .continued-bnr {
  width: 600px;
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .bakery .continued-bnr {
    width: 92%;
  }
}
.foodrenewal .zone .zone-contents .update {
  width: 600px;
  padding: 155px 0 120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update {
    width: 92%;
    padding: 120px 0 100px;
  }
}
.foodrenewal .zone .zone-contents .update a {
  border: 1px solid #9A7D73;
  box-shadow: 5px 5px 0px 0px rgb(154, 125, 115);
  background: #fff;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update a {
    padding: 15px 10px;
  }
}
.foodrenewal .zone .zone-contents .update a::after {
  content: "";
  display: block;
  width: 43px;
  height: 27px;
  background: url(/umedamise/260120foodrenewal/img/arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update a::after {
    width: 24px;
    height: 15px;
    right: 10px;
    bottom: 15px;
  }
}
.foodrenewal .zone .zone-contents .update a .icon {
  width: 80px;
  height: 80px;
  background: #9A7D73;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update a .icon {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
}
.foodrenewal .zone .zone-contents .update a .icon p {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update a .icon p {
    font-size: 1.2rem !important;
  }
}
.foodrenewal .zone .zone-contents .update a .info {
  width: calc(100% - 95px);
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update a .info {
    width: calc(100% - 60px);
  }
}
.foodrenewal .zone .zone-contents .update a .info p {
  color: #9A7D73;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update a .info p {
    font-size: 1.3rem !important;
  }
}
.foodrenewal .zone .zone-contents .update a .info .attention li {
  color: #231815;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update a .info .attention li {
    font-size: 1.1rem;
  }
}
.foodrenewal .zone .zone-contents .update a:hover {
  box-shadow: 0px 0px 0px 0px rgb(154, 125, 115);
  transform: translateY(5px);
}
@media screen and (max-width: 767px) {
  .foodrenewal .zone .zone-contents .update a:hover {
    box-shadow: 5px 5px 0px 0px rgb(154, 125, 115);
    transform: translateY(0);
  }
}

/***電話リンク***/
@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: #EC6D81;
  right: 10px !important;
  z-index: 999999999 !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.css.map */