/*reset*/
@charset "UTF-8";
/*
Reset CSS:ver1.0
*/
/* Winでも見やすい游ゴ設定 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  cursor: default;
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body{
  background: #fff7fe;
  color: #333;
  font: 16px/400 -apple-system, BlinkMacSystemFont,Hiragino Sans,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic','メイリオ', meiryo, sans-serif;
  height: 100%;
  margin: 0 auto;
  letter-spacing: .05rem;
  line-height: 1.5;
  width: 100%;
  max-width:640px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  background: transparent;
  color: #0044CC;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration-skip: objects;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p{
	margin: 0;
	padding: 0;
}
em {
  padding: 0.2em;
  font-weight: bold;
  display: inline;
  font-style: normal;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, video {
	width: 100%;
	height: auto;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
	margin: 0;
	padding: 0;
  font-size: 0;
  line-height: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* smart phone default style reset */
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button{
  border: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
}
/* select box , checkboxの矢印を非表示 */
select::-ms-expand {
  display: none;
}
input[type="submit"]:hover {
  cursor: pointer;
}
input,
textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 10px;
  border: 1px solid #D3D3D3;
  background: #F7F7F7;
}
input:focus,
textarea:focus {
  background: #fffbc9;
}
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="image"] {
  height: auto;
  width: 100%;
}
/* placeholder color */
input::placeholder {
  color: #333;
  opacity: 0.7;
}
/* IE */
input:-ms-input-placeholder {
  color: #333;
}
/* Edge */
input::-ms-input-placeholder {
  opacity: 0.7;
}
/* テキストを選択時時のハイライトカラー */
::-moz-selection {
  background-color: #93C1E5;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #93C1E5;
  color: #fff;
  text-shadow: none;
}

.wrapper{
  background-color: #fff;
}

/* main */
.tapit{
  background-image: url(../img/btn_gb.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 12% 0 0;
}

.how{
  position: relative;
  width: 100%;
}

.how__img{
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
}

.guide{
  position: relative;
  width: 100%;
}

.guide__btnarea{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}

.to_top{
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  width: 60px;
}

@media screen and (min-width:640px) {
.guide__btnarea{
  top: 50%;
}
.to_top{
  width: 100px;
}
}

/* ボタン */
.purupuru {
  animation: purupuru-soft 1.2s ease-in-out infinite;
}

@keyframes purupuru-soft {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  25% {
    transform: scale(1, 1.02) translate(-1.5%, -1%) skew(2deg, 0);
  }
  50% {
    transform: scale(1, 0.98) translate(1.5%, 1%) skew(-2deg, 0);
  }
  75% {
    transform: scale(1, 1.01) translate(0.5%, -0.5%) skew(-1deg, 0);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
}

.purupuru a:hover{
  opacity: .8;
}


/* CTA */
.button_top{
    margin-top:20px;
}

.cta{
  position: relative;
  padding: 10% 0 15%;
}

.cta__btnarea{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.btn_animation .btn {
  display: block;
  position: relative;
  width: 250px;
  height: 65px;
  line-height: 65px;
  font-size: 24px;
  border-radius: 39px;
  text-decoration: none;
  background-color: #0cc755;
  color: #fbfbfb;
  text-align: center;
  transition: .2s;
}

.btn_animation .btn:before, .btn_animation .btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 250px;
  height: 65px;
  top: 0;
  left: 0;
  border-radius: 39px;
  background: #0cc755;
  transform: translate3d(0,0,0);
}

@media screen and (min-width:640px) {
.btn_animation .btn {
  width: 500px;
  margin: 20px auto 0;
  height: 78px;
  line-height: 78px;
}

.btn_animation .btn:before, .btn_animation .btn:after {
  width: 500px;
  height: 78px;
} 
}

.btn_animation .btn:before {
  animation: anime 1s ease-out infinite;
}

.btn_animation .btn:after {
  animation: anime 1s ease-out 1s infinite;
}

@keyframes anime{
0%{transform:scale(.95); opacity:1}
90%{opacity:.1}to{transform:scale(1.2,1.4); opacity:0}
}

/*ボタン右側の矢印の設定*/
a.btn p {
  height: auto;
  min-height: 70px; /* 最低高さは維持 */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 !important;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-left: -20px;
}

a.btn p:after {
  content: "";
  position: absolute;
  /*矢印の位置*/
  top: 50%;
  right: 30px;
  /*矢印の横幅*/
  width: 8px;
  /*矢印の高さ*/
  height: 8px;
  margin: -4px 0 0 0;
  /*矢印の線｜太さ｜線種｜色｜*/
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  /*矢印の回転角度*/
  -webkit-transform: translateX(5px) rotate(45deg);
  transform: translateX(5px) rotate(45deg)
}

@media screen and (max-width: 640px) {
.btn {
    margin: 8vw auto;
  }
.btn:before,
.btn:after {
  height: 65%;
}
.btn a {
  /* padding: 10px 0; */
  padding: 0;
}
}

@media screen and (max-width: 400px) {
.btn a p {
    font-size: 3.9vw;
    padding-top: 1.5vw;
  }
.btn a p:after {
    right: 6vw;
  }
}
.btn img {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: -20px;
}
.btn span {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    font-weight: 800;
}

@media screen and (max-width: 640px) {
.btn span {
    font-size: 13px;
}
}

@media screen and (max-width: 400px) {
.btn span {
    font-size: 12px;
}
}


/* taboo */
.taboo {
  margin: 0 auto;
  padding: 40px 0 20px;
  background-color: #fff;
}
.taboo__txt {
  text-align: center;
  font-size: 12px;
}

/*footer*/
.f_wrap{
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  background: #FF81B1;
  color: #fff;
}
.f_wrap .f_wrap__inner {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.f_wrap ul li {
list-style-type: none;
  margin-bottom: 14px;
	text-decoration: none;
}
.f_wrap ul li:last-child {
  margin-left: 1.6rem;
}
.f_wrap ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  color: #fff;
		text-decoration: none;
}
.f_wrap .f_copy p{
	font-size:11px;
	text-align:center;
}
@media screen and (max-width: 30em) {
.f_wrap{
padding:2rem 0.5rem;
}
}