@charset "utf-8"; /**/
/* 全体 */
.l-main {
  /*padding-bottom: 0 !important;*/
}
.nekketsu_bihaku {
  max-width: 720px;
  margin: 0 auto;
}
.nekketsu_bihaku h1, .nekketsu_bihaku h2, .nekketsu_bihaku h3, .nekketsu_bihaku h4, .nekketsu_bihaku h5, .nekketsu_bihaku h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.25;
  font-size: 1.6rem;
}
.marker {
    background: linear-gradient(transparent 0%, #fffa63 0%);
    display: inline;
    padding: 1px 1px 2px 1px;
}
.sp_box{

}

/*枠線*/
.nekketsu_bihaku .linebox {
	border: 1px solid #bbbbbb;
  padding: 5%;
	margin: 6% 0;
}

/* 表示調整 */
.mt{margin-top: 5%;}
.mtb{margin: 5% 0;}
.nekketsu_bihaku .group_spec .tag img{
	width: 70%
}


/*===============================
wrapper（横幅調整）
===============================*/
.nekketsu_bihaku, .nekketsu_bihaku .wrapper_big, .nekketsu_bihaku .wrapper_middle, .nekketsu_bihaku .wrapper_small {
  margin-inline: auto;
}
.nekketsu_bihaku .wrapper_big {
  width: 662px;
}
.nekketsu_bihaku .wrapper_middle {
  width: 620px;
}
.nekketsu_bihaku .wrapper_small {
  width: 540px;
}
/*===============================
各セクション調整
===============================*/
/*fv---------------------*/
.nekketsu_bihaku #fv {
  margin-bottom: 10%;
}
.nekketsu_bihaku .fv_img {
  margin-bottom: 5%;
}
/*メイン-----------------*/
.nekketsu_bihaku .group:not(:last-of-type) {
  margin-bottom: 15%;
}
/*各タイトル*/
.nekketsu_bihaku .group_title {
  /* color: #fff;
    margin-bottom: 2%;
    background-color: #ff80a9;
    font-size: 1.4em;
    padding: 2.5%;
    font-weight: 500;
    line-height: 1.3;*/
  margin-bottom: 2%;
}
.nekketsu_bihaku .group_title span {
  font-size: 1.4em;
}
/*タイトル下テキスト*/
.nekketsu_bihaku .group_txt {
  margin-bottom: 7%;
}
/*SPEC上タイトル*/
.nekketsu_bihaku .spec_title {
  font-weight: 500;
  padding: 0.1em 0 0.1em 0.5em;
  margin-bottom: 2%;
  margin-top: 5%;
  border-left: solid 5px #8dc8eb;
  font-size: 1.3em;
}
/*注釈*/
.nekketsu_bihaku .group_note {
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
  line-height: 1.2;
  color: #7d7d7d;
  margin-top: 2%;
}
.nekketsu_bihaku .group_banner {
  margin-top: 5%;
}
.nekketsu_bihaku .howto_tit {
	border: 1px solid #0896eb;
    padding: 2% 4%;
    border-radius: 2em;
    width: fit-content;
}
/*1カラム*/
.nekketsu_bihaku .col1_title {
  font-size: 1.3em;
  font-weight: 500;
  color: #0896eb;
  margin-bottom: 2%;
	margin-top: 4%;
}
.nekketsu_bihaku .col1_img {
  width: 80%;
	margin: 0 auto;
}
.nekketsu_bihaku .col1_img img {
  width: 100%;
}
/*flex*/
.nekketsu_bihaku .flex {
  display: flex;
  gap: 5%;
}
.nekketsu_bihaku .flex_img {
  width: 80%;
}
.nekketsu_bihaku .flex_img img {
  width: 100%;
}
.nekketsu_bihaku .flex_title {
  font-size: 1.3em;
  font-weight: 500;
  color: #0896eb;
  margin-bottom: 2%;
}

.nekketsu_bihaku .last_message {
  margin-top: 10%;
  padding: 5% 0;
  border: 1px solid #0896eb;
  text-align: center;
  line-height: 1.6;
}

