@charset "UTF-8";

/*================================================================================
個別CSS PC
=================================================================================*/
/*  font
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.font_num {
  font-family: "Oswald", sans-serif
}

/*  wrapper
--------------------------------------------- */
.wrapper {
  min-width: 0;
}


/*  contents
--------------------------------------------- */
.contents {
	margin: 0 auto;
	padding-bottom: 0;
	width: auto;
}

.contents img,
.contents svg {
  max-width: 100%;
  height: auto
}


/*  contents-main
--------------------------------------------- */
.contents-main img {
	max-width: 100%;
}


/* btn-pagetop control
-------------------------------------------*/
.btn-pagetop {
  bottom: 95px;
}
.pc .btn-pagetop.bottom {
  bottom: 330px !important;
}


/* wrap
--------------------------------------------- */
.new-plan-wrap__inner_01 {
	max-width: 1000px;
	margin: 60px auto;
  padding: 0 30px;
}


/* section / text
--------------------------------------------- */
.section_head {
  margin: 0 0 40px
}

.section_title {
  color: #c03;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif
}

.section_head_lead {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif
}

.sim_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column
}

.sim_about_txt {
  display: none
}

.poikatsu_comparision_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 0;
  gap: 40px
}

.poikatsu_comparision_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.poikatsu_comparision_item p {
  position: relative;
  width: fit-content;
  margin: 10px auto 0;
  font-size: 28px;
  text-align: center;
  vertical-align: bottom;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold
}

.poikatsu_comparision_item p > span {
    font-size: 36px;
    color: rgba(132, 96, 8, 1);
}

.poikatsu_comparision_item:nth-of-type(1) p::before {
  position: absolute;
  bottom: 30%;
  left: -40px;
  width: 50px;
  height: 3px;
  content: '';
  background-color: #bc9500;
  transform: rotate(-120deg)
}

.poikatsu_comparision_item:nth-of-type(1) p::after {
  position: absolute;
  bottom: 30%;
  right: -40px;
  width: 50px;
  height: 3px;
  content: '';
  background-color: #bc9500;
  transform: rotate(-60deg)
}

.contents .sim_sh {
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  font-weight: 900;
  margin-bottom: 0;
  color: #CC0033;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif
}

.sim_sh_t_s {
  color: #000;
  font-size: 14px;
}

/* simulation
--------------------------------------------- */
.sim_wrap {
  margin: 40px 0 60px
}

.sim_wrap .font_num {
  visibility: hidden
}

.sim_wrap[data-v-app] .font_num {
  visibility: visible
}

.section_simulation_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.simulation_box_plus {
  width: 40px;
  margin: 20px auto;
  line-height: 1
}

.simulation_box {
  background: #faf6e4;
  border-radius: 10px;
  border: solid 1px #bc9500;
}

.simulation_box_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 900;
  padding: 40px 40px 16px;
  gap: 10px
}

.simulation_box_head .shop_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.simulation_box_head .shop_ttl_ico {
  display: inline-block
}

.simulation_box_head .shop_ttl_txt {
  margin-left: 15px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif
}

.simulation_box_head .calculation_box {
  background: #fff;
  padding: 15px 25px;
  border-radius: 10px;
  width: 240px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif
}

.simulation_box_head .calculation_box .font_num {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  margin: 0 5px;
  vertical-align: -0.05em
}

.simulation_box_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 28px 40px 40px;
  background: #faf6e4;
  border-radius: 0 0 10px 10px
}

.simulation_box_bottom .simulation_sh {
  background: #bc9500;
  color: #fff;
  font-weight: 900;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif
}

.simulation_box_bottom .simulation_line {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif
}

.simulation_box_bottom .simulation_line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: calc(100% - 3em);
  border-left: 1px solid #ddd5b9
}

.simulation_box_bottom .calculation_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  padding: 20px 0 10px;
  font-family: "Noto Sans JP", sans-serif
}

.simulation_box_bottom .calculation_box .font_num {
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  margin: 0 5px;
  vertical-align: -0.05em
}

