  @charset "utf-8";
  *, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  body {
    backface-visibility: hidden;
    background: #fff;
    /* background: url(430698.jpg); */
    color: #5c5c5c;
    font-size: 14px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, serif;
    font-weight: normal;
    letter-spacing: .04em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    min-width: 1200px;
    opacity: 0;
    font-family: unset;
  }

  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
  }

  a {
    color: #333;
    text-decoration: none;
    transition: all 1s cubic-bezier(0, 0, 0, 1);
  }

  a:hover {
    opacity: .5;
  }

  a.more {
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden;
    padding-bottom: 8px;
    position: relative;
  }

  a.more::before, a.more::after {
    background: #333;
    bottom: 1px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    transition: all .6s cubic-bezier(.3, 0, .15, 1);
  }

  a.more::before {
    left: -20vw;
  }

  a.more:hover {
    opacity: 1;
  }

  a.more:hover::before {
    left: 0;
  }

  a.more:hover::after {
    left: 20vw;
  }

  ul, ol {
    list-style: none;
  }

  img {
    max-width: 100%;
    vertical-align: middle;
  }

  span.sp, br.sp, img.sp {
    display: none;
  }

  .section {
    margin: 0 auto;
    position: relative;
    width: 960px;
  }

  .section h2 {
    color: #280000;
    font-size: 1.8em;
  }

  .section h2.widget-title {
    text-align: center;
  }

  .widget {
    position: relative;
    margin-bottom: 45px;
  }

  .widget::after {
    background: #280000;
    content: '';
    display: block;
    height: 1px;
    position: relative;
    right: 0;
    top: .5em;
    width: 100%;
    z-index: -1;
  }

  .widget span {
    padding-right: 15px;
  }

  .widget.widget-title span {
    padding: 0 15px;
  }

  #footer {
    position: relative;
    text-align: center;
  }

  #footer .footer_contents {
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 45px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #footer .footer_contents div {
    display: inline-block;
    width: 300px;
    margin: 0 15px 30px;
  }

  #footer .footer_contents div:last-child {
    display: block;
    margin: 5px 0 0;
    width: 100%;
  }

  #footer .footer_contents a {
    color: #fff;
    display: inline-block;
  }

  #footer .footer_contents .footer_btn {
    background: #280000;
    color: #fff;
    display: block;
    letter-spacing: .1em;
    line-height: 60px;
  }

  #footer .copyright {
    color: #280000;
    font-size: .8rem;
    letter-spacing: .1em;
    padding: 0 0 75px;
  }

  .desc {
    margin: 40px auto 0;
    text-align: center;
  }

  .desc h2 {
    font-size: 2em;
    font-weight: bold;
  }

  .desc p {
    font-size: 1rem;
    letter-spacing: .2em;
    line-height: 2.4;
    font-weight: bold;
  }

  .desc::after {
    content: '';
    display: block;
    overflow: hidden;
    height: 1px;
    margin: 120px auto;
    width: 120px;
    background: #e6e6e6;
  }

  .footer-desc {
    margin: 60px auto;
    text-align: center;
    color: #280000;
  }

  .sweets_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sweets_list ul li {
    width: 270px;
    margin-bottom: 5em;
  }

  .sweets_list ul .column4-li {
    width: 220px;
  }

  .sweets_list ul::after {
    content: '';
    display: block;
    width: 270px;
  }

  .sweets_list ul li h3 {
    color: #280000;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.8;
    margin-top: 15px;
  }

  .sweets_list ul li p {
    font-size: 1em;
    margin-top: 5px;
    line-height: 1.5;
  }

  .contents {
    margin: 100px auto 0;
  }

  .contents li:nth-child(n+2) {
    margin-top: 60px;
  }

  .contents h3 {
    color: #280000;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .contents .pickup-sweets {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contents .pickup-img {
    width: 500px;
  }

  .contents .pickup-desc {
    width: 425px;
  }

  .contents img {
    margin-bottom: 20px;
  }

  .contents p {
    font-size: 1.1em;
    line-height: 2;
  }

  .contents p a {
    display: inline-block;
    font-size: .95rem;
    line-height: 2;
  }

  .section {
    position: relative;
  }

  .section p {
    line-height: 1.6;
    margin-top: 15px;
  }

  .recommend {
    margin-top: 80px;
  }

  .snippet {
    padding-top: 180px;
  }

  .snippet .widget-title {
    margin: 0 auto;
  }

  .section.snippet {
    padding-top: 5em;
  }

  .section.snippet p {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10em;
  }

  .section.snippet h2.widget-title {
    margin-bottom: 2em;
  }

  .section.main_sweets {
    width: 580px;
  }

  .section.desc::after, .section.information .desc::after {
    display: none;
  }

  .section.information {
    border: none;
    width: 960px;
    margin-top: 50px;
  }

  .section.snippet p, .desc p, .contents p, .sweets_list ul li .price, a.more, .desc, #pagetop span {
    color: #280000;
  }

  a.more::before, a.more::after, #pagetop a::before, #pagetop a::after {
    background: #280000;
  }

  .sweets-title {
    margin: unset;
    font-size: 1.5em!important;
    font-weight: bold;
  }

  .margin-adjustment {
    margin: 50px auto 0;
  }

  .sweets_list .more-txt {
    margin: unset;
    text-align: center;
  }

  #top-scroll-button {
    position: fixed;
    bottom: 80px;
    right: 120px;
    z-index: 1;
  }

  #top-scroll-button a {
    font-size: 1rem;
    background: rgb(158 158 158 / 70%);
    text-decoration: none;
    color: #000;
    text-align: center;
    display: block;
    border: 1px solid #9e9e9e;
    width: 60px;
    height: 60px;
    line-height: 3.333em;
  }

  #top-scroll-button a:hover {
    text-decoration: none;
    color: #fff;
    background: #1E0000;
    opacity: 1;
  }

  .top_link {
    display: block;
    text-align: center;
  }

  .top_logo {
    width: 300px;
    margin: 5px auto;
  }

  #header {
    text-align: center;
  }

  .delivery-temp {
    background: rgb(122 175 183 / 90%)!important;
    color: #fff;
    padding: 0.2rem 1rem!important;
    margin: 0 1rem 0 .5rem;
  }

  .fridge {
    background: #b55843!important;
  }

  .catchphrase {
    margin-bottom: 30px!important;
  }

  @media screen and (min-width:768px) and ( max-width:1024px) {
    .main_sweets, .pickup-img {
      text-align: center;
    }
  }

  @media screen and (max-width: 768px) {
    body {
      font-size: 12px;
      min-width: auto;
    }
    span.sp, br.sp, img.sp {
      display: inline;
    }
    span.pc, br.pc, img.pc {
      display: none;
    }
    img {
      height: auto;
    }
    .section h2 {
      font-size: 1.4rem;
      line-height: 1.4;
    }
    .contents h3 {
      font-size: 1.5em;
    }
    .widget {
      margin-bottom: 30px;
      padding-bottom: 16px;
      text-align: center;
    }
    .widget::before {
      bottom: 0;
      top: auto;
    }
    .widget span {
      background: transparent;
      padding-right: 0;
    }
    .widget.widget-title span {
      padding: 0;
    }
    #footer .footer_contents {
      padding: 30px 0;
    }
    #footer .footer_contents div {
      margin-bottom: 15px;
    }
    #footer .footer_contents div:nth-child(n+2) {
      /* margin: 15px 0 0; */
    }
    #footer .footer_contents div:last-child {
      margin: 25px 0 0;
    }
    #footer .footer_contents .footer_btn {
      line-height: 50px;
    }
    #footer .copyright {
      padding: 0 0 45px;
    }
    .desc {
      margin: 60px auto 0;
      width: 100%;
    }
    .desc p {
      letter-spacing: .05em;
      font-size: 1.2em;
    }
    .desc::after {
      margin: 60px auto;
    }
    .sweets_list ul li {
      width: 42vw;
    }
    .sweets_list ul::after {
      width: 36vw;
    }
    .sweets_list ul li h3 {
      font-size: 1.5em;
    }
    .sweets_list ul li p {
      font-size: 3.5vw;
    }
    .desc {
      margin: 5vw auto 0;
      width: 90%;
      text-align: left;
    }
    .desc h2 {
      font-size: 2em;
      line-height: 2;
    }
    .footer-desc {
      margin: 30px auto;
      text-align: left;
    }
    .contents {
      margin: 50px auto 0;
    }
    .contents li:nth-child(n+2) {
      margin-top: 100px;
    }
    .contents .pickup-sweets {
      display: block;
    }
    .contents .pickup-img, .contents .pickup-desc {
      width: 100%;
    }
    .contents .pickup-img img {
      margin-bottom: 10px;
    }
    .contents p:nth-of-type(2) {
      text-align: left;
    }
    .section {
      width: 90%;
    }
    .section h3 {
      text-align: left !important;
    }
    .section p {
      margin-top: 10px;
      font-size: 1.2em!important;
    }
    .section .sweets-title {
      font-size: 1.6em!important;
    }
    .section.snippet p {
      text-align: left;
      margin-bottom: 5em;
    }
    .section.main_sweets, .section.information {
      width: 90%;
    }
    .section img {
      padding-left: 0;
    }
    .section.snippet h2.widget-title {
      margin-bottom: 2em;
    }
    .snippet {
      padding-top: 70px;
    }
    .snippet .widget-title {
      width: 100%;
    }
    .section.contents ul {
      margin-bottom: -3em;
    }
    .sweets_list ul li {
      margin-bottom: 50px;
    }
    .sweets_list ul .column4-li {
      width: 42vw;
    }
    .price {
      text-align: left!important;
    }
    #top-scroll-button {
      bottom: 20px;
      right: 20px;
    }
  }

  @media screen and (max-width:480px) {
    svg {
      width: 200px!important;
    }
    .section.snippet {
      padding-top: 2em;
    }
    .section.snippet h2.widget-title {
      margin-bottom: 1em;
    }
    .catchphrase {
      margin-bottom: -5px!important;
    }
    #top-scroll-button a {
      width: 40px;
      height: 40px;
      line-height: 2em;
    }
    .sweets_list ul li h3 {
      font-size: 4vw;
    }
    .sweets_list .delivery-temp {
      display: inline-block;
      margin: 0.5rem 0 0 0;
      padding: 0.1rem 1rem!important;
    }
  }

  @media screen and (min-width:481px) {
    .recommend .sp {
      display: none;
    }
  }

  @media screen and (max-width:480px) {
    .recommend .pc {
      display: none;
    }
  }

  main {
    /* background-image: url(Bg/BgDecor_001.png), url(Bg/BgDecor_002.png), url(Bg/BgDecor_003.png), url(Bg/BgDecor_004.png); */
    background-position: right, right, left, left;
    background-repeat: repeat-y, repeat-y, repeat-y, repeat-y;
  }

  @media screen and (max-width:1024px) {
    main {
      background-image: unset;
      background-size: unset;
    }
  }

  @media screen and (min-width:481px) {
    body, #footer .footer_contents {
      background-color: #FFFFFF;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23fffbf3' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23fff7e6' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23fff2da' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23ffeecd' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23FFEAC1' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
      background-attachment: fixed;
      background-size: cover;
    }
  }

  @media screen and (max-width:480px) {
    body, #footer .footer_contents {
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(51,960,468)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23FFEECD'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='300' height='250' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.03'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
    }
  }