@charset "utf-8";

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url( ../font/NotoSansCJKjp/NotoSansCJKjp-Regular.woff2) format('woff2'),
  url( ../font/NotoSansCJKjp/NotoSansCJKjp-Regular.woff) format('woff'),
  url( ../font/NotoSansCJKjp/NotoSansCJKjp-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url( ../font/NotoSansCJKjp/NotoSansCJKjp-Medium.woff2) format('woff2'),
  url( ../font/NotoSansCJKjp/NotoSansCJKjp-Medium.woff) format('woff'),
  url( ../font/NotoSansCJKjp/NotoSansCJKjp-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url( ../font/NotoSansCJKjp/NotoSansCJKjp-Bold.woff2) format('woff2'),
  url( ../font/NotoSansCJKjp/NotoSansCJKjp-Bold.woff) format('woff'),
  url( ../font/NotoSansCJKjp/NotoSansCJKjp-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url( ../font/NotoSansCJKjp/NotoSansCJKjp-Black.woff2) format('woff2'),
  url( ../font/NotoSansCJKjp/NotoSansCJKjp-Black.woff) format('woff'),
  url( ../font/NotoSansCJKjp/NotoSansCJKjp-Black.otf) format('opentype');
}

body{
	font-size: 100%;
	font-weight: 100;
	line-height: 1.5;
	font-family:"Noto Sans Japanese";
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	background: #FFEED8;
	text-align: center;
	position: relative;
	word-wrap: break-word;
	color: #404040;	
  letter-spacing: 0.02em;
  font-size: calc(100vw / ( 750 / 32 ));
  text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
}

/*float設定*/
.fl-r{ float:right; }
.fl-l{ float:left; }

  
  @keyframes bounceIn {
    0% {
      opacity: 0;
      transform: scale(0.3, 0.3);
    }
    50% {
      transform: scale(1, 1);
    }
    
    70% {
      transform: scale(0.9, 0.9);
    }
    100% {
      opacity: 1;
      transform: scale(1, 1);
    }
  }
  
  @keyframes titleIn {
     0% {
      opacity: 0;
      transform: scale(3, 3);
    }
    100% {
      opacity: 1;
      transform: scale(1, 1);
    }
  }
  
  @keyframes mother {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
  }
  
  @keyframes father {
    0% {
        opacity: 0;
        transform: translate(50%, -50%);
      rotate(-45deg);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
  }

  @keyframes ani_benefits1{
  0%{
    opacity: 0;
    transform: translate(-100px, -50px);
  }
  100%{
    opacity: 1;
    transform: translate(0, 0);
  }
}

  @keyframes ani_benefits2{
  0%{
    opacity: 0;
    transform: translate(100px, -50px);
  }
  100%{
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (min-width:769px){/*PC*/
  .pc_only{
	display: block !important;
  }
  
  .sp_only{
    display: none !important;
  }
  
  html {
	  overflow: auto;
  }
  
  a[href^="tel:"] {
    pointer-events: none;
  }
  
  .op_hover:hover{
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
  }
  
  .f_11{
    font-size: 11px;
  }
  
  .f_14{
    font-size: 14px;
  }

  .f_15{
    font-size: 15px; 
  }

  .f_16{
      font-size: 16px;  
  }

  .f_17{
    font-size: 17px;  
  }
  /*
  開閉パネル
  -------------------------*/
  .more_par{
    width: 960px;
    margin: 25px auto 0 auto;
    background: #fff;
  }
  
  .more_par .toggle_btn{
    background: #193944;
    color: #fff;
    font-weight: 700;
    text-align: left;
    line-height: 50px;
    padding-left: 53px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
  }
  
  .more_par .toggle_btn:before{
    content: "";
    background: url(../img/close.png) no-repeat left center;
    width: 20px;
    height: 50px;
    display: block;
    position: absolute;
    left: 16px;
    top: 0;
  }
  
  .more_par .toggle_btn.open:before{
    content: "";
    background: url(../img/open.png) no-repeat left center;
    width: 20px;
    height: 50px;
    display: block;
    position: absolute;
    left: 16px;
    top: 0;
  }
  
  .more_cont{
    padding: 0 55px 35px 60px;
    text-align: left;
    font-size: 15px;
    display: none;
  }
  
  .more_cont p{
    padding-top: 0.8em;
  }
  
  .more_cont h5 + p{
    padding-top: 0.3em;
  }
  
  .more_cont p.aten{
    padding-top: 0.2em;
    font-size: 12px;
    color: #808080;
    text-indent: 0;
  }
  
  .more_cont .s_title{
    color: #e10021;
    font-size: 18px;
    font-weight: 700;
    margin-top: 28px;
    letter-spacing: -0.02em;
  }
  
  .more_cont .ss_title{
    color: #e10021;
    font-size: 16px;
    font-weight: 700;
    margin-top: 13px;
    letter-spacing: 0.05em;
    display: inline-block;
  }
  
  .more_cont h4 + .ss_title{
    margin-top: 7px;
  }
  
  .more_cont .ss_title:after{
    content: "";
    width: auto;
    background: #e10021;
    height: 1px;
    display: block;
  }
  
   .more_cont .ex_title {
    font-size: 18px;
    padding-left: 70px;
    padding-top: 25px;
    font-weight: 700;
     position: relative;
  }
  
  .more_cont .ex_title span {
    font-size: 18px;
    padding: 3px 1.2em 3px 1em;
    margin-right: 0.5em;
    position: absolute;
    left: 0;
    font-weight: 700;
    background: #e10021;
    vertical-align: middle;
    color: #fff;
  }
  
  .more_cont .ex_title.wide {
    padding-left: 70px;
  }
  
  .more_cont .ex_title.wide span {
    padding: 3px 0.9em 3px 0.7em;
    margin-right: 0.5em;
  }
  
  .more_cont .paint{
    color: #e10021;
  }
  
  .more_cont ul li span.point{
    color: #e10021;
    font-size: 10px;
    line-height: 20px;
    vertical-align:text-top;
  }

  .more_cont .indentlist li{
    padding-left: 1em;
    text-indent: -0.6em;
    padding-top: 0.7em;
    vertical-align:middle;
    line-height: 1.5;
  }
  
  .more_cont table.tbl_type1 th,
  .more_cont table td{
    font-size: 11px;
  }

  .more_cont  table.tbl_type1 {
    margin-top: 27px;
  }
  
  .more_cont  table.tbl_type1 th{
    border: none;
    font-size: 11px;
    font-weight: 500;
    padding: 0.2em 1.2em;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    border: none;
    border-bottom: #fff 1px solid;
  }
  
  .more_cont  table.tbl_type1 th.hd{
    background: #E10021;
    padding: 4px 0;    
    border-bottom: none;
  }
  
  .more_cont  table.tbl_type1 th.hd:last-child{
    border-left: #fff 1px solid;
  }
  
  .more_cont  table.tbl_type1 th.label{
    background: #E94059;
  }
  
  .more_cont  table.tbl_type1 td{
    background: #FCE5E9;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-bottom: #fff 1px solid;
    line-height: 1.5;
    padding: 1em 1.8em;
  }
  
  .more_cont table.tbl_type1 td .num{
    font-size: 13px;
    font-weight: 700;
  }

  .more_cont table.tbl_type1 td .num span{
    font-size: 17px;
  }
  
  .more_cont table.tbl_type1 td.size3{
    font-size: 19px;
    color: #E10021;
    padding-left: 2em;
    padding-right: 2em;
    border-left: #e10021 1px solid;
    font-weight: 700;
  }
  
  .more_cont table.tbl_type1 td.size3 span.num{
    font-size: 60px;
  }
  
  .more_cont table.tbl_type1 td.size3 span.num{
    font-size: 60px;
  }

  .more_cont  table.tbl_type1 td.size3 span.en{
    font-size: 24px;
  }
  
  .more_cont  table.tbl_type2{
    margin-top: 20px;
  }
  
  .more_cont  table.tbl_type2 th {
    border:none;
    color: #e10021;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
   padding: 5px 1em;
  }
  
  .more_cont  table.tbl_type2 td {
    background: #fff;
    border:none;
    border-bottom: #FCE5E9 1px solid;
    font-size: 13px;
    font-weight: 100;
    padding: 1px 1em;
    text-align: center;
    vertical-align: middle;
  }
  
   .more_cont  table.tbl_type2 .bk td {
    background: #FCE5E9;
    border-bottom: #dce2f0 1px solid;
  }
  
   .more_cont  table.tbl_type2 td.price{
    text-align: right;
    padding-left: 0;    
  }
  
  .more_cont  table.tbl_type2 td.price span{
    font-size: 11px;    
  }
  
  .more_cont  table.tbl_type2 th.price{
    padding-left: 0;
  }
  
  .more_cont  table.tbl_type2 .total{
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    border-bottom: none;
  }
  
  .more_cont  table.tbl_type2 .total .num{
    font-size: 17px;
  }
  
  .more_cont  table.tbl_type2 .total .en{
    font-size: 14px;
  }
  
  .more_cont  table.tbl_type2 .negation td {
    position: relative;
}
  
  .more_cont  table.tbl_type2 .negation td:after {
    content: "";
    height: 1.5px;
    background: #e10021;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    position: absolute;
}
  
  .more_cont table.tbl_type3 {
    margin-top: 1.8em;
  }
  
  .more_cont table.tbl_type3 td{
    font-size: 10px; 
    border: #fff solid 1px;
    border-right: #e10021 solid 1px;
    text-align: center;
    vertical-align: middle;
    background: #fce5e9;
    padding: 1em 2em;
    white-space: nowrap;
    line-height: 1.2;
  }
  
  .more_cont table.tbl_type3  th.label{
    background: #e10021;
    color: #fff;
    font-size: 11px; 
    text-align: center;
    border: #fff 1px solid;
    font-weight: 100;
    padding: 0.5em 0;
    vertical-align: middle;
  }
  
  .more_cont table.tbl_type3 .date th{
    position: relative;
    overflow: visible;
    font-weight: 100;
    border: none;
    height: 1em;
  }
  
  .more_cont table.tbl_type3 .date th span {
    color: #e10021;
    font-size: 9px;
  }

  .more_cont table.tbl_type3 .date th div{
    position: absolute;
    right: -1em;
    bottom: 0;
    font-size: 10px; 
  }
  
  .more_cont table.tbl_type3 .num {
      font-size: 14px;
     font-weight: 700;
  }
  
  .more_cont table.tbl_type3 .num span{
    font-size: 17px;
    font-weight: 700;
  }
  
  .more_cont table.tbl_type3 td.none:after {
    content: "";
    width: 1em;
    height: 1px;
    background: #404040;
    display: block;
    margin: 0 1.5em;
  }
  
  .more_cont table.tbl_type3 .dotline {
    border-right: #e10021 2px dotted;
  }
  
  .more_cont table.tbl_type3 td.endress{
    background: none;
    border: none;
    font-size: 12px;  
    padding: 1em 0.5em;
  }
  
  .more_cont table.tbl_type3 th.wp {
    padding: 1em;
  }
  
  .more_cont table.tbl_type3.after td {
    width: 145px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
  }  
  
  .more_cont table.tbl_type3.after td.endress{
    width: auto;
    font-weight: 700;
    text-align: left;
    padding-left: 2em;
  }  
  
  .more_cont table.tbl_type3.after .date th {
    width: 145px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .more_cont table.tbl_type3.after .date th div{
    right: -2em;
  }
  
  .more_cont table.tbl_type3.after .date th:first-child {
    width: auto;
  }
  
  .more_cont table.tbl_type3 td.no-line {
    border-right: none;
  }
  /*
  box
  -------------------------*/
  .box{
    width: 838px;
    border: #4b1e08 1px solid;
    margin: 30px auto 0 auto;
    background: #ffffd6;
    padding-bottom: 60px;
    letter-spacing: -0.005em;
  }
    
  .box .condition{
    width: 838px;
    background: #4b1e08;
    color: #fff;
    font-size: 22px;
    line-height: 54px;
    font-weight: 700;
    letter-spacing: -0.002em;
  }
  
  .box .condition strong{
    color: #fee93f;
  }
  /*
  header
  -------------------------*/
  header#top{
    background: #fff;
    text-align: center;
    line-height: 0;
    vertical-align: middle;
    position: fixed;
    z-index: 5000;
    width: 100%;
    height: 80px;
    min-width: 960px;
    overflow: hidden;
  }

  header#top p.logo{
    vertical-align: middle;
    width: 207px;
    display: inline-block;
    line-height: 42px;
    vertical-align: middle;
    line-height: 80px;
  }

  header#top p.logo img{
    width: 100%;
    height: auto;
    vertical-align: middle;
  }

  header#top nav{
    display: inline-block;
    text-align: center;
    margin: 0 30px 0 10px;
  }

  header#top nav ul{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }

  header#top nav ul li{
    display: inline-block;
    margin: 0 8px;
    line-height: 80px;
  }

  header#top nav ul li a{
    font-size: 13px;
    font-weight: 500;
    color: #193944;
    line-height: 42px;
    vertical-align: middle;
    letter-spacing: 0.07em;
  }

  header#top .btn_link{
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 10px;
  }
  
  header#top .btn_link.sp_only{
    display: none !important;
  }
  
  header#top .btn_link a{
    background: url(../img/head_btn.png) no-repeat left top;
    width: 260px;
    height: 42px;
    vertical-align: middle;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  
  body article{
    min-width: 960px;
    background: #e10021;
    padding-top: 80px;
  }
  
  body{
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    overflow: hidden;
	  min-width: 960px;
  }
  
  /*
  header
  -------------------------*/
  article header  {
    background: #e10021 url(../img/head_bg.png) repeat-x center top;
    background-size: 100% auto;
    padding-top: 52%;
    position: relative;
    width: 100%;
    min-width: 960px;
    overflow: hidden;
  }
  
  article header .date {
    background: url(../img/head_date.png) no-repeat left bottom;
    background-size: 100% auto;
    width: 15.4%;
    height: 0;
    padding-top: 39.5%;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
  }
  
  article header.ani_start .date {
    z-index: 1;-webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.65s;
    animation-duration: 0.65s;
    animation-delay: 1.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  
  

  article header h1 {
    background: url(../img/head_title.png) no-repeat left bottom;
    background-size: 100% auto;
    width: 40%;
    height: 0;
    padding-top: 25.3%;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
  }
  
  article header.ani_start h1 {
    -webkit-animation-name: titleIn;
    animation-name: titleIn;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    animation-delay: 0.8s;
        opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }
  
  article header .try {
    background: url(../img/head_try.png) no-repeat left bottom;
    background-size: 100% auto;
    width: 13.8%;
    height: 0;
    padding-top: 15.05%;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: absolute;
    left: -52.5%;
    right: 0;
    top: 0;
    z-index: 1;
  }
  
  article header.ani_start .try {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.65s;
    animation-duration: 0.65s;
    animation-delay: 1.5s;
        opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }
  
  article header .mother {
    background: url(../img/head_mother.png) no-repeat left bottom;
    background-size: 100% auto;
    width: 27.45%;
    height: 0;
    padding-top: 49.75%;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: absolute;
    left: -50.21%;
    right: 0;
    top: 0;
    z-index: 4;
  }
  
  article header.ani_start .mother {
    -webkit-animation-name: mother;
    animation-name: mother;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }
  
  article header .father {
    background: url(../img/head_father.png) no-repeat left bottom;
    background-size: 100% auto;
    width: 25.7%;
    height: 0;
    padding-top: 51.5%;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 47%;
    right: 0;
    top: 0;
    z-index: 4;
  }
  
  article header.ani_start .father {
    -webkit-animation-name: father;
    animation-name: father;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }
  
  article header .child1 {
    background: url(../img/head_child1.png) no-repeat left bottom;
    background-size: 100% auto;
    width: 23.05%;
    height: 0;
    padding-top: 48.3%;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 76%;
    right: 0;
    top: 0;
    z-index: 1;
  }
  
  article header.ani_start .child1 {
    -webkit-animation-name: father;
    animation-name: father;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  
  article header .child2 {
    background: url(../img/head_child2.png) no-repeat left bottom;
    background-size: 100% auto;
    width: 19.05%;
    height: 0;
    padding-top: 48.8%;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: absolute;
    left: -76%;
    right: 0;
    top: 0;
    z-index: 1;
  }
  
  article header.ani_start .child2 {
    -webkit-animation-name: mother;
    animation-name: mother;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    animation-delay: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }
  
  section .read {
    font-size: 15px;
    font-weight: 500;
    padding: 35px 0 0 0;
    line-height: 1.8;
    letter-spacing: -0.005em;
  }
  
  .bg2{
    background: #f0f0f0;
    padding-top: 75px;
    padding-bottom: 97px;
  }
  
  /*
  head_read
  -------------------------*/  
  section#head_read .txt_cont{
    font-size: 20px;
    text-align: center;
    padding: 67px 0 0;
    line-height: 2.0;
    color: #fff;    
    letter-spacing: 0.002em;
    font-weight: 900;
  }
  
 /*
  early_discount
  -------------------------*/  
  #early_discount{
    margin-top:-50px;
    padding-top:50px;
  }
  
  #early_discount .inner{
    width: 960px;
    background: url(../img/early_discount_bg_btm.png) no-repeat left bottom;
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    margin: 170px auto 0 auto;
    padding-bottom: 70px;
  }
  
  #early_discount .mk{
    background: url(../img/early_discount.png) no-repeat left top;
    background-size: 100% auto;
    width: 219px;
    padding-top: 219px;
    text-indent: -9999px;
    font-size: 0;
    position: absolute;
    top: -109px;
    right: -49px;
  }
  
  #early_discount .txt{
    font-size: 15px;
    font-weight: 500;
    padding-top: 25px;
    line-height: 1.8;
    letter-spacing: -0.001em;
  }
  
  #early_discount .txt .aten{
    font-size: 12px;
    font-weight: 100;
    padding-top: 15px;
    letter-spacing: 0.05em;
    color: #808080;
  }
  
  /*
  benefits1
  -------------------------*/
  #benefits1 {    
    background: #e10021;
    width: 100%;
    padding-bottom: 200px;
    position: relative;
    padding-top: 170px;
  }  
    
  #benefits1 .head{    
    background:#fff url(../img/benefits1_bg.png) no-repeat left top;
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 86px;
  }
  
  #benefits1 .head:before {
    content: "";
    background:url(../img/benefits1_icon.png) no-repeat left top;
    background-size: 100% auto;
    width: 249px;
    height: 409px;
    display: block;
    position: absolute;
    left: -41px;
    top: 98px;
  }
  
    
  #benefits1 .head.ani_charaL:before {
    animation-name: ani_benefits1;
    animation-duration: 1s;
    transition-timing-function:ease-in;
    animation-delay:0.5s;
    opacity: 0;
    animation-fill-mode: forwards;
  }
  
  #benefits1 .mk{
    background: url(../img/benefits1.png) no-repeat left top;
    background-size: 100% auto;
    width: 195px;
    padding-top: 187px;
    text-indent: -9999px;
    font-size: 0;
    position: absolute;
    top: -107px;
    left: -54px;
  }
  
  #benefits1 h2 {    
    padding: 80px 0 0 0;
  }
  
  #benefits1 .pr1 {
    padding-top: 38px;
  }
  
  #benefits1 .pr2 {
    padding-top: 17px;
  }
  
  #benefits1 .pr3 {
    padding-top: 18px;
  }
    
  #benefits1 #aboutfree{
    margin-top: 90px;
  }
  
  #benefits1 #aboutfree .more_cont{
    padding-top: 18px;
  }
  
  #benefits1 #cashback .eequirements{
    margin-top: 0.3em;
    margin-bottom: 1.5em;
  }
  
  #benefits1 #cashback .eequirements li{
    padding-top: 0.1em;
  }
  
  #benefits1 #freerent .indentlist li{
    padding-top: 0.2em;
  }
  
  #benefits1 .paint{
    color: #e10021;  }
  
  
  /*
  benefits2
  -------------------------*/
  section#benefits2 {    
    background: #76c324;
    width: 100%;
    padding-bottom: 170px;
    position: relative;
    padding-top: 202px;
  }
  
    
  section#benefits2 .head{    
    background:#fff url(../img/benefits2_bg.png) no-repeat left top;
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 47px;
  }
  
  #benefits2 .head:before {
    content: "";
    background:url(../img/benefits2_icon.png) no-repeat left top;
    background-size: 100% auto;
    width: 293px;
    height: 443px;
    display: block;
    position: absolute;
    right: -56px;
    top: 112px;
  }
  
  #benefits2 .head.ani_charaR:before {
    animation-name: ani_benefits2;
    animation-duration: 1s;
    transition-timing-function:ease-in;
    animation-delay:0.5s;
    opacity: 0;
    animation-fill-mode: forwards;
  }
  
  section#benefits2 .mk{
    background: url(../img/benefits2_mk.png) no-repeat left top;
    background-size: 100% auto;
    width: 196px;
    padding-top: 187px;
    text-indent: -9999px;
    font-size: 0;
    position: absolute;
    top: -107px;
    right: -63px;
  }
  
  section#benefits2 h2 {    
    padding: 81px 0 0 0;
  }
  
  section#benefits2 .aten {  
    font-size: 12px;
    font-weight: 100;
  }
  
  section#benefits2 .box h3 { 
    padding-top: 24px;
    padding-right: 14px;
  }
  
  section#benefits2 .box .txt{
    padding-top: 25px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
  }
    
  section#benefits2 .diygoods h4{
    padding-top: 60px;
  }
  
  section#benefits2 .diygoods.fst h4{
    padding-top: 55px;
  }
  
  section#benefits2 .diygoods .txt{
    font-size: 13px;
    padding-top: 19px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.6;
  }
  
  section#benefits2 .diygoods .aten{
    font-size: 11px;
    color: #808080;
    font-weight: 100;
    line-height: 1.6;
    padding-top: 17px;
    letter-spacing: 0.05em;
  }
  
  section#benefits2 .diygoods .present{
    width: 100%;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    margin-top: 18px;
  }
  
  section#benefits2 .diygoods .present li{
    width: 222px;
    display: inline-block;
    margin: 0 13px;
    vertical-align: top;
  }
  
  section#benefits2 .diygoods .present li.col1{
    width: 100%;
    display: block;
    margin: 0;
  }
  
  section#benefits2 .diygoods .present li img{
    vertical-align: top;
  }
  
   section#benefits2 .box .forresta{
    font-size: 15px;
    font-weight: 500;
    padding-top: 65px;
     letter-spacing: 0.04em;
  }
  
  #benefits2 .btns{
    text-align: center;
    margin-top: 20px;
  }
  
  #benefits2 .btns li{
    display: inline-block;
  }
  
  #benefits2 .btns li a{
    display: inline-block;
    background: #e10021;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 50px;
    padding: 0 30px 0 55px;
    box-shadow: 5px 7px 0px 2px #193944;
    position: relative;
    letter-spacing: 0.05em;
  }
  
  #benefits2 .btns li a:before{
    content: "";
    background: url(../img/point1.png) no-repeat left top;
    width: 10px;
    height: 18px;
    display: block;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  #benefits2 .btns li a:before{
    content: "";
    background: url(../img/point1.png) no-repeat left top;
    width: 10px;
    height: 18px;
    display: block;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  #benefits2 .more{
    padding: 35px 0 0 46px;
    text-align: left;
    width: 840px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  #benefits2  #selectdiy.more_par{
    margin-top: 95px;
  }
  
   #benefits2 .more_cont {
     padding-top: 18px;
  }
  #benefits2 .more_cont ul li span{
    color: #76c324;
  }
  
  #benefits2 .more_cont .paint{
    color: #76c324;
  }
  
  #benefits2 .more_cont .s_title {
    color: #76c324;    
  }
  
  #benefits2 #aboutgift .more_cont .aten{
    font-size: 16px;
    padding-top: 11px;
  }
  
  #benefits2 #aboutrest .more_cont{
    padding-top: 13px;  
    padding-right: 25px;
  }
  
  #benefits2 #aboutrest .more_cont .resta{
    margin: 0 0 0 -10px;
    padding-top: 13px;    
  }
  
   #benefits2 #aboutrest .more_cont .indentlist{
     margin-top: 0.7em;
    
  }
  
  #benefits2 #aboutrest .more_cont li{
    padding-top: 0.4em;
  }
  
  #benefits2 a{
    color: #76c324;
    text-decoration: none;
  }
  
  
  
    /*
  limited_cam
  -------------------------*/
  .limited_cam{
    background: #70ade9;
    padding: 220px 0 0 0;
  }
  
  .limited_cam .inner{
    background: #ffffff;
    position: relative;
    width: 960px;
    padding: 0 60px 60px 60px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  /*
  limited_cam1
  -------------------------*/
  #limited_cam1{
    padding-bottom: 100px;
  }
  #limited_cam1 .mk{
    background: url(../img/limited_cam1_mk.png) no-repeat left top;
    width: 277px;
    height: 283px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: -125px;
    left: -57px;
  }
  #limited_cam1 h2{
    padding-top: 81px;
  }
  
  #limited_cam1 .read{
    letter-spacing: -0.05em;
  }
  
  #limited_cam1 .box{
    padding-bottom: 0;
  }
  
  #limited_cam1 .box h3{
    padding: 47px 0 0 20px;
  }
  
  
  #limited_cam1 .tokuten{
    width: 838px;
    overflow: hidden;
    padding-top: 12px;
  }
  
  #limited_cam1 .tokuten li{
    width: 358px;
    display: inline;
    float: left;
    margin-left: 52px;
    margin-bottom: 8px;
  }
  
  #limited_cam1 .tokuten li.tokuten2{
    margin-left: 10px;
    position: relative;
  }
  
  #limited_cam1 .tokuten li.tokuten2 p{
    position: absolute;
    font-size: 10px;
    top: 220px;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  #limited_cam1 .tokuten li.tokuten3{
    width: 726px;
    position: relative;
    text-align: left;
    color: #4b1e08;
    z-index: 1;
    margin-bottom: 40px;
  }
  
  #limited_cam1 .tokuten li.tokuten3 .tokuten_read{
    position: absolute;
    left: 45px;
    top: 85px;
    font-weight: 500;
  }
  
  #limited_cam1 .tokuten li.tokuten3 .txt{
    position: absolute;
    left: 48px;
    top: 508px;
    font-weight: 500;
    letter-spacing: -0.07em;
  }
  
  #limited_cam1 .tokuten li.tokuten3 .txt ul{
    font-size: 10px;
    font-weight: 100;
    margin: 5px 0 0 0;
    color: #404040;
  }
  
  #limited_cam1 .tokuten li.tokuten3 .txt ul li{
    width: auto;
    margin: 0;
    display: block;
    float: none;
    letter-spacing: 0.02em;
  }
  
  #limited_cam1 .tokuten li.tokuten4{
    width: 186px;
    height: 184px;
    margin: 0;
    float: none;
    margin-top: 662px;
    margin-left: 557px;
    display: block;
    position: absolute;
    z-index: 100;
  }
  
  #limited_cam1 .btns{
    width: 100%;
    overflow: hidden;
    padding-top: 71px;
    margin: 0 auto;
    text-align: center;
  }
  
  #limited_cam1 .btns li{
    width: 350px;
    margin-left: 30px;
    display: inline-block;
    padding-bottom: 7px;
  }
  
  #limited_cam1 .btns li:first-child{
    margin-left: 0;
  }
  
  #limited_cam1 .btns li a{
    background: #009852;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 50px;
    box-shadow: 5px 7px 0px 2px #193944;
    position: relative;
    letter-spacing: 0.05em;
  }
  
  #limited_cam1 .btns li a:before{
    content: "";
    background: url(../img/point1.png) no-repeat left top;
    width: 10px;
    height: 18px;
    display: block;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
    #limited_cam1 .more_par{
    width: 840px;
      margin-top: 70px;
  }
  
  #limited_cam1 .more_cont{
    background: #f0f0f0;
    padding-top: 6px;
    padding-right: 50px;
  }
  #limited_cam1 .more_cont .s_title{
    color: #70ade9;
  }
  
  #limited_cam1 .more_cont .ex_title .ex_b{
    background: #70ade9;
  }
  
  #limited_cam1 .more_cont .table1{
    margin-top: 25px;
  }
  
  #limited_cam1 .more_cont .aten{
    margin-top: 5px;
    color: #404040;
  }
  
  #limited_cam1 .more_cont .point{
    color: #70ade9;
  }
  
  #limited_cam1 .more_cont .indentlist li {
    padding-top: 0.3em;
    letter-spacing: -0.01em;
  }
  
  #limited_cam1 a{
    color: #70ade9;
    text-decoration: none;
  }
  
  /*
  limited_cam2
  -------------------------*/
  #limited_cam2 {
    padding-bottom: 180px;
  }
  #limited_cam2 .mk{
    background: url(../img/limited_cam2_mk.png) no-repeat left top;
    width: 251px;
    height: 265px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: -125px;
    right: -62px;
  }
  #limited_cam2 h2{
    padding-top: 81px;
  }
  
  #limited_cam2 .box{
    margin-top: 37px;
    padding-bottom: 35px;
  }
  
  #limited_cam2 .box h3{
    margin-top: 32px;
  }
      
  #limited_cam2 .about{
    background: #fff;
    width: 690px;
    text-align: left;
    font-size: 13px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    margin: 25px auto 22px auto;
    padding: 25px 20px 25px 0;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
    position: relative;
  }
    
  #limited_cam2 .about dt{
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fee93f 60%);
    display: inline-block;
    line-height: 1.2;
  }
  
  #limited_cam2 .about dd{
    padding-top: 10px;
  }
  
  #limited_cam2 #minna .about{
    padding-left: 237px;
  }
  
  #limited_cam2 #minna .about:before{
    content: "";
    background: url(../img/limited_cam2_minna_bg.png) no-repeat left top;
    width: 227px;
    height: 200px;
    display: block;
    top: -11px;
    left: -20px;
    position: absolute;
  }   
  
  #limited_cam2 #minna .about:after{
    content: "";
    background: url(../img/limited_cam2_minna_good.png) no-repeat left top;
    width: 186px;
    height: 30px;
    display: block;
    position: absolute;
    top: 18px;
    right: 53px;
  }
  
  #limited_cam2 #yamawake .about{
    padding-right: 310px;
    padding-left: 25px;
  }
  
  #limited_cam2 #yamawake .about:before{
    content: "";
    background: url(../img/limited_cam2_yamawake_bg.png) no-repeat left top;
    width: 343px;
    height: 217px;
    display: block;
    top: -18px;
    right: -42px;
    position: absolute;
  }
  
  #limited_cam2 .btns{
    text-align: center;
    margin-top: 20px;
  }
  
  #limited_cam2 .btns a{
    width: auto;
    background: #009852;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 50px;
    box-shadow: 5px 6px 0px 2px #193944;
    position: relative;
    letter-spacing: 0.05em;
    display: inline-block;
    padding: 0 25px 0 60px;
    margin-right: 15px;
  }
  
  #limited_cam2 .btns a:before{
    content: "";
    background: url(../img/point1.png) no-repeat left top;
    width: 10px;
    height: 18px;
    display: block;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  #limited_cam2 .more_par{
    width: 838px;
  }
  
  #limited_cam2 #aboutcan2{
    margin-top: 50px;
  }
  #limited_cam2 .more_cont{
    background: #f0f0f0;
    padding-top: 20px;
  }
  #limited_cam2 .more_cont .indentlist li {
    padding-top: 0.4em;
  }
  #limited_cam2 .more_cont .point{
    color: #70ade9;
  }
  
  #limited_cam2 .logo{
    margin-top: 10px;
    padding-bottom: 10px;
  }
  
  #limited_cam2 a{
    color: #70ade9;
    text-decoration: none;
  }
  
  #limited_cam2 #aboutyamawake .logo{
    margin-left: -20px;
    margin-top: 5px;
  }
  
  /*
  target
  -------------------------*/
  section#target .more_cont{
    text-align: center;
    padding-bottom: 85px;
  }
  
  section#target .txt {
    width: 100%;
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    padding-top: 40px;
    line-height: 1.7;
  }
  
  section#target ul.icons {
    width: 600px;
    margin: 0 auto;
    padding-top: 27px;
    text-align: center;
    font-size: 0;
    overflow: hidden;
  }
  
  section#target ul.icons li {
    padding-bottom: 20px;
    width: 130px !important;
    margin: 0 9px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }
  
  section#target ul.icons li img{
    width: 100%;
    height: auto;
  }
  
  section#target ul.icons li:nth-child(1){
    padding-left: 76px;
  }
  
  section#target ul.icons li:nth-child(3){
    padding-right: 76px;
  }
  
  section#target ul.photo {
    width: 833px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 20px;
  }
  
  section#target ul.photo li{
    width: 409px;
    float: left;
    display: inline;
    padding-bottom: 0;
  }
  
  section#target ul.photo li:last-child{
    float: right;
  }
  section#target ul.photo.icon3{
    width: 593px;
    padding-top: 20px;
  }
  section#target ul.photo.icon3 li{
    width: 100%;
    float: none;
    display: block;
  }
  
  /*
  documents
  -------------------------*/
  section#documents .more_cont{
    padding-left: 58px;
    padding-bottom: 38px;
  }
  section#documents ol {
    margin-top: 40px;
  }
  section#documents ol li.num {
    padding-bottom: 1.7em;
    position: relative;
    padding-left: 38px;
  }
  
  section#documents h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #193944;
  }
  
  section#documents ol li span.num {
    width: calc(100vw / ( 750 / 43 ));
    position: absolute;
    left: 0;
    top: 0;
  }
  
  section#documents .more_cont p {
    padding-top: 0.3em;
    font-weight: 500;
    font-size: 16px;
  }
  
  section#documents ul {
    font-size: 14px;
    padding-top: 0.5em;
    font-weight: 100;
  }
  
  section#documents ul li {
    padding-bottom: 0.2em;
    padding-left: 1em;
    text-indent: -1em;
  }
  
  section#documents ul li span.point {
    font-size: 9px;
    color: #404040;
    margin-right: 5px;
  }
  
  section#documents .more_cont h4 + p, 
  section#documents .more_cont ul {
    font-size: 14px;
  }
  
  section#documents h4 {
    font-size: 16px;
    font-weight: 700;
    color: #193944;
    padding-top: 1em;;
  }
  
   section#documents h3 + h4 {
    padding-top: 0.5em;;
  }
  
  section#documents ol li dl{
    position: relative;
    font-size: 14px;
    margin-top: 0.3em;
  }
  
  section#documents ol li dl dt{
    position: absolute;
  }
  
  section#documents ol li dl dd{
    padding-left: 5.5em;
  }
  
  section#documents .more_cont .infotxt p {
    padding-top: 1.3em;
    font-weight: 700;
    font-size: 16px;
  }
  
  /*
  infomation
  -------------------------*/
  section#infomation {
    padding-top: 189px;
  }
  
  section#infomation .inner{
    width: 960px;
    background: #fff;
    margin: 0 auto 0 auto;
    position: relative;
    padding-bottom: 56px;
    /*padding-top: 99px;*/
  }

  section#infomation .inner:before {
    content: "";
    background: url(../img/info_bg1.png) no-repeat left bottom;
    width: 190px;
    height: 178px;
    display: block;
    position: absolute;
    top: -26px;
    right: 23px;
  }

