h1 {
  color: #fff;
}

.price {
  font-size: 16px;
}

.bg {
  padding: 10vw 0;
  margin: 0 auto 13vw;
}
.bg .content {
  text-align: center;
}
.bg .content .ttl-common + .title {
  margin-top: 3vw;
}
.bg .content .price {
  margin-top: 7vw;
}
.bg .photo {
  margin: 6vw 0;
  height: 80vw;
}
.bg .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg .menu {
  padding: 0 2%;
}
.bg .menu dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.bg .menu dl.mt {
  margin-top: 5vw;
}
.bg .menu dl + .note {
  margin-top: 7vw;
}

.frame,
.inner {
  position: relative;
}
.frame:before,
.frame:after,
.inner:before,
.inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 28px;
  bottom: 0;
  right: 28px;
  border-top: 2px solid #967769;
  border-bottom: 2px solid #967769;
}
.frame:after,
.inner:after {
  border: none;
  top: 28px;
  left: 0;
  bottom: 28px;
  right: 0;
  border-left: 2px solid #967769;
  border-right: 2px solid #967769;
}

.inner {
  padding: 10vw 0;
}
.inner:before,
.inner:after {
  border-width: 1px;
}
.inner:before {
  top: 6px;
  bottom: 6px;
}
.inner:after {
  left: 6px;
  right: 6px;
}

@media screen and (min-width: 768px) {
  h1 {
    height: 300px;
  }
  .bg {
    padding: 15px;
    box-sizing: border-box;
            margin: 0 auto;
        width: calc(100% - 100px);
        max-width: 1400px;
  }
  .bg .wrap {
    max-width: 1200px;
  }
  .bg .row:first-child {
    position: relative;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
  }
  .bg .row:first-child .content {
    text-align: right;
    position: absolute;
    right: -6px;
    z-index: 2;
    top: 66px;
  }
  .bg .row:first-child .content .price {
    margin-top: 40px;
    margin-right: 4px;
    letter-spacing: 0.06em;
  }
  .bg .row:first-child .content h2 {
    margin-right: -8px;
    letter-spacing: 0.19em;
  }
  .bg .row:first-child .content .title {
    margin-top: 15px;
  }
  .bg .row:first-child .photo {
    margin: 0;
    height: auto;
    margin-left: -49px;
  }
  .bg .row:first-child .menu {
    padding: 246px 0 0 0px;
    margin-right: -1px;
    min-width: 386px;
    width: 386px;
  }
  .bg .row:first-child .menu dl {
    font-size: 20px;
    line-height: 44px;
  }
  .bg .row:first-child .menu dl dt {
    letter-spacing: 0.07em;
  }
  .bg .row:first-child .menu dl.mt {
    margin-top: 44px;
  }
  .bg .row:first-child .menu dl + .note {
    margin-top: 22px;
  }
  .inner {
    padding: 85px 50px 139px;
  }
  .price {
    font-size: 20px;
  }
}
/*--------------------------------------
    key
--------------------------------------*/
#key {
  background-image: url('../img/baked/key.jpg');
  color: #fff;
  text-align: center;
}
#key .key-catch {
  position: absolute;
  bottom: 15vw;
  width: 100%;
}
#key .key-catch h2 {
  font-size: 8vw;
  margin-bottom: 5vw;
}
#key .key-catch .ttl {
  color: #d6cece;
  text-transform: uppercase;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #key .key-catch {
    bottom: 38px;
    width: 356px;
  }
  #key .key-catch h2 {
    margin-bottom: 18px;
    letter-spacing: 0.1em;
    margin-left: -4px;
    font-size: 30px;
  }
}

/*--------------------------------------
    lead
--------------------------------------*/
#lead {
  padding: 13vw 0;
}
#lead .row {
  gap: 7vw;
  margin: 7vw 0 12vw;
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 101px 0 60px;
  }
  #lead .row {
    margin: 78px 0 211px;
    gap: 20px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #lead .row .photo {
    margin-right: -100px;
  }
  #lead .row .txt {
    margin: 5px 0 0 7px;
    height: 420px;
    width: 238px;
  }
  #lead .note {
    text-align: center;
    margin-left: 8px;
  }
}