.simulation_box_bottom .poikatsu_join {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.simulation_box_bottom .poikatsu_join .font_num {
  color: #846008
}

.simulation_box_bottom .poikatsu_not_join {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.simulation_box_bottom .poikatsu_not_join .simulation_sh {
  background: #666
}

.simulation_box_bottom .poikatsu_not_join .font_num {
  color: #666
}

.simulation_box_bottom_note {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif
}

.simulation_bar_area {
  position: relative;
  margin: 18px 40px;
  line-height: 1;
  font-size: 10px
}

.sim_balloon {
  position: absolute;
  top: -170px;
  left: 22%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}

.sim_balloon.is-hide {
  opacity: 0;
  pointer-events: none
}

.simulation_box .simulation_bar_area input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #c4c4c4;
  height: 8px;
  width: 100%;
  border-radius: 10px
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, .25);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, .25);
  border: 2px solid #c03;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

input[type=range]::-moz-range-thumb {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, .25);
  border: 2px solid #c03;
  box-sizing: border-box
}

input[type=range]::-moz-focus-outer {
  border: 0
}

.simulation_bar_area input[type=range]::-webkit-slider-thumb {
  background: #fff url("/special_contents/poikatsu/eximo_poikatsu/images/sim_bar_handle.svg") no-repeat 50% 50%
}

.simulation_bar_area input[type=range]::-moz-range-thumb {
  background: #fff url("/special_contents/poikatsu/eximo_poikatsu/images/sim_bar_handle.svg") no-repeat 50% 50%
}

.simulation_bar_area input[type=range]::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  margin-top: -21px;
  background: #fff url("../images/sim_bar_handle.svg") no-repeat 50% 50%;
}

.simulation_bar_area input[type=range]::-moz-range-thumb {
  width: 40px;
  height: 40px;
  margin-top: -21px;
  background: #fff url("../images/sim_bar_handle.svg") no-repeat 50% 50%;
}

.simulation_bar_area input[type=range]::-webkit-slider-runnable-track {
  background: none;
}

.poikatsu_result {
  width: 100%;
  margin: 40px 0 0;
  text-align: center
}

.poikatsu_result p {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif
}

.poikatsu_result p:before {
  position: absolute;
  width: 40px;
  height: 20px;
  top: 50%;
  left: -100px;
  content: "";
  background-image: url('../images/arrow_red.svg');
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%)
}

.poikatsu_result p:after {
  position: absolute;
  width: 40px;
  height: 20px;
  top: 50%;
  right: -100px;
  content: "";
  background-image: url('../images/arrow_red.svg');
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%)
}

.section_simulation_col2 {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px
}

.section_simulation_col2 .poikatsu_join {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #bc9500;
  color: #fff;
  border-radius: 10px;
  border-color: #666;
  padding: 20px
}

.section_simulation_col2 .poikatsu_not_join {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #666;
  color: #fff;
  border-radius: 10px;
  padding: 20px
}

.section_simulation_col2 .calculation_group--plus {
  position: relative;
  padding: 30px 0 0
}

.section_simulation_col2 .calculation_group--plus:before {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 20px;
  height: 4px;
  content: "";
  background-color: #000;
  transform: translateX(-50%)
}

.section_simulation_col2 .calculation_group--plus:after {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 20px;
  height: 4px;
  content: "";
  background-color: #000;
  transform: translateX(-50%) rotate(90deg)
}

.section_simulation_col2 .calculation_group_h {
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif
}

.section_simulation_col2 .calculation_box {
  color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 6px;
  padding: 10px 25px;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif
}

.section_simulation_col2 .calculation_box .aprx {
  font-size: 20px;
}

.section_simulation_col2 .calculation_box--gold {
  background: #846008
}

.section_simulation_col2 .calculation_box--white {
  background-color: #fff;
  color: #846008
}

.section_simulation_col2 .calculation_box--black {
  background: #333;
  color: #fff
}

.section_simulation_col2 .calculation_box .font_num {
  font-size: 34px;
  vertical-align: -0.05em;
  margin: 0 5px
}

.section_simulation_col2 .calculation_box_total {
  margin-top: 20px;
}

.section_simulation_col2 .calculation_box_total .font_num {
    font-size: clamp(45px, 4.39vw, 60px)
}

