@charset "UTF-8";
.list .item .logo {
  width: auto;
  height: 50px;
  background-repeat: no-repeat;
  background-color: white;
  background-size: contain;
  margin-bottom: 5px;
  background-position: center;
  display: none;
}
.list .item.hc .logo {
  background-image: url(/contents/common/img/i_logo_HC.png);
  display: block;
}
.list .item.c3 .logo {
  background-image: url(/contents/common/img/i_logo_C3.png);
  display: block;
}
.list .item.cas .logo {
  background-image: url(/contents/common/img/i_logo_NE.png);
  display: block;
}
.list.crt_green .cart {
  background-color: #32B16C;
}
.list.crt_purple .cart {
  background-color: #846CC9;
}
.list.crt_orange .cart {
  background-color: #D87704;
}

.btn {
  display: inline-block;
}
.btn.dtl {
  border-radius: 25px;
  color: #fff;
  background-color: #bfd2ff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn.dtl {
    padding-top: 10px !important;
  }
}
.btn.dtl.gray {
  border: 1px solid #CCCCCC;
}
.btn.dtl:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 2px;
  margin: 0 4px;
}
.btn.cart {
  background-color: #2656c7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn.cart {
    padding-top: 12px !important;
  }
}
.btn.cart:before {
  content: "";
  background: url(https://www.suzette-shop.jp/contents/common/img/cart.png) no-repeat center;
  width: 22px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .btn.cart:before {
    width: 24px;
    height: 18px;
    margin-right: 5px;
    position: static;
  }
}
.btn.other {
  border-radius: 30px;
  color: #fff;
  background-color: #EB6100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn.other {
    padding-top: 10px !important;
  }
}
.btn.other:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn.other.irr {
  border: none;
  background-color: #FFF6F6;
}
.btn.comingsoon {
  background-color: #fff;
  border-radius: 25px;
  color: #333;
}
.btn.ctg {
  border-radius: 25px;
  background-color: #CEAE2D;
}
.btn.ctg:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 2px;
  margin: 0 4px;
}
.btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#end {
  width: 90%;
  padding: 0.7em 0.75em;
  border: 10px double #ccc;
  border-radius: 50px;
  margin: 10px auto 15px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  #end {
    width: 90%;
    font-size: 18px;
    margin: 20px auto 15px;
  }
}

@media screen and (min-width: 768px) {
  .bscstm .max-w-md-1024px {
    max-width: 1024px;
  }
}