/*--------------------------------------
    financier
--------------------------------------*/
#financier .bg {
  background: url('../img/baked/financier_bg.jpg') repeat;
  padding-right: 2%;
  padding-left: 2%;
  position: relative;
  z-index: 1;
}
#financier .bg:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vw;
  background: rgba(188, 156, 128, 0.22);
  clip-path: polygon(0 0, 100% 34%, 100% 100%, 0% 100%);
  z-index: -1;
}
#financier .bg .frame {
  background: url('../img/baked/frame_tl.png') no-repeat top left, url('../img/baked/frame_tr.png') no-repeat top right, url('../img/baked/frame_bl.png') no-repeat bottom left, url('../img/baked/frame_br.png') no-repeat bottom right;
  background-size: 28px;
}
#financier .bg .ttl-common {
  --gap: -0.5vw;
}
#financier .bg .title {
  color: #967769;
}
#financier .bg .txt {
  margin-top: 8vw;
}
#financier .bg .txt span {
  display: block;
  margin-top: 40px;
}
#financier .bg .photo img {
  object-position: bottom;
}
@media screen and (min-width: 768px) {
  #financier .bg {
    padding-right: 15px;
    padding-left: 15px;
  }
  #financier .bg::before {
    height: 608px;
    clip-path: polygon(0 0, 100% 77.7%, 100% 100%, 0% 100%);
  }
  #financier .bg .frame {
    background-size: 56px;
  }
  #financier .bg .frame:before {
    left: 56px;
    right: 56px;
    border-width: 5px;
  }
  #financier .bg .frame::after {
    top: 56px;
    border-width: 5px;
    bottom: 56px;
  }
  #financier .bg .frame .inner:before,
  #financier .bg .frame .inner:after {
    border-width: 2px;
  }
  #financier .bg .frame .inner:before {
    left: 56px;
    right: 56px;
    top: 12px;
    bottom: 12px;
  }
  #financier .bg .frame .inner:after {
    left: 12px;
    right: 11px;
    top: 56px;
    bottom: 56px;
  }
  #financier .bg .photo {
    height: 567px;
  }
  #financier .bg .txt {
    width: 610px;
    margin: -52px 0 0 40px;
  }
  #financier .bg .txt span {
    margin-top: 34px;
  }
}

/*--------------------------------------
    pound_cake
--------------------------------------*/
#pound_cake .bg {
  background: url('../img/baked/cake_bg.jpg') repeat;
  color: #fff;
  position: relative;
  padding-bottom: 25vw;
}
#pound_cake .bg:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vw;
  background: url('../img/baked/cake_deco.png') no-repeat center bottom;
  background-size: contain;
}
#pound_cake .bg .title {
  color: #a68d79;
}
#pound_cake .bg .row {
  margin-top: 5vw;
}
#pound_cake .bg .photo {
  height: auto;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #pound_cake {
    padding: 110px 0;
  }
  #pound_cake .bg {
    padding: 100px 30px 73px;
  }
  #pound_cake .bg:before {
    height: 448px;
    left: -126px;
  }
  #pound_cake .bg .row:first-child {
    margin-top: 0px;
    flex-direction: row-reverse;
  }
  #pound_cake .bg .row:first-child .content {
    text-align: left;
    right: auto;
    left: 0;
    top: 44px;
  }
  #pound_cake .bg .row:first-child .content h2 {
    letter-spacing: 0.25em;
  }
  #pound_cake .bg .row:first-child .photo {
    margin-left: auto;
    margin-right: -50px;
  }
  #pound_cake .bg .row:first-child .menu {
    padding-top: 224px;
  }
  #pound_cake .bg .row:first-child .menu dl + .note {
    margin-top: 30px;
  }
  #pound_cake .bg .row2 {
    margin-top: 30px;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
  }
  #pound_cake .bg .row2 .txt {
    margin: 0 -15px 10px 0;
  }
}

