@charset "utf-8";

/* --------------------
 base settings
-------------------- */

@media print,
(min-width: 769px) {
  body.responsive #areaWrapper1 {
    width: 100% !important;
    max-width: 100% !important;
  }

  #areaWrapper2 {
    width: 1200px;
    margin: 0 auto;
  }
}

#chocolate2601 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  position: relative;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  #chocolate2601 {
    font-size: min(4vw, 1em);
  }
}

#chocolate2601 * {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

#chocolate2601 picture {
  display: inline-block;
  flex-shrink: 0;
}

#chocolate2601 picture>img {
  width: 100%;
}



/* Bugfix for Android font-size
#chocolate2601 * {max-height: 999999px;}
*/

#chocolate2601 ol,
#chocolate2601 ul {
  list-style: none;
}

#chocolate2601 img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/* --------------------
 Class
-------------------- */
.nw {
  display: inline-block;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.br::before {
  content: '\A';
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .sp_br::before {
    content: '\A';
    white-space: pre;
  }

  .dispPC {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_br::before {
    content: '';
  }

  .dispSP {
    display: none;
  }
}

/* --------------------
注釈
-------------------- */
#chocolate2601 #note {
  padding: 150px 2em 4em 2em;
  background-color: #E83755;
  color: #fff;
  padding-top: 150px;
  clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 768px) {
  #chocolate2601 #note {
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
    padding: calc(30px + 1em) 1em 2em 1em;
  }
}

#chocolate2601 .note {
  font-size: 0.8em;
  line-height: 1.5;
  color: #fff;
}

#chocolate2601 .note li {
  margin-left: 1em;
  text-indent: -1em;
}

#chocolate2601 .note li::before {
  content: '※';
}

#chocolate2601 .note img {
  vertical-align: baseline;
}

#chocolate2601 .note a {
  color: #FFD700;
}

/* --------------------
KV
-------------------- */
#chocolate2601 .kv {
  position: relative;
}

/* --------------------
main
-------------------- */
#chocolate2601 .brand {
  padding: 3em 0;
  display: block;
  position: relative;
  /* overflow: hidden; */
}

#chocolate2601 .brand_clip {
  padding: calc(3em + 100px) 0;
  background-color: #E83755;
  clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 calc(100% - 100px));
  position: relative;
}

@media screen and (max-width: 768px) {
  #chocolate2601 .brand_clip {
    padding: calc(3em + 30px) 0;
    background-color: #E83755;
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 calc(100% - 30px));
  }
}

#chocolate2601 .deco_top {
  position: absolute;
  width: 180px;
  z-index: 100;
  top: 100px;
  right: 0.5em;
}

@media screen and (max-width: 768px) {
  #chocolate2601 .deco_top {
    width: 80px;
  }
}

#chocolate2601 .brand_decoWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

#chocolate2601 .brand_deco {
  position: absolute;
  width: 180px;
  z-index: 10;
}

#chocolate2601 .brand_deco--topLeft {
  top: 0px;
  left: 0.5em;
}

#chocolate2601 .brand_deco--topRight {
  top: -50px;
  right: 0.5em;
}

#chocolate2601 .brand_deco--bottomRight {
  bottom: -30px;
  right: 0.5em;
}

#chocolate2601 .brand_deco--bottomLeft {
  bottom: 20px;
  left: 0.5em;
}

@media screen and (max-width: 768px) {
  #chocolate2601 .brand_deco {
    width: 80px;
  }

  #chocolate2601 .brand_deco--topRight {
    top: -20px;
  }
}

#chocolate2601 .brand_inner {
  padding: 0 3em;
}

#chocolate2601 .brand_head {
  text-align: center;
  margin-bottom: 2em;
}

#chocolate2601 .brand_head img {
  width: min(20vw, 150px);
}

#chocolate2601 .item:not(:last-of-type) {
  margin-bottom: 4em;
}

#chocolate2601 .item_lead {
  margin: 2em 0;
  font-size: 1em;
}

/* #chocolate2601 .brand_item.target {
  opacity: 1;
  transform: translateY(5%);
}

#chocolate2601 .brand_item.target.anime {
  animation: fadeIn 1s cubic-bezier(0.4, 0.7, 0.4, 1) 1 0s;
  animation-fill-mode: forwards;
} */

@keyframes fadeIn {
  0% {
    transform: translateY(5%);
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  /* #chocolate2601 .brand {
    padding: 2em 1em;
  } */

  #chocolate2601 .brand_inner {
    padding: 0 1.5em !important;
  }

  #chocolate2601 .brand_head>picture {
    width: 100%;
    max-width: 600px;
  }
}

#chocolate2601 .lineup {
  position: relative;
  overflow: hidden;
}

#chocolate2601 .lineup_annotation {
  text-align: center;
  padding: 1em;
  /* background-image: linear-gradient(to bottom, #FFF0CF 0%, #FFD487 100%); */
  color: #6B0F05;
  font-size: 1.2em;
  z-index: 10;
  position: relative;
  padding-top: 4%;
  padding-bottom: 10%;
  /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%); */
}

