@media (max-width: 1145px) {
  .header {
    padding: 32px 15px;
  }
}
@media (min-width: 1001px) {
  #hamburgerMenu {
    display: none;
  }
	    .burger-menu-all {
        display: none;
    }
}
@media (max-width: 1000px) {
	
	/* hemburger menu aaijavai*/
	
	
	    .burger-menu-all.aaijavai {
        right: 0;
    }
	
		.add {
		overflow: scroll;
	  }
	
	    .burger-menu-all.aaijavai {
        padding-bottom: 150px;
        text-align: left;
		padding-top:8px;
    }
	
	.burger-menu-all {
        position: fixed;
        right: -100%;
        top: 137px;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-in-out;
        z-index: 9999;
    }
	
	.burger-menu-all {
        display: block;
		background:#310304;
		padding-left:40px;
    }
	
	  .no-scroll {
    overflow: hidden ;
  }
	 .burger-menu-all .hemburger-menu-list {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		box-sizing: border-box;
		 color:white;
		 
		 
     }
	
	 .burger-menu-all .hemburger-menu-list li {
		text-align:left;
		 
     }
	.burger-menu-all .hemburger-menu-list li a {
		color: white;
        font-size: 17px;
        line-height: 50px;
        font-weight: normal;
		letter-spacing: 1.4px;
     }
	
		 .line {
		 width: 100%;
        height: 1px;
        background: white;
        max-width: 659px;
		margin-top:30px;
		 margin-bottom:18px;
     }
	
	.burger-menu-all .line:nth-of-type(2){
		margin-top: 20px;
		margin-bottom:28px;
	}
	.burger-menu-all  dl  {
		width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        box-sizing: border-box;
        color: white;
     }
	
	
	.burger-menu-all  dl  dt {
		color: white;
        font-size: 27px;
        line-height: 50px;
        font-weight: normal;
        letter-spacing: 1.4px;
     }
	
	.burger-menu-all  dl  dd {
		color: white;
        font-size: 17px;
        line-height: 50px;
        font-weight: normal;
        letter-spacing: 1.4px;
     }
		/* End hemburger menu aaijavai*/
	
	
  #hamburgerMenu {
    display: block;
  }
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.containers{

}
  .header .nav {
    display: none;
  }

  /* hm-menu start */
  /* hm-menu start */
  /* hm-menu start */
  .hm-menu {
    cursor: pointer;
    width: 34px;
    height: 30px;
  }
  .hm-menu {
    display: inline-block;
    cursor: pointer;
    /* position: relative;
    width: 54px;
    height: 100%; */
  }
  .hm-menu span {
    display: block;
    /* position: absolute; */
    /* width: 100%; */
    height: 2px;
    border-radius: 8px;
    background-color: #FFFFFF;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    position: relative;
  }
  .hm-menu span:nth-child(1) {
    top: -15px;
    transform-origin: center top;
    width: 100%;
  }
  .hm-menu span:nth-child(2) {
    top: -25px;
    transform-origin: center center;
    width: 100%;
  }
  .hm-menu span:nth-child(3) {
    top: -35px;
    transform-origin: center bottom;
    width: 100%;
  }
  /* ////////// */
  /* when hm-menu is click have criss-cross */
  /* ////////// */
  .hm-menu.active span:nth-child(1) {
    transform: translateY(12px) rotate(44deg);
  }
  .hm-menu.active span:nth-child(2) {
    transform: scaleX(0);
  }
  .hm-menu.active span:nth-child(3) {
    transform: translateY(-17px) rotate(-46deg);
  }
}
@media (min-width: 1017px) {
  .containers {
      max-width: 1100px;
      margin: 0 auto;
  }
}
@media(max-width:1016px){
  .container-to-be-take-care {
   padding: 43px 15px 64px 15px;
   max-width: 1000px;
   width: auto;
}
}
@media(max-width:800px){
 
  .all-steps ul li:nth-child(2) img {
    width: 150px;
}
.all-steps ul {

  width: 38%;
  align-items: center;
  row-gap: 17px;
}
.all-steps {
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
  column-gap: 25px;
}
}
@media(max-width:700px){
 
  .way-to-use .way-to-use-wrapper {
    flex-direction: column;
}
}

	@media (max-width: 1145px) {
  .header {
    padding: 32px 20px;
  }
}
@media (min-width: 1001px) {
  #hamburgerMenu {
    display: none;
  }
}
@media (max-width: 1000px) {
  #hamburgerMenu {
    display: block;
  }
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.containers{

}
  .header .nav {
    display: none;
  }

  /* hm-menu start */
  /* hm-menu start */
  /* hm-menu start */
  .hm-menu {
    cursor: pointer;
    width: 34px;
    height: 30px;
  }
  .hm-menu {
    display: inline-block;
    cursor: pointer;
    /* position: relative;
    width: 54px;
    height: 100%; */
  }
  .hm-menu span {
    display: block;
    /* position: absolute; */
    /* width: 100%; */
    height: 2px;
    border-radius: 8px;
    background-color: #FFFFFF;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    position: relative;
  }
  .hm-menu span:nth-child(1) {
    top: -15px;
    transform-origin: center top;
    width: 100%;
  }
  .hm-menu span:nth-child(2) {
    top: -25px;
    transform-origin: center center;
    width: 100%;
  }
  .hm-menu span:nth-child(3) {
    top: -35px;
    transform-origin: center bottom;
    width: 100%;
  }
  /* ////////// */
  /* when hm-menu is click have criss-cross */
  /* ////////// */
  .hm-menu.active span:nth-child(1) {
    transform: translateY(12px) rotate(44deg);
  }
  .hm-menu.active span:nth-child(2) {
    transform: scaleX(0);
  }
  .hm-menu.active span:nth-child(3) {
    transform: translateY(-17px) rotate(-46deg);
  }
}
@media (min-width: 1017px) {
  .containers {
      max-width: 1100px;
      margin: 0 auto;
  }
}
@media(max-width:1016px){
  .container-to-be-take-care {
   padding: 43px 15px 64px 15px;
   max-width: 1000px;
   width: auto;
}
}
@media(max-width:800px){
 
  .all-steps ul li:nth-child(2) img {
    width: 150px;
}
.all-steps ul {

  width: 38%;
  align-items: center;
  row-gap: 17px;
}
.all-steps {
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
  column-gap: 25px;
}
}
@media(min-width:770px){
	
	.lp-section {
        padding-top:50px;
		margin-top:70px;
    }
}