.event-wrap {
  /*オンラインサービスの便利なサービス*/
}
@media screen and (min-width: 768px) {
  .event-wrap {
    overflow-x: hidden;
  }
}
.event-wrap * {
  color: #415c9b;
}
.event-wrap img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .event-wrap .right-tb-0px {
    right: 0 !important;
  }
  .event-wrap .left-tb-0px {
    left: 0 !important;
  }
}
.event-wrap .top-mv {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .event-wrap .top-mv {
    background-image: none !important;
    height: auto;
  }
}
.event-wrap .bg-wh {
  background: #fff !important;
}
.event-wrap .bg-lg {
  background: #fefdf8 !important;
}
.event-wrap .bg-gr {
  background: #E5DCD8 !important;
}
.event-wrap .bg-pink {
  background: #4c6cb3 !important;
}
.event-wrap .bg-bd {
  background: #9A232B !important;
}
.event-wrap .bg-brw {
  background: #452C1B !important;
}
.event-wrap .fc-wh {
  color: #fff !important;
}
.event-wrap .f-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.event-wrap .btn-detail {
  background: #E5D7CF;
  border-radius: 20px;
  height: 38px;
  line-height: 38px;
  display: block;
}
@media screen and (max-width: 799px) {
  .event-wrap .btn-detail {
    height: 30px;
    line-height: 30px;
  }
}
.event-wrap .btn-detail span {
  color: #555555 !important;
}
.event-wrap .btn-cart {
  background: #B58B56;
  height: 40px;
  line-height: 40px;
  display: block;
  position: relative;
  padding-left: 5%;
}
@media screen and (max-width: 799px) {
  .event-wrap .btn-cart {
    height: 36px;
    line-height: 36px;
  }
}
.event-wrap .btn-cart span {
  color: #fff !important;
}
.event-wrap .btn-cart:before {
  content: "";
  width: 24px;
  height: 26px;
  background: url(/contents/common/img/cart.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
}
@media screen and (max-width: 799px) {
  .event-wrap .btn-cart:before {
    width: 19px;
    height: 21px;
  }
}
.event-wrap .h1_top {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
	margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .event-wrap .h1_top {
    font-size: 20px;
  }
}
@media screen and (max-width: 799px) {
  .event-wrap .h1_top {
    font-size: 15px;
  }
}
@media screen and (max-width: 799px) {
  .event-wrap .item-sp-scroll {
    overflow-x: scroll;
  }
}
.event-wrap .toggle-btn {
  position: relative;
}
.event-wrap .toggle-btn:after {
  content: "";
  width: 41px;
  height: 41px;
  background: url(https://www.suzette-shop.jp/contents/hcsp2025/img/2025sp_arrow_down.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
}
@media screen and (max-width: 799px) {
  .event-wrap .toggle-btn:after {
    width: 29px;
    height: 29px;
  }
}
.event-wrap .toggle-btn.toggle-active:after {
  background: url(https://www.suzette-shop.jp/contents/hcsp2025/img/2025sp_arrow_up.png) no-repeat center center/contain;
}
.event-wrap #column .bg-column {
  background-image: url(/contents/hc_vday2025/img/column_waku_side.png);
  background-repeat: repeat-y;
  background-position: center top;
  position: relative;
}
@media screen and (max-width: 799px) {
  .event-wrap #column .bg-column {
    background-size: 95%;
  }
}
.event-wrap #column .bg-column:before, .event-wrap #column .bg-column:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  background-image: url(/contents/hc_vday2025/img/column_waku.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #FBF5F1;
}
@media screen and (max-width: 799px) {
  .event-wrap #column .bg-column:before, .event-wrap #column .bg-column:after {
    height: 33px;
    width: 96%;
    background-size: 100%;
    left: 0;
    right: 0;
  }
}
.event-wrap #column .bg-column:before {
  top: 0;
}
@media screen and (max-width: 799px) {
  .event-wrap #column .bg-column:before {
    margin: 0 auto;
  }
}
.event-wrap #column .bg-column:after {
  bottom: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media screen and (max-width: 799px) {
  .event-wrap #column .bg-column:after {
    margin: 0 auto;
  }
}
.event-wrap #column .point .toggle-btn {
  position: relative;
  cursor: pointer;
}
.event-wrap #column .point .toggle-btn:before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 11px;
}
@media screen and (min-width: 768px) {
  .event-wrap #column .point .toggle-btn:before {
    height: 18px;
    right: 18px;
  }
}
.event-wrap #column .point .toggle-btn:after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
}
@media screen and (min-width: 768px) {
  .event-wrap #column .point .toggle-btn:after {
    width: 18px;
    right: 10px;
  }
}
.event-wrap #column .point .toggle-btn.toggle-active:before {
  content: none;
}
.event-wrap .service .accordion-btn {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px 15px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.event-wrap .service .accordion-btn span {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: 5px;
}
.event-wrap .service .accordion-btn span:before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 1px;
  margin: auto;
  right: 11px;
}
.event-wrap .service .accordion-btn span:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 2px;
  margin: auto;
  right: 6px;
}
.event-wrap .service .accordion-btn.toggle-active span:before {
  content: none;
}
@media screen and (max-width: 768px) {
  .event-wrap {
    /*オンラインサービスの便利なサービス*/
  }
  .event-wrap .ochugen_2017 .service {
    width: 90%;
    margin: 0 auto;
  }
  .event-wrap .ochugen_2017 .service h2 {
    text-align: center;
    margin: 0 auto 0px auto;
    max-width: 600px;
    padding: 0 10px;
  }
  .event-wrap .ochugen_2017 ul.service_list_ {
    padding: 0;
  }
  .event-wrap .ochugen_2017 ul.service_list_ > li {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 23px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #f0ebdf;
  }
  .event-wrap .ochugen_2017 ul.service_list_ > li:last-child {
    margin-bottom: 0;
    border: none;
  }
  .event-wrap .ochugen_2017 ul.service_list_ > li h3 {
    margin: 0 auto 20px auto;
    text-align: center;
  }
  .event-wrap .ochugen_2017 ul.service_list_ > li:first-child h3 {
    width: 80%;
    max-width: 290px;
  }
  .event-wrap .ochugen_2017 ul.service_list_ > li:nth-child(2) h3 {
    width: 89%;
    max-width: 316px;
  }
  .event-wrap .ochugen_2017 ul.service_list_ > li:last-child h3 {
    width: 97%;
    max-width: 350px;
  }
  .event-wrap .ochugen_2017 ul.service_list_ > li div.img {
    margin: 0 auto 20px auto;
    width: 80%;
    max-width: 280px;
    float: none;
  }
  .event-wrap .ochugen_2017 ul.service_list_ > li p {
    color: #3b1e0a;
    font-size: 11px;
    line-height: 2em;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .event-wrap .ochugen_2017 ul.service_list_btn_ {
    text-align: center;
  }
  .event-wrap .ochugen_2017 ul.service_list_btn_ > li {
    display: inline-block;
    text-align: center;
    width: 140px;
  }
  .event-wrap .ochugen_2017 ul.service_list_ > li .desc {
    width: 90%;
    margin: 0 5%;
  }
}
.event-wrap .product-item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.event-wrap .item__name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
	color: #000;
}
.event-wrap .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-wrap .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 150px;
}
.event-wrap .card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-wrap .card-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/*add*/

