html {
	font-size: 62.5%;
}
body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.mt0 {
    margin-top: 0;
}
.mb0 {
    margin-bottom: 0;
}
.mb50 {
    margin-bottom: 50px;
}
.center {    
    margin: 0 auto;
}
img {
    width: 100%;
}
.w80{
	width: 80%;
}
@media screen and (max-width: 767px){
	.w80{
    width:100%;
  }
}

h1 {
  margin-bottom: -5px;
}

h2 img {
	display:block;
}

.dl_fl {
    display: flex;
	flex-direction: row;
    justify-content: space-evenly;
}
@media screen and (max-width: 767px){ 
  .dl_fl {
    display: block;
  }

}

.amazon,.rakuten {
  width: 35%;
}
@media screen and (max-width: 767px){ 
  .amazon,.rakuten {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 431px){ 
  .amazon, .rakuten {
    width: 55%;
    margin: 0 auto;
  }
}

.amazon .btn-custom01 span,.amazon .btn-custom01:before{
  background-color: #23303f;
}
.rakuten .btn-custom01 span,.rakuten .btn-custom01:before{
  background-color:#BF0000;
}

.cta {
    background-color:#f1f1f1;
    padding: 1rem 0 7rem;
}
.cta p {
    font-size: 3rem;
    text-align: center;
}
@media screen and (max-width: 431px){ 
  .cta span{
    display:block
  }
  .cta {
    padding: 0.5rem 0 1.5rem;
  }
  .cta p {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 0.7rem;
  }
}


.dl_fl.col_2 img {
  width: 90%;
}
@media screen and (max-width: 767px){ 
  .dl_fl.col_2 img {
    width: 50%;
  }
  .dl_fl.col_2 div:nth-child(1){
    margin-bottom:3rem;
  }
}
@media screen and (max-width: 431px){ 
  .dl_fl.col_2 img {
    width: 100%;
  }
  .dl_fl.col_2 div:nth-child(1) {
    margin-bottom: 2rem;
  }
}

/* button */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-custom01 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 0.75rem;
}

a.btn-custom01:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);

  border: 2px solid #000;
  border-radius: inherit;
  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:after {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  /* content: "\f0e0"; */
}

.btn-custom01-front {
  position: relative;
  display: block;
  padding: 1.8rem 5rem 1rem 5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-radius: inherit;
}
@media screen and (max-width: 431px){ 
  .btn-custom01-front {
    padding: 1.5rem 5rem 1.0rem 5rem;
  }
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

a.btn-custom01:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
  
}

a.btn-custom01:hover:before {
  -webkit-transform: translate3d(0, 0.5rem, -1rem);
  transform: translate3d(0, 0.5rem, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

/* a.btn-custom01:hover:after {
  content: "\f2b6";
} */

a.btn-custom01:active {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}

a.btn-custom01:active:before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

/* a.btn-custom01:active:after {
  content: "\f2b6";
} */

/* //button */