#chocolate2601 .lineup_annotation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #E83755;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}

#chocolate2601 .lineup_annotation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #FFF0CF 0%, #FFD487 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #chocolate2601 .lineup_annotation::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0 100%);
  }

  #chocolate2601 .lineup_annotation::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
  }
}

#chocolate2601 .lineup_annotation p:last-of-type {
  font-size: 0.7em;
  margin-top: 0.5em;
  color: #6B0F05;
}

/* --------------------
商品レイアウト
-------------------- */

#chocolate2601 .item_figure {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4em;
  align-items: center;
}

#chocolate2601 .item_figure>picture {
  width: 48%;
}

#chocolate2601 .item_figure>figcaption {
  width: 48%;
  font-size: 1em;
  background-image: linear-gradient(to bottom, #FFF0CF 0%, #FFD487 100%);
  border-radius: 50px;
  padding: 2em 1em 3em;
}

#chocolate2601 .item_figure>figcaption>p,
#chocolate2601 .item_figure h3,
#chocolate2601 .item_figure .item_price,
#chocolate2601 .item_figure .item_area,
#chocolate2601 .item_figure .item_note,
#chocolate2601 .item_figure .item_desc {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  #chocolate2601 .item_figure .item_desc {
    padding-left: 4%;
    padding-right: 4%;
  }
}

#chocolate2601 .item_figure>figcaption>p {
  font-size: 1em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  color: #6B0F05;
}

#chocolate2601 .item_figure h3 {
  font-size: 2em;
  color: #E5015A;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: "Kosugi Maru", serif;
  position: relative;
}

#chocolate2601 .item_figure h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  height: 4px;
  left: 10px;
  right: 0;
  background-color: #6B0F05;
  border-radius: 10px;
}

#chocolate2601 .item_figure h3 span:first-of-type {
  display: block;
  font-size: 0.8em;
}

#chocolate2601 .item_figure h3 span:first-of-type .nw {
  font-size: 1em !important;
  display: inline-block !important;
}

#chocolate2601 .item_figure .item_price {
  font-size: 2em;
  font-weight: bold;
  padding-top: 0.5em;
  color: #6B0F05;
}

#chocolate2601 .item_figure .item_area {
  font-size: 1.3em;
  padding-top: 0.5em;
  color: #6B0F05;
}

@media screen and (max-width: 768px) {
  #chocolate2601 .item_figure .item_area {
    font-size: 1.2em;
  }
}

#chocolate2601 .item_figure .item_note {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#chocolate2601 .item_figure .item_note * {
  color: #6B0F05;
}


#chocolate2601 .item_figure .item_area dt,
#chocolate2601 .item_figure .item_area dd {
  display: inline-block;
}

#chocolate2601 .item_figure .item_area dt::after {
  content: '：';
}

#chocolate2601 .item_figure .item_desc {
  font-size: 1em;
  margin-top: 2em;
  color: #6B0F05;
  /* filter: drop-shadow(2px 2px 4px #145D8B); */
}

@media screen and (max-width: 768px) {
  #chocolate2601 .item_figure .item_desc {
    margin-top: 1em;
    font-size: 1.1em;
  }
}

#chocolate2601 .item_other {
  display: grid;
  grid-template-columns: min(20vw, 150px) auto;
  column-gap: 0.5em;
  align-items: end;
  margin-top: 2em;
  font-size: 1em;
}

#chocolate2601 .item_other figcaption {
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  #chocolate2601 .item_figure {
    flex-direction: column;
  }

  #chocolate2601 .item_figure>picture {
    width: 100%;
    margin-bottom: 3vw;
  }

  #chocolate2601 .item_figure figcaption {
    width: 100%;
    font-size: 1em;
    border-radius: 20px;
  }

  #chocolate2601 .item_other img {
    width: min(25vw, 150px);
  }

  #chocolate2601 .item_price {
    font-size: 1.5em !important;
  }
}

/* --------------------
アコーディオン
-------------------- */
#chocolate2601 .item_info {
  font-size: 1em;
}

#chocolate2601 .brand_inner+dl>dt {
  z-index: 100;
}

#chocolate2601 .bgWrap {
  background-image: repeating-linear-gradient(90deg, #FFD4E6, #FFD4E6 15px, #FFD8E8 15px, #FFD8E8 30px);
  ;
}

#chocolate2601 #lineup .acc-sw {
  display: grid;
  align-items: center;
  width: 50%;
  max-width: 500px;
  height: 3em;
  margin: 0 auto;
  padding: 0 2.5em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  /* color: #fff; */
  text-decoration: none;
  box-sizing: border-box;
  transition: ease 0.3s;
  position: relative;
  z-index: 100;
}

#chocolate2601 #lineup .acc-sw::before {
  content: '';
  display: inline-block;
  height: 0.1em;
  width: 1em;
  background-color: currentColor;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: ease 0.3s;
}

#chocolate2601 #lineup .acc-sw::after {
  content: '';
  display: inline-block;
  height: 0.1em;
  width: 1em;
  background-color: currentColor;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition: ease 0.3s;
}

