@charset "utf-8";
body {
  color: #333333;
}
.bg_gray {
  background: #f5f5f5;
}
.bg_white {
  background: #ffffff;
}
.text_normal {
  font-weight: normal !important;
}
.display_grid {
  display: grid;
}
.align-self_center {
  align-self: center;
}
a [class*=text-link] {
  color: #333333;
}
.line_height_1 {
  line-height: 1 !important;
}
.line_height_12 {
  line-height: 1.2 !important;
}
.text-huge {
  line-height: 1.6 !important;
}
.text_huge_40 {
  font-size: min(40px, 6vw);
}
.text_huge_46 {
  font-size: min(46px, 10vw);
}
.text_huge_50 {
  font-size: min(50px, 6vw);
}
.text_huge_60 {
  font-size: min(60px, 10vw);
}
.text_huge_80 {
  font-size: min(80px, 10vw);
}
.text-size-s, .text-size-s a {
  font-size: 14px !important;
}
h3.ttl-section {
  margin-top: 35px;
  margin-bottom: 20px;
}
h3.ttl_d {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 35px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
h4.ttl_d {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h3.ttl-section {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  h3.ttl_d {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  h4.ttl_d {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
  }
}
.pt-6 {
  padding-top: 6px;
}
.pt-7 {
  padding-top: 7px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-9 {
  padding-top: 9px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.po_re {
  position: relative !important;
}
.po_a_b {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}
.img_center img {
  margin: 0 auto;
}
.drawLine:before {
  background: #F8CE00 !important;
}
.btn_red_border {
	border: 3px solid #fc0f3a;
    background: #fff;
	color: #fc0f3a;
}
.btn_red_border.btn_arrow:before {
    border-top-color: #fc0f3a;
    border-right-color: #fc0f3a;
}
@media screen and (max-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-size-m, .text-size-m a {
    font-size: 16px !important;
  }
  .text-size-l, .text-size-l a {
    font-size: 20px !important;
  }
  .text-size-s, .text-size-s a {
    font-size: 13px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
}
li.b_none:before {
  content: none !important;
}
.text-nomal {
  font-weight: normal !important;
}

/** --------------------  all  -------------------- **/
.l-wrapper_white {
  background-color: #fff;
  margin: 0 auto;
  max-width: 980px;
}
.section_wrapper {
  padding: 0 40px;
}
.drawLine {
  position: relative;
  padding: 0 .25em;
}
.drawLine:before {
  background: #F8CE00 !important;
}
.text_s14, .text_s14 a {
  font-size: min(14px, 3vw);
}
.text-huge {
  line-height: 1.6 !important;
}
.text_huge_30 {
  font-size: min(30px, 7vw);
  line-height: 1;
}
.text_huge_35 {
  font-size: min(35px, 7vw);
  line-height: 1;
}
.text_huge_40 {
  font-size: min(40px, 10vw);
  line-height: 1;
}
.text_huge_50 {
  font-size: min(50px, 10vw);
  line-height: 1;
}
.text_huge_60 {
  font-size: min(60px, 10vw);
  line-height: 1;
}
.text_huge_80 {
  font-size: min(80px, 10vw);
  line-height: 1;
}
.text_blue {
  color: #163eb0;
}
.text-normal {
  font-weight: normal;
}
.line_h12 {
  line-height: 1.2 !important;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 25px 0;
  }
  .l-wrapper_white {
    padding: 0;
  }
  .section_wrapper {
    padding: 0 15px;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-size-m, .text-size-m a {
    font-size: 16px !important;
  }
  .text-size-l, .text-size-l a {
    font-size: 20px !important;
  }
}


/** --------------------  btn  -------------------- **/
.cta_area .section_wrapper {
  padding: 30px 0 40px 0;
}
.cta_area.bg_gray {
  background-color: #E8E8E8;
}
.cta_area h2 {
  font-size: min(2.6rem, 6vw);
}
.btn-inline-wrapper {
  display: inline-flex;
}
.btn-inline-wrapper > div {
  margin: 0 15px;
  position: relative;
}
.btn_rc p > span {
  font-size: min(14px, 6vw);
}
@media screen and (max-width: 768px) {
  .btn-inline-wrapper .btn {
    width: 100%;
  }
  .btn-inline-wrapper {
    display: block;
  }
  .btn-inline-wrapper div:nth-child(2n) {
    margin-top: 20px;
  }
  .btn_rc p > span {
    padding: 4px;
  }
}

/** --------------------  料金プラン・割引  -------------------- **/
/**  accordion_head is-active  **/
.is-hover .accordion_button, .is-open .accordion_button {
  background: #fc0f3a;
}
.accordion_button:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.is-open .accordion_button:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.align-self_center {
  align-self: center;
}
.icon_bullet > li:before {
  content: "・" !important;
}
.icon_bullet p, .icon_bullet > li {
  font-size: 13px;
  margin-bottom: 6px;
}

/** --------------------  お申し込みの流れ  -------------------- **/
.document {
  background: #fff;
}
.begginer-step-flow-item {
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  border: #E8E8E8 solid 1px;
  border-radius: 8px;
  display: block;
  padding: 10px 5px;
  position: relative;
}
@media (max-width: 768px) {
  .begginer-step-flow-item {
    border: none;
    border-radius: 0;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 50px 15px 30px;
  }
  .begginer-step-flow-num {
    width: 75px;
  }
  .begginer-step-flow-head {
    width: calc(100% - 80px);
  }
}
/** --------------------  footer_btn  -------------------- **/
.cvArea .cvArea_button {
  padding: 12px 5px 8px 5px;
}
.cvArea .cvArea_button.is-border {
  padding: 10px 5px;
}
/* btn2行の場合
@media (max-width: 768px) {	
	.cvArea .cvArea_button {
		padding: 15px 5px 6px 5px;
	}
	.cvArea .cvArea_button.is-border {
		padding: 5px;
	}
	.cvArea .cvArea_button.is-border p {
		line-height: 1.2!important;
	}
}
*/

/** --------------------  lp color  -------------------- **/
.slash:before, .slash:after {
  background: #fc0f3a;
  width: 3px;
  border-radius: 10px;
}
.btn-m, .btn-m:hover, .btn-m:not(.btn-disabled):hover {
  padding: 13px 20px;
}
.bg_color {
  background-color: #ffe6ef;
}
@media screen and (min-width: 768px) {
  .bg_color {
    background-image: url("../../images/bg_img_pc.png");
    background-position: center top;
  }
}
.bg_pink_gradation {
  height: 50px;
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 230, 239));
}
@media screen and (max-width: 768px) {
  .bg_pink_gradation {
    height: 30px;
  }
}

/** --------------------  h2  -------------------- **/
#overview h2, #plan h2 {
  position: relative;
  padding-bottom: 6px;
  ;
  margin-bottom: 0.5rem;
  font-weight: 900;
  text-align: center;
}
#overview h2::before, #plan h2::before {
  position: absolute;
  border-bottom: 6px solid #68d8d1;
  border-radius: 100px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  content: '';
}
@media screen and (min-width: 768px) {
  #overview h2 span::before, #plan h2 span::before {
    content: "";
    background-image: url("../../images/img_ttl_l.png");
    background-size: 214px 51px;
    width: 214px;
    height: 51px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
  }
  #overview h2 span::after, #plan h2 span::after {
    content: "";
    background-image: url("../../images/img_ttl_r.png");
    background-size: 214px 51px;
    width: 214px;
    height: 51px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  #overview .section_wrapper.ttl, #plan .section_wrapper.ttl {
    padding: 0;
  }
  #overview h2, #plan h2 {
    background-image: url("../../images/img_ttl_sp.png");
    background-size: 100%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    padding: 1.5rem 0 1rem;
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
    paint-order: stroke;
  }
}

