@charset "UTF-8";

/*----------MENU-------------

 Reset
 block-main
 目次

------------MENU-----------*/

@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100..900&display=swap');

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}


/*-------------------------
	Reset
---------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
section,
main {
  display: block; }

body {
  -webkit-text-size-adjust: 100%; }

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:600;
}

.brand_title_item h1{
  margin: 0 0 0 !important;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

table {
  border-collapse: collapse;
}

blockquote,
q {
  quotes: none; }

*:focus {
outline: none!important;
}

a {outline:none!important;}

a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer!important;
}

a,
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  max-width:100%;
  vertical-align: top; }

a {
  transition: 0.3s ease-in-out; }

ul li{
  list-style:none;
}

ul{
  margin:0;
  padding:0;
}

body.joyful_mix-petit_four{
  background: none;
}

body.joyful_mix-petit_four .block-top-topic--body{
  background: none;
}

body.joyful_mix-petit_four .wrapper{
  background: none;
}

body.joyful_mix-petit_four .pane-contents{
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: .11em;
  background: #fff;
}

.pc_only{
  display: block;
}
.sp_only{
  display: none;
}

@media (max-width: 767px){
.pc_only{
  display: none;
}
.sp_only{
  display: block;
}
  }

.wrap {
    max-width: 1200px;
    margin: auto;
    padding: 0 0.8rem;
}

.wrap_1600{
  max-width: 1600px;
    margin: auto;
    padding: 0 0.8rem;
}

p.mincho{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 14px;
}

@media (max-width: 320px){
p.mincho{
  letter-spacing: -.07em;
}
}



/*----------------------------------------
  商品詳細 title__area タイトル
--------------------------------------- */
  .title_area{
    background-image:
        url(/assets/img/joyful_mix-petit_four/pc_Left.webp),
        url(/assets/img/joyful_mix-petit_four/pc_Right.webp);
    background-size:
        40%,
        40%;
    background-repeat:
        no-repeat,
        no-repeat;
    background-position:
        0% 0%,
        100% 0%;
    background-color: #fff;
    padding: 0 0px;
}

@media screen and (min-width:768px) and ( max-width:1240px) {
   .title_area{
    background-size:
        50%,
        50%;
      }
}

@media only screen and (max-width: 767px) {
  .title_area{
    background-image:none;
  }
}


.title_area_inner{
  max-width: 450px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index:1;
}

.title_area .title{
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content:center;
  padding: 20px 20px;
  position: relative;
  z-index: 2;
}

.title_area .title h1 {
    margin:0 0 20px;
    font-weight:400;
    color: #000;
    text-align: center;
}

.title_area .title h1 span:nth-child(1) {
    font-family: "Marcellus", serif;
    padding: 0px 0 0px;
    /*font-size: 60px;*/
    font-size: clamp(2.2rem, 1.932rem + 1.59vw, 3.125rem);
    line-height: 1.6;
    display: block;
  }

 .title_area .title h1 span:nth-child(2) {
    padding: 0px 0 0px;
    font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
    line-height: 1.6;
    display: block;
  }

  .title_area .title h2{
    font-size: 18px;
    text-align: center;
    margin:0 0 10px;
  }

@media screen and (min-width:1024px) and ( max-width:1240px) {
.title_area .title{
  min-height: 400px;
}
}

@media screen and (min-width:768px) and ( max-width:1023px) {
.title_area .title{
  min-height: 300px;
}
}

@media only screen and (max-width: 767px) {

.title_area_inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 580px;
  overflow-y: hidden;
}

.title_area .title{
  width: 90%;
  display: block;
  position: absolute;
  background-color: #fff;
  min-height: 300px;
}

}

 /* ----------------------------------------------------------
  block-main
  ---------------------------------------------------------- */
  .block-main {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 14%;
    background-color: #fffef6;
  }

  ._mv{
    width: 50%;
  }

  ._box{
    width: 50%;
    padding: 8%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content:center;
    text-align: center;
    color: #000;
  }

  ._box ._title h1 {
    margin:0 0 20px;
    font-weight:400;
    color: #000;

  }

  ._box ._title h1 span:nth-child(1) {
    font-family: "Marcellus", serif;
    padding: 0px 0 0px;
    font-size: 60px;
    /*font-size: clamp(2.25rem, 1.932rem + 1.59vw, 3.125rem);*/
    line-height: 1.6;
    display: block;
  }

   ._box ._title h1 span:nth-child(2) {
    padding: 0px 0 0px;
    font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
    line-height: 1.6;
    display: block;
  }

  ._box ._texts p{
    font-size: 15px;
    width: 96%;
    margin: 0px auto;
    display: inline-block;
    text-align: left;
  }

  .shop_info{
  width: 300px;
  margin: 5px auto 5px;
}


  @media screen and (min-width:1025px) and (max-width:1635px) {
    .block-main {
    padding: 0 8%;
  }
  ._box{
    padding: 3% 6%;
  }
  }

  @media screen and (max-width:1024px) {
     .block-main {
    padding: 0 0%;
  }
  ._box{
    padding: 3% ;
  }
}

