@charset "UTF-8";

/* CSS Import Style キャッシュされるため、インポート禁止
------------------------------------------------------------- */
#sendaisweet {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

#sendaisweet .mv-top {}

#sendaisweet .fl_l {
  float: left;
}

#sendaisweet .fl_r {
  float: right;
}

#sendaisweet .pc-none {
  display: none;
}

#sendaisweet .sp-none {
  display: block;
}

#sendaisweet .none {
  display: none;
}

#sendaisweet .mt-1em {
  margin-top: 1em;
}

/*
#sendaisweet a, #sendaisweet a img {
    transition: opacity .3s ease-in-out;
}
#sendaisweet a:hover{
	opacity: 0.7;
}*/
#sendaisweet .sendaisweet-listbtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#sendaisweet .sendaisweet-listbtn img {
  width: 70px;
  height: 70px;
  /*object-fit: cover;
  object-position: 70% 100%;*/
}

#sendaisweet .sendaisweet-listbtn li {
  width: calc((99.999% - 16px) / 3);
  margin-top: 18px;
  display: flex;
}

#sendaisweet .sendaisweet-listbtn li:not(:nth-child(3n)) {
  margin-right: 8px;
}

#sendaisweet .sendaisweet-listbtn li a {
  display: flex;
  align-items: center;
}

#sendaisweet .sendaisweet-listbtn li a h4 {
  font-size: 16px;
  line-height: 1.4;
}

#sendaisweet .sendaisweet-listbtn li a h4 span {
  font-size: 12px;
  line-height: 1.2;
}

#sendaisweet .sendaisweet-listbtn li a .textbox {
  padding: 10px;
  text-align: left;
  flex-wrap: wrap;
  width: calc(100% - 70px);
}

/*#sendaisweet .sendaisweet-listbtn li a img {
  transition: opacity .3s ease-in-out;
}*/
#sendaisweet .sendaisweet-ttl {
  background: url(ttl_bgimg.png) center no-repeat;
  background-size: 70px;
  font-size: 35px;
  margin: auto;
  padding: 30px;
  text-align: center;
}

#sendaisweet .sendaisweet-items {
  margin: 60px auto;
}


#sendaisweet .sendaisweet-itemslist li {
  overflow: hidden;
  clear: both;
  margin-bottom: 60px;
}

#sendaisweet .itemslist_imgbox {
  width: 50%;
  padding-right: 15px;
}

#sendaisweet .flex02 .itemslist_imgbox {
  padding-right: 0;
  padding-left: 15px;
}

.flex {
  display: flex;
  align-items: flex-start;
  /*align-items: center;*/
}

.flex02 {
  margin-right: 0;
  margin-left: 15px;
  flex-direction: row-reverse;
}

#sendaisweet .itemslist_imgbox img {}

#sendaisweet .itemslist_text-r {
  text-align: right !important;
}

#sendaisweet .sendaisweet-itemslist h4 {
  text-align: left;
  font-size: 28px;
  font-weight: bold;
}

#sendaisweet .sendaisweet-itemslist h4 span {
  font-size: 18px;
  font-weight: normal;
}

#sendaisweet .itemslist_textbox {
  width: 50%;
  font-size: 14px;
  text-align: left;
  /*position: relative;*/
}

#sendaisweet .itemslist_textbox .catch {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5em;
}

#sendaisweet .itemslist_textbox .text {
  flex-grow: 1;
  padding-bottom: 1em;
}

#sendaisweet .sendaisweet_logo {
  width: 100%;
  margin-bottom: 10px;
}

#sendaisweet .itemslist_textbox a {
  background: #fff;
  /*border: double #a3a3a3 4px;*/
  border: solid #E9868F 1px;
  height: 50px;
  width: 100%;
  color: #E9868F;
  text-align: center;
  line-height: 48px;
  display: block;
  /*position: absolute;
  right: 0;
  bottom: 0;*/
  font-size: 18px;
}

#sendaisweet .itemslist_textbox .line-2 {
  display: flex;
  align-items: center;
  height: 70px;
}

#sendaisweet .itemslist_textbox .line-2 p {
  flex: 1;
  line-height: 1.4;
}

/*バナー  (共通）*/
#sendaisweet .BnrWrap {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto 0;
}

#sendaisweet .BnrWrap .LinkWrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#sendaisweet .BnrWrap .CategoryLink,
#sendaisweet .BnrWrap .CategoryLink_2nd,
#sendaisweet .BnrWrap .TopBtn {
  width: 100%;
  margin: 0 auto;
}