/*--------------------------------------
    lemon
--------------------------------------*/
#lemon .bg {
  background: url('../img/baked/financier_bg.jpg') repeat;
  padding-right: 2%;
  padding-left: 2%;
}
#lemon .bg .frame {
  background: url('../img/baked/frame2_tl.png') no-repeat top left, url('../img/baked/frame2_tr.png') no-repeat top right, url('../img/baked/frame2_bl.png') no-repeat bottom left, url('../img/baked/frame2_br.png') no-repeat bottom right;
  background-size: 28px;
}
#lemon .bg .frame::before,
#lemon .bg .frame:after {
  border-color: #160500;
}
#lemon .bg .inner:before {
  border-color: #160500;
  top: 4px;
  bottom: 4px;
}
#lemon .bg .inner:after {
  border-color: #160500;
  left: 4px;
  right: 4px;
}
#lemon .bg .title {
  color: #c2ad64;
}
#lemon .bg .photo img {
  object-position: left;
}
#lemon .bg .row2 {
  gap: 6vw;
  margin-top: 9vw;
}
#lemon .bg .row2 .deco {
  margin: 0 10%;
}
@media screen and (min-width: 768px) {
  #lemon{
    padding-bottom: 110px;
  }
  #lemon .bg {
    padding: 21px 20px;
  }
  #lemon .bg .frame {
    background-size: 72px;
  }
  #lemon .bg .frame:before {
    left: 72px;
    right: 72px;
    border-width: 4px;
  }
  #lemon .bg .frame:after {
    top: 72px;
    bottom: 72px;
    border-width: 4px;
  }
  #lemon .bg .frame .inner {
    padding: 113px 50px 88px;
  }
  #lemon .bg .frame .inner:before,
  #lemon .bg .frame .inner::after {
    border-width: 2px;
  }
  #lemon .bg .frame .inner:before {
    top: 10px;
    bottom: 10px;
    left: 72px;
    right: 72px;
  }
  #lemon .bg .frame .inner:after {
    top: 72px;
    bottom: 72px;
    left: 10px;
    right: 10px;
  }
  #lemon .bg .row {
    gap: 30px;
  }
  #lemon .bg .row:first-child .photo {
    margin-left: -9px;
    min-height: 370px;
  }
  #lemon .bg .row:first-child .photo img {
    height: auto;
  }
  #lemon .bg .row:first-child .menu {
    padding-top: 233px;
  }
  #lemon .bg .row:first-child .content {
    top: 33px;
  }
  #lemon .bg .row:first-child .content h2 {
    letter-spacing: 0.35em;
    margin-right: -16px;
  }
  #lemon .bg .row2 {
    margin-top: -11px;
    margin-right: -2px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  #lemon .bg .row2 .deco {
    margin: 0;
  }
  #lemon .bg .row2 .txt {
    margin-top: 20px;
    margin-left: 62px;
  }
}