/*===============================
インクルード横
===============================*/
/*SPEC背景色変更 */
.nekketsu_bihaku .lp_include {
  /* background: linear-gradient(90deg, #ff6f9b, #ff7743); */
  background-color: #e6f7ff;
  padding: 3.5% 0 4%;
}
.nekketsu_bihaku .include_inner {
  /*background-color: #fff;*/
}
/*一商品余白調整 */
.nekketsu_bihaku .c-panel {
  /* margin-bottom: 2rem;*/
  background-color: #fff;
  position: relative;
  padding: 5% 7%;
}
.nekketsu_bihaku .c-panel:not(:has(~ .c-panel)) {
  margin-bottom: 0;
}
/*テキストエリア*/
.nekketsu_bihaku .c-panel__body {
  margin-top: 0px;
  max-width: 70%;
  margin-left: 20px;
}
/*商品画像の位置*/
.nekketsu_bihaku .c-panel__header {
  box-sizing: border-box;
  /*width: 145px;*/
  width: 150px;
}
/*商品画像の大きさ*/
.nekketsu_bihaku .c-panel__header__image {
  width: 100%;
  border: 5px solid #FFF;
  background-color: #fff;
}
/*価格の大きさ*/
.nekketsu_bihaku .c-price {
  font-size: 2.5rem;
}
/*価格（余白確保してボタンに被るのを回避、並び方調整など）*/
.nekketsu_bihaku .c-panel__price-wrapper {
  margin-bottom: 5rem;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 1rem;
  --space: 3px;
}
.nekketsu_bihaku .c-panel__desc {
  margin-bottom: 4.9rem;
  display: none;
}
/*割引率*/
.nekketsu_bihaku .c-panel__discount .badge.badge-red.c-label-discount {
  /* font-size: 1.4rem; */
  font-size: 2.5rem;
}
/*色変更----------------------------------------*/
/*割引率
.nekketsu_bihaku .badge-red {
    background-color: #00afdd;
}*/
/*割引後価格
.nekketsu_bihaku .c-price--sale {
    color: #00afdd;
}*/
/*送料無料回り
.nekketsu_bihaku .border-red {
    border-color: #00afdd !important;
}
.nekketsu_bihaku .text-red {
    color: #00afdd !important;
}
.nekketsu_bihaku .border-red {
    border-color: #00afdd !important;
}*/
/*ボタン
.nekketsu_bihaku .btn-primary {
    background-color: #0058aa;
    background: linear-gradient(90deg, #ff6f9b, #ff7743);
    border-color: #ffffff00;
}*/
/*.nekketsu_bihaku .btn-primary {
    background-color: #0058aa;
    border-color: #ffffff00;
}*/
/*色変更----------------------------------------*/
/*ボタン位置*/
.nekketsu_bihaku .c-panel__action {
  position: absolute;
  bottom: 0;
  right: 0;
}
/*商品とテキストを横並びに*/
.nekketsu_bihaku .c-panel__link {
  display: flex;
}
/*取り消し線を真ん中に*/
.nekketsu_bihaku .c-price-delete {
  background: linear-gradient(to bottom, transparent calc(50% - 0.5px), #333 calc(50% - 0.5px), #333 calc(50% + 0.5px), transparent calc(50% + 0.5px));
}

/*===============================
インクルード縦
===============================*/
.nekketsu_bihaku .c-panel{
	background-color:;
  position: relative;
  padding: 5% 7%;
}

/*商品とテキストを縦並びに*/
.nekketsu_bihaku .tate .c-panel__link {
  display: flex;
	flex-direction: column;
	align-items: center;
}
/*商品画像のサイズ*/
.nekketsu_bihaku .tate .c-panel__header {
  width: 200px;
}
/*テキストエリア*/
.nekketsu_bihaku .tate .c-panel__body {
	text-align: center;
	margin-top: 2%;
}
.nekketsu_bihaku .tate .c-panel__badge{
	justify-content: center;
}
/*ボタン位置*/
.nekketsu_bihaku .tate .c-panel__action{
	left: 50%;
	transform: translateX(-50%);	
}
/*ボタン幅*/
.nekketsu_bihaku .tate .btn-primary{
	width: 100% !important;
}


.nekketsu_bihaku .more_btn {
  text-align: center;
  margin-bottom: 5%;
}
/*ふきだしタイトル*/
.fukidashi {
	position: relative;
  width: 80%;
  padding: 20px;
  background-color: #0058aa;
  color: #ffffff;
  border-radius: 8px;
	text-align: center;
  font-size: 150%;
  margin: 6% auto 12px auto;
}
.fukidashi::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top: 12px solid #0058aa;
}

