@charset "euc-jp";
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.free_space_block {
  margin-top: 3em;
}


/* --------------------------------------------------------------
customize
-------------------------------------------------------------- */
.future_container li {
    list-style: none;
}
.future_container {
    width: 100%;
    overflow: hidden;
  border-top: 1px solid #d8d8d8;
}
.future_container p {
    padding: 0;
    margin: 0;
  
    font-size: 16px;
    color: #000;
    line-height: 2;
    padding-bottom: 2rem;
}
.b_first {
    position: relative;
    width: 100%;
  margin-top: 58px;
    margin-bottom: 130px;
}
.b_first p {
    margin: 0;
    position: absolute;
    font-weight: bold;
    font-size: 46px;
  padding-bottom: 0;
    line-height: 1.5;
    letter-spacing: 0.15rem;
    left: 0;
    bottom: -4rem;
}
.b_first p span{
  color: #df7676;
}
.b_first_img {
    text-align: right;
}
.b_second {
    max-width: 780px;
    margin: 0 auto 36px;
    border: 2px dashed #b2b2b2;
    border-radius: 15px;
    background: url(https://img21.shop-pro.jp/PA01431/617/etc/02.jpg?cmsp_timestamp=20190703104538)no-repeat center right;
    background-size: 270px;
}
.b_second ul {
    padding: 55px 2.5em;
}
.b_second li {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1.4em;
}
.b_second li:last-child {
    margin-bottom: 0;
}

.b_second li span:before {
    content: "¡¦";
    padding-right: 4px;
}
.b_second li span {
    background-color: rgba(255,255,255,0.4);
    padding: 0.4em;
}
.base_text {
    max-width: 700px;
    margin: 0 auto;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.07rem;
}
.f_block {
    margin-top: 74px;
}
.f_block:before {
    content: "";
    border-top: 6px solid #df7676;
    width: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 64px;
}
.f_block p {
    font-size: 16px;
    text-align: center;
}
.f_block p.contents_title:before {
    content: "¡À";
    font-weight: normal;
    padding-right: 1rem;
    font-size: 90%;
    color: #df7676;
}
.f_block p.contents_title:after {
    content: "¡¿";
    font-weight: normal;
    padding-left: 1rem;
    font-size: 90%;
    color: #df7676;
}
.imgwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.imgwrap img {
    margin: 0 10px;
    width: 48%;
}
.story_wrap {
    max-width: 780px;
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 48px;
    padding-bottom: 12px;
    background-color: #f7f7f7;
    border-radius: 15px;
    box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.3);
    
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFF),color-stop(.75, #FFF), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 8px 8px;
    background-size: 8px 8px;
}
.story_inner {
    padding: 0 42px;
}
.story_inner img {
    width: 100%;
    padding-bottom: 2rem;
}
.review_wrap {
    max-width: 780px;
    margin: 0 auto;
    margin-top: 98px;
}
.review_img_wrap img {
    width: auto;
}
.review_img_wrap {
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
}
.review_inner {
    padding: 42px 42px 8px;
    border: 1px solid #b2b2b2;
    border-radius: 15px;
}
.story_wrap p,
.review_inner p {
    font-size: 14px;
    line-height: 32px;
}
.review_inner p span {
    display: block;
    color: #444444;
  font-size: 90%;
}
.f_block p.contents_title,
.story_wrap p.contents_title,
.review_wrap p.contents_title,
.contents_title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}

.review_img_wrap.flex_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.review_img_wrap.flex_wrap div{
    width: 48%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    border: 1px solid #b2b2b2;
    border-radius: 8px;
    box-sizing: border-box;
    margin-top: 30px;
}
.review_img_wrap.flex_wrap div img{
    width: 100%;
}
.review_img_wrap.flex_wrap div p{
    padding-top: 20px;
    margin-top: auto;
    font-size: 14px;
    color: #444444;
    padding-bottom: 0;
}
.review_txt{
    padding: 42px 42px 8px;
    border: 1px solid #b2b2b2;
    border-radius: 15px;
    margin-bottom: 30px;
}
.review_txt p{
    font-size: 14px;
    line-height: 32px;
}
.review_txt p span {
    display: block;
    color: #444444;
}