@media screen and (max-width:767px) {
   .block-main {
    flex-direction: column;
  }

  ._mv{
    width: 100%;
  }

  ._box{
    width: 100%;
  }
}

/*--------------------------------------------------------------
howto
------------------------------------------------------------*/
.howto_inner{
  max-width:900px;
  margin: 30px auto 0px;
  padding: 0 10px;
}

.flow {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.flow > li {
  list-style-type: none;
  width: 30%;
  display: flex;
  flex-direction:column;
  justify-content:center;
  padding: 0 20px 20px;
  margin: 0;
  border: 4px solid #ad8a36;
  border-radius: 40% 40% 0 0;
  position: relative;
  background-color: rgb(255 255 255 / .9);
  text-align:center;
}

.flow > li h3{
  font-family: "Marcellus", serif;
  margin: -20px auto 0px;
  background: #eee7d6;
  color: #ad8a36;
  padding:5px 0px;
  border-radius:10px;
  width:120px;
}

.flow > li h4{
  margin: 0px 0 10px;
}


.flow > li:not(:first-child) ::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #ad8a36;
  border-right: 4px solid #ad8a36;
  position: absolute;
  top: calc(50% - 14px);
  left: -25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width:540px) and (max-width:767px) {

}

@media(max-width: 539px){
}

@media(max-width: 767px){
  .flow {
    gap: 20px;
    display:block;
  }

  .howto_inner {
    padding: 0 30px;
}

  .flow > li {
    max-width: unset;
    display: block;
    width: 100%;
    margin: 0px 0px 50px;
  }

    .flow > li:not(:last-child)::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: block;
    border-top: 4px solid #ad8a36;
    border-right: 4px solid #ad8a36;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
  }

  .flow > li:not(:first-child) ::before {
    display:none;
}
}


/*--------------------------------------------------------------
  item_area
--------------------------------------------------------------*/
.item_area{
  color: #000;
}

.h2_area{
  margin: 20px 0 0px;
}

.mt10{
  margin-top: 10px !important;
}

.item_area h2.category_ja{
  position: relative;
  padding: 0px 0 10px;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  margin: 0px 0 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #000;
  display:block;
}

.item_area h2.category{
  position: relative;
    padding: 10px 0 10px;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    margin: 20px 0 0px;
}

.item_area h2.category span:nth-child(1){
  font-family: "Marcellus", serif;
  font-size: 50px;
  color: #ad8a36;
  display:block;
}

.item_area h2.category span:nth-child(2){
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #000;
  display:block;
}


.f_sd{
  filter: drop-shadow(1px 8px 8px rgba(147,137,137,0.6));
}


.item_area .list__item_4,
.item_area .list__item_3 {
    padding: 0rem 3rem 1rem;
    cursor: pointer;
}

@media screen and (min-width:540px) and ( max-width:1000px) {
.item_area .list__item_4,
.item_area .list__item_3 {
    padding: 0rem 2rem 1rem;
}
}

@media (max-width: 539px) {
    .item_area .list__item_4,
    .item_area .list__item_3{
        padding: .5rem .5rem 0rem;
    }
}


/*--------------------------------------------------------------
------------------------------------------------------------*/
.icon_zoom{
  position:absolute;
  bottom:0;
  right:0;
}

div._hr {
    padding-bottom: 30px;
}

