@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);

#chocolate_dessertfair2304 img {
  max-width: 100%;
  height: auto;
}
#chocolate_dessertfair2304 {
  position: relative;
}
.sns_fixed_list {
  position: fixed;
  right: 16px;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#first_view {
  text-align: center;
  padding: 48px 25px 380px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)), url(/chocolate_dessertfair/files/bg_blue.jpg);
  position: relative;
}
#first_view h1 {
  position: relative;
}
#first_view .key {
  margin-bottom: -680px;
  margin-top: 40px;
  position: relative;
}

#first_view .deco {
  position: absolute;
  pointer-events: none;
}
#first_view .deco.back {
  top: 0;
  left: 50%;
  right: 0;
  background: url(/chocolate_dessertfair/files/mv_back_left.png) no-repeat left 3vw top 7vw /100% auto,
  url(/chocolate_dessertfair/files/mv_back_right.png) no-repeat right 0vw top 9vw /100% auto;
  max-width: 1654px;
  width: 110%;
  height: 804px;
  animation: sway 6s ease-in-out infinite;
}
#first_view .deco.front {
  bottom: -272px;
  left: 50%;

  background: url(/chocolate_dessertfair/files/mv_front_left.png) no-repeat left 60% /100% auto,
    url(/chocolate_dessertfair/files/mv_front_right.png) no-repeat right 70% /100% auto;
  max-width: 1654px;
  width: 110%;
  height: 804px;
  animation: sway 5s ease-in-out infinite;
}
#second_view {
  text-align: center;
  padding: 375px 20px 88px;
  background: url(/chocolate_dessertfair/files/bg_white.png);
}
#second_view .key {}
#second_view .introduction_movie {
  max-width: 724px;
  margin: 0 auto 0;
  background: url(/chocolate_dessertfair/files/bg_movie.png) no-repeat left top;
  padding-top: 20px;
  padding: 50px 0 0 46px;
}
#second_view .introduction_movie .movie_wrap {
  width: 680px;
  aspect-ratio: 16 / 9;
  position: relative;
}
#second_view .introduction_movie .movie_wrap iframe {
  width: 100%;
  height: 100%;
}
#chocolate_item .item_box {
  padding: 112px 20px 112px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}