section#infomation .inner:after {
    content: "";
    background: url(../img/info_bg2.png) no-repeat left top;
    background-size: 100% auto;
    width: 124px;
    height: 102px;
    display: block;
    position: absolute;
    bottom: 32px;
    left: 55px;
  }

  
  section#infomation h2 {
    color: #e10021;
    font-size: 24px;
    font-weight: 700;
    padding-top: 2.0em;
    letter-spacing: 0.05em;
  }
  
  section#infomation .txt {
    font-size: 15px;
    color: #193944;
    font-weight: 500;
    text-align: center;
    padding-top: 1em;
    line-height: 1.8;
  }
  
  section#infomation ul {
    width: 100%;
    font-size: 0;
    margin: 35px auto 0 auto;
    text-align: center;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  section#infomation ul li{
    width: 257px;
    display: inline-block;
    margin: 0 21px;
  }
  
  
  section#infomation .tel a{
    background: url(../img/info_tel.png) no-repeat left top;
    width: 341px;
    height: 118px;
    margin: 68px auto 0 auto;
    text-indent: -9999px;
    display: block;
    padding-right: 20px;
  }

 .togethermama {
    padding-top: 99px;
   padding-bottom: 200px;
    margin: 0 auto;
  }
  
  /*
  footer
  -------------------------*/
  #footer{
    background: #fff;
    text-align: center;
    overflow: hidden;
    padding-bottom: 3%;
  }