/** --------------------  kv  -------------------- **/
#kv {
  position: relative;
}
#kv .kv_img {
  margin: 0;
  background: #68d8d1;
	position: relative;
}
#kv .note {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
#kv .note p {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 15px;
  padding-bottom: 3px;
  -webkit-text-stroke: 2px #68d8d1;
  text-stroke: 2px #68d8d1;
  paint-order: stroke;
}
#kv .text-size-s, #kv .text-size-s a {
  font-size: 12px !important;
  color: #ea066d !important;
}
@media (max-width: 768px) {
  #kv .note p {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #kv .note p {
    padding-bottom: 3px;
  }
}

/**  期限日  **/
.duedate_img {
	position: absolute;
	width: 980px;
	height: 220px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
	padding-top: 20px;
}
.duedate_img > div {
	position: absolute; 
    left: 1%;
}
.duedate_img img {	
	max-width: 155px;
}
.duedate_img img.img_duedate {
	z-index: 1;
	position: absolute;   
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	padding-top: 7%;
	max-width: 86px;
}
.img_duedate_bg img.img_duedate_bg {
  display:inline-block;
  width:100px;
  margin:50px;
  height:100px;
  margin:30px;
  background:gold;
}
/*
.img_duedate_bg {
  animation: 20s linear infinite rotation1;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
*/
@media (max-width: 980px) {
	.duedate_img {
		max-width: 17vw;
		left: 9%;
	}
	.duedate_img img {
		width: 16.5vw;
	}
	.duedate_img img.img_duedate {
		width: 9vw;
	}
}
@media (max-width: 767px) {
	.duedate_img {
		padding-top: 1.5%;
		max-width: 22vw;
		left: 12%;
	}
	.duedate_img img {
		width: 20.5vw;
	}
	.duedate_img img.img_duedate {
		width: 12vw;
		padding-top: 8%;
	}
}
/*
.campaign_end {
	text-align: center;
	background: #68d8d1;
	padding: 6px 0;
	color: #ea066d;    
}
.campaign_end p {
	position: relative;
    display: inline-block;
}
.campaign_end p:before,
.campaign_end p:after {
	content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #fff;
}
.campaign_end p:before {
	left: -40px;
}
.campaign_end p:after {
	right: -40px;
}
@media screen and (max-width: 768px) {
	.campaign_end p {
		font-size: 18px !important;
	}
	.campaign_end p:before,
	.campaign_end p:after {
		width: 15px;
	}
	.campaign_end p:before {
		left: -20px;
	}
	.campaign_end p:after {
		right: -20px;
	}
}
*/
/** --------------------  lineup  -------------------- **/
@media screen and (min-width: 768px) {
  #lineup.section {
    padding: 0 0 50px;
  }
  #lineup .btn {
    font-size: 18px;
  }
}
#lineup.section {
  background-image: linear-gradient(0deg, rgb(255, 230, 239), rgb(104, 216, 209));
}
#lineup .box_pink {
  border: 3px solid #ea066d;
  padding: 20px 20px 25px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  transition: 0.4s;
}
#lineup .btn {
  font-weight: bold;
}
#lineup .model_img img {
  max-height: 180px;
  margin: 0 auto;
  padding: 15px 0 15px;
}
#lineup .box_pink .text-size-s, #lineup .box_pink .text-size-s a {
  font-size: 12px !important;
  color: #999999 !important;
}
#lineup .box_pink .list-iconindent li {
  line-height: 1.3 !important;
}
#lineup .tag_black span {
  padding: 0 10px 1px;
  color: #fff;
  background: #333333;
  border-radius: 100px;
  font-size: 14px !important;
}
#lineup .model_price {
  font-size: 18px !important;
  font-weight: bold;
}
#lineup .model_price span {
  text-decoration: line-through;
  margin-left: 10px;
}
#lineup .btn_cart::after {
  background: url(/common_b/images/common/icon/icon_cart_white.svg) no-repeat left top;
  top: 0;
  width: 19px;
  height: 19px;
  ;
  margin-left: 10px;
  vertical-align: middle;
}
#lineup .btn-summery.btn-m {
  min-width: 420px;
  padding: 20px 10px 15px;
}
#lineup .btn-summery small {
  margin-top: 10px;
}
#lineup .btn-summery.btn-blank:after {
  content: none;
}
#lineup .btn-summery.btn-blank small:after {
  content: "";
  background-image: url(/common_b/images/common/icon/icon_blank_gray.svg);
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
#lineup a [class*=text-link] {
  color: #1A0DAB;
  font-weight: bold;
}
#lineup .text-link-arrow:hover {
  opacity: 1;
  text-decoration: underline;
}
#lineup .model_lineup a:hover {
  opacity: 10 !important;
}
#lineup .model_lineup a:hover .box_pink {
  background: #ffffe6;
  border: 3px solid #ffe91d;
}
@media screen and (max-width: 879px) {
  #lineup .box_pink {
    padding: 20px 5px 25px;
  }
  #lineup .btn {
    min-width: 164px;
  }
}
@media screen and (max-width: 768px) {
  #lineup.section {
    padding: 0 0 25px;
  }
  #lineup .box_pink {
    padding: 20px 10px 15px;
  }
  #lineup .model_wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
  }
  #lineup .model_img {
    flex: 0 33%;
    max-width: 33%;
  }
  #lineup .model_text {
    flex: 0 0 67%;
    max-width: 67%;
  }
  #lineup .model_img img {
    max-width: 100%;
    padding: 0;
  }
  #lineup .btn {
    padding: 8px 30px;
  }
  #lineup .tag_black span {
    font-size: 12px !important;
    letter-spacing: 0;
  }
  #lineup .model_price {
    font-size: 15px !important;
  }
  #lineup .text_huge_60 {
    font-size: 50px;
  }
  #lineup .btn-summery.btn-m {
    min-width: 50%;
    padding: 20px 20px 15px;
  }
  #lineup .btn-summery small {
    margin-top: 5px;
  }
}