#chocolate_item .item_box.item01 {
  background: url(/chocolate_dessertfair/files/bg_01.jpg) no-repeat left 30% bottom /cover;
}
#chocolate_item .item_box.item02 {
  background: url(/chocolate_dessertfair/files/bg_02.jpg) no-repeat right 25% bottom /cover;
}
#chocolate_item .item_box.item03 {
  background: url(/chocolate_dessertfair/files/bg_03.jpg) no-repeat left 15% bottom /cover;
}
#chocolate_item .item_box.item04 {
  background: url(/chocolate_dessertfair/files/bg_04.jpg) no-repeat right 20% bottom /cover;
}
#chocolate_item .item_box.item02:before {
  content: "";
  position: absolute;
  background: url(/chocolate_dessertfair/files/mv_deco_cocoa.png) no-repeat center;
  width: 126px;
  height: 116px;
  left: 60px;
  top: -60px;
  animation: sway 5s ease-in-out infinite;
}
#chocolate_item .item_box.item03:before {
  content: "";
  position: absolute;
  background: url(/chocolate_dessertfair/files/mv_deco_brown_04.png) no-repeat center;
  width: 103px;
  height: 109px;
  right: 20px;
  top: -52px;
  animation: sway 5s ease-in-out infinite;
}
#chocolate_item .item_box.item04:before {
  content: "";
  position: absolute;
  background: url(/chocolate_dessertfair/files/mv_deco_orange_03.png) no-repeat center;
  width: 131px;
  height: 131px;
  left: 20px;
  top: -65px;
  animation: sway 5s ease-in-out infinite;
}
#chocolate_item .item_box .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#chocolate_item .item_box:nth-child(2n) .inner {
  flex-direction: row-reverse;
}
#chocolate_item .item_box .inner .img {
  position: relative;
  max-width: 470px;
}
#chocolate_item .item_box .inner .box {
  border: 1px solid #fff;
  flex: 1;
  padding: 70px 40px 70px 50px;
  color: #fff;
}
#chocolate_item .item_box:nth-child(2n+1) .inner .box {
  padding-left: 154px;
  margin-left: -103px;
}
#chocolate_item .item_box:nth-child(2n) .inner .box {
  padding-right: 154px;
  margin-right: -103px;
}
#chocolate_item .item_box .inner .hd {
  font-size: 3.4rem;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  font-family: "Hannari", serif;
  line-height: 1.35;
}
#chocolate_item .item_box .inner .price {
  margin-top: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Hannari", serif;
}
#chocolate_item .item_box .inner .price .yen {
  font-size: 2.2rem;
  font-size: 1.8rem;
}
#chocolate_item .item_box .inner .price .num {
  font-size: 3.7rem;
  font-size: 3rem;
  margin-left: 7px;
}
#chocolate_item .item_box .inner .price .tax {
  font-size: 2rem;
  font-size: 1.5rem;
  margin-left: 7px;
}
#chocolate_item .item_box .inner .txt {
  margin-top: 24px;
  padding-top: 28px;
  line-height: 2;
  font-family: "Hannari", serif;
  letter-spacing: 0.08em;
  border-top: 1px solid #fff;
}
#chocolate_item .item_box .inner .notice_list {
  margin-top: 26px;
  font-size: 1.4rem;
}
#chocolate_item .item_box .inner .notice_list li {
  margin-top: 18px;
}
#chocolate_item .item_box .inner .notice_list li:first-child {
  margin-top: 0;
}
#set_side {
  padding: 105px 20px;
  background: #351E10;
}
#set_side h2 {
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-family: serif;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
  line-height: 1.5;
}
#set_side .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#set_side .cafe_side {
  text-align: center;
  background: #351E10 url(/chocolate_dessertfair/files/bg_cafe_repeat.png) left top;
  border: 2px solid #906250;
}
#set_side .cafe_side h3 {
  padding: 32px 60px;
  position: relative;
}
#set_side .cafe_side h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  right: 0;
  background: url(/chocolate_dessertfair/files/bg_cafe_ttl.png) no-repeat left bottom /contain;
  height: 138px;
}
#set_side .cafe_side .cafe_side_inner {
  padding: 32px 60px 20px;
}
#set_side .cafe_side .zensho {
  margin-top: 15px;
  color: #9BA285;
  font-weight: bold;
  text-align: left;
  padding: 10px 10px 10px 70px;
  background: url(/chocolate_dessertfair/files/img_cafe_logo.png) no-repeat left center /55px auto;
  line-height: 1.75;
  font-size: 1.4rem;
}
#set_side .notice_box {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 1.3rem;
  margin-top: 60px;
  padding: 25px;
  line-height: 1.5;
}
#set_side .notice_box ul li {
  margin-top: 5px;
  position: relative;
  padding-left: 20px;
}
#set_side .notice_box ul li:before {
  content: "";
  background: #D95F2E;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
}
#set_side .notice_box ul li:first-child {
  margin-top: 0;
}
#set_side .notice_box ul li a {
  display: inline-block;
  color: #fff;
  position: relative;
  background: linear-gradient(#fff, #fff) 0 100%/100% 1px no-repeat;
}
#set_side .notice_box ul li a img {
  vertical-align: baseline;
}
.btn_wrap {
  margin-top: 30px;
}
#owner {
  padding: 100px 20px;
  background: url(/chocolate_dessertfair/files/bg_owner.jpg) no-repeat center /cover;
  color: #fff;
}
#owner .inner {
  max-width: 805px;
  margin: 0 auto;
}
#owner .intro {
  display: flex;
}
#owner .intro .txt_wrap {
  flex: 1;
  padding: 44px 0 20px 72px;
}
#owner .intro .txt_wrap .pos {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#owner .intro .txt_wrap .ttl {
  margin: 0 0 30px -96px;
}
#owner .intro .txt_wrap .name {
  margin-bottom: 20px;
}
#owner .intro .txt_wrap .name .txt01 {
  font-size: 3.4rem;
}
#owner .intro .txt_wrap .name .txt02 {
  font-size: 1.8rem;
  margin-left: 20px;
}
#owner .intro .txt_wrap .lead {
  line-height: 1.75;
  font-size: 1.4rem;
}
#owner .box {
  margin-top: 62px;
  border: 1px solid #fff;
  padding: 35px;
  background: #241208;
}
#owner .box h2 {
  text-align: center;
}
#owner .box .article_wrap {
  margin-top: 40px;
  display: flex;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