#chocolate2601 #lineup .acc-sw.active::before {
  transform: translateY(-50%) rotate(0deg);
}

#chocolate2601 #lineup .acc-sw.active::after {
  transform: translateY(-50%) rotate(180deg);
}

/* #chocolate2601 #lineup .acc-sw:hover {
  box-shadow: 0px 0px 3px #8f8f8f;
} */

#chocolate2601 .item_info .acc-sw {
  background-color: #6B0F05;
  color: #fff;
  border-radius: 999px;
  border: solid 3px #F8DBA1;
  font-family: "Kosugi Maru",
    serif;
  box-shadow: 0px 6px 15px -6px #777777;
}

/* #chocolate2601 .item_info .acc-sw span {
  color: #CCAD6A;
} */

#chocolate2601 .item_info .acc-sw.active {
  color: #fff;
  background-color: #E5015A;
}

#chocolate2601 .item_info .acc-sw.active span {
  color: #fff;
  background-color: transparent;
}

#chocolate2601 #lineup .acc-body {
  transform: translateY(calc(-2em - 3em * 1.2));
  width: 100%;
  max-width: 950px;
  margin: 0 auto calc(-2em - 3em * 1.2);
}


#chocolate2601 #lineup .acc-body>div {
  padding: calc(4em + 3em * 1.2) 2em 2em;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
}

#chocolate2601 #lineup .acc-body .brand_logo img {
  width: 100px;
}

#chocolate2601 #lineup .acc-body .brand_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#chocolate2601 #lineup .acc-body .brand_info p {
  color: #000;
}

@media screen and (min-width: 769px) {
  #chocolate2601 #lineup .acc-body .brand_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  #chocolate2601 #lineup .acc-body .brand_info picture {
    width: 30% !important;
  }

  #chocolate2601 #lineup .acc-body .brand_info>div {
    width: 70% !important;
  }

  #chocolate2601 #lineup .acc-body .brand_info>div {
    padding: 0 2em;
  }
}

#chocolate2601 #lineup .acc-body .brand_info:not(:last-of-type) {
  padding-bottom: 1em;
}

#chocolate2601 #lineup .acc-body .brand_info picture {
  width: 100%;
  margin-bottom: 1em;
}

#chocolate2601 #lineup .acc-body .brand_info p {
  letter-spacing: 1px;
}

#chocolate2601 .brand_chef {
  margin-top: 1em;
}

#chocolate2601 #lineup .acc-body .brand_info-1em {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {

  /* #chocolate2601 .item_info {
    font-size: min(3.5vw, 1em);
  } */
  #chocolate2601 #lineup .acc-sw {
    width: 90%;
    max-width: 400px;
    height: 4em;
  }

  #chocolate2601 #lineup .acc-body .brand_info {
    flex-direction: column;
  }

  #chocolate2601 #lineup .acc-body .brand_info picture {
    width: 100%;
    max-width: 400px;
    margin: 1em auto;
  }

  #chocolate2601 #lineup .acc-body .brand_info>* {
    width: 100%;
  }
}

/*Utility*/
#chocolate2601 .u-mt--1em {
  margin-top: 1em !important;
}

@media screen and (min-width: 769px) {
  #chocolate2601 .u-pb0--pc {
    padding-bottom: 0 !important;
  }
}

/*Print*/
@media print {
  #chocolate2601 .brand_item.target {
    opacity: 1;
    transform: translateY(0%);
  }

  #chocolate2601 #float {
    display: none;
  }

  #chocolate2601 .acc-body {
    display: block !important;
  }

  #chocolate2601 .brand_info {
    width: 50%;
    margin: 0 auto;
    display: flex !important;
  }

  #chocolate2601 .brand_info img {
    width: 100%;
  }
}

.c-section__ttl {
  position: relative;
  z-index: 50;
  width: max-content;
  padding: 2.5em 0;
  margin: 0 auto !important;
  text-align: center;
}

.c-section__ttl img {
  width: auto !important;
  height: 110px !important;
}

@media screen and (max-width: 768px) {
  .c-section__ttl {
    padding: 1.5em 0;
  }

  .c-section__ttl img {
    height: calc(100vw * 0.15) !important;
  }
}

/*
data-update="addchoco"
コンテンツ追加時に反映
*/
#chocolate2601[data-update*='addchoco'] {

  #floatBox ul,
  #acc-float {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #fff;
    gap: 0.5em;
    padding: 0;

    li {
      position: relative;
      width: auto !important;

      &:not(:last-of-type)::before {
        content: "";
        display: block;
        width: 0.1em;
        height: 100%;
        position: absolute;
        top: 0;
        right: -0.4em;
        transform: translate(-50%);
        background-color: #fff;
      }

      a {
        font-weight: bold;
        padding: 1em 0.5em;

        &:hover {
          box-shadow: none;
        }
      }
    }
  }

  #note {
    padding: 150px 2em 4em 2em;
    background-color: #E83755;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 0;
    clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
  }

  @media screen and (max-width: 768px) {
    #note {
      clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
      padding: 30px 1em 0 1em;
    }
  }
}