@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Karla:400,700");
@font-face {
  font-family: "myfont";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/myfont.ttf") format("truetype");
  src: url("../fonts/myfont.woff") format("woff");
}
@media screen and (max-width: 768px) {
  .header-none {
    display: none;
  }
}

#main_content {
  margin: 0 auto;
  color: #330000;
}
@media screen and (max-width: 768px) {
  #main_content {
    width: 100%;
  }
}
#main_content *,
#main_content *:before,
#main_content *:after {
  box-sizing: border-box;
}
#main_content h1,
#main_content h2,
#main_content h3,
#main_content h4,
#main_content h5,
#main_content h6 {
  font-weight: bold;
}
#main_content .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  #main_content .pc {
    display: none;
  }
}
#main_content .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #main_content .sp {
    display: block !important;
  }
}
#main_content .tb {
  display: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #main_content .tb {
    display: block !important;
  }
}
#main_content .ff-hanna {
  font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#main_content .ff-gothic-m {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", sans-serif;
}
#main_content .ff-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#main_content .ff-mincho-m {
  font-family: "Yu Mincho Demibold", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#main_content .txt_purple {
  color: #846CC9;
}
#main_content .txt_pink {
  color: #E2668C;
}
#main_content .txt_spink {
  color: #FF0045;
}
#main_content .txt_rpink {
  color: #DE416C;
}
#main_content .txt_chacol {
  color: #333333;
}
#main_content .txt_555 {
  color: #555;
}
#main_content .bg_lorange {
  background-color: #FFF3F3;
}
#main_content .bg_lpink {
  background-color: #FFECF3;
}
#main_content .bg_dpink {
  background-color: #DC7C96;
}
#main_content .bg_pink {
  background-color: #FFF9FD;
}
#main_content .bg_navi {
  background-color: #DD6B75;
}
#main_content .bg_lppl {
  background-color: #FFF5F9;
}
#main_content .bg-beige {
  background-color: #FEF4F0;
}
#main_content .bg-sky {
  background-color: #F3F8FF;
}
#main_content .bg-lorange {
  background-color: #F2DCAD;
}
#main_content .line_ppl {
  background: linear-gradient(transparent 70%, #EFC5EC 70%);
}
#main_content .line_pink {
  background: linear-gradient(transparent 70%, #F9D9E0 70%);
}
#main_content .line_yllw {
  background: linear-gradient(transparent 70%, #FFFFBB 70%);
}
#main_content .line_yllw_lemon {
  background: linear-gradient(transparent 70%, #FBFF30 70%);
}
#main_content .line_lorange {
  background: linear-gradient(transparent 70%, #F8E6E0 70%);
}
#main_content .line_light_blue {
  background: linear-gradient(transparent 70%, #D7FEFA 70%);
}
#main_content .line_blue {
  background: linear-gradient(transparent 70%, #D7E9FE 70%);
}
#main_content .contents-container {
  max-width: 1024px;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #main_content .contents-container {
    width: 100%;
    min-width: auto;
  }
}
#main_content .title__acc-wrap {
  text-align: center;
}
#main_content .title__acc {
  position: relative;
  background-image: url("../img/line.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  font-size: 24px;
  display: inline-block;
  padding: 0 120px 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #main_content .title__acc {
    font-size: 18px;
    background-image: none;
    padding: 45px 0 0;
    margin-bottom: 25px;
  }
}
#main_content .title__acc:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 5px;
  right: -10px;
  width: 105px;
  height: 53px;
  background-image: url("../img/flake05_deco.png");
}
@media screen and (max-width: 768px) {
  #main_content .title__acc:after {
    left: 0;
    right: 0;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 74px;
    height: 37px;
    background-size: contain;
  }
}
#main_content .title__acc-left:after {
  right: auto;
  left: -45px;
}
@media screen and (max-width: 768px) {
  #main_content .title__acc-left:after {
    left: 0;
    right: 0;
  }
}
#main_content .breadcrumbs-list .link {
  text-decoration: none;
}
#main_content .breadcrumbs-list__item:nth-child(n+2) {
  position: relative;
  text-decoration: underline;
}
#main_content .breadcrumbs-list__item:nth-child(n+2)::before {
  display: block;
  content: ">";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