/** --------------------  モーダル  -------------------- **/
.refinemodal {
  background-color: rgba(0, 0, 0, 0.5);
}
.refinemodal .inner-box {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 0 30px;
}
.refinemodal-inner {
  background-color: #fff;
  max-width: 1080px;
  padding: 50px 80px 30px 80px;
  top: 60px;
  max-height: calc(100vh - 90px);
}
.modal-close {
  background: none;
  position: absolute;
  width: 100%;
}
.modal-close span:nth-child(1), .modal-close span:nth-child(2) {
  left: 94%;
}
@media screen and (max-width: 1120px) and (min-width: 769px) {
  .modal-close span:nth-child(1), .modal-close span:nth-child(2) {
    left: 94%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .refinemodal .inner-box {
    padding: 0 15px;
    width: calc(100% - 30px);
  }
  .refinemodal-bottom {
    display: none;
  }
  .refinemodal .modal-close {
    display: block;
  }
  .refinemodal-inner {
    padding: 0;
  }
  .refinemodal .row {
    flex-direction: column-reverse;
  }
  .refinemodal .inner-box {
    height: calc(100vh - 90px);
  }
  .refinemodal-inner {
    padding: 30px 20px;
  }
  .refinemodal-section {
    padding: 0;
  }
}
.refinemodal-inner .model_img_color {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.refinemodal-inner .model_img_color .model_img_color_in {
  margin: 0 auto;
}
.refinemodal-inner .model_img_color .model_img_color_in div {
  width: 33.3333333333%;
  display: inline-flex;
}
.refinemodal-inner .table {
  margin-top: 30px;
}
.refinemodal-inner tr th {
  width: 30%;
  text-align: center;
  vertical-align: middle;
}
.refinemodal-inner tr th:first-child {
  width: 15%;
}
.refinemodal-inner tr td {
  width: 55%;
}
.refinemodal-inner .text-size-s, .refinemodal-inner .text-size-s a {
  font-size: 12px !important;
}
.lineup-product-txt-box .fs-15, .lineup-product-txt-box .fs-15 a {
  font-size: 15px !important;
}
.refinemodal-inner .model_img_color .model_img_color_in {
  width: 100%;
}
.refinemodal-inner .model_img_color .model_img_color_in div {
  width: 32.5%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .refinemodal-inner .model_ttl {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 768px) {
  .refinemodal-inner .model_img_color .model_img_color_in {
    width: 100%;
    display: inline-block;
  }
  .refinemodal-inner .model_img_color .model_img_color_in div {
    width: 33%;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .modal-close span:nth-child(1), .modal-close span:nth-child(2) {
    left: 89%;
  }
  .table tr:first-child th:first-child {
    writing-mode: vertical-rl;
  }
}
/* ▼▼202408 モーダル追加▼▼ */
.refinemodal {
  width: 100%;
  left: 0;
}
#modal_wrapper .refinemodal {
  background-color: rgba(0, 0, 0, 0.5);
}
#modal_wrapper .inner-box {
  position: relative;
  width: 580px;
  margin: 0 auto;
}
#modal_wrapper .refinemodal-inner {
  z-index: 999;
  width: 580px;
  height: auto;
  padding: 0;
}
#modal_wrapper .refinemodal .modal-close {
  background: none;
  position: relative;
  top: 12% !important;
  left: 98%;
}
#modal_wrapper .inner-box {
  position: relative;
  height: 100vh;
}
#modal_wrapper .refinemodal-inner a {
  transition: 0.6s;
}
#modal_wrapper .refinemodal-inner {
  position: absolute;
  top: 50% !important;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  max-width: 580px;
  max-height: 580px;
  background-color: #fff;
}
.modal-close span {
  height: 7px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #modal_wrapper .inner-box {
    height: 600px;
    height: 100vh;
  }
  #modal_wrapper .refinemodal-inner {
    width: 600px;
    max-width: 500px;
  }
  #modal_wrapper .refinemodal-bottom {
    position: relative;
    height: 200px;
    border-bottom: 100px;
  }
  #modal_wrapper .refinemodal-bottom-close {
    width: 55px;
    height: 56px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-size: 21px;
    z-index: 999999;
    top: 55px;
    background: none;
  }
  #modal_wrapper .refinemodal .modal-close {
    top: 16%;
    left: 92%;
  }
  #modal_wrapper .refinemodal-bottom-close span {
    width: 40px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  #modal_wrapper .inner-box {
    height: 600px;
    height: 100vh;
    width: 100%;
  }
  #modal_wrapper .refinemodal-inner {
    max-width: 500px;
    width: 90%;
    padding: 0;
  }
  #modal_wrapper .refinemodal-bottom {
    position: relative;
    width: 96%;
    top: 15%;
  }
  #modal_wrapper .refinemodal-bottom-close {
    width: 55px;
    height: 56px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-size: 21px;
    z-index: 999999;
    top: 16px;
    background: none;
  }
  #modal_wrapper .refinemodal-bottom-close span {
    width: 40px;
    height: 6px;
  }
}
@media screen and (max-width: 320px) {
  #modal_wrapper .refinemodal-bottom {
    top: 13.5%;
  }
}
#mini_bnr {
  position: fixed;
  right: 15px;
  /*bottom: 240px;*/
  bottom: 56%;
  display: none;
  z-index: 12;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: .7s;
  transition: .7s
}
#mini_bnr.mini_bnr_none {
  display: none;
}
#mini_bnr.mini_bnr_show {
  webkit-transform: translateX(0);
  transform: translateX(0)
}
#mini_bnr a {
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  transition: all 0.25s ease;
  border: solid 2px #323232;
}
#mini_bnr a:hover {
  opacity: 0.7;
}
#mini_bnr a img {
  width: 100%;
  height: auto;
}
.gotop {
  bottom: 130px;
}
@media screen and (max-width: 767px) {
  #mini_bnr {
    /*bottom: 150px;*/
    bottom: 60%;
    right: 7px;
  }
  #mini_bnr a {
    width: 70px;
    height: 70px;
  }
  .gotop {
    bottom: 90px;
  }
  .plan-table-flex img.img_now {
    width: 12%;
  }
}
/* ▲▲202408 モーダル追加▲▲ */