.kisei25_mvbottom {
	background-image: url(/contents/kisei2025/img/kisei25_SP_bg01.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	position: relative;
  padding: 5%;
}

.kisei25_mvbottom_inner {
  background-color: #fff;
  padding: 1% 1% 70px;
  text-align: left;
  position: relative;
  box-shadow:0 0 10px #cff3ff;
}

.mv_kazari01 {
	position: absolute;
	right:-40px;
	top:-20px;
  overflow: hidden;
}
.mv_kazari02 {
  position: absolute;
  left:-30px;
  bottom:-20px;
}

.mv_kazari01 img {
	width: 200px;
}
	.mv_kazari02 img {
    height: 120px;
    }

@media screen and (max-width: 768px) {
.mv_kazari01 img {
	width: 180px;
}
	.mv_kazari02 img {
    height: 90px;
    }
}


@media screen and (min-width: 768px) {
.hcsp2025_mvbottom {
	background-size: 1920px auto;
	min-height: 814px;
}
.mv_strawberry01 {
	right:calc(50% - 500px);
	top:-70px;
}

.mv_strawberry02 {
	position: absolute;
	left:calc(50% - 600px);
	bottom:80px;
}
}

#section01 {
  background: url(/contents/kisei2025/img/lineup_bg.png),linear-gradient(#eefafe, #fffdee);
  background-size: 15px;
}
#section01 .separate-img ,#section02 .separate-img {
  width: 100%;

}

.fzp-23px {  font-size: 23px;}

.fzp-md-46px {  font-size: 46px;}

.lineup_ul li {
  border: 1px solid #2656c7;
  background-color: #fff;
  font-size: 20px;
  letter-spacing: 0.3em;
  width: 300px;
  margin: 20px auto;
  box-shadow: 3px 3px 5px #97b7bf;
  text-align: center;
}

.lineup_ul li a {
  display: block;
  padding: 13px 3px 13px 10px;
}

.lineup_box {
  background-color: #fff;
  margin: 5%;
  background-image: url(/contents/kisei2025/img/border.png),url(/contents/kisei2025/img/border.png);
  background-repeat: no-repeat;
  background-position: top center,bottom center;
  background-size: auto 3px;
}

.h_flo {
  background-image: url(/contents/kisei2025/img/kisei25_point_01.png);
  background-repeat: no-repeat;
  background-size: 55px auto;
  background-position: center bottom;
  padding-bottom: 20px;
}

.lineup_box h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.lineup_box h3 span {
  font-size: 9px;
}

.mixborder {
  background-image: url(/contents/kisei2025/img/border.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 3px;
}