#main_content #mv {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #main_content #mv {
    margin-bottom: 20px;
  }
}
#main_content #flow .flow__contents-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #main_content #flow .flow__contents-wrap {
    display: block;
    padding: 0 12px;
  }
}
#main_content #flow .flow__contents {
  width: 314px;
  flex-shrink: 0;
  padding: 20px 20px;
  border-radius: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #main_content #flow .flow__contents {
    width: 100%;
    margin-bottom: 0px;
  }
}
#main_content #flow .flow__contents-step {
  position: relative;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 768px) {
  #main_content #flow .flow__contents-step {
    font-size: 18px;
  }
}
#main_content #flow .flow__contents-step span {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #main_content #flow .flow__contents-step span {
    font-size: 23px;
  }
}
#main_content #flow .flow__contents-step:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 5px;
  left: 0;
  right: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 2px;
}
#main_content #flow .flow__contents-red {
  background-color: #FFE4DB;
}
#main_content #flow .flow__contents-red .flow__contents-step {
  color: #C90A21;
}
#main_content #flow .flow__contents-red .flow__contents-step:after {
  background-color: #C90A21;
}
#main_content #flow .flow__contents-green {
  background-color: #E4F3E6;
}
#main_content #flow .flow__contents-green .flow__contents-step {
  color: #007137;
}
#main_content #flow .flow__contents-green .flow__contents-step:after {
  background-color: #007137;
}
#main_content #flow .flow__contents-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}
@media screen and (max-width: 768px) {
  #main_content #flow .flow__contents-arrow {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #main_content #flow .flow__contents-arrow img {
    transform: rotate(90deg);
    width: 11px;
  }
}
#main_content #shop .toggle-btn {
  position: relative;
}
#main_content #shop .toggle-btn:before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
}
#main_content #shop .toggle-btn:after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}
#main_content #shop .toggle-btn.toggle-active:before {
  display: none;
}
#main_content #select {
  background-color: #C90A21;
  background-image: url("../img/bg_pc.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #main_content #select {
    background-image: url("../img/bg_sp.jpg");
  }
}
#main_content #select .tab-title-wrap {
  position: relative;
}
#main_content #select .tab-title-wrap .tab-title {
  line-height: 100px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #B9A75E;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  #main_content #select .tab-title-wrap .tab-title {
    line-height: 1.3;
    padding: 10px 0;
    font-size: 15px;
  }
}
#main_content #select .tab-title-wrap .tab-title.active-tab {
  z-index: 10;
  background: #ffffff;
  color: #000000;
}
#main_content #select .tab-contents {
  display: none;
}
#main_content #select .tab-contents.active-tab {
  display: block;
}
#main_content .btn.dtl {
  border-radius: 25px;
  color: #555555;
  background-color: #F1F1F1;
}
#main_content .btn.dtl:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #555555;
  border-right: 1px solid #555555;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  vertical-align: 2px;
  margin: 0 4px;
}
#main_content #select .cart-btn-2 {
  width: 100%;
  height: auto;
  line-height: 32px;
  margin: 10px 0 0 0;
  display: block;
  font-size: 14px;
  font-weight: 600 !important;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
  top: 0;
  text-decoration: none;
  overflow: hidden;
  background-color: #C69D00;
}
#main_content #select .cart-btn-2:after {
  content: "";
  background: url(/contents/common/img/cart.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: auto;
  position: absolute;
  left: 8%;
  top: 32%;
  margin: 0 auto;
  padding: 0 0 0 30px;
}
#main_content #select .decoration-tree {
  position: relative;
}
#main_content #select .decoration-tree::after {
  display: block;
  content: "";
  position: absolute;
  top: -50px;
  right: -440px;
  width: 432px;
  height: 487px;
  background: url(../img/tree_bg_pc.png) no-repeat right top/contain;
}
#main_content #select-c3 {
  background-color: #C90A21;
  background-image: url("../img/flake01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #main_content #select-c3 {
    background-image: url("../img/flake01_sp.png");
  }
}
#main_content #select-c3 .tab-title-wrap {
  position: relative;
}
#main_content #select-c3 .tab-title-wrap .tab-title {
  line-height: 100px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #B9A75E;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  #main_content #select-c3 .tab-title-wrap .tab-title {
    line-height: 1.3;
    padding: 10px 0;
    font-size: 15px;
  }
}
#main_content #select-c3 .tab-title-wrap .tab-title.active-tab {
  z-index: 10;
  background: #ffffff;
  color: #000000;
}
#main_content #select-c3 .tab-contents {
  display: none;
}
#main_content #select-c3 .tab-contents.active-tab {
  display: block;
}
#main_content #select-c3 .btn.dtl {
  border-radius: 25px;
  color: #555555;
  background-color: #F1F1F1;
}
#main_content #select-c3 .btn.dtl:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #555555;
  border-right: 1px solid #555555;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  vertical-align: 2px;
  margin: 0 4px;
}
#main_content #select-c3 .cart-btn-2 {
  width: 100%;
  height: auto;
  line-height: 32px;
  margin: 10px 0 0 0;
  display: block;
  font-size: 14px;
  font-weight: 600 !important;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
  top: 0;
  text-decoration: none;
  overflow: hidden;
  background-color: #C69D00;
}
#main_content #select-c3 .cart-btn-2:after {
  content: "";
  background: url(/contents/common/img/cart.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: auto;
  position: absolute;
  left: 8%;
  top: 32%;
  margin: 0 auto;
  padding: 0 0 0 30px;
}
#main_content #select-c3 .decoration-tree {
  position: relative;
}
#main_content #select-c3 .decoration-tree::after {
  display: block;
  content: "";
  position: absolute;
  top: -50px;
  right: -440px;
  width: 432px;
  height: 487px;
  background: url(../img/tree_bg_pc.png) no-repeat right top/contain;
}
#main_content .cake-link__soldout {
  position: relative;
  pointer-events: none;
}
#main_content .cake-link__soldout:after {
  content: "Sold out";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 33px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #cccccc;
  font-size: 14px;
  border-radius: 5px;
}
#main_content .cake-link__soldout .cake-link__img {
  position: relative;
}
#main_content .cake-link__soldout .cake-link__img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#main_content .pickup-item{
  position: relative;
  padding-top: 60px!important;
}
@media screen and (max-width: 768px) {
  #main_content .pickup-item{
    padding-top: 30px!important;
  }
}
#main_content .pickup-item:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 515px;
  background-color: #C59C00;
}
@media screen and (max-width: 768px) {
  #main_content .pickup-item:before{
    margin: 0 calc(50% - 50vw);
    width: calc(100vw);
  }
}
#main_content .pickup-item .cake-title{
  color: #ffffff;
}
#main_content .pickup-item .cake-mv{
  position: relative;
}
#main_content .pickup-item .cake-mv:before{
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: -75px;
  right: 0;
  width: 200px;
  height: 87px;
  background-image: url(../img/pickup.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-20deg);
}
@media screen and (max-width: 768px) {
  #main_content .pickup-item .cake-mv:before{
    top: -35px;
    left: -20px;
    width: 107px;
    height: 73px;
  }
}
@media screen and (max-width: 768px) {
  #main_content .pickup-item:before{
    height: 205px;
  }
}

#main_content .fixed-page-link__wrap {
  position: fixed;
  top: auto;
  bottom: 150px;
  right: 0px;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 768px) {
  #main_content .fixed-page-link__wrap {
    bottom: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #main_content .fixed-page-link__wrap .fixed-page-link{
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #main_content .fixed-page-link__wrap .fixed-page-link__contents{
    width: 25%;
  }
}
#main_content .fixed-page-link__wrap .fixed-page-link__contents + .fixed-page-link__contents{
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #main_content .fixed-page-link__wrap .fixed-page-link__contents + .fixed-page-link__contents{
    margin-top: 0px;
    border-left: 1px solid #ffffff;
  }
}
@media screen and (max-width: 768px) {
  #pagetop, #footer__tel, #footer__tel-business, .channelTalk-cstmBtn {
    bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #footer__tel img{
    width: 60px;
  }
  #footer__tel-business img{
    width: 60px;
  }
  #footer__tel-business{
    right: 130px;
  }
}

#main_content img{
  max-width: 100%;
  height: auto;
}

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