#footer .privacy a{
  display: block;
  background: #C70004;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  }
  
  #footer .logo{
    width: 206px;
    padding-top: 35px;
    margin: 0;
    display: inline-block;
    margin-right: 30px;
  }

  #footer .copy{
    font-size: 12px;
    font-weight: 100;
    padding-top: 1em;
    line-height: 25px;
    display: inline-block;
  }
  
  #pagetop{
    display: inline-block;
    z-index: 5000;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
  }
  
  #pagetop a{
    background: url(../img/pagetop.png) no-repeat left top;
    background-size: 100% auto;
    width: 54px;
    height: 54px;
    text-indent: -9999px;
    display: block;
  }
}
@media screen and (min-width:895px) and (max-width:1030px){
  header#top p.logo {
    width: 15%;
  }
  
  header#top nav {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  
   header#top nav ul{
     text-align: center;
  }
  
  header#top nav ul li {
    margin: 0 4px;
    line-height: 2;
  }
  
  header#top nav ul li a {
    letter-spacing: 0.03em;
}
  
  header#top .btn_link {
    margin-left: 5px;
    width: 210px;
  }
  header#top .btn_link a {
    background-size: 100% auto;
    background-position: left center;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width:769px) and (max-width:894px){
  header#top p.logo {
    width: 20%;
  }
  header#top nav {
    width: 75%;
    margin: 0;
    text-align: left;
  }
  
   header#top nav ul{
    width: 40%;
     text-align: left;
     margin: 0;
  }
  
  header#top nav ul li {
    line-height: 2;
  }
  
  header#top nav ul li a {
    line-height: 2;
    letter-spacing: 0.03em;
}
  
  header#top .btn_link {
    width: 20%;
    margin: 0;
  }
}