/** --------------------  契約事務手数料無料キャンペーン #jimute2412  -------------------- **/
@media screen and (min-width: 768px) {
	.section_wrapper.jimute2412 {
		padding: 0 40px 30px;
	}
}

/**   h2 リボン  **/
#jimute2412 h2 {
  position: relative;
  margin: 50px 0 30px 0;
  padding: 0 0 15px 0;
  text-align: center;
  font-weight: 900;
}
#jimute2412 h2:before, #jimute2412 h2:after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  display: block;
  content: '';
  border: 21px solid #dbb20f;
  width: 40px;
}
#jimute2412 h2:before {
  /*left: 175px;*/
  border-left-width: 10px;
  border-left-color: transparent;
  position: fixed; /* スクロールしても位置を固定 */
  left: 50%; /* 画面の横中央を基準 */
  transform: translateX(-50%) translateX(-255px);
}
#jimute2412 h2:after {
  /*right: 175px;*/
  border-right-width: 10px;
  border-right-color: transparent;
  position: fixed; /* スクロールしても位置を固定 */
  left: 50%; /* 画面の横中央を基準 */
  transform: translateX(-50%) translateX(255px); /* 中央から250px右へ移動 */
}
#jimute2412 h2 span {
  position: relative;
  z-index: 1;
  color: #333333;
  background: #ffcc00;
  display: inline-block;
  padding: 0 25px 2px 25px;
  min-width: 500px;
}
#jimute2412 h2 span:before, #jimute2412 h2 span:after {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}
#jimute2412 h2 span:before {
  left: 0;
  border-width: 15px 0 0 15px;
}
#jimute2412 h2 span:after {
  right: 0;
  border-width: 15px 15px 0 0;
}
@media screen and (max-width: 768px) {
  #jimute2412 h2 {
    margin: 30px 0 25px 0;
  }
  #jimute2412 h2 span {
    padding: 3px 0 5px 0;
    min-width: 86%;
  }
  #jimute2412 h2:before {
    left: 0;
    right: auto;
    transform: none;
  }
  #jimute2412 h2:after {
    left: auto;
    right: 0;
    transform: none;
  }
}
/**   /h2 リボン  **/
#jimute2412 h2 {
  margin-top: 5px;
}
#jimute2412 h2 span span:before, #jimute2412 h2 span span:after {
  content: none;
}
#jimute2412 h2:before {
  position: fixed; /* スクロールしても位置を固定 */
  left: 50%; /* 画面の横中央を基準 */
  transform: translateX(-50%) translateX(-280px);
}
#jimute2412 h2:after {
  position: fixed; /* スクロールしても位置を固定 */
  left: 50%; /* 画面の横中央を基準 */
  transform: translateX(-50%) translateX(280px); /* 中央から250px右へ移動 */
}
#jimute2412 h2 span {
  line-height: 1;
  padding: 13px 25px 6px 25px;
}
#jimute2412 h2 span span {
  line-height: 1;
}
#jimute2412 .slash:before, #jimute2412 .slash:after {
  background: #fc0f3a;
  width: 3px;
  border-radius: 10px;
}
#jimute2412 .btn-m {
  padding: 13px 20px;
}
/**  ▼　ページ全体のアニメーション削除のため追記　202501  **/
#jimute2412 h2:before, #jimute2412 h2:after {
  position: absolute;
}
/**  ▲　ページ全体のアニメーション削除のため追記　202501  **/
@media screen and (max-width: 768px) {
  #jimute2412 h2 span {
    line-height: 1.2;
    padding: 12px 0 8px 0;
  }
  #jimute2412 h2 span span {
    font-size: 14px !important;
    padding: 10px 0 6px 0;
    letter-spacing: 0.04em;
  }
  #jimute2412 h2:before {
    left: 0;
    right: auto;
    transform: none;
  }
  #jimute2412 h2:after {
    left: auto;
    right: 0;
    transform: none;
  }
}