#sendaisweet .BnrWrap .TopBtn {
  margin: 20px auto 0;
}

#sendaisweet .BnrWrap .CategoryLink a {
  max-width: 480px;
  min-height: 70px;
  background-color: #E9868F;
  color: #FFF;
  /* font-size: 1.4em;*/
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}

#sendaisweet .BnrWrap .CategoryLink_2nd {
  margin-right: 40px;
}

#sendaisweet .BnrWrap .CategoryLink_2nd a {
  max-width: 480px;
  min-height: 70px;
  background-color: #FFF;
  border: 1px solid #E9868F;
  color: #E9868F;
  /* font-size: 1.4em;*/
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}

#sendaisweet .BnrWrap .TopBtn a {
  max-width: 360px;
  height: 70px;
  border: 1px solid #7A7778;
  color: #7A7778;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  margin: 0 auto;
}

/* ここから カテゴリーページ */

#sendaisweetCategory {
  margin-bottom: 40px;
}

#sendaisweetCategory .flex {
  display: flex;
}

#sendaisweetCategory .itemslist_imgbox {
  width: calc((420 / 780) * 100%);
}

#sendaisweetCategory .itemslist_textbox {
  width: calc((360 / 780) * 100%);
}

#sendaisweetCategory .text {
  background-color: #f5f5f5;
  padding: 20px;
  text-align: left;
}

#sendaisweetCategory .flex-center {
  align-items: center;
}

/* ここまで カテゴリーページ */

@media screen and (max-width: 1024px) {
/*下ボタン*/
#sendaisweet .BnrWrap {
  max-width: 100%;
  width: 100%;
  margin: 50px auto 0;
}

#sendaisweet .BnrWrap .LinkWrap {
  flex-wrap: wrap;
}

#sendaisweet .BnrWrap .CategoryLink,
#sendaisweet .BnrWrap .CategoryLink_2nd,
#sendaisweet .BnrWrap .TopBtn {
  width: 100%;
  margin: 0 auto;
}

#sendaisweet .BnrWrap .TopBtn {
  margin: 20px auto 0;
}

#sendaisweet .BnrWrap .CategoryLink a {
  max-width: 480px;
  width: 95%;
  min-height: 70px;
  background-color: #E9868F;
  color: #FFF;
  /* font-size: 1.3em;*/
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

#sendaisweet .BnrWrap .CategoryLink_2nd {
  margin-right: 0;
  margin-top: 20px;
}

#sendaisweet .BnrWrap .CategoryLink_2nd a {
  max-width: 480px;
  width: 95%;
  min-height: 70px;
  background-color: #FFF;
  border: 1px solid #E9868F;
  color: #E9868F;
  /* font-size: 1.3em;*/
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

#sendaisweet .BnrWrap .TopBtn a {
  max-width: 360px;
  width: 80%;
  height: 50px;
  border: 1px solid #7A7778;
  color: #7A7778;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin: 30px auto 0;
}
}
@media screen and (max-width: 1000px) {
  #sendaisweet .itemslist_textbox a {
    font-size: 1em;
  }

  #sendaisweet .sendaisweet-listbtn li a h4 {
    font-size: 1em;
    line-height: 1.2;
  }

  #sendaisweet .sendaisweet-listbtn li a h4 span {
    font-size: 0.8em;
    line-height: 1.1;
  }

  #sendaisweet .BnrWrap .CategoryLink_2nd a {
    font-size: 1.5em;
    line-height: 1.4;
  }

  #sendaisweet .BnrWrap .CategoryLink a {
    font-size: 1.5em;
    line-height: 1.4;
  }
}