div._hr span.hr {
    -webkit-transform: translate(0, 100%) translate(0, -2px);
    transform: translate(0, 100%) translate(0, -2px);
    background-repeat: repeat-x;
    background-size: 16px 4px, 32px 4px, 32px 4px;
    background-position: 0px 2px, 8px 0px, 24px 4px;
    background-image: -webkit-gradient(linear, left top, right top, from(#e2bb45), color-stop(0.33, #e2bb45), color-stop(0.33, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, from(#e2bb45), color-stop(0.165, #e2bb45), color-stop(0.165, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, from(#e2bb45), color-stop(0.165, #e2bb45), color-stop(0.165, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, #e2bb45, #e2bb45 4px, rgba(0, 0, 0, 0) 4px), -webkit-linear-gradient(left, #e2bb45, #e2bb45 4px, rgba(0, 0, 0, 0) 4px), -webkit-linear-gradient(left, #e2bb45, #e2bb45 4px, rgba(0, 0, 0, 0) 4px);
    background-image: linear-gradient(to right, #e2bb45, #e2bb45 4px, rgba(0, 0, 0, 0) 4px), linear-gradient(to right, #e2bb45, #e2bb45 4px, rgba(0, 0, 0, 0) 4px), linear-gradient(to right, #e2bb45, #e2bb45 4px, rgba(0, 0, 0, 0) 4px);
    height: 30px;
    margin-bottom: 0;
    display: block;
}

/*--------------------------------------------------------------
iziModals モーダル
--------------------------------------------------------------*/
.iziModal-overlay {
    background-color: rgba(0, 0, 0, 0.6)!important;
}

.iziModal-navigate-caption{
  display: none!important;
}

.iziModals{
  padding: 0px 0px 0px!important;
  margin: auto;
  height: auto;
  z-index: 9991!important;
  max-width:760px!important;
  border-bottom: transparent !important;
}

.iziModal .iziModal-content{
  background:#fff!important;
}

/* chocolat 商品リンク付きの場合のみ高さ調整 */
.iziModals1,
.iziModals2,
.iziModals3,
.iziModals4,
.iziModals5,
.iziModals6,
.iziModals7,
.iziModals8,
.iziModals9,
.iziModals10,
.iziModals11,
.iziModals12,
.iziModals13,
.iziModals14,
.iziModals15,
.iziModals16{
  background: #fff!important;
  padding: 0px 0px 0px!important;
}

.iziModal::after{
  background: none!important;
}

.iziModal .iziModal-header {
    padding: 14px 18px 15px 18px!important;
    box-shadow: none!important;
    overflow: hidden;
    position: relative;
    z-index: 10;
    background: #fff!important;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  font-family: "Marcellus", serif;
    font-size: 26px!important;
    margin: 0 10px 0 0;
    font-weight: 400;
    text-align: center;
    color:#000;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
    height: 40px!important;
    width: 40px!important;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
    margin: -20px 0 0 0!important;
}

.iziModal .iziModal-button-close{
  opacity: 1!important;
}

.iziModal .iziModal-button-close {
    background: url(../img/iziModal-button-close.webp) no-repeat 50% 50%!important;
}

.iziModal .iziModal-button-fullscreen{
  display: none!important;
}

.iziModal .iziModal-content {
    zoom: 1;
    width: 100%;
    padding: 0px 0px 0px!important;
}

.iziModals .menu_inner{
  margin: 0 auto;
  padding: 0px 5px 20px;
  display:flex;
  flex-direction: column;
}

.iziModals .menu_inner .menu_image{
  width: 100%;
  text-align: center;
  position: relative;
}

.iziModals .menu_inner .menu_image img{
  max-width:100%;
}

.iziModals .menu_inner .menu_guide{
  width: 80%;
  padding:0 1rem;
  display:flex;
  flex-flow: column;
  margin:auto;
}

.iziModals .menu_inner .menu_guide h3{
  text-align: center;
  font-size: 1.25rem;
  margin:0 0 10px;
  color:#000;
  letter-spacing: -0.05em;
}

.iziModals .menu_inner .menu_guide p.inner_text{
  font-size:.85rem;
  padding:0 0 1rem;
}

.iziModal-navigate > button {
    position: fixed;
    bottom: 0;
    top: 0;
    border: 0;
    height: 100%;
    width: 100px;
    background-size: 100% !important;
    cursor: pointer;
    padding: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: all;
    margin: 0;
    outline: none;
}

@media (max-width: 767px){
  .iziModals {
    padding: 0px 1px 20px!important;
    width: 80%;
    margin: auto;
    height: auto;
}

.iziModals .menu_inner{
  display:block;
}

.iziModals .menu_inner .menu_image{
  width: 100%;
}

.iziModals .menu_inner .menu_image img{
  max-width:100%;
}

.iziModals .menu_inner .menu_guide{
  width: 100%;
  padding:.8rem .3rem 0;

}

.iziModals .close_btn{
  font-size: 14px;
}
}

@media (max-width: 767px){
  .iziModal-navigate > button {
    position: fixed;
    bottom: 0;
    top: 0;
    border: 0;
    height: 100%;
    width: 100px;
    background-size: 60% !important;
    cursor: pointer;
    padding: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: all;
    margin: 0;
    outline: none;
}
}

@media (max-width: 767px){
.iziModal-navigate-next {
    margin-right: -232px!important;
}
.iziModal-navigate-prev {
    margin-left: -232px!important;
  }
  }

@media (max-width: 375px){
  .iziModal-navigate-next {
    margin-right: -220px!important;
  }
 .iziModal-navigate-prev {
    margin-left: -220px!important;
  }
}

/*--------------------------------------------------------------
 package_area
--------------------------------------------------------------*/
.package_area{
  background-color: #fffef6;
  padding: 30px 10px 20px;
  text-align: center;
}

.package_area h2.category{
  position: relative;
    padding: 10px 0 10px;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    margin: 0px 0 0px;
}

.package_area h2.category span:nth-child(1){
  font-family: "Marcellus", serif;
  font-size: 50px;
  color: #ad8a36;
  display:block;
}

.package_area h2.category span:nth-child(2){
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #000;
  display:block;
}


.package_area .staff_voice_2{
  max-width: 500px;
}

/*--------------------------------------------------------------
 shop_info_area
--------------------------------------------------------------*/
  .shop_info_area{
  max-width: 400px;
  margin: 30px auto 30px;
  padding: 0 10px;
}

.shop_info_area .btn_arrow_light_gold {
    font-size: 18px;
}

/*--------------------------------------------------------------
 series_concept
--------------------------------------------------------------*/
.series_concept{
  text-align: center;
}

.series_concept p{
  font-size: 15px;
  color: #000;
  padding: 5px 0 5px;
}

.series_concept p.guide_collection{
  display: block;
}

@media (max-width: 767px){
.series_concept p.guide_collection{
  display: inline-block;
  text-align: left;
}
}

/*--------------------------------------------------------------
 anime_line
--------------------------------------------------------------*/
.line_chocolate{
  background: url(/assets/img/joyful_mix-petit_four/line_chocolate.webp) repeat-x;
  width: 100%;
  height: 100px;
  -webkit-animation: bgroop 40s linear infinite;
  animation: bgroop1 40s linear infinite;
}

@-webkit-keyframes bgroop1 {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1904px 0;
    }
}
@keyframes bgroop1 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1904px 0;
    }
}