@media(max-width:700px){
 
  .way-to-use .way-to-use-wrapper {
    flex-direction: column;
}
}

	


@media(max-width:550px){
	  .header .pc-logo {
    display: none;
  }
	
  .header {
    padding: 15px 17px;
}
.way-to-use .way-to-use-wrapper img {
  max-width: 265px;
}
.way-to-use {
  padding-top: 56px;
}
.way-to-use .way-to-use-wrapper {
  margin-top: 39px;
}
.way-to-use .way-to-use-wrapper {
  padding-bottom: 51px;
}
.way-to-use .way-to-use-wrapper dl dd {
  letter-spacing: 1.4px;
}
.way-to-use .way-to-use-wrapper dl dt {
  margin-bottom: 13px;
}
.all-steps ul {
  width: 100%;
  align-items: center;
  row-gap: 10px;
}
.all-steps ul li:nth-child(1) img {
width: 55px;
}
.all-steps ul li:nth-child(2) img {
  width: 230px;
}
.all-steps ul li:nth-child(3) p {
  width: 240px;
letter-spacing: 1.4px;
margin-top: 8px;
}
.all-steps {
  row-gap: 47px;
}
.notice-section {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 35px;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  gap: 15px;
}

.info-section {
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-around;
  gap: 40px;
  flex-direction: column;
}
.info-section ul {
  margin: 10px 0;
  margin-left: 16px;
  margin-bottom: 5px;
}
.info-section div p:nth-of-type(2){
  margin-left: 15px;
}
.container-to-be-take-care {
  padding-bottom: 47px;
}
.before-use > img {
  margin-top: 60px;
  margin-bottom: 25px;
  width: 258px;
}
.before-use dl dt {
  font-size: 17px;
  text-align: left;
  margin-bottom: 24px;
}
.before-use dl {
  background: #FFFFFF;
  border-radius: 0px 50px;
  padding: 33px 34px 26px 34px;
  text-align: left;
}
.before-use:not(:first-of-type) > img {
  margin-top: 40px;
  margin-bottom: 25px;
}
.rules-to-consider {
  background-color: #F4F4F4;
  padding-bottom: 61px;
}
.banner {
  max-height: 440px;

}
.logo {
  width: 191px;
  height: 59px;
}
.banner img {
      transform: translateY(-8px);

}
.way-to-use > img{
  width: 155px;
  height: 32px;
}
#お使いになる前に  dl dt{
  white-space: nowrap;
}
	    .burger-menu-all .hemburger-menu-list li a {
        font-size: 15px;
    }
	.burger-menu-all dl dd {
        font-size: 15px;
    }
	    .burger-menu-all dl dt {
        font-size: 25px;
    }
	
	.burger-menu-all {
        top: 103px;
    }
	
	    .line {
  
        max-width: 302px;
  
    }
	
	.lp-container .lp-section a img {
    padding-top: 20px;
    padding-bottom: 20px;
}
	.lp-container {
    margin-bottom: 0px !important;
}
	
}