/* sp表示------------------------------ */
@media screen and (max-width: 768px) {
  /* 全体 */
  .nekketsu_bihaku {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
  }
	.nekketsu_bihaku .group_spec .tag img{
	width: 100%
}
  .nekketsu_bihaku .wrapper_big {
    width: 92%;
  }
  .nekketsu_bihaku .wrapper_middle {
    width: 86%;
  }
  .nekketsu_bihaku .wrapper_small {
    width: 80%;
  }
  /*===============================
	インクルード
	===============================*/
  /*商品のまとめ（余白確保）*/
  .nekketsu_bihaku .item_wrapper {
    width: 92vw;
    margin: 0 auto;
    margin-top: 8%;
  }
  /*一商品*/
  .nekketsu_bihaku .c-panel {
    /*padding: 4% 3%;*/
    padding: 6% 4%;
  }
  /*商品画像*/
  .nekketsu_bihaku .c-panel__header {
    width: 110px;
  }
  /*タイトル余白調整*/
  .nekketsu_bihaku .group_title {
    margin-bottom: 3%;
  }
  /*テキスト領域*/
  .nekketsu_bihaku .c-panel__body {
    max-width: 63%;
    margin-left: 1.2rem;
  }
  /*商品名*/
  .nekketsu_bihaku .c-panel__name {
    font-size: 1.4rem;
  }
  /*ボタン*/
  .nekketsu_bihaku .btn-sm, .nekketsu_bihaku .more_btn .btn.btn-sm.btn-outline-primary {
    font-size: 1.4rem;
  }
  /*価格下に余白確保（ボタンに被るのを回避）*/
  .nekketsu_bihaku .c-panel__price-wrapper {
    margin-bottom: 3.9rem;
  }
  /*商品解説SPHは非表示に*/
  .nekketsu_bihaku .c-panel__desc {
    display: none;
  }
  /*割引率+期日のdiv*/
  .nekketsu_bihaku .c-panel__discount {
    flex-basis: 100%; /*（回り込み回避）*/
    --price-space: 2px;
  }
  /*価格の大きさ*/
  .nekketsu_bihaku .c-price {
    font-size: 1.8rem;
  }
  /*割引率*/
  .nekketsu_bihaku .c-panel__discount .badge.badge-red.c-label-discount {
    padding: 3px 5px;
    font-size: 1.8rem;
  }
  .nekketsu_bihaku .group_title {
    /* color: #fff;
    margin-bottom: 2%;
    background-color: #ff80a9;
    font-size: 1.4em;
    padding: 4%;
    font-weight: 500;
    line-height: 1.2;*/
  }
  /*.nekketsu_bihaku .sph_only_br{
		display: inline;
	}*/
  /*flex*/
  .nekketsu_bihaku .flex {
    flex-direction: column;
  }
  .nekketsu_bihaku .flex_img {
    width: 50%;
    margin: 0 auto;
  }
	/*1カラム*/
.nekketsu_bihaku .col1_title, .nekketsu_bihaku .spec_title, .nekketsu_bihaku .flex_title {
  font-size: 1.3em;
	margin-top: 6%;
}
.nekketsu_bihaku .col1_img {
  width: 80%;
}
.nekketsu_bihaku .col1_img img {
  width: 100%;
}
	
}
/* pc表示------------------------------ */
@media screen and (min-width: 768px) {
  .c-panel__header__image {
    width: 220px;
  }
}