@media screen and (max-width:768px){/*SP*/
 
  .pc_only{
	display: none;
  }
  
  .sp_only{
    display: black;
  }
  .f_11{    
    font-size: calc(100vw / ( 750 / 17 ));
  }
  .f_14{
    font-size: calc(100vw / ( 750 / 22 ));
  }

  .f_15{
    font-size: calc(100vw / ( 750 / 24 )); 
  }

  .f_16{
    font-size: calc(100vw / ( 750 / 26 ));  
  }

  .f_17{
    font-size: calc(100vw / ( 750 / 28 ));  
  }
  
  body{
    font-size: calc(100vw / ( 750 / 22 ));
    width: 100%;
    padding-top:  calc(100vw / ( 750 /  100 ));
  }
  
  img{
    width: 100%;
    height: auto;
  }
  .yoko_sc {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .yoko_sc::-webkit-scrollbar{
    height: 5px;
  }
  
  /*
  開閉パネル
  -------------------------*/
  .more_par{
    width: calc(100vw / ( 750 / 670 ));
    margin: calc(100vw / ( 750 / 36 )) auto 0 auto;
    background: #fff;
  }
  
  .more_par .toggle_btn{
    background: #193944;
    color: #fff;
    font-weight: 700;
    text-align: left;
    line-height: calc(100vw / ( 750 / 70 ));
    padding-left: calc(100vw / ( 750 / 88 ));
    font-size: calc(100vw / ( 750 / 26 ));
    position: relative;
  }
  
  
  .more_par .toggle_btn:before{
    content: "";
    background: url(../img/close.png) no-repeat left center;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 31 ));
    height: calc(100vw / ( 750 / 32 ));
    display: block;
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  .more_par .toggle_btn.open:before{
    content: "";
    background: url(../img/open.png) no-repeat left center;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 31 ));
    height: calc(100vw / ( 750 / 32 ));
    display: block;
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  .more_cont{
    padding: 0 5.4% 5.4% 6.4%;
    text-align: left;
    font-size: calc(100vw / ( 750 / 22 ));
    display: none;
  }
  
  .more_cont p{
    padding-top: 0.8em;
  }
  
  .more_cont h5 + p{
    padding-top: 0.3em;
  }
  
  .more_cont p.aten{
    padding-top: 0.2em;
    font-size: calc(100vw / ( 750 / 18 ));
    color: #808080;
    text-indent: 0;
  }
  
  .more_cont .s_title{
    color: #e10021;
    font-size: calc(100vw / ( 750 / 26 ));
    font-weight: 700;
    margin-top: 2em;
    letter-spacing: -0.02em;
  }
  
  .more_cont .ss_title{
    color: #e10021;
    font-size: calc(100vw / ( 750 / 24 ));
    font-weight: 700;
    margin-top: 1.3em;
    letter-spacing: 0.05em;
    display: inline-block;
  }
  
  .more_cont h4 + .ss_title{
    margin-top: 7px;
  }
  
  .more_cont .ss_title:after{
    content: "";
    width: auto;
    background: #e10021;
    height: 1px;
    display: block;
  }
  
   .more_cont .ex_title {
    font-size: calc(100vw / ( 750 / 26 ));;
    padding-left: 4em;
    padding-top: 2em;
    font-weight: 700;
     position: relative;
  }
  
  .more_cont .ex_title span {
    font-size: calc(100vw / ( 750 / 30 ));
    padding: 0.1em 1em 0.1em 1em;
    margin-right: 0.5em;
    position: absolute;
    left: 0;
    font-weight: 700;
    background: #e10021;
    vertical-align: middle;
    color: #fff;
  }
  
  .more_cont .ex_title.wide {
    padding-left: 4em;
  }
  
  .more_cont .ex_title.wide span {
    padding: 3px 0.7em 3px 0.7em;
    margin-right: 0.5em;
  }
  
  .more_cont .paint{
    color: #e10021;
  }
  
  .more_cont ul li span.point{
    color: #e10021;
    font-size: calc(100vw / ( 750 / 12 ));
    line-height: calc(100vw / ( 750 / 35 ));
    vertical-align:text-top;
    margin-right: 0.5em;
  }

  .more_cont .indentlist li{
    padding-left: 1em;
    text-indent: -1em;
    padding-top: 0.7em;
    vertical-align:middle;
    line-height: 1.6;
  }
  
  .more_cont table.tbl_type1 th,
  .more_cont table td{
    font-size:calc(100vw / ( 750 / 16 ));
  }

  .more_cont  table.tbl_type1 {
    margin-top: 27px;
  }
  
  .more_cont  table.tbl_type1 th{
    border: none;
    font-size: calc(100vw / ( 750 / 18 ));
    font-weight: 500;
    padding: 0.2em 1.2em;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    border: none;
    border-bottom: #fff 1px solid;
  }
  
  .more_cont  table.tbl_type1 th.hd{
    background: #E10021;
    padding: 4px 0;    
    border-bottom: none;
  }
  
  .more_cont  table.tbl_type1 th.hd:last-child{
    border-left: #fff 1px solid;
  }
  
  .more_cont  table.tbl_type1 th.label{
    background: #E94059;
  }
  
  .more_cont  table.tbl_type1 td{
    background: #FCE5E9;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-bottom: #fff 1px solid;
    line-height: 1.5;
    padding: 1em 1.8em;
  }
  
  .more_cont table.tbl_type1 td .num{
    font-size: calc(100vw / ( 750 / 26 ));
    font-weight: 700;
  }

  .more_cont table.tbl_type1 td .num span{
    font-size: calc(100vw / ( 750 / 20 ));
  }
  
  .more_cont table.tbl_type1 td.size3{
    font-size: calc(100vw / ( 750 / 30 ));
    color: #E10021;
    padding-left: 2em;
    padding-right: 2em;
    border-left: #e10021 1px solid;
    font-weight: 700;
  }
  
  .more_cont table.tbl_type1 td.size3 span.num{
    font-size: 60px;
  }

  
  .more_cont table.tbl_type1 td.size3 span.num{
    font-size: calc(100vw / ( 750 / 94 ));
  }

  .more_cont  table.tbl_type1 td.size3 span.en{
    font-size: calc(100vw / ( 750 / 36 ));
  }
  
  .more_cont  table.tbl_type2{
    margin-top: 1.3em;
  }
  
  .more_cont  table.tbl_type2 th {
    border:none;
    color: #e10021;
    font-size: calc(100vw / ( 750 / 17 ));
    font-weight: 500;
    text-align: left;
   padding: 5px 1em;
  }
  
  .more_cont  table.tbl_type2 td {
    background: #fff;
    border:none;
    border-bottom: #FCE5E9 1px solid;
    font-size: calc(100vw / ( 750 / 20 ));
    font-weight: 100;
    padding: 2px 1em;
    text-align: center;
    vertical-align: middle;
  }
  
   .more_cont  table.tbl_type2 .bk td {
    background: #FCE5E9;
    border-bottom: #dce2f0 1px solid;
  }
  
   .more_cont  table.tbl_type2 td.price{
    text-align: right;
    padding-left: 0;    
  }
  
  .more_cont  table.tbl_type2 td.price span{
    font-size: calc(100vw / ( 750 / 16 ));  
  }
  
  .more_cont  table.tbl_type2 th.price{
    padding-left: 0;
  }
  
  .more_cont  table.tbl_type2 .total{
    font-size: calc(100vw / ( 750 / 24 ));
    font-weight: 700;
    text-align: right;
    border-bottom: none;
  }
  
  .more_cont  table.tbl_type2 .total .num{
    font-size: calc(100vw / ( 750 / 27 ));
  }
  
  .more_cont  table.tbl_type2 .total .en{
    font-size: calc(100vw / ( 750 / 20 ));
  }
  
  .more_cont  table.tbl_type2 .negation td {
    position: relative;
}
  
  .more_cont  table.tbl_type2 .negation td:after {
    content: "";
    height: 1.5px;
    background: #e10021;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    position: absolute;
}
  
  .more_cont table.tbl_type3 {
    margin-top: 1.8em;
  }
  
  .more_cont table.tbl_type3 td{
    font-size: calc(100vw / ( 750 / 15 ));
    border: #fff solid 1px;
    border-right: #e10021 solid 1px;
    text-align: center;
    vertical-align: middle;
    background: #fce5e9;
    padding: 1em 2em;
    white-space: nowrap;
    line-height: 1.2;
  }
  
  .more_cont table.tbl_type3  th.label{
    background: #e10021;
    color: #fff;
    font-size: calc(100vw / ( 750 / 17 ));
    text-align: center;
    border: #fff 1px solid;
    font-weight: 100;
    padding: 0.5em 0;
    vertical-align: middle;
  }
  
  .more_cont table.tbl_type3 .date th{
    position: relative;
    overflow: visible;
    font-weight: 100;
    border: none;
    height: 1em;
  }
  
  .more_cont table.tbl_type3 .date th span {
    color: #e10021;
    font-size: calc(100vw / ( 750 / 9 ));
  }

  .more_cont table.tbl_type3 .date th div{
    position: absolute;
    right: -1em;
    bottom: 0;
    font-size: calc(100vw / ( 750 / 16 ));
  }
  
  .more_cont table.tbl_type3 .num {
      font-size: calc(100vw / ( 750 / 21 ));
     font-weight: 700;
  }
  
  .more_cont table.tbl_type3 .num span{
    font-size: calc(100vw / ( 750 / 26 ));
    font-weight: 700;
  }
  
  .more_cont table.tbl_type3 td.none:after {
    content: "";
    width: 1em;
    height: 1px;
    background: #404040;
    display: block;
    margin: 0 1.5em;
  }
  
  .more_cont table.tbl_type3 .dotline {
    border-right: #e10021 2px dotted;
  }
  
  .more_cont table.tbl_type3 td.endress{
    background: none;
    border: none;
    font-size: 12px;  
    padding: 1em 0.5em;
  }
  
  .more_cont table.tbl_type3 th.wp {
    padding: 1em;
  }
  
  .more_cont table.tbl_type3.after td {
    width: 5em;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    font-size: calc(100vw / ( 750 / 18 ));
  }  
  
  .more_cont table.tbl_type3.after td.endress{
    width: auto;
    font-weight: 700;
    text-align: left;
    padding-left: 2em;
  }  
  
  .more_cont table.tbl_type3.after .date th {
    width: 5em;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .more_cont table.tbl_type3.after .date th div{
    right: -2em;
  }
  
  .more_cont table.tbl_type3.after .date th:first-child {
    width: auto;
  }
  
  .more_cont table.tbl_type3 td.no-line {
    border-right: none;
  }
  /*
  box
  -------------------------*/
  .box{
    width: calc(100vw / ( 750 / 586 ));
    border: #4b1e08 2px solid;
    margin: calc(100vw / ( 750 / 75 )) auto 0 auto;
    background: #ffffd6;
    padding-bottom: calc(100vw / ( 750 / 65 ));
    letter-spacing: -0.005em;
  }
    
  .box .condition{
    width:100%;
    background: #4b1e08;
    color: #fff;
    font-size: calc(100vw / ( 750 / 40 ));
    line-height: 1.5;
    padding: 0.5em 0;
    font-weight: 700;
    letter-spacing: -0.002em;
  }
  
  .box .condition strong{
    color: #fee93f;
  }
  /*
  header
  -------------------------*/
  header#top{
    background: #fff;
    text-align: center;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    position: fixed;
    height:  calc(100vw / ( 750 /  100 ));
    top: 0;
    left: 0;
    z-index: 3000;
  }

  header#top p.logo{
    width: calc(100vw / ( 750 /  288 ));
    display: inline-block;
    vertical-align: middle;
    height: calc(100vw / ( 750 /  35 ));
    position: absolute;
    left: calc(100vw / ( 750 /  42 ));
    top: 35%;
    margin: auto;
  }

  header#top p.logo img{
    vertical-align: middle;
  }

  /*ハンバーガーメニュー
  ---------------------------------*/
  .btn-trigger {
    width: calc(100vw / ( 750 / 100 ));
    background: #fff url(../img/menu.png) no-repeat left top;
    background-size: 100% auto;
    position: fixed;
    height:  calc(100vw / ( 750 /  100 ));
    top: 0;
    right: 0;
    color: #e10021;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 56%;
    height: 2px;
    background-color: #e10021;
  }
  .btn-trigger, .btn-trigger span {
    transition: all .5s;
  }  
  .btn-trigger span:nth-of-type(1) {
    top: calc(100vw / ( 750 / 27 ));
  }
  .btn-trigger span:nth-of-type(2) {
    top: calc(100vw / ( 750 / 39 ));
  }
  .btn-trigger span:nth-of-type(3) {
    top: calc(100vw / ( 750 / 51 ));
  }
  .btn-trigger.active {
    background: #fff;
  }  
  .btn-trigger span {
    width: 64%;
  }  
  .btn-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
  }  
  .btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
  }  
  .btn-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-3px) rotate(45deg);
  transform: translateY(-3px) rotate(45deg);
  }
  
  body article{
    width: 100%;
    background: #e10021;
  }
  
  header#top{
    z-index: 5000;
  }
  header#top nav{
    position: fixed;
    display: block;
    width: calc(100vw / ( 750 / 550 ));
    text-align: center;
    background:#e10021;
    top: calc(100vw / ( 750 / 100 ));
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 7000;
    padding-bottom: calc(100vw / ( 750 / 50 ));
    display: none;
  }
  
  header#top nav.active{
    display: block;
  }
  
  header#top nav:before{
    content: "";
    width: calc(100vw / ( 750 / 167 ));
    margin: 0 auto;
    text-align: left;
    background:#e10021 url(../img/menu_ttl.png) no-repeat left top;
    background-size: 100% auto;
    margin-top: calc(100vw / ( 750 / 78 ));
    height: calc(100vw / ( 750 / 49 ));
    display: block;
  }

  header#top nav ul{
    width: calc(100vw / ( 750 / 450 ));
    margin: 0 auto;
    text-align: left;
    padding-top: calc(100vw / ( 750 / 35 ));
  }

  header#top nav ul li a{
    color: #fff;
    font-size: calc(100vw / ( 750 / 30 ));
    font-weight: 500;
    display: block;
    border-bottom: #fff 1px solid;
    line-height: 2.6;
    position: relative;
  }
  
  header#top nav ul li a:after{
    content: "";
    background: url(../img/nav_point.png) no-repeat left top;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 17 ));
    height: calc(100vw / ( 750 / 28 ));
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: block;
  }
  
  header#top nav ul li:last-child a{
    border-bottom: none;
  }
  
  header#top .btn_link a{
    background: url(../img/campaign.png) no-repeat left top;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 310 ));    
    height: calc(100vw / ( 750 / 90 ));
    position: absolute;
    top: calc(100vw / ( 750 / 10 ));
    left: calc(100vw / ( 750 / 331 ));
  }
  
  header#top .btn_link a{
    display: block;
  }
    
  /*
  header
  -------------------------*/
  article header  {
    background: #e10021 url(../img/head_bg_sp.png) repeat-x center top;
    background-size: 100% auto;
    padding-top: 176%;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  article header .date {
    background: url(../img/head_date_sp.png) no-repeat left bottom;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 326 ));
    height: calc(100vw / ( 750 / 319 ));
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: absolute;
    left: calc(100vw / ( 750 / 397 ));
    top: calc(100vw / ( 750 / 439 ));
  }
  
  article header.ani_start .date {
    z-index: 1;-webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.65s;
    animation-duration: 0.65s;
    animation-delay: 1.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  article header h1 {
    background: url(../img/head_title_sp.png) no-repeat left bottom;
    background-size: 100% auto;
    width:  calc(100vw / ( 750 / 640 ));
    height: 0;
    padding-top: calc(100vw / ( 750 / 305 ));
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100vw / ( 750 / 155 ));
    z-index: 4000;
  }
  
  article header.ani_start h1 {
    -webkit-animation-name: titleIn;
    animation-name: titleIn;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    animation-delay: 0.8s;
        opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  
  article header .try {
    background: url(../img/head_try_sp.png) no-repeat left bottom;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 180 ));
    height: calc(100vw / ( 750 / 180 ));
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: absolute;
    left: calc(100vw / ( 750 / 19 ));
    top: 1%;
    z-index: 1;
    z-index: 3000;
  }
  
  article header.ani_start .try {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.65s;
    animation-duration: 0.65s;
    animation-delay: 1.5s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  
  article header .mother {
    background: url(../img/head_mother_sp.png) no-repeat left bottom;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 297 ));
    height:  calc(100vw / ( 750 / 410 ));
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: absolute;
    right:  calc(100vw / ( 750 / 53 ));
    top: calc(100vw / ( 750 / 765 ));
  }
  
  article header.ani_start .mother {
    -webkit-animation-name: mother;
    animation-name: mother;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  
  article header .father {
    background: url(../img/head_father_sp.png) no-repeat left top;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 468 ));
    height: calc(100vw / ( 750 / 880 ));
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: calc(100vw / ( 750 / 440 ));
    z-index: 4000;
  }
  
  article header.ani_start .father {
    -webkit-animation-name: father;
    animation-name: father;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; 
  }
  
  article header .child1 {
    background: url(../img/head_child1_sp.png) no-repeat left bottom;
    background-size: 100% auto;
    width:calc(100vw / ( 750 / 220 ));
    height: calc(100vw / ( 750 / 297 ));
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: absolute;
    right: calc(100vw / ( 750 / 6 ));
    top: calc(100vw / ( 750 / 1010 ));
    z-index: 1;
  }
  
  article header.ani_start .child1 {
    -webkit-animation-name: father;
    animation-name: father;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    animation-delay: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }
  
  article header .child2 {
    background: url(../img/head_child2_sp.png) no-repeat left bottom;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 252 ));
    height: calc(100vw / ( 750 / 304 ));
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: absolute;
    left: calc(100vw / ( 750 / 220 ));
    top: calc(100vw / ( 750 / 900 ));
  }
  
  article header.ani_start .child2 {
    -webkit-animation-name: mother;
    animation-name: mother;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    animation-delay: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }
  
  @-webkit-keyframes bounceIn {
  from,50%,70%,to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3)
  }

  50% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
  }

  70% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9)
  }

  to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
  }

  @keyframes bounceIn {
  from,50%,70%,to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  } 0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3)
  } 50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  70% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9)
  }
  to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
  }
  
  @keyframes titleIn {
     0% {
        opacity: 0;
        transform: scale(3, 3);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
  }
  
  @keyframes mother {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
  }
  
  @keyframes father {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
  }
  
  section .read {
    font-size: calc(100vw / ( 750 / 36 ));
    font-weight: 500;
    padding: 11% 0 0 0;
    line-height: 1.8;
    letter-spacing: -0.005em;
  }
  
  .bg2{
    background: #f0f0f0;
    padding-top: 10%;
    padding-bottom: 13%;
  }
  
  /*
  head_read
  -------------------------*/  
  section#head_read .txt_cont{
    font-size: calc(100vw / ( 750 / 36 ));
    text-align: center;
    padding: 0 0 0;
    line-height: 1.9;
    color: #fff;    
    letter-spacing: 0.002em;
    font-weight: 900;
  }
  
 /*
  early_discount
  -------------------------*/ 
  #early_discount{
    padding-top: calc(100vw / ( 750 / 100 )) ;
    margin-top: calc(-100vw / ( 750 / 100 )) ;
  }
  
  #early_discount .inner{
    width:calc(100vw / ( 750 / 670 ));
    margin: 0 auto;
    background: #fff;
    margin:calc(100vw / ( 750 / 265 )) auto 0 auto;
    position: relative;
    padding-bottom: calc(100vw / ( 750 / 65 ));
  }
  
  #early_discount .mk{
    background: url(../img/early_discount_sp.png) no-repeat left top;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 328 ));
    height: calc(100vw / ( 750 / 320 ));
    text-indent: -9999px;
    font-size: 0;
    position: absolute;
    top: calc(-100vw / ( 750 / 193 ));
    right: 0;
    left: 0;
    margin: auto;
  }
  
  #early_discount h2{
    width: calc(100vw / ( 750 / 548 ));
    margin: auto;
    padding-top: calc(100vw / ( 750 / 152 ));
  }
  
  #early_discount .txt{
    width: calc(100vw / ( 750 / 584 ));
    margin: auto;
    font-size: calc(100vw / ( 750 / 30 ));
    font-weight: 500;
    padding-top: calc(100vw / ( 750 / 50 ));
    line-height: 1.9;
    text-align: left;
    letter-spacing: 0.06em;
  }
  
  #early_discount .txt .aten{
    font-size: calc(100vw / ( 750 / 24 ));;
    font-weight: 100;
    padding-top: calc(100vw / ( 750 / 15 ));
    letter-spacing: 0.05em;
    color: #808080;
    line-height: 1.6;
  }
  
  #early_discount .txt .aten li{
    padding-top: calc(100vw / ( 750 / 18 ));
  }
  
  /*
  benefits1
  -------------------------*/
  #benefits1 {    
    background: #e10021;
    width: 100%;
    padding-bottom: calc(100vw / ( 750 / 200 ));;
    position: relative;
    padding-top:calc(100vw / ( 750 / 320 ));;
  }
    
  #benefits1 .head{    
    background:#fff;
    width: calc(100vw / ( 750 / 670 ));
    margin: 0 auto;
    position: relative;
    padding: calc(100vw / ( 750 / 40 ));
    padding-top: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  #benefits1 .head:before{
    content: "";
    background: url(../img/benefits1_icon_sp.png) no-repeat left top;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 142 ));
    height: calc(100vw / ( 750 / 174 ));
    display: block;
    position: absolute;
    left: calc(100vw / ( 750 / 49 ));
    top: calc(-100vw / ( 750 / 81 ));
  }
  
  #benefits1 .mk{
    background: url(../img/benefits1_sp.png) no-repeat left top;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 292 ));
    height: calc(100vw / ( 750 / 281 ));
    text-indent: -9999px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: calc(-100vw / ( 750 / 194 ));
  }
  
  #benefits1 .read{
    margin: auto;
    font-size:  calc(100vw / ( 750 / 30 ));
    font-weight: 500;
    padding-top:  calc(100vw / ( 750 / 55 ));
    line-height: 1.9;
    text-align: left;
    letter-spacing: 0.02em;
  }
  
  #benefits1 h2 {    
    padding: 80px 0 0 0;
  }
  
  #benefits1 .pr1 {
    padding-top: 38px;
  }
  
  
  #benefits1 #aboutfree{
    margin-top: calc(100vw / ( 750 / 100 ));
  }
  
  #benefits1 #aboutfree .more_cont{
    padding-top: 2.4%;
  }
  #benefits1 #cashback .more_cont h4:first-child{
    margin-top: 1em !important;
  }
  
  #benefits1 #cashback .pt_3em{
    padding-top: 2em !important;
  }
  #benefits1 #cashback .eequirements{
    margin-top: 0.5em;
  }
  
  #benefits1 #cashback .eequirements li{
    padding-top: 0.3em;
    letter-spacing: -0.03em;
  }
  
  #benefits1 #freerent .more_cont h4:first-child{
    margin-top: 1em;
  }
  
  #benefits1 .paint{
    color: #e10021;
  }
  
  
  /*
  benefits2
  -------------------------*/
  section#benefits2 {    
    background: #76c324;
    width: 100%;
    padding-bottom: calc(100vw / ( 750 / 200 ));
    position: relative;
    padding-top: calc(100vw / ( 750 / 320 ));
  }
    
  section#benefits2 .head{ 
    background: #fff;
    width: calc(100vw / ( 750 / 670 ));
    margin: 0 auto;
    position: relative;
    padding: calc(100vw / ( 750 / 40 ));
    padding-top: 0;
    padding-bottom: 15%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  section#benefits2 .head:before{
    content: "";
    background: url(../img/benefits2_icon_sp.png) no-repeat left top;    
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 145 ));
    height: calc(100vw / ( 750 / 149 ));
    text-indent: -9999px;
    position: absolute;
    margin: auto;
    top: calc(-100vw / ( 750 / 58 ));
    right: calc(100vw / ( 750 / 40 ));
    display: block;
  }
  
  section#benefits2 .mk{
    background: url(../img/benefits2_mk_sp.png) no-repeat left top;    
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 292 ));
    height: calc(100vw / ( 750 / 281 ));
    text-indent: -9999px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: calc(-100vw / ( 750 / 194 ));
  }
  
  section#benefits2 h2 {    
    padding-top: calc(100vw / ( 750 / 132 ));
  }
  
  section#benefits2 .read {  
    font-size: calc(100vw / ( 750 / 30 ));
    text-align: left;
    padding-top: 2.5em;
    letter-spacing: 0.05em;
  }
  
    section#benefits2 .aten {  
      text-align: left;
  }
  
    section#benefits2 .head .aten{ 
    font-size: calc(100vw / ( 750 / 24 ));
  }
  
  section#benefits2 .head .box {  
    padding-bottom: calc(100vw / ( 750 / 110 ));
  }
  
  section#benefits2 .box h3 { 
    padding-top: calc(100vw / ( 750 / 24 ));
    width: calc(100vw / ( 750 / 510 ));
    margin: 0 auto;
  }
  section#benefits2 .box h3 { 
    padding-top: calc(100vw / ( 750 / 24 ));
    width: calc(100vw / ( 750 / 510 ));
    margin: 0 auto;
  }
  
  section#benefits2 .box .txt{
    padding-top: 1.5em;
    font-size: calc(100vw / ( 750 / 30 ));
    font-weight: 500;
    line-height: 1.9;
    text-align: left;
    width: calc(100vw / ( 750 / 510 ));
    margin: 0 auto;
    color: #4b1e08;
    letter-spacing: 0.05em;
  }
  
  section#benefits2 .diygoods{
    margin-top: 2.7em;
  }
  
  section#benefits2 .diygoods.fst{
    margin-top: 0;
  }
  
  section#benefits2 .diygoods h4{
    padding-top: 3.2em;
    width: calc(100vw / ( 750 / 510 ));
    margin: 0 auto;
  }
  
  section#benefits2 .diygoods .txt{
    font-size: calc(100vw / ( 750 / 26 ));
    padding-top: 1em;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.6;
    width: calc(100vw / ( 750 / 510 ));
    margin: 0 auto;
    text-align: left;
  }
  
  section#benefits2 .diygoods .aten{
    font-size: calc(100vw / ( 750 / 18 ));
    color: #808080;
    font-weight: 100;
    line-height: 1.6;
    padding-top: calc(100vw / ( 750 / 30 ));
    letter-spacing: 0.05em;
  }
  
  section#benefits2 .diygoods .present{
    width: calc(100vw / ( 750 / 510 ));
    margin: 0 auto;
    overflow: hidden;
  }
  
  section#benefits2 .diygoods .present li{
    width: 100%;
    margin-top: 10.5%;
  }
  
  section#benefits2 .diygoods .present li:first-child{
    margin-top: 9%;
  }  
  
  section#benefits2 .diygoods.diy_select{
    margin-top: 3.5em;
  }
  
  section#benefits2 .diygoods.diy_select .present li{
    margin-top: 6%;
  }
    
   section#benefits2 .box .forresta{
    font-size: calc(100vw / ( 750 / 28 ));
    font-weight: 500;
    padding-top: calc(100vw / ( 750 / 65 ));
     letter-spacing: 0.04em;
  }
  
  #benefits2 .btns{    
    width: 100%;
    margin-top: 1.5em;
  }
  
  #benefits2 .btns li a{
    display: block;
    background: #e10021;
    color: #fff !important;
    font-size: calc(100vw / ( 750 / 26 ));
    font-weight: 700;
    display: block;
    padding: 0.8em 0;
    box-shadow: 5px 7px 0px 2px #193944;
    position: relative;
    letter-spacing: 0.05em;
    width: calc(100vw / ( 750 / 475 ));
    margin: 0 auto;
  }
  
  #benefits2 .btns li a:before{
    content: "";
    background: url(../img/point1.png) no-repeat left top;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 18 ));
    height: calc(100vw / ( 750 / 30 ));
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  #benefits2 .more{
    width: calc(100vw / ( 750 / 590 ));
    margin: 0 auto;
    padding-top: 7%;
  }
  
  #benefits2  #selectdiy.more_par{
    margin-top: 8%;
  }
  
   #benefits2 .more_cont {
     padding-top: 2%;
  }
  #benefits2 .more_cont ul li span{
    color: #76c324;
  }
  
  #benefits2 .more_cont .paint{
    color: #76c324;
  }
  
  #benefits2 .more_cont .s_title {
    color: #76c324;    
  }
  
  #benefits2  .more_cont p.aten {
    font-size: calc(100vw / ( 750 / 18 ));
  }
  
  #benefits2  #aboutgift .more_cont p.aten {
    font-size: calc(100vw / ( 750 / 24 ));
  }
  
  #benefits2 #aboutrest .more_cont .resta{
    width: calc(100vw / ( 750 / 236 ));
    margin: 3.5% 0 1% -2%;
  }
  
   #benefits2 #aboutrest .more_cont .indentlist{
     margin-top: 0.7em;
  }
  
  #benefits2 #aboutrest .more_cont li{
    padding-top: 0.4em;
  }
  
  #benefits2 a{
    color: #76c324;
    text-decoration: none;
  }
  
  
  
    /*
  limited_cam
  -------------------------*/
  .limited_cam{
    background: #70ade9;
    width: 100%;
    padding-bottom: calc(100vw / ( 750 / 100 ));
    position: relative;
    padding-top: calc(100vw / ( 750 / 320 ));
  }
  
  .limited_cam .inner{
    background: #ffffff;
    position: relative;
    width: calc(100vw / ( 750 / 670 ));
    padding: 0 calc(100vw / ( 750 / 40 )) ;
    padding-bottom: 5%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    margin: 5% auto 0 auto;
  }
  
  .limited_cam .btns{
    width: 100%;
    margin-top: 0.8em;
  }
  
  .limited_cam .btns li{
    padding-top: 8%;
  }
  
  
  .limited_cam .btns a{
    width: calc(100vw / ( 750 / 475 ));
    margin: 0 auto;
    display: block;
    background: #009852;
    color: #fff !important;
    font-size: calc(100vw / ( 750 / 26 ));
    font-weight: 700;
    display: block;
    padding: 0.8em 0;
    box-shadow: 5px 7px 0px 2px #193944;
    position: relative;
    letter-spacing: 0.05em;
  }
  
  .limited_cam .btns a:before{
    content: "";
    background: url(../img/point1.png) no-repeat left top;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 18 ));
    height: calc(100vw / ( 750 / 30 ));
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  /*
  limited_cam1
  -------------------------*/
  #limited_cam1 .mk{
    background: url(../img/limited_cam1_mk_sp.png) no-repeat left top;
    background-size: 100% auto;
    width: 100%;
    height: calc(100vw / ( 750 / 322 ));
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: calc(-100vw / ( 750 / 213 ));
    left: 0;
  }
  #limited_cam1 h2{
    padding-top: calc(100vw / ( 750 / 132 ));
  }
  
  #limited_cam1 .read{
    font-size: calc(100vw / ( 750 / 30 ));
    text-align: left;
    line-height: 1.9;
  }
  
  #limited_cam1 .box{
    padding-bottom: 0;
  }
  
  #limited_cam1 .box h3{
    width: calc(100vw / ( 750 / 511 ));
    margin: 0 auto;
    padding-top: 5.5%;
  }
  
  
  #limited_cam1 .tokuten{
    width: calc(100vw / ( 750 / 511 ));
    margin: 0 auto;
    overflow: hidden;
    padding-top: 6%;
    padding-bottom: 6%;
  }
  
  #limited_cam1 .tokuten li{
    width:100%;
    padding-top: 3%;
  }
  #limited_cam1 .tokuten li.tokuten2{
    position: relative;
  }
  
  #limited_cam1 .tokuten li.tokuten2 p{
    position: absolute;
    font-size: calc(100vw / ( 750 / 20 ));
    left: 0;
    right: 0;
    top: calc(100vw / ( 750 / 405 ));
  }
  
  #limited_cam1 .tokuten li.tokuten3 .tokuten_read{
    display: none;
  }
  
  #limited_cam1 .tokuten li.tokuten3 .txt{    
    font-weight: 500;
    width: 100%;
    margin: 0 auto;
    color: #4b1e08;    
    background: #fff;
    padding-bottom: 10%;
    padding-top: 1.3em;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
  }
  
  #limited_cam1 .tokuten li.tokuten3 .txt ul{    
    width: calc(100vw / ( 750 / 430 ));
    font-size: calc(100vw / ( 750 / 18 ));
    margin: 0 auto;
    font-weight: 100;
    letter-spacing: -0.07em;
  }
  
  #limited_cam1 .more_par{
    width: calc(100vw / ( 750 / 590 ));
    margin-top: calc(100vw / ( 750 / 75 ));
  }
  
  #limited_cam1 .more_cont{
    background: #f0f0f0;
  }
  
  #limited_cam1 .more_cont .s_title{
    color: #70ade9;
  }
  
  #limited_cam1 .more_cont .s_title:first-child{
    margin-top: 0;
    padding-top: 1.2em;
  }
  
  #limited_cam1 .more_cont .ex_title {
    font-size: calc(100vw / ( 750 / 28 ));
    padding-top: 1.3em;
  }
  
  #limited_cam1 .more_cont .ex_title .ex_b{
    background: #70ade9;
  }
  
  #limited_cam1 .more_cont .table1{
    width: calc(100vw / ( 750 / 1112 ));
    margin-top: 25px;
  }
  
  #limited_cam1 .more_cont .aten{
    margin-top: 5px;
    color: #404040;
  }
  
  #limited_cam1 .more_cont .point{
    color: #70ade9;
  }
  
  #limited_cam1 .more_cont .indentlist {
    margin-top: 0.5em;
  }
  
  #limited_cam1 .more_cont .indentlist li {
    padding-top: 0.3em;
    letter-spacing: -0.01em;
  }
  
  #limited_cam1 a{
    color: #70ade9;
    text-decoration: none;
  }
  
  /*
  limited_cam2
  -------------------------*/
  #limited_cam2 {
    padding-top: calc(100vw / ( 750 / 320 ));
  }
  #limited_cam2 .mk{
    background: url(../img/limited_cam2_mk_sp.png) no-repeat left top;
    background-size: 100% auto;
    width: 100%;
    height: calc(100vw / ( 750 / 322 ));
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: calc(-100vw / ( 750 / 225 ));
    left: 0;
  }
  
  #limited_cam2 h2{
    padding-top: calc(100vw / ( 750 / 115 ));
  }
  
  #limited_cam2 .read {
    font-size: calc(100vw / ( 750 / 30 ));
    text-align: left;
    line-height: 1.9;
    letter-spacing: -0.02em;
  }
    
  #limited_cam2 .box h3{
    width: calc(100vw / ( 750 / 511 ));
    margin: 0 auto;
    padding-top: 7.8%;
  }
      
  #limited_cam2 .about{
    background: #fff;
    width: calc(100vw / ( 750 / 510 ));
    font-size: calc(100vw / ( 750 / 24 ));
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    margin: 7% auto 0 auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    position: relative;
    padding-bottom: 5%;
  }
  
  #limited_cam2 .about dt{
    font-size: calc(100vw / ( 750 / 28 ));
    font-weight: 700;
    background: linear-gradient(transparent 80%, #fee93f 80%);
    display: inline-block;
    line-height: 1.2;
    padding-top: 1.2em;
    text-align: center;
    margin: 0 auto;
  }
  
  #limited_cam2 .about dd{
    width: calc(100vw / ( 750 / 428 ));
    margin: 0 auto;
    text-align: left;
    padding-top: 4%;
    letter-spacing: 0.03em;
  }
  
  #limited_cam2 #minna{
    margin-top: calc(100vw / ( 750 / 65 ));
  }
  
  #limited_cam2 #minna .about:before{
    content: "";
    background: url(../img/limited_cam2_minna_bg_sp.png) no-repeat left top;
    background-size: 100% auto;
    width: 100%;
    height: calc(100vw / ( 750 / 221 ));
    display: block;
  }
  
  #limited_cam2 #yamawake {
    margin-top: calc(100vw / ( 750 / 35 ));
  }
    
  #limited_cam2 #yamawake .about:before{
    content: "";
    background: url(../img/limited_cam2_yamawake_bg_sp.png) no-repeat left top;
    background-size: 100% auto;
    width: 100;
    height: calc(100vw / ( 750 / 187 ));
    display: block;
  }
  
  #limited_cam2 #yamawake .about dt{
    padding-top: 0.8em;
  }
    
  #limited_cam2 .more_par{
    width: calc(100vw / ( 750 / 590 ));
  }
  
  #limited_cam2 #aboutcan2{
    margin-top: 10%;
  }
  #limited_cam2 .more_cont{
    background: #f0f0f0;
    padding-top: 5%;
  }
  #limited_cam2 .more_cont .indentlist li {
    padding-top: 0.4em;
  }
  #limited_cam2 .more_cont .point{
    color: #70ade9;
  }
  
  #limited_cam2 .logo{
    width: calc(100vw / ( 750 / 238 ));
    padding: 2% 0;
  }
    
  #limited_cam2 a{
    color: #70ade9;
    text-decoration: none;
  }
  
  #limited_cam2 .btns {
    margin-top: 3em;
  }
  
  #limited_cam2 .btns a{
    width: calc(100vw / ( 750 / 475 ));
    margin: 0 auto;
    padding-left: 5px;
  }
  
  #limited_cam2 #aboutyamawake .logo{
    width: calc(100vw / ( 750 / 245 ));
    padding: 0 0 3% 0;
    margin-left: -15px;
  }
  #limited_cam2 #aboutyamawake .more_cont {
    padding-right: 4.4%;
  }
  /*
  target
  -------------------------*/
  section#target .more_cont{
    text-align: center;
    padding-bottom: 8%;
  }
  
  section#target .txt {
    width: 100%;
    font-size: calc(100vw / ( 750 / 28 ));
    font-weight: 500;
    padding-top: 2%;
    line-height: 1.6;
    text-align: left;
  }
  
  section#target ul.icons {
    width: 95%;
    padding-top: 6.5%;
    text-align: left;
    font-size: 0;
    overflow: hidden;
    margin: 0 auto;
  }
  
  section#target ul.icons li {
    width: calc(100vw / ( 750 / 172 )) !important;
    padding-bottom: calc(100vw / ( 750 / 19 ));
    margin-left: calc(100vw / ( 750 / 18 ));
    display: inline-block;
  }
  
  section#target ul.icons li:nth-child(3n +1){
    margin-left: 0;
  } 
  
  section#target ul.photo {
    width: calc(100vw / ( 750 / 558 ));
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 6%;
  }
  
  section#target ul.photo li{
    padding-top: 5.5%;
  }
  
  section#target ul.photo.icon3{
    width: calc(100vw / ( 750 / 558 ));
    padding-bottom: 0;
  }
  
  /*
  documents
  -------------------------*/
  section#documents .more_cont{
    text-align: center;
    padding-bottom: 2%;
    text-align: left;
  }
  section#documents ol {
    margin-top: 8%;
  }
  section#documents ol li.num {
    padding-bottom: 2em;
    position: relative;
    padding-left: calc(100vw / ( 750 / 55 ));;
  }
  
  section#documents h3 {
    font-size: calc(100vw / ( 750 / 28 ));
    line-height: calc(100vw / ( 750 / 43 ));
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #193944;
  }
  
  section#documents ol li span.num {
    width: calc(100vw / ( 750 / 43 ));
    position: absolute;
    left: 0;
    top: 0;
  }
  
  section#documents .more_cont p {
    padding-top: 0.5em;
    font-weight: 500;
    font-size: calc(100vw / ( 750 / 24 ));
  }
  
  section#documents ul {
    font-size: calc(100vw / ( 750 / 22 ));
    padding-top: 0.5em;
    font-weight: 100;
  }
  
  section#documents ul li {
    padding-bottom: 0.2em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.7;
  }
  
  section#documents ul li span.point {
    font-size: calc(100vw / ( 750 / 12 ));
    color: #404040;
    margin-right: 5px;
  }
  
  section#documents .more_cont h4 + p, 
  section#documents .more_cont ul {
    font-size: calc(100vw / ( 750 / 22 ));
  }
  
  section#documents h4 {
    font-size: calc(100vw / ( 750 / 24 ));
    font-weight: 700;
    color: #193944;
    padding-top: 1em;;
  }
  
   section#documents h3 + h4 {
    padding-top: 0.5em;;
  }
  
  section#documents ol li dl{
    position: relative;
    font-size: calc(100vw / ( 750 / 22 ));
    margin-top: 0.3em;
  }
  
  section#documents ol li dl dt{
    position: absolute;
  }
  
  section#documents ol li dl dd{
    padding-left: 5.5em;
  }
  
  section#documents .more_cont .infotxt p {
    padding-top: 1.3em;
    font-weight: 700;
    font-size: calc(100vw / ( 750 / 24 ));
}

 /*
  infomation
  -------------------------*/
  section#infomation {
    padding-top: calc(100vw / ( 750 / 100 ));
    margin-top: calc(-100vw / ( 750 / 100 ));
  }
  
  section#infomation .inner{
    width: calc(100vw / ( 750 / 670 ));
    background: #fff;
    margin: 0 auto;
    position: relative;
    padding-bottom: calc(100vw / ( 750 / 115 ));    
    margin-top: calc(100vw / ( 750 / 96 )) ;
  }

  section#infomation .inner:before {
    content: "";
    background: url(../img/info_bg1.png) no-repeat left bottom;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 143 ));
    height: calc(100vw / ( 750 / 155 ));
    display: block;
    position: absolute;
    top: 0;
    right: calc(100vw / ( 750 / 20 ));
  }

