.page-tab-top a {
    background: #C9C9C9;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 5px 5px 0 0;
    text-align: center;
    display: block;
    padding: 2.1rem 1rem 1.3rem;
    text-decoration: none;
    height: 100%;
    font-weight: bold;
    line-height: 3.2rem;
}
.page-tab-top a.active {
    background: #B60081;
}
.page-tab-top {
    border-bottom: 2px solid #B60081;
}
.page-tab-top ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    overflow: hidden;
}
.page-tab--product-top ul li {
    flex: 0 0 50%;
    max-width: 50%;
}
.page-tab-top ul li {
    width: 33.33333%;
    position: relative;
}
.contents_box01{
    position: relative;
    padding: 6rem 0 4rem;
    text-align: center;
    background-color: #fff;
    border-radius:10px;
}
.title_sub{
    font-weight: bold;
    color: #757575;
}
.title_sub span:nth-child(1){
    position: relative;
}
.title_sub span:nth-child(1):after{
    content:'';
    background-image: url(/common/images/icon_kakeru.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 1.8rem;
    right: -2rem;
}
.title_sub span:nth-child(2){
    margin-left: 2.6rem;
}
.label_orange{
    line-height: 29px;
    height: 28px;
    background-color: #E78913;
    display: inline-block;
    padding: 0 1rem;
    color: #fff;
    border-radius: 4px;
}
.label_cyan{
    line-height: 29px;
    height: 28px;
    background-color: #244180;
    display: inline-block;
    padding: 0 1rem;
    color: #fff;
    border-radius: 4px;
}
.ribbon_txt{
    position:absolute;
    background: #B60081;
    height: 40px;
    text-align: center;
    max-width: 450px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}
.ribbon_txt > span{
    line-height: 4.2rem;
    font-size: 2.1rem;
    color:#fff;
    font-weight: bold;
}
.ribbon_txt:before{
    content: "";
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:0;
    border-style: solid;
    border-color: transparent  transparent transparent #fff;
    border-width: 20px 0 20px 10px;
}
.ribbon_txt:after{
    content: "";
    position:absolute;
    top:0;
    right:0;
    width:0;
    height:0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 20px 10px 20px 0;
}
.content_image{
    margin: 0 auto;
    display: block;
}
.text_gradient{
    background:linear-gradient(transparent 45%, #F0EDFB 65%);
    font-weight: bold;
    font-size: 1.8rem;
    color:#B60081;
}
.gradient_default{
    font-weight:inherit;
} 
.contents_box01 .btn.ico_set span{
    width: auto;
    margin: 0;
}
.contents_box01 .btn.ico_manga:after{
    content:'';
    background-image: url(/common/images/ico_manga.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5rem;
    height: 5rem;
    right: 1rem;
    left: auto;
}
.btn.simulation{
    background-color: #F68B1F;
    max-width: 600px;
    border: 0.2rem solid #F68B1F;
    margin:1rem auto;
    color:#fff;
    font-size: 1.8rem;
}
.btn.simulation:hover{
    background-color: #fff;
    color:#F68B1F;

}
.btn.simulation:before{
    content:'';
    background-image: url(/common/images/ico_top11.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 23px;
    left: 16%;
}
.btn.simulation:hover:before{
    background-image: url(/common/images/ico_top11h.svg);

}
.btn.simulation:after{
    content:'';
    background-image: url(/common/images/ico_blank_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 16px;
    right: 18%;
}
.btn.simulation:hover:after{
    background-image: url(/common/images/ico_blank_orange.svg);
}
.excursion-area{
    margin:1rem;
    padding:2rem;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    position: relative;
}
.excursion-area .inner{
    text-align: left;
    padding: 0 0 0 2rem;
    margin:0;
}
.excursion-area .inner p {
    line-height: 2rem;
}
.excursion-image{
    padding:0 1rem;
}
.excursion{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    /* justify-content: center; */

}
.excursion a:nth-child(1){
    margin-right:4rem;
}

.max_w100 {
    max-width: 100%;
}
.inner__760{
    max-width: 760px;
    margin: 0 auto;
}
.link__txt{
    position:relative;
    line-height: 2.6rem;
}
.link__txt:after{
    content: '';
    background-image: url(/common/images/ico_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.btn.ico_set > span{
    display: block;
    width: 70%;
    margin-left: auto;
}
.btn.ico_set:after{
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 16%;
    transform: translateY(-50%);
}
.btn.ico_set:hover:before {
    background-image: url(/common/images/ico_right_hover.svg);
}

.btn.ico01:after {
    width: 39px;
    height: 37px;
    background-image: url(/common/images/ico_top09.svg);
}
.btn.ico01:hover:after{
    background-image: url(/common/images/ico_top09h.svg);
}
.btn.ico02:after {
    width: 40px;
    height: 43px;
    background-image: url(/common/images/ico_top10.svg);
}
.btn.ico02:hover:after{
    background-image: url(/common/images/ico_top10h.svg);
}
.contractor{
    width: 100%;
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
}
.contractors__content{
    padding: 0px 4rem;
    border-radius: 0.5rem;
    text-align: center;
    background-size: cover;
    background-image: url(/common/images/img_top01bg.png);
    position: relative;
}
.contractors__content > .inner__760{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 1.5rem 0;
}
.contractors__content > .inner__760:before{
    content:''; 
    display: block;
    width: 50%;
    min-width: 380px;
}
.right-box{
    width: 50%;
    padding: 1rem;
}
.contractors__img{
    margin: 0 auto;
    display: block;
}
.colums-list02{
    margin : 0;
}
.btn ._txt_line2{
    line-height: 2.1rem;
    padding:1.4rem;
}
.btn--login {
    background-color: #B60081;
    color: #fff;
}
.btn--large {
    max-width: 37rem;
}
.btn:not(.-noico):before {
    content: '';
    background-image: url(/common/images/ico_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.btn--login:not(.-noico):before {
    background-image: url(/common/images/ico_right_hover.svg);
}

.btn--login:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/common/images/ico_blank_hover.svg);
}
.btn--login:hover {
    background-color: #fff;
    color: #2E2E2E;
}
.btn--login:hover:not(.-noico):before {
    background-image: url(/common/images/ico_right.svg);
}
.btn--login:hover:after {
    background-image: url(/common/images/ico_blank.svg);
}
.contents_box01 .btn:hover {
    background: #fce0e4;
    color: #B60081;
}
.contents_box01 .btn:hover::before {
    background-image: url(/common/images/ico_right.svg);
}
.page-message__status.-warning-top{
    background-color: #DE0100;
    color: #fff;
    padding: 0 2rem;
    border-radius:9999px;
    width: auto;
}
.page-message--inner{
    padding:2rem;
}
.page-message--inner .link.-lg{
    color:black;

}
.page-message--inner .link.-lg:before{
    background: url(/common/images/ico_arrow_right_bk.svg) no-repeat 0 0/100%;
    margin-top: 1.2rem;
}
.page-message--inner .link {
  color: #951814;
}
.note_txt{
    font-size:1.2rem;
}
.page-tab-content-top .list-custom{
    margin: 20px 10px 0;
}
.excursion.j_c{
    justify-content: center;
}
.title_sub{
    line-height:3rem;
}
.inner.inner_pd{
    padding:2rem 2rem 3rem
}

@media (min-width: 1024px){
    .page-tab-top ul li {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 768px) and (max-width: 1023px){
    .page-tab-top ul li {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .page-tab-top a {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    
}

@media (max-width: 767px){
    .page-tab-top ul {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }
    .page-tab-top ul li {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .page-tab-top a {
        font-size: 3.5vw;
        line-height: 1.33333;
        padding: 19px 1.5vw 18px;
    }
    .btn.ico_set > span{
        width: 80%;
    }
    .contractors__content{
        background-image: url(/common/images/img_top01bg_sp.png);
        padding: 0;
    }
    .only-pc{
        display: none;
    }
    .contractors__content > .inner__760:before{
        content:none; 
    }
    .contractors__content > .inner__760{
        padding: 0;
    }
    .right-box{
        width: 100%;
        margin:2rem 0;
        padding: 0 6.6666666667vw;
    }
    .right-box > .btn--large{
        max-width:initial;
    }
    .contractors__img:nth-child(3){
        margin-top:1rem;
        padding: 0px 4rem;
    }
    .btn.simulation{
        margin-bottom:2rem;
    }
    .excursion{
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .excursion a:nth-child(1){
        margin-right: 0;
        margin-bottom:8px;
    }
    .page-message--inner .link.-lg:before{
        margin-top: 1.555555vw;
    }
    .btn ._txt_line2{
        line-height: inherit;
        padding:0;
    }
    .inner__760._top{
        padding:0 1rem;
    }
    .excursion-area {
        margin: 1rem 0 0;
    }
    .page-tab-content-top .list-custom{
        margin: 20px 0;
    }
    .page-tab-content-top .list-custom > li{
        padding-left: 2.5rem;
    }
    .contents_box01{
        padding-bottom: 1rem;
    }
    .inner.inner_pd{
        padding:2rem 1rem ;
    }
}

@media (min-width: 768px){
    .page-tab--product-top a {
        padding: 1.5rem 1rem 1.3rem;
    }
    .btn--login:after {
        width: 2.1rem;
        height: 1.8rem;
        right: 2vw;
    }
    .link__txt:after {
        width: 1.6rem;
        height: 1.7rem;
        right: -2rem;
    }
    .btn.ico_set:before {
        /* width: 1.6rem;
        height: 1.6rem; */
        left: 1.1rem;
    }
    .btn--login:before{
        width: 1.6rem;
        height: 1.6rem;
        left: 1.1rem;
    }
    .only-sp {
        display: none;
    }
    .ml10_pc{
        margin-left:1rem;
    }
}





@media (min-width: 480px) and (max-width: 767px) {
    .link__txt:after {
        width: 4vw;
        height: 4vw;
        margin-left: 1rem;
    }
    .btn.ico_set:before {
        width: 4vw;
        height: 4vw;
        left: 4vw;
    }
    .btn--login:before{
        width: 4vw;
        height: 4vw;
        left: 4vw;
    }
    .contractor{
        padding: 2.6666666667vw;
    }
    .btn--login:after {
        width: 4vw;
        height: 4vw;
        right: 1.73333vw;
    }
    .label_orange{
        padding: 0.2rem 1.3333vw;
        height: auto;
    }
    .label_cyan{
        padding: 0.3rem 1.3333vw;
        height: auto;
    }
    .btn.simulation:before{
        left: 15vw;
    }
    .btn.simulation:after{
        right: 15vw;
    }
    .page-message__status.-warning-top{
        font-size: 3.555555vw;
        padding:0.2rem;
        line-height:1.5;
    }
}

@media (max-width: 479px){
    .link__txt:after {
        width: 16px;
        height: 16px;
        margin-left: 1rem;
    }
    .btn.ico_set:before {
        width: 1.6rem;
        height: 1.6rem;
        left: 1.3rem;
    }
    .btn--login:before{
        width: 1.6rem;
        height: 1.6rem;
        left: 1.3rem;
    }
    .btn--login:after {
        width: 1.5rem;
        height: 1.3rem;
        right: 0.9rem;
    }
    .btn.simulation:before{
        left: 12%;
    }
    .btn.simulation:after{
        right: 14%;
    }
    .page-message__status.-warning-top{
        font-size:1.4rem;
        padding:0.5rem 2rem;
    }
    .excursion-image{
        position: absolute;
        top: 2rem;
        padding: 0;
    }
   
    .excursion-area .inner {
        padding:0;
    }
    .excursion-area .inner p {
        padding-left:6rem;
        margin-bottom:2rem;
    }
    .excursion{
        align-items: center;
        padding-right:2.6rem;
    }
    .page-tab-content-top .list-custom > li{
        padding-left: 2rem;
    }
    .btn.ico_set > span{
        width: 85%;
    }
    .btn.ico_set:after{
        left: 11.5%;
    }
    .btn.ico01:after {
        width: 24.16px;
        height: 23.05px;
        left:12.5%;
    }
    .btn.ico02:after {
        width: 24.84px;
        height: 26.14px;
        top:47%;
    }
}

.mv-holder {
  padding-bottom: 33px;
}
.mv-slider .slick-dots {
  bottom: -33px;
}
.mv-slider .slick-dots li button {
  background-color: #c9c9c9;
}

.sticky {
  display: none;
}
@media (max-width: 767px){
  .sticky.-show {
    display: none;
  }
}

.btn.sodan {
    background-color: #5ABDAB;
    max-width: 600px;
    border: 0.2rem solid #5ABDAB;
    margin: 1rem auto;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 4px;
}
.btn.sodan:hover{
    background-color: #fff;
    color:#5ABDAB;
}
.btn.sodan:before{
    content:'';
    background-image: url(/common/images/ico_top12h.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    left: 27%;
}
.btn.sodan:hover:before{
    background-image: url(/common/images/ico_top12.svg);
}
.btn.sodan:after{
    content:'';
    background-image: url(/common/images/ico_blank_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 16px;
    right: 32%;
}
.btn.sodan:hover:after{
    background-image: url(/common/images/ico_blank_green.svg);
}

.top_bnr_col {
    display: flex;
    justify-content: space-between;
}
.top_bnr_col_inner {
    width: 50%;
    padding: 0 1rem;
}
@media (max-width: 767px){
    .top_bnr_col {
        display: block;
    }
    .top_bnr_col_inner {
        width: 100%;
        padding: 0;
    }
    .btn.sodan:before {
        left: 24%;
    }
    .btn.sodan:after {
        right: 29%;
    }
}
.link__txt--lg {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .link__txt--lg {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-right: 2.4rem;
  }
  .link__txt--lg:after {
    width: 2rem;
    height: 2rem;
    background-size: 100%;
    right: -2.4rem;
  }
  .excursion .link__txt--lg:nth-child(1) {
    margin-right: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .link__txt--lg {
    line-height: 1.28;
    margin-right: 5.87vw;
  }
  .link__txt--lg:after {
    width: 4.27vw;
    height: 4.27vw;
    background-size: 100%;
    right: -5.87vw;
  }
}

.top-prod {
  padding: 5rem 0 6rem;
  background: #FEF8F8;
}
@media screen and (max-width: 767px) {
  .top-prod {
    padding: 8vw 0 6.4vw;
  }
}
.top-prod__inner {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .top-prod__inner {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .top-prod__list {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .top-prod__list a:hover {
    color: #2E2E2E;
  }
  .top-prod__list a:hover.top-prod__item {
    background: #FFF8F9;
  }
  .top-prod__list a:hover.top-prod__item--blue {
    background: #E2F1FF;
  }
}
.top-prod__link {
  margin-top: 1.8rem;
}
@media screen and (min-width: 768px) {
  .top-prod__link {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .top-prod__link {
    margin-top: 7.47vw;
    text-align: center;
  }
}
.top-prod__item {
  background: #fff;
  border: 0.2rem solid #B60581;
  border-radius: 0.5rem;
  transition: background 0.3s;
}
@media screen and (min-width: 768px) {
  .top-prod__item {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .top-prod__item {
    display: block;
  }
  .top-prod__item + * {
    margin-top: 4vw;
  }
}
.top-prod__item-title {
  line-height: 1.28;
  color: #fff;
  font-weight: bold;
  background: #B60081;
  padding: 0.8rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .top-prod__item-title {
    padding: 2.13vw 0;
    gap: 1.33vw;
  }
}
.top-prod__item-title span {
  background: #fff;
  border-radius: 4rem;
  color: #B60081;
  width: 4.9rem;
  height: 1.7rem;
  padding-top: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-prod__item-title span {
    border-radius: 10.67vw;
    width: 13.07vw;
    height: 4.53vw;
    padding-top: 0.27vw;
  }
}
.top-prod__item-inner {
  padding: 4.1rem 2rem 3rem;
  text-align: center;
  line-height: 1.71;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top-prod__item-inner {
    padding: 5.87vw 4.8vw 4.8vw;
  }
}
.top-prod__item [data-mh=img] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .top-prod__item [data-mh=img] {
    margin-bottom: 5.33vw;
  }
  .top-prod__item [data-mh=img] [src*=img_top_prod_block01] {
    width: 58.67vw;
  }
  .top-prod__item [data-mh=img] [src*=img_top_prod_block02] {
    width: 69.33vw;
  }
}
.top-prod__item .link__txt {
  display: inline-block;
  vertical-align: top;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .top-prod__item .link__txt {
    margin-top: 3.2vw;
  }
}
.top-prod__item--blue {
  border-color: #005B9F;
}
.top-prod__item--blue .top-prod__item-title {
  background: #005B9F;
}
.top-prod__item--blue .top-prod__item-title span {
  color: #005B9F;
}
.top-prod__item--blue .link__txt:after {
  background-image: url(/common/images/ico_right2.svg);
}
.top-prod__quote {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-prod__quote .excursion {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top-prod__quote .btn.simulation {
    padding: 4vw;
  }
}
.top-prod__quote .btn.simulation:before, .top-prod__quote .btn.simulation:after {
  display: none;
}
@media (min-width: 768px) {
  .top-prod__quote .btn.simulation:hover span:before {
    background-image: url(/common/images/ico_top11h.svg);
  }
  .top-prod__quote .btn.simulation:hover span:after {
    background-image: url(/common/images/ico_blank_orange.svg);
  }
}
.top-prod__quote .btn.simulation span {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}
.top-prod__quote .btn.simulation span:before, .top-prod__quote .btn.simulation span:after {
  content: "";
  background: no-repeat 0 0/100%;
}
.top-prod__quote .btn.simulation span:before {
  width: 1.7rem;
  height: 2.3rem;
  background-image: url(/common/images/ico_top11.svg);
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .top-prod__quote .btn.simulation span:before {
    width: 4.53vw;
    height: 6.13vw;
    margin-right: 4.27vw;
  }
}
.top-prod__quote .btn.simulation span:after {
  width: 1.8rem;
  height: 1.6rem;
  background-image: url(/common/images/ico_blank_white.svg);
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .top-prod__quote .btn.simulation span:after {
    width: 4.8vw;
    height: 4.27vw;
    margin-left: 3.2vw;
  }
}
.top-prod-point {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .top-prod-point {
    padding-top: 6.93vw;
  }
}
@media screen and (min-width: 768px) {
  .top-prod-point__col {
    display: flex;
    gap: 3.2rem;
  }
}
.top-prod-point__col .col-img {
  flex: 0 0 auto;
  width: 42.6666666667%;
}
@media screen and (max-width: 767px) {
  .top-prod-point__col .col-img {
    display: none;
  }
}
.top-prod-point__col .col-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-prod-point__col .col-text {
    flex: 1;
    padding-top: 1.2rem;
  }
}
.top-prod-point__col .col-text .btn {
  max-width: 42.8rem;
  margin: 1.5rem auto 0;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .top-prod-point__col .col-text .btn:hover:before {
    background-image: url(/common/images/ico_right_hover.svg);
  }
}
@media screen and (max-width: 767px) {
  .top-prod-point__col .col-text .btn {
    margin-top: 4vw;
    font-size: 4vw;
  }
}
.top-prod-point__col .col-text .btn:before {
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .top-prod-point__col .col-text .btn:before {
    width: 4.27vw;
    height: 4.27vw;
    left: 3.47vw;
  }
}
.top-prod-point__text {
  font-size: 1.8rem;
  line-height: 1.61;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .top-prod-point__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-prod-point__text {
    font-size: 4.27vw;
    line-height: 1.6;
    margin-top: 5.33vw;
  }
}
.top-prod-point__text span {
  color: #B60081;
}
@media screen and (min-width: 768px) {
  .top-prod-point__img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-prod-point__img {
    margin-top: 5.33vw;
  }
  .top-prod-point__img img {
    display: block;
    width: 84vw;
    margin: auto;
  }
}
.top-prod-point .ribbon_txt {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  height: 3.4rem;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-prod-point .ribbon_txt {
    height: 16vw;
  }
}
.top-prod-point .ribbon_txt:before {
  border-width: 1.7rem 0 1.7rem 1rem;
}
@media screen and (max-width: 767px) {
  .top-prod-point .ribbon_txt:before {
    border-width: 8vw 0 8vw 4.8vw;
  }
}
.top-prod-point .ribbon_txt:after {
  border-width: 1.7rem 1rem 1.7rem 0;
}
@media screen and (max-width: 767px) {
  .top-prod-point .ribbon_txt:after {
    border-width: 8vw 4.8vw 8vw 0;
  }
}
.top-prod-point .ribbon_txt span {
  font-size: 1.8rem;
  line-height: 1.33;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .top-prod-point .ribbon_txt span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-prod-point .ribbon_txt span {
    font-size: 4.27vw;
    line-height: 1.5;
  }
}
.top-prod-point .list-custom {
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .top-prod-point .list-custom {
    line-height: 1.71;
  }
}
.page-tab-content-top .top-prod-point .list-custom {
  margin: 2.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .page-tab-content-top .top-prod-point .list-custom {
    margin-top: 5.33vw;
  }
}
.top-prod-point .list-custom * {
  line-height: inherit;
}
.top-prod-point .list-custom > li {
  padding-left: 1.9rem;
}
@media screen and (max-width: 767px) {
  .top-prod-point .list-custom > li {
    padding-left: 5.07vw;
  }
}
.top-prod-point .list-custom > li span:first-child {
  top: 0.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-prod-point .list-custom > li span:first-child {
    top: 1.07vw;
  }
}

.top-prod__quote_bln {
  border: solid 2px #B60081;
  border-radius: 0.7rem;
  width: 100%;
  max-width: 42rem;
  background: #fff;
  margin: 0 auto 20px;
  padding: 12px 5px 10px;
  position: relative;
}
.top-prod__quote_bln:before,
.top-prod__quote_bln:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.top-prod__quote_bln:before {
  border-color: #B60081 transparent transparent transparent;
  bottom: -10px;
}
.top-prod__quote_bln:after {
  border-color: #fff transparent transparent transparent;
  bottom: -7px;
}
.top-prod__quote_bln p {
  font-weight: bold;
  line-height: 1.4;
}
.top-prod__quote_bln p strong {
  color: #B60081;
}
.top-prod__quote_bln p strong span {
  font-size: 2rem;
}

.mv-re {
  background: #F2FAF9;
}
.mv-re a {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}