.section_simulation_col2 .poikatsu_not_join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.section_simulation_col2 .poikatsu_not_join .calculation_box {
  color: #666
}

.section_simulation_col2 .poikatsu_not_join .calculation_box_total {
  background-color: #fff
}

.section_simulation_col2 .poikatsu_not_join .calculation_box.calculation_box--black {
  color: #fff
}


/* utility
--------------------------------------------- */
/* display */
.d-inline-block {
  display: inline-block !important;
}

@media(min-width:341px){
  .only-max340{
    display: none;
  }
}
.sp {
  display: none !important;
}

/* font size */
.fz-l-pc{
  font-size: 115% !important;
}
.fz-s-pc{
  font-size: 86%!important;
}
.fz-100-pc{
  font-size: 100%!important;
}
.fz-100{
  font-size: 100%!important;
}

/* margin */
.new-plan-mt0 {
  margin-top: 0px !important;
}
.new-plan-mt5 {
  margin-top: 5px !important;
}
.new-plan-mt10 {
  margin-top: 10px !important;
}
.new-plan-mt15 {
  margin-top: 15px !important;
}
.new-plan-mt20 {
  margin-top: 20px !important;
}
.new-plan-mt25 {
  margin-top: 25px !important;
}
.new-plan-mt30 {
  margin-top: 30px !important;
}
.new-plan-mt35 {
  margin-top: 35px !important;
}
.new-plan-mt40 {
  margin-top: 40px !important;
}
.new-plan-mt45 {
  margin-top: 45px !important;
}
.new-plan-mt50 {
  margin-top: 50px !important;
}
.new-plan-mb0 {
  margin-bottom: 0px !important;
}
.new-plan-mb5 {
  margin-bottom: 5px !important;
}
.new-plan-mb10 {
  margin-bottom: 10px !important;
}
.new-plan-mb15 {
  margin-bottom: 15px !important;
}
.new-plan-mb20 {
  margin-bottom: 20px !important;
}
.new-plan-mb25 {
  margin-bottom: 25px !important;
}
.new-plan-mb30 {
  margin-bottom: 30px !important;
}
.new-plan-mb35 {
  margin-bottom: 35px !important;
}
.new-plan-mb40 {
  margin-bottom: 40px !important;
}
.new-plan-mb45 {
  margin-bottom: 45px !important;
}
.new-plan-mb50 {
  margin-bottom: 50px !important;
}

.new-plan-mt0-pc {
  margin-top: 0px !important;
}
.new-plan-mt5-pc {
  margin-top: 5px !important;
}
.new-plan-mt10-pc {
  margin-top: 10px !important;
}
.new-plan-mt15-pc {
  margin-top: 15px !important;
}
.new-plan-mt20-pc {
  margin-top: 20px !important;
}
.new-plan-mt25-pc {
  margin-top: 25px !important;
}
.new-plan-mt30-pc {
  margin-top: 30px !important;
}
.new-plan-mt35-pc {
  margin-top: 35px !important;
}
.new-plan-mt40-pc {
  margin-top: 40px !important;
}
.new-plan-mt45-pc {
  margin-top: 45px !important;
}
.new-plan-mt50-pc {
  margin-top: 50px !important;
}
.new-plan-mb0-pc {
  margin-bottom: 0px !important;
}
.new-plan-mb5-pc {
  margin-bottom: 5px !important;
}
.new-plan-mb10-pc {
  margin-bottom: 10px !important;
}
.new-plan-mb15-pc {
  margin-bottom: 15px !important;
}
.new-plan-mb20-pc {
  margin-bottom: 20px !important;
}
.new-plan-mb25-pc {
  margin-bottom: 25px !important;
}
.new-plan-mb30-pc {
  margin-bottom: 30px !important;
}
.new-plan-mb35-pc {
  margin-bottom: 35px !important;
}
.new-plan-mb40-pc {
  margin-bottom: 40px !important;
}
.new-plan-mb45-pc {
  margin-bottom: 45px !important;
}
.new-plan-mb50-pc {
  margin-bottom: 50px !important;
}

.new-plan-pt00-pc {
  padding-top: 0px !important;
}