@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
body {
  font-family: 'Noto Sans JP', sans-serif;
}
.timeline {
  /*max-width: 40%;*/
  border: 1px solid #333;
  padding: 10px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #bf272d !important;
}

.box01 {
  position: relative; /* 中央寄せしたい要素の親タグにrelativeをつける */
  overflow: hidden; /* はみ出した部分は表示しないようにする */
  height: 800px; /* 高さは固定値を入れる */
}
.box01 img {
  position: absolute;
  top: 50%; /* トップを基準に中央配置 */
  left: 50%; /* 左を基準に中央配置 */
  width: 1920px;
  height: 800px;
  margin-top: -400px;
  margin-left: -960px;
}
.box02 {
  position: relative; /* 中央寄せしたい要素の親タグにrelativeをつける */
  overflow: hidden; /* はみ出した部分は表示しないようにする */
  height: 600px; /* 高さは固定値を入れる */
}
.box02 img {
  position: absolute;
  top: 50%; /* トップを基準に中央配置 */
  left: 50%; /* 左を基準に中央配置 */
  width: 1920px;
  height: 600px;
  margin-top: -300px;
  margin-left: -960px;
}
.box_main {
  position: relative; /* 中央寄せしたい要素の親タグにrelativeをつける */
  overflow: hidden; /* はみ出した部分は表示しないようにする */
  height: 460px; /* 高さは固定値を入れる */
}
.box_main img {
  position: absolute;
  top: 50%; /* トップを基準に中央配置 */
  left: 50%; /* 左を基準に中央配置 */
  width: 1920px;
  height: 460px;
  margin-top: -230px;
  margin-left: -960px;
}
.bg_productimg {
  background-image: url("../images/050852/050852pc_bg_img.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.borderwhite {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
body {
  padding-top: 50px;
  position: relative;
}
.r01lineup {
  background-color: #bd272d;
}
.r02store {
  background-color: #f7e0da;
}
.r03news {
  background-color: #bd272d;
}
.r04link {
  background-color: black;
}
.bg_pink {
  background-color: #de4c87;
}
.logos {
  margin-bottom: 15px;
}
.maintext {
  font-size: clamp(28px, 3vw, 32px);
  color: #bd272d;
  font-weight: 600;
}
.description_bk {
  font-size: clamp(18px, 3vw, 18px);
  color: #666666;
  line-height: 2.5em
}
.description_white {
  font-size: clamp(18px, 3vw, 18px);
  color: white;
  line-height: 2.5em
}
.category_title_white {
  font-size: clamp(28px, 3vw, 32px);
  color: white;
  font-weight: 600;
}
.category_subtitle_white {
  font-size: clamp(18px, 3vw, 21px);
  color: white;
  font-weight: 600;
  margin-bottom: 45px;
}
.subtitle_white {
  font-size: clamp(18px, 3vw, 21px);
  color: white;
  font-weight: 600;
  margin-bottom: 15px;
}
.category_title_red {
  font-size: clamp(28px, 3vw, 32px);
  color: #bd272d;
  font-weight: 600;
}
.category_subtitle_red {
  font-size: clamp(18px, 3vw, 21px);
  color: #bd272d;
  font-weight: 600;
}
.category_title_purple {
  font-size: clamp(28px, 3vw, 32px);
  color: #660033;
  font-weight: 600;
}
.category_subtitle_purple {
  font-size: clamp(18px, 3vw, 21px);
  color: #660033;
  font-weight: 600;
}
.title_magin {
  margin-bottom: 50px;
}
.text16pt_white {
  font-size: clamp(16px, 3vw, 16px);
  color: white;
}
.text18pt_white {
  font-size: clamp(16px, 3vw, 18px);
  color: white;
}
.text1818pt_white {
  font-size: 18px;
  color: white;
  margin-top: -8px;
}
.text1818pt_violet {
  font-size: 18px;
  color: #361D63;
  margin-top: -8px;
}
.text1814pt_white {
  font-size: clamp(14px, 3vw, 18px);
  color: white;
}
.text18pt_black {
  font-size: clamp(16px, 3vw, 18px);
  color: #333333;
}
.text16pt_black {
  font-size: clamp(16px, 3vw, 16px);
  color: #333333;
}
.text28pt_white {
  font-size: clamp(24px, 3vw, 28px);
  color: white;
  font-weight: 600;
}
.text14pt_purple {
  font-size: clamp(14px, 3vw, 14px);
  color: #660033;
}
.text18pt_purple {
  font-size: clamp(16px, 3vw, 18px);
  color: #660033;
  font-weight: 600;
}
.tmargin120 {
  margin-top: 120px;
}
.tmargin60 {
  margin-top: 60px;
}
.tmargin35 {
  margin-top: 35px;
}
.tmargin-10 {
  margin-top: -10px;
}
.tmargin10 {
  margin-top: 10px;
}
.bmargin35 {
  margin-bottom: 35px;
}
.bmargin20 {
  margin-bottom: 20px;
}
.bmargin60 {
  margin-bottom: 60px;
}

.bmargin-10 {
  margin-bottom: -10px;
}

.bg_padding {
  padding-top: 75px;
  padding-bottom: 100px;
}
.btn_white a {
  font-size: clamp(16px, 3vw, 18px);
  border: solid white 1px;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 15px 0;
  margin: auto;
  background-color: #bd272d;
  color: white;
  text-decoration: none;
  text-align: center;
  margin-top: 25px;
  height: 60px;
}
.btn_white a:hover {
  background: white;
  color: #bd272d !important;
  transition: 0.5s;
}
.btn_red a {
  font-size: clamp(16px, 3vw, 18px);
  border: solid #bd272d 1px;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 15px 0;
  margin: auto;
  background-color: white;
  color: #bd272d;
  text-decoration: none;
  text-align: center;
  margin-top: 25px;
  height: 60px;
}
.btn_red a:hover {
  background: #bd272d;
  color: white !important;
  transition: 0.5s;
}
.btnimage {
  display: inline-block;
}
footer {
  background-color: #bd272d;
  font-size: clamp(14px, 3vw, 16px);
  padding-top: 30px;
  padding-bottom: 15px;
  border-top: 2px solid white;
}
.companyname a {
  color: white !important;
}
.companyname, a:hover, a:focus {
  color: white !important;
}
.copyright {
  color: white;
  font-size: 14px;
  padding-top: 15px;
}
/* ページトップへ戻るボタン */
#page-top {
  position: fixed;
  display: none;
  width: 100%;
  height: 0;
  bottom: 160px;
  z-index: 2;
  margin: auto;
}
#page-top a {
  position: absolute;
  display: block;
  right: 40px;
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
  -moz-background-size: 80px 80px;
  background-image: url('../images/top_btn.svg');
  background-repeat: no-repeat;
  /*	bottom:110px;*/
}
#page-top a:hover {
  opacity: 0.5;
}
.nopadding_l {
  padding-left: 0px !important;
}
.nopadding_r {
  padding-right: 0px !important;
}
.max990 {
  max-width: 990px;
}

/*.modal_btn {
	border-radius: 25px;
	border: 1px solid white;
	cursor: pointer;
	color: white;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
	height: 60px;
}

.modal_btn:hover {
	color: #165abd;
	background-color: white;
	transition : 0.5s;
}
*/

@media screen and (max-width:768px) {
  /*　画面サイズが768px以下の場合読み込む　*/
  #page-top {
    display: none !important;
  }
  .bg_padding {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .nopadding_l {
    padding-left: 15px !important;
  }
  .nopadding_r {
    padding-right: 15px !important;
  }
  .bg_productimg {
    background-image: url("../images/050852/050852sp_bg_img.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}
/*改行位置調節*/
@media screen and (min-width: 768px) {
  /*　画面サイズが768px以上の場合読み込む　*/
  .br-sp {
    display: none;
  }
	.bg_background_img {
	background: #ddd url("../images/chocobake/cb_bg_choco.png") no-repeat center center;
	background-size: cover;
	}
}
@media screen and (max-width:990px) {
  .br-pc {
    display: none;
  }
	.bg_background_img {
	background: #ddd url("../images/chocobake/sp_cb_bg_choco.png") no-repeat center center;
	background-size: cover;
	}
}