#owner .box .article_wrap .txt_wrap {
  flex: 1;
}
#owner .box .article_wrap .img {
  margin-right: 25px;
}
#owner .box .article_wrap .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#owner .box .article_wrap .txt {
  font-size: 1.3rem;
}
#owner .box .article_wrap .link {
  text-align: right;
  margin-top: 10px;
}
#owner .box .article_wrap .link a {
  color: #fff;
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
  display: inline-block;
  position: relative;
}
#owner .box .article_wrap .link a:before {
  content: "";
  background: url(/chocolate_dessertfair/files/icon_blank.svg) no-repeat center /cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 4px;
}
#campaign {
  padding: 106px 20px;
  text-align: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)), url(/chocolate_dessertfair/files/bg_blue.jpg);
}
#campaign .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#campaign h2 {
  margin-bottom: 30px;
}
#campaign .txt {
  font-size: 2.8rem;
  font-family: "Hannari", serif;
  color: #fff;
  line-height: 1.65;
  margin-bottom: 50px;
}
#campaign .col_wrap {
  display: flex;
  gap: 40px;
}
#campaign .col_wrap .col {
  width: 480px;
}
#campaign .col_wrap .col .video_wrap {
  position: relative;
  padding-top: 100%;
}
#campaign .col_wrap .col video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#campaign .col_wrap .col img {
  max-width: 100%;
}
#btn_footer {
  padding: 80px 20px;
  background: #351E10;
}
#btn_footer .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#btn_footer .btn_col_wrap {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  text-align: center;
}
#btn_footer .btn_col_wrap li {
  flex: 1;
}
#btn_footer .btn_col_wrap li a {}
@media (min-width: 768px) {
  #chocolate_dessertfair2304 .sp_only {
    display: none !important;
  }
  #chocolate_dessertfair2304 img.pc_only {
    display: inline-block !important;
  }
  #chocolate_item .item_box.item01 .inner .img {
    margin-top: -164px;
  }
  #chocolate_item .item_box.item02 .inner .img {
    margin-top: -100px;
  }
  #chocolate_item .item_box.item03 .inner .img {
    margin-top: -28px;
  }
  #chocolate_item .item_box.item04 .inner .img {
    margin-top: -8px;
  }

  .sns_fixed_list a {
    transition: all 0.3s ease;
  }
  body:not(.tab_view) .sns_fixed_list a:hover {
    opacity: 0.8;
  }
  @keyframes sway {
    0% {
      transform: translate(-50%,0);
    }
    50% {
      transform: translate(-50%,15px);
    }
    100% {
      transform: translate(-50%,0);
    }
  }
}
@media (max-width: 979.98px) {}
@media (max-width: 767.98px) {
  #chocolate_dessertfair2304 .pc_only {
    display: none !important;
  }
  #chocolate_dessertfair2304 img.sp_only {
    display: inline-block !important;
  }
  #first_view {
    padding: 34px 0 100px 0;
  }
  #first_view .key {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -56%;
  }
  #second_view {
    padding: 40% 20px 48px 10px;
  }
  #second_view .introduction_movie {
    background-size: contain;
    padding: 40px 0 0 22px;
    margin-left: -6px;
    background: url(/chocolate_dessertfair/files/bg_movie_sp.png) no-repeat left top /contain;
  }
  #second_view .introduction_movie .movie_wrap {
    width: 100%;
  }
  #chocolate_item .item_box {
    padding: 60px 15px;
  }
  #chocolate_item .item_box .inner,
  #chocolate_item .item_box:nth-child(2n) .inner {
    flex-direction: column;
  }
  #chocolate_item .item_box:nth-child(2n+1) .inner .box {
    padding-left: 0;
    margin-left: 0;
  }
  #chocolate_item .item_box:nth-child(2n) .inner .box {
    padding-right: 0;
    margin-right: 0;
  }
  #chocolate_item .item_box .inner .box {
    border: none;
    padding: 20px 0 0 0;
    width: 100%;
  }
  #chocolate_item .item_box .inner .hd {
    font-size: 2.7rem;
  }
  #chocolate_item .item_box.item01 .inner .img {
    margin-top: -20px;
  }
  #chocolate_item .item_box.item01 .inner .lead img {
    height: 43px;
    width: auto;
  }
  #chocolate_item .item_box.item02 .inner .img {
    margin-top: -15px;
  }
  #chocolate_item .item_box.item02 .inner .lead img {
    height: 53px;
    width: auto;
  }
  #chocolate_item .item_box.item03 .inner .lead img {
    height: 53px;
    width: auto;
  }
  #chocolate_item .item_box.item04 .inner .lead img {
    height: 40px;
    width: auto;
  }
  #chocolate_item .item_box .inner .price {
    margin-top: 15px;
  }
  #chocolate_item .item_box .inner .notice_list li {
    margin-top: 15px;
  }
  .btn_wrap {
    text-align: center;
  }
  #chocolate_item .item_box.item02:before,
  #chocolate_item .item_box.item03:before,
  #chocolate_item .item_box.item04:before {
    display: none;
  }
  #chocolate_item .item_box .inner .txt {
    margin-top: 25px;
    padding-top: 20px;
  }
  #set_side {
    padding: 60px 16px 0;
  }
  #set_side h2 {
    font-size: 2.4rem;
  }
  #set_side .notice_box {
    padding: 30px 15px 30px 15px;
    margin-left: -20px;
    margin-right: -20px;
  }
  #owner {
    background: url(/chocolate_dessertfair/files/bg_owner_sp.png) center /cover;
    padding: 60px 16px;
  }
  #owner .intro {
    margin-bottom: 25px;
  }
  #owner .intro .img {
    width: 157px;
  }
  #owner .intro .txt_wrap {
    padding: 34px 0 20px 35px;
  }
  #owner .intro .txt_wrap .ttl {
    margin: 0 0 30px -50px;
  }
  #owner .intro .txt_wrap .pos {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }
  #owner .intro .txt_wrap .name .txt01 {
    font-size: 1.7rem;
  }
  #owner .intro .txt_wrap .name .txt02 {
    font-size: 0.9rem;
    margin-left: 8px;
  }
  #owner .lead {
    line-height: 1.75;
    font-size: 1.4rem;
  }
  #owner .box {
    margin-top: 30px;
    padding: 32px 16px 40px;
  }
  #owner .box .article_wrap {
    flex-direction: column;
    margin-top: 32px;
  }
  #owner .box .article_wrap .img {
    margin-right: 0;
  }
  #owner .box .article_wrap .img img {
    width: 100%;
    height: auto;
  }
  #owner .box .article_wrap .txt_wrap {
    margin-top: 25px;
  }
  #owner .box .article_wrap .link {
    text-align: center;
    margin-top: 25px;
  }
  #campaign {
    padding: 60px 16px;
  }
  #campaign .txt {
    font-size: 2.4rem;
    font-family: serif;
  }
  #campaign .col_wrap {
    flex-direction: column;
    gap: 40px;
  }
  #campaign .col_wrap .col {
    width: 100%;
  }
  #campaign .col_wrap .col .btn_wrap {
    margin-top: 15px;
  }
  #btn_footer {
    padding: 60px 40px;
  }
  #btn_footer .btn_col_wrap {
    flex-direction: column;
    gap: 16px;
  }
  #btn_footer .btn_col_wrap .btn {
    width: 100%;
  }
  #first_view .deco.back {
    background: url(/chocolate_dessertfair/files/mv_back_sp@2x.png) no-repeat center /100% auto;
    top: 11%;
    width: auto;
    left: -40px;
    right: -40px;
  }
  #first_view .deco.front {
    background: url(/chocolate_dessertfair/files/mv_front_sp@2x.png) no-repeat center /100% auto;
    bottom: initial;
    top: 13%;
    width: auto;
    left: -50px;
    right: -30px;
  }
  #set_side .cafe_side {}
  #set_side .cafe_side h3 {
    padding: 40px 20px;
  }
  #set_side .cafe_side h3:after {
    background: url(/chocolate_dessertfair/files/bg_cafe_ttl_sp.png) left bottom /1000px auto;
    height: 50px;
  }
  #set_side .cafe_side .cafe_side_inner {
    padding: 30px 20px;
  }
  #set_side .cafe_side .zensho {
    background-position: top 4px left;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    font-size: 1.3rem;
  }
}