section#infomation .inner:after {
    content: "";
    background: url(../img/info_bg2.png) no-repeat left top;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 96 ));
    height: calc(100vw / ( 750 / 76 ));
    display: block;
    position: absolute;
    bottom: calc(100vw / ( 750 / 25 ));
    left: calc(100vw / ( 750 / 25 ));
  }

  
  section#infomation h2 {
    color: #e10021;
    font-size: calc(100vw / ( 750 / 36 ));
    font-weight: 700;
    padding-top: 2.5em;
    letter-spacing: 0.05em;
  }
  
  section#infomation .txt {
    font-size: calc(100vw / ( 750 / 27 ));
    color: #193944;
    font-weight: 500;
    width: auto;
    text-align: center;
    padding-top: 0.8em;
    line-height: 1.5;
  }
  
  section#infomation ul {
    width: calc(100vw / ( 750 / 485 ));
    font-size: 0;
    margin: calc(100vw / ( 750 / 23 )) auto 0 auto;
  }
  
  section#infomation ul li{
    padding-top: 7%;
  }
  
  
  section#infomation .tel a{
    background: url(../img/info_tel_sp.png) no-repeat left top;
    background-size: 100% auto;  
    width: calc(100vw / ( 750 / 494 ));
    height: calc(100vw / ( 750 / 161 ));
    margin: calc(100vw / ( 750 / 92 )) auto 0 auto;
    text-indent: -9999px;
    display: block;
  }

 .togethermama {
  padding-top: 13.5%;
   width: calc(100vw / ( 750 / 671 ));
   margin: 0 auto;
   padding-bottom: 17%;
  }
  
  section#infomation .time {
    font-size: calc(100vw / ( 750 / 22 ));
    padding-top: 5%;
    font-weight: 500;
    letter-spacing: 0.07em;
  }
  /*
  footer
  -------------------------*/
  #footer{
    background: #fff;
    padding: 0 0 3% 0;
    text-align: center;
    overflow: hidden;
  }

#footer .privacy a{
  display: block;
  background: #C70004;
  color: #fff;
  font-size: calc(100vw / ( 750 / 20 ));
  font-weight: 500;
  padding: 1em 0 0.8em 0;
  }
  
  #footer .logo{
    width: calc(100vw / ( 750 / 411 ));
    padding-top: 5%;
    margin: 0;
    display: inline-block;
  }

  #footer .copy{
    text-align: center;
    font-size: calc(100vw / ( 750 / 22 ));
    font-weight: 100;
    padding-top: 1em;
    display: inline-block;
  }
  
  #pagetop{
    display: inline-block;
    z-index: 5000;
    position: fixed;
    bottom: 50px;
    right: 5px;
    display: none;
  }
  
  #pagetop a{
    background: url(../img/pagetop.png) no-repeat left top;
    background-size: 100% auto;
    width: calc(100vw / ( 750 / 80 ));
    height:calc(100vw / ( 750 / 80 ));
    text-indent: -9999px;
    display: block;
  }
}

/*clearfix*/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix {	display: inline-block; } 
* html .clearfix{ height: 1%; }
.clearfix{ display:block; }
* html .clearfix { zoom: 1;}
*:first-child+html .clearfix { zoom: 1;}