/*****************************************
SP版

*********************************************/
@media screen and (max-width: 767px) {
  #sendaisweet {}

  #sendaisweet .pc-none {
    display: block;
  }

  #sendaisweet .sp-none {
    display: none;
  }

  #sendaisweet .itemslist_text-r {
    text-align: center !important;
  }

  .flex {
    display: block;
  }

  .flex02 {
    margin-right: 0;
    margin-left: 0;
  }

  #sendaisweet .fl_l {
    float: inherit;
  }

  #sendaisweet .fl_r {
    float: inherit;
  }

  #sendaisweet .mv-top {
    width: auto;
    height: auto;
  }

  #sendaisweet .sendaisweet-listbtn li {
    width: calc((99.999% - 8px) / 2);
  }

  #sendaisweet .sendaisweet-listbtn li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #sendaisweet .sendaisweet-listbtn li:nth-child(2n+1) {
    margin-right: 8px;
  }

  #sendaisweet .sendaisweet-listbtn li a h4 {
    font-size: 1em;
    line-height: 1.2;
  }

  #sendaisweet .sendaisweet-listbtn li a h4 span {
    font-size: 70%;
  }
	
	#sendaisweet .sendaisweet-items {
		margin: 40px auto;
	}
	
  #sendaisweet .sendaisweet-itemslist .itemslist_imgbox {
    margin: auto;
    width: auto;
    padding-right: 0;
  }

  #sendaisweet .sendaisweet-itemslist .itemslist_textbox {
    margin: auto;
    width: auto;
    height: auto;
    position: inherit;
  }

  #sendaisweet .sendaisweet-itemslist {
    margin-top: 5vw;
  }

  #sendaisweet .sendaisweet-ttl {
    font-size: 6vw;
    padding: 6vw;
    text-align: center;
  }

  #sendaisweet .sendaisweet-itemslist h4 {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }

  #sendaisweet .sendaisweet-itemslist h4 span {
    font-size: 60%;
  }

  #sendaisweet .sendaisweet_logo {
    width: auto;
    margin: 20px auto;
  }

  #sendaisweet .flex02 .itemslist_imgbox {
    padding-left: 0;
  }

  #sendaisweet .itemslist_textbox {
    width: 80%;
    height: auto;
    margin: 20px auto auto;
    position: inherit;
  }

  #sendaisweet .itemslist_textbox a {
    /*font-size: 18px; 
	  height: auto;*/
    font-size: 1.1em;
    height: 58px;
    position: inherit;
    margin: 1em auto;
    max-width: 600px;
    width: 80%;
    padding: 13px 0;
    line-height: 1.8;
  }

  #sendaisweet .itemslist_textbox .line-2 {
    display: flex;
    align-items: center;
    height: auto;
  }

  #sendaisweet .itemslist_textbox .line-2 p {
    flex: 1;
    line-height: 1.2;
  }

}

/*――――――――――――――――――
Category 右上リンクボタン、テキスト(共通内容・ID名変更)
――――――――――――――――――*/
#sendaisweetCategory {
  position: relative;
  margin-bottom: 40px;
}

#sendaisweetCategory .BackBtn {
  padding-bottom: 60px;
  position: relative;
  width: 100%;
}

#sendaisweetCategory .BackBtn .btnWrap {
  position: absolute;
  right: 0;
  top: 0;
}

#sendaisweetCategory .BackBtn .btnWrap a {
  background: #fff;
  border: 1px solid #a3a3a3;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-weight: normal;
  margin: 0;
  max-width: none;
  padding: .5em 2em .5em .5em;
  position: relative;
  text-align: center;
  transition: .3s;
  width: 240px;
}

#sendaisweetCategory .BackBtn .btnWrap .cancelBtnArrow::before {
  background-position: 0 1px;
  left: auto;
  right: 20px;
  transform: scaleX(1);
}

/**/
#sendaisweetCategory .BackBtn .btnWrap a::before {
  background-position: 0 1px;
  left: auto;
  right: 20px;
  transform: scaleX(1);
}

#sendaisweetCategory .CategoryWrap .CategoryLead {
  padding: 20px;
  background-color: #F3F3F3;
  text-align: left;
}

#sendaisweetCategory .CategoryWrap .CategoryLead>dl .Lead {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

#sendaisweetCategory .CategoryWrap .CategoryLead>dl .brandtext {
  font-size: 14px;
}

/*――――――――――――――――――
CategorySP版　
――――――――――――――――――*/
@media screen and (max-width: 900px) and (min-width: 768px) {

  /* #sendaisweetCategory .CategoryWrap {
    width: 100%;
  }*/
  #sendaisweetCategory .BackBtn .btnWrap {
    top: 3px;
  }

  #sendaisweetCategory .CategoryWrap .CategoryLead>dl {
    padding: 0;
  }

  #sendaisweetCategory .CategoryWrap .CategoryLead>dl .Lead {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
  }

  /*
  #sendaisweetCategory .CategoryWrap .ImgWrap .productImg {
    width: 60%;
  }

  #sendaisweetCategory .CategoryWrap .ImgWrap .logoImg {
    width: 40%;
    background-color: #FFF;
    text-align: center;
  }

  #sendaisweetCategory .CategoryWrap .ImgWrap .logoImg img {
    width: 50%;
  }*/
}