/*-----------------------------------------
  IMPORTANT NEWS
-----------------------------------------*/
.important_news {
  min-width: 660px;
  max-width: 960px;
  margin: 40px auto 0;
  text-align: center;
}
.important_news li {
  min-width: 660px;
  display: inline-block;
}
.important_news li + li {
  margin: 8px 0 0;
}
.important_news li a,
.important_news li span {
  padding: 20px 70px 20px 90px;
  display: block;
  color: #5c1511;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: bold;
  position: relative;
  border: 2px solid #f8ca0e;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 6px;
}
.important_news li a::before {
  content: "\e931";
  font-family: "cocos";
  display: block;
  font-weight: normal;
  color: #f8ca0e;
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.important_news li a::after,
.important_news li span::after {
  content: "\e90e";
  font-family: "cocos";
  display: block;
  font-weight: normal;
  color: #f8ca0e;
  font-size: 3.2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 32px;
}

/* end */
.important_news .end span {
  padding: 20px 30px 20px 80px;
  color: #e64135;
  border: 2px solid #e64135;
}
.important_news .end span::after {
  color: #e64135;
}

@media (max-width: 979.98px) {
  .important_news {
    min-width: auto;
    max-width: none;
    width: 90%;
  }
  .important_news li {
    min-width: auto;
  }
}
@media (max-width: 767.98px) {
  .important_news {
    width: 100%;
    margin: 24px auto 0;
  }
  .important_news li a {
    padding: 14px 40px 14px 60px;
    font-size: 1.3rem;
    line-height: 1.4615384615;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  }
  .important_news li a::before {
    right: 14px;
  }
  .important_news li a::after {
    left: 16px;
  }
}
/*-- Hover --*/
.important_news a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media (min-width: 768px) {
  body:not(.tab_view) .important_news a:hover {
    opacity: 0.7;
  }
}