/*--------------------------------------
    galette
--------------------------------------*/
#galette .bg {
  background: url('../img/baked/galette_bg.jpg') no-repeat center top;
  background-size: cover;
}
#galette .bg .title {
  color: #c72428;
}
#galette .bg .txt {
      margin: 8vw 0 4vw;
}
#galette .bg .photo img {
  object-position: right;
}
@media screen and (min-width: 768px) {
  #galette {
    padding: 0 0 0;
  }
  #galette .bg {
    padding: 119px 50px 115px;
  }
  #galette .bg .row:first-child {
    flex-direction: row-reverse;
  }
  #galette .bg .row:first-child .photo {
    margin-left: auto;
    margin-right: -50px;
  }
  #galette .bg .row:first-child .content {
    text-align: left;
    right: auto;
    left: -1px;
    top: 63px;
  }
  #galette .bg .row:first-child .menu {
    padding-top: 263px;
  }
  #galette .bg .row:first-child .menu .txt {
    margin: 54px -13px 0 0;
  }
}
/*--------------------------------------
    leafpie
--------------------------------------*/
#leafpie {
  padding: 13vw 0;
}
#leafpie .txt-center {
  margin: 10vw 0;
  text-align: justify;
}
#leafpie .txt-center span {
  display: block;
  margin-top: 5vw;
}
#leafpie .leaf-js {
  position: relative;
  margin: 0 15px;
  z-index: 1;
}
#leafpie .leaf-js::before {
  content: '';
  position: absolute;
  top: -4vw;
  left: -21%;
  width: 25vw;
  height: 40vw;
  background: url('../img/baked/leaf_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#leafpie .leaf-js:after {
  content: '';
  position: absolute;
  bottom: -4vw;
  right: -21%;
  width: 25vw;
  height: 40vw;
  background: url('../img/baked/leaf_deco2.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#leafpie .leaf-js .slick-list {
  overflow: visible;
}
#leafpie .leaf-js .slick-arrow {
  bottom: auto;
  top: calc(50% - 25px);
}
#leafpie .leaf-js .item h3 {
  color: #dead2a;
  font-size: 10vw;
  line-height: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: end;
  gap: 5vw;
}
#leafpie .leaf-js .item h3 small {
  color: var(--main);
  font-size: 6vw;
  letter-spacing: 0.3em;
}
#leafpie .leaf-js .item .photo {
  position: relative;
  margin: 7vw 0;
  z-index: 1;
}
#leafpie .leaf-js .item .photo:before {
  content: '';
  position: absolute;
  bottom: -15vw;
  right: 0;
  width: 55%;
  height: 40vw;
  background: url('../img/baked/leafpie_bg.jpg') repeat;
  z-index: -1;
}
#leafpie .leaf-js .item .photo .img {
  margin-right: 17%;
}
#leafpie .leaf-js .item .photo .deco {
  position: absolute;
  right: -5%;
  bottom: -15vw;
  width: 32%;
}
#leafpie .leaf-js .item .txt {
  margin: 5vw 0 0 0;
}
#leafpie .leaf-js .item2 .photo .img {
  margin-left: 18%;
  margin-right: 0;
}
#leafpie .leaf-js .item2 .photo .deco {
  bottom: -9vw;
  width: 44%;
  right: auto;
  left: -11%;
}
@media screen and (min-width: 768px) {
  #leafpie {
    padding: 215px 0 308px;
  }
  #leafpie .wrap {
    max-width: 1188px;
    width: calc(100% - 30px);
  }
  #leafpie .title {
    margin-left: 0;
  }
  #leafpie .txt-center {
    margin: 69px 0 120px;
    text-align: center;
  }
  #leafpie .txt-center span {
    margin-top: 34px;
  }
  #leafpie .leaf-js {
    margin: 0;
  }
  #leafpie .leaf-js:before {
    width: 149px;
    height: 350px;
    top: -91px;
    left: -170px;
  }
  #leafpie .leaf-js:after {
    width: 204px;
    height: 302px;
    right: 352px;
    bottom: -87px;
  }
  #leafpie .leaf-js .slick-arrow {
    width: 70px;
    height: 70px;
    top: auto;
    bottom: -5px;
    left: auto;
    right: 142px;
  }
  #leafpie .leaf-js .slick-prev {
    right: 229px;
  }
  #leafpie .leaf-js .item h3 {
    font-size: 84px;
    margin-left: 18px;
    letter-spacing: -3px;
    gap: 40px;
  }
  #leafpie .leaf-js .item h3 small {
    margin-bottom: 10px;
    font-size: 35px;
  }
  #leafpie .leaf-js .item .photo {
    margin: 44px 0px 47px;
  }
  #leafpie .leaf-js .item .photo:before {
    bottom: -225px;
    right: -106px;
    width: 460px;
    height: 562px;
  }
  #leafpie .leaf-js .item .photo .img {
    margin-right: 0;
    width: calc(75% + 9px);
  }
  #leafpie .leaf-js .item .photo .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #leafpie .leaf-js .item .photo .deco {
    right: -45px;
    bottom: -80px;
    width: calc(25% + 126px);
  }
  #leafpie .leaf-js .item .photo .deco img {
    width: 100%;
    height: auto;
  }
  #leafpie .leaf-js .item .content {
    margin-left: auto;
    position: relative;
    z-index: 2;
    margin-right: auto;
    width: 997px;
  }
  #leafpie .leaf-js .item .content .txt {
    margin-top: 15px;
  }
  #leafpie .leaf-js .item2 .photo .img {
    margin-left: 0;
  }
  #leafpie .leaf-js .item2 .photo .deco {
    left: auto;
    right: -106px !important;
    bottom: -35px;
    width: calc(25% + 228px);
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  #financier .bg .txt {
        width: calc(100% - 450px);
        margin: -52px 0 0 10px;
    }
  #financier .bg .photo{
        width: calc(100% - 393px);
  }
  #pound_cake .bg{
            padding: 100px 50px 73px;
  }
  #pound_cake .bg .row:first-child .photo {
    margin-right: 0;
            width: calc(100% - 452px);
  }
  #pound_cake .bg .row2 .txt {
        margin: 0 0 10px auto;
    width: calc(100% - 452px);
    }
  #pound_cake .bg .row2 .txt .pc{
    display: none !important;
  }
  #lemon .bg .row:first-child .photo{
    width: calc(100% - 452px);
  }
  #lemon .bg .row2 .deco{
    width: calc(100% - 624px);
  }
  #lemon .bg .row2 .deco img{
    width: 100%;
    height: auto;
  }
  #lemon .bg .row2 .txt{
            margin: 0 0 0 20px;
        width: calc(100% - 506px);
  }
  #lemon .bg .row2 .txt .pc{
    display: none !important;
  }
  #galette .bg{
            padding: 99px 50px ;
  }
  #galette .bg .row:first-child .content {
        top: 0;
    }
  #galette .bg .row:first-child .photo {
    margin-right: 0;
    width: calc(100% - 452px);
  }
  #galette .bg .row:first-child .menu {
        padding-top: 209px;
    }
  #galette .bg .row:first-child .menu .txt {
        margin-top: 33px;
  }
  #leafpie .leaf-js {
        margin: 0 50px;
    }
  #leafpie .leaf-js .item .photo .deco {
    right: 0;
  }
  #leafpie .leaf-js .slick-arrow {
    right: 112px;
  }
  #leafpie .leaf-js .slick-prev {
    right: 202px;
  }
}


/*# sourceMappingURL=baked.css.map */