@media screen and (max-width: 767px) {
  #sendaisweetCategory .BackBtn .btnWrap {
    top: 3px;
  }

  #sendaisweetCategory .BackBtn .btnWrap .cancelBtnArrow {
    font-size: 11px;
    padding: .5em 1.7em .5em .5em;
    width: auto;
  }

  #sendaisweetCategory .BackBtn .btnWrap .cancelBtnArrow::before {
    background-position: 0 1px;
    height: 10px;
    right: 5px;
    width: 10px;
  }
}


/*――――――――――――――――――
アンカーリンク・予算から選ぶ・すべての商品を見るを追加
――――――――――――――――――*/
#sendaisweet .anchorLinks {
  display: flex;
  flex-wrap: nowrap;
	margin: 20px 0 0;
}

#sendaisweet .anchorLinks .anchorLinkBtn {
  height: 60px;
  width: calc((100% - 10px) / 2);
}

#sendaisweet .anchorLinks .anchorLinkBtn a {
  align-items: center;
  background-image: url(icon-arrow-anchor-scroll01.svg);
  background-position: calc(100% - 12px) 54%;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  border: 1px solid #73533E;
  color: #73533E;
  display: flex;
  font-size: 15px;
  font-weight: normal;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: center;
}

#sendaisweet .anchorLinks .anchorLinkBtn .anchorLinkViewAll {
  background-image: url(icon-arrow-anchor-viewall01.svg);
}

#sendaisweet .anchorLinks .anchorLinkBtn:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {

  #sendaisweet .anchorLinks {
    flex-wrap: wrap;
  }

  #sendaisweet .anchorLinks .anchorLinkBtn {
    height: 50px;
    width: 100%;
  }

  #sendaisweet .anchorLinks .anchorLinkBtn:not(:last-child) {
    margin-bottom: 10px;
		margin-right: 0;
  }

  #sendaisweet .anchorLinks .anchorLinkBtn a {
    background-position: calc(100% - 10px) 50%;
    background-size: 12.5px 12.5px;
    font-size: 14px;
  }

  #sendaisweet .anchorLinks .anchorLinkBtn .small {
    font-size: 14px;
    padding-top: 4px;
  }
}

/*――――――――――――――――――
予算から選ぶの各ボタンを追加
――――――――――――――――――*/
#sendaisweet .sectionPrice {
  padding: 0 0 40px;
}
#sendaisweet .sectionPrice .title {
  text-align: center;
}
#sendaisweet .sectionPrice .title .h3 {
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}
#sendaisweet .sectionPrice .title .h3 .small {
  font-size: 28px;
}
#sendaisweet .sectionPrice .flexColumn3 {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
}
#sendaisweet .sectionPrice .item {
  width: calc((100% - 40px) / 3);
}

#sendaisweet .sectionPrice .item:not(:last-child) {
  margin-right: 20px;
}

#sendaisweet .sectionPrice .item a {
  align-items: center;
  background-color: #fff;
  background-image: url(icon-arrow-right01.svg);
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  background-size: 7.844px 16.903px;
  border: 1px solid #E9868F;
  color: #E9868F;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  justify-content: center;
  line-height: 1.1;
  padding: 0 10px;
  width: 100%;
}

#sendaisweet .sectionPrice .item a .baseline {
  color: #E56788!important;
  align-items: baseline;
  -webkit-box-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
}

#sendaisweet .sectionPrice .item a .small {
  color: #E56788!important;
  font-size: 14px;
}

#sendaisweet .sectionPrice .title .h3 {
  margin-bottom: 23px;
}

#sendaisweet .sectionPrice .title .h3::before {
  display: none;
}

#sendaisweet .sectionPrice .title .h3::after {
  display: none;
}

@media screen and (max-width: 1052px) {
	#sendaisweet .sectionPrice {
		padding: 0;
	}
	
  #sendaisweet .sectionPrice .item {
    width: 100%;
  }

  #sendaisweet .sectionPrice .item a {
    background-size: 7px 16px;
    font-size: 16px;
    height: 43px;
  }

  #sendaisweet .sectionPrice .item a .small {
    font-size: 14px;
  }

  #sendaisweet .sectionPrice .item:not(:last-child) {
    margin-bottom: 10px;
		margin-right: 0;
  }
}

@media screen and (max-width: 767px){
  #sendaisweet .sectionPrice .title .h3 {
    font-size: 6vw;
  }
  #sendaisweet .sectionPrice .title .h3 .small {
    font-size: 20px;
  }
  #sendaisweet .sectionPrice .item {
    width: 80%;
  }
}