/** --------------------  通話オプション  ------------------------------------------------------------ **/
.call_option td {
  vertical-align: middle;
  white-space: nowrap;
}
.text-black {
  color: #333;
}
.br_none {
  white-space: nowrap;
  letter-spacing: 0;
}
.call_option td .text-huge {
  font-size: 32px !important;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .call_option th .text-size-l {
    font-size: 18px !important;
  }
  .call_option th .text_huge_40 {
    font-size: min(30px, 10vw) !important;
  }
  .call_option td .text-huge {
    font-size: 28px !important;
  }
}

/** --------------------  固定バナー  ------------------------------------------------------------ **/
.fixed_image {
  display: none; /* 初期状態で非表示 */
  left: 3%;
  position: fixed;
  bottom: -100px; /* 初期状態で下に隠しておく */
  opacity: 0; /* 初期状態で透明にする */
  transition: all 0.5s ease; /* スムーズなアニメーションを追加 */
  z-index: 1000;
}
/* クローズボタンのスタイル */
.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #222222;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.close-btn::before {
  content: '×';
  font-size: 21px;
  color: #fff;
  font-weight: 900;
  padding-bottom: 3px;
  padding-left: 1px;
}
@media screen and (max-width: 768px) {
  .fixed_image {
    left: 15px;
    right: 15px;
    bottom: -100px; /* 初期状態で下に隠しておく */
    box-shadow: 0 3px 6px gray;
  }
  .gotop {
    /*bottom: 17% !important;*/
    bottom: 27% !important;
  }
  .close-btn {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
  }
  .close-btn::before {
    font-size: 15px;
  }
}

/*****************キャンペーン終了*********************/
#lineup .campaign_end {
    position: relative;
}
#lineup .campaign_end::before {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    width: 97%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 6px;
	margin: 0 15px;
}
.campaign_end_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 900;
    width: 100%;
    z-index: 2;
    font-size: 21px;
	text-align: center;
}

@media screen and (max-width: 768px) {	
	#lineup .campaign_end::before {
		height: 98.5%;
        width: 97.5%;
		margin: 0 5px;
	}
	.campaign_end_txt {
		top: 15%;
	}
}