@charset "UTF-8";
html {
  font-size: 62.5%;
}
#main-container img,
#main-container video{
  width: 100%;
  height: auto;
}
#main-container *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-container #breadcrumb{
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
.main-container_lp .sp_only{
  display: none;
}
.main-container_lp .flexBox{
  display: flex;
}
.main-container_lp .coupons_area span{
  display: block;
}
/*=============================
         
=============================*/


#main-container{
  width: 100%;
  margin: 0 auto;
  /* background-image: url(../img/page_pc.jpg); */
  background-repeat: no-repeat;
  background-size: 140rem;
  background-position: center -3.9rem;
}

.main-container_lp{
  margin: 0 auto;
  line-height: 1;
  font-family:  "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; 
  /* font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; */
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  color: #333333;
  padding: 0;
  font-size: 1.4rem;
  overflow: hidden;
}


.apply_wrapper{
  position: relative;
  background-color: #f6f5f4;
  margin-top: -1.5rem;
  margin-bottom: 12.8rem;
  padding-bottom: 10rem;
  z-index: 0;
}
.apply_wrapper::before{
  position: absolute;
  content: "";
  background-color: #fff;
  width: 116rem;
  height: 91.3%;
  top: 4rem;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 8rem;
  z-index: -1;
}
/*=============================
         Apply txt
=============================*/
.apply_top{
  padding-top: 9.9rem;
}
.apply_top .top_txt__area{
  width: 62.5rem;
  margin: 0 auto;
}
.apply_top .top_txt__area img{
  margin-left: 0.3rem;
}

/*=============================
      // Apply txt
=============================*/


/*=============================
      iphone_area
=============================*/
.iphone_area{
  width: 62.5rem;
  margin: 5rem auto 0;
}
.iphone_area .con_img{
  width: 23rem;
  margin-right: 7rem;
}
.iphone_area .icon_area {
  margin-top: 3.2rem;
  width: 32.4rem;
  text-align: center;
}
.iphone_area .icon_area .icon_img{
  margin: 0 auto 1rem;
}
.iphone_area .icon_area li:nth-of-type(2) .icon_img{
  width: 2.5rem;
}
.iphone_area .icon_area li:nth-of-type(3) .icon_img{
  width: 3.2rem;
  margin-bottom: 0.9rem;
}
.iphone_area .icon_area li:nth-of-type(4) .icon_img{
  width: 3.24rem;
}
.iphone_area .icon_area .icon_img._03{
  width: 2.5rem;
}
.iphone_area .icon_area li:nth-child(2){
  margin-top: 4rem;
}
.iphone_area .icon_area li:nth-child(3){
  margin-top: 2.6rem;
}
.iphone_area .icon_area li:nth-child(4){
  margin-top: 2.5rem;
}
.iphone_area  .icon_area .icon_txt{ 
  white-space: nowrap;
  line-height: 2.52rem;
}
.iphone_area .coupons_area{
  width: 32rem;
  margin-left: 0.25rem;
}

/*=============================
      // iphone_area
=============================*/



/*====================
        footer
=====================*/
.footer_area{
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.footer_area .mash_logo{
  width: 17.5rem;
}
.footer_area .download{
  width: 17.4rem;
  margin-top: 0.6rem;
  margin-left: 1.9rem;
  display: flex;
  justify-content: space-between;
}
.footer_area .apple_area, .footer_area .google_area{
  width: 8.4rem;
}

#dvMailMagazineRegistInputTitle, #dvUserModifyConfirmTitle .title {
  margin-bottom: 15px;
}



/*====================
      table
=====================*/
@media only screen and (max-width: 1400px) and (min-width: 768px){
  html {
    font-size: calc(10* (100vw / 1400));
  }

}