.line_Bakedgoods{
  background: url(/assets/img/joyful_mix-petit_four/line_Bakedgoods.webp) repeat-x;
  width: 100%;
  height: 100px;
  -webkit-animation: bgroop 40s linear infinite;
  animation: bgroop2 40s linear infinite;
}

@-webkit-keyframes bgroop2 {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -2070px 0;
    }
}
@keyframes bgroop2 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2070px 0;
    }
}

.line_Diamant{
  background: url(/assets/img/joyful_mix-petit_four/line_Diamant.webp) repeat-x;
  width: 100%;
  height: 100px;
  -webkit-animation: bgroop 40s linear infinite;
  animation: bgroop3 40s linear infinite;
}

@-webkit-keyframes bgroop3 {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -2070px 0;
    }
}
@keyframes bgroop3 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2070px 0;
    }
}

.line_cube{
  background: url(/assets/img/joyful_mix-petit_four/line_cube.webp) repeat-x;
  width: 100%;
  height: 100px;
  -webkit-animation: bgroop 40s linear infinite;
  animation: bgroop4 40s linear infinite;
}

@-webkit-keyframes bgroop4 {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1397px 0;
    }
}
@keyframes bgroop3 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1397px 0;
    }
}


.line_nuts{
  background: url(/assets/img/joyful_mix-petit_four/line_nuts.webp) repeat-x;
  width: 100%;
  height: 100px;
  -webkit-animation: bgroop 40s linear infinite;
  animation: bgroop5 40s linear infinite;
}

@-webkit-keyframes bgroop5 {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1567px 0;
    }
}
@keyframes bgroop3 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1567px 0;
    }
}