/*====================
       SP
=====================*/
@media only screen and (max-width: 767px){
  .main-area .main-inner {
    margin: 0 auto;
    width: 100%;
  }
  #main-container #breadcrumb{
    max-width: 100%;
  }
  #main-container #breadcrumb .cateList{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: initial;
  }
  .main-container_lp .pc_only{
    display: none;
  }
  .main-container_lp .sp_only{
    display: block;
  }
  .main-container_lp .flexBox{
    flex-wrap: wrap;
  }

  #main-container{
    /* background-image: url(../img/page_sp.jpg); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center calc(-47* (100vw /750));
  }

  .main-container_lp{
    padding: 0;
    font-size: calc(28*(100vw / 750));
  }
  

/*=============================
         Apply txt
=============================*/
.apply_wrapper{
  margin-top: 0;
  margin-bottom: calc(161* (100vw / 750));
  padding-bottom: calc(139* (100vw / 750));

}
.apply_wrapper::before{
  width: calc(710* (100vw / 750));
  height: 96.7%;
  top: calc(40* (100vw / 750));
  border-radius: calc(80 * (100vw / 750));
}



/*=============================
         Apply txt
=============================*/
.apply_top{
  padding-top: calc(108* (100vw / 750));
}
.apply_top .top_txt__area{
  width: calc(578* (100vw / 750));
}
.apply_top .color_txt{
  margin-top: calc(98* (100vw / 750));
  font-size: calc(34* (100vw / 750));
  line-height: calc(61.2* (100vw / 750))

}
.apply_top .color_txt::before{
  background-image: url(../img/frame_sp.png);
  width: calc(618* (100vw / 750));
  height: calc(280* (100vw / 750));
  top: calc(-39* (100vw / 750));
}
.apply_top .coupons_area{
  width: calc(532* (100vw / 750));
  margin-top: calc(75* (100vw / 750));
  margin-left: calc(113* (100vw / 750));
}
.apply_top .coupons_area::before{
  background-image: url(../img/line_sp.png);
  width: calc(372* (100vw / 750));
  height: calc(46* (100vw / 750));
  top: calc(120* (100vw / 750));
}
.apply_top .coupons_area .red_txt{
  margin-top: calc(20* (100vw / 750));
  margin-bottom: calc(26* (100vw / 750));
  font-size: calc(38* (100vw / 750));
}
.apply_top .coupons_area .small_txt{
  margin-top: calc(51* (100vw / 750));
  font-size: calc(20* (100vw / 750));
  line-height: calc(36* (100vw / 750));
}
.apply_top .top_txt__area img {
  margin-left: calc(4* (100vw / 750));
}
/*=============================
      // Apply txt
=============================*/


/*=============================
      iphone_area
=============================*/
.iphone_area{
  width: 100%;
  margin: calc(69* (100vw / 750)) auto 0;
}
.iphone_area .icon_area {
  margin: calc(70* (100vw / 750)) auto 0;
  width: calc(630* (100vw / 750));
}
.iphone_area  .icon_area .icon_txt{ 
  line-height: calc(50.4* (100vw / 750));
}
.iphone_area .con_img {
  width: calc(345* (100vw / 750));
  margin: 0 auto;
}
.iphone_area .icon_area .icon_img{
  margin: 0 auto calc(19* (100vw / 750));
}
.iphone_area .icon_area li:nth-of-type(2) .icon_img{
  width: calc(43* (100vw / 750));
}
.iphone_area .icon_area li:nth-of-type(3) .icon_img{
  width: calc(55* (100vw / 750));
  margin-bottom: calc(19* (100vw / 750));
}
.iphone_area .icon_area li:nth-of-type(4) .icon_img{
  width: calc(59* (100vw / 750));
}
.iphone_area .icon_area .icon_img._03{
  width: 2.5rem;
}
.iphone_area .icon_area li:nth-child(2){
  margin-top: 0;
}
.iphone_area .icon_area li:nth-child(3){
  margin-top: calc(54* (100vw / 750));
}
.iphone_area .icon_area li:nth-child(4){
  margin-top: calc(50* (100vw / 750));
}
.iphone_area  .icon_area .icon_txt{ 
  font-size: calc(28* (100vw / 750));
  line-height: 1.8;
}

/*=============================
      // iphone_area
=============================*/



/*====================
        footer
=====================*/
.footer_area{
  margin-top: calc(94* (100vw / 750));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer_area .mash_logo{
  width: calc(326* (100vw / 750));
  margin: 0 auto;
}
.footer_area .download{
  width: calc(326* (100vw / 750));
  margin-top: calc(20* (100vw / 750));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.footer_area .apple_area, .footer_area .google_area{
  width: calc(157.4* (100vw / 750));
}

.footer {
  margin-top: 0;
}



}





