@charset "utf-8";
/* CSS Document */


body, html {
	font-family: 'Hiragino Mincho ProN', 'Yu Mincho','serif';

	background: #f2f8f8;
	height: 100%;
	margin: 0;
	

}
.contents {
	display: block;
	margin: auto;
	padding-bottom: 100px;
	max-width: 768px;
}
#pagetop {
	position: fixed;
	bottom: 10px;
	right: -60px;
	z-index: 9900;
}
#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.btn_area{
	width: 100%;
	margin: auto;
	padding-left: 5%;
	
}
button{
	background-color: #f2f8f8;
	border: 1px solid #000;
}

@media screen and (min-width:1025px) {
.ss {
	text-align: left;
	width: 90%;
	margin: auto;
	line-height: 1.5em;
}
t {
	width: 90%;
	text-align: center;
	color: #838383;
	font-size: 0.8em;
	margin: 10px;
}
.choice {
	text-align: right;
	width: 90%;
}
.size {
	display: inline-block;
}
.color {
	display: inline-block;
}
.backc {
	display: inline-block;
}
.font {
	display: inline-block;
}

#wrapper #title {
	

	width: 690px;
	height: 70px;
	margin: 0px auto;
	font-size: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 400;
  border: 1px solid #333;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center; 
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
	
#title {
  position: relative;
  overflow: visible;
  background: #000;
  color: #fff;
}

#title::before,
#title::after,
#title span::before {
  content: "";
  position: absolute;
  top: 80%;
  right: 0px;
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 1px solid;
  transform: translate(50%, -50%);
  opacity: 0;
}

/* 1つ目 */
#title::before {
  animation: rippleCircle 5s infinite;
}

/* 2つ目 */
#title::after {
  animation: rippleCircle 5s infinite;
  animation-delay: 1s;
}

/* 3つ目 */
#title .r1::before {
  animation: rippleCircle 5s infinite;
  animation-delay: 2s;
}

	
@keyframes rippleCircle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
}
	

}

@media screen and (min-width:768px) and (max-width:1024px) {
.ss {
	text-align: left;
	width: 650px;
	margin: auto;
line-height: 1.5em;
}
t {
	text-align: left;
	color: #838383;
	font-size: 0.8em;
	width: 650px;
	margin: 10px;
}
.choice {
	text-align: right;
	width: 650px;
}
.size {
	display: inline-block;
}
.color {
	display: inline-block;
}
.backc {
	display: inline-block;
}
.font {
	display: inline-block;
}



	
 #wrapper #title {
	

	width: 690px;
	height: 70px;
	margin: 0px auto;
	font-size: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 400;
  border: 1px solid #333;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center; 
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
	
#title {
  position: relative;
  overflow: visible;
  background: #000;
  color: #fff;
}

#title::before,
#title::after,
#title span::before {
  content: "";
  position: absolute;
  top: 80%;
  right: 0px;
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 1px solid;
  transform: translate(50%, -50%);
  opacity: 0;
}

/* 1つ目 */
#title::before {
  animation: rippleCircle 5s infinite;
}

/* 2つ目 */
#title::after {
  animation: rippleCircle 5s infinite;
  animation-delay: 1s;
}

/* 3つ目 */
#title .r1::before {
  animation: rippleCircle 5s infinite;
  animation-delay: 2s;
}

	
@keyframes rippleCircle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
}
}

@media screen and (max-width:767px) {
.ss {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
}
t {
	width: 90%;
	text-align: left;
	color: #838383;
	font-size: 0.8em;
	margin: 10px;

}
.choice {
	text-align: right;
	width: 90%;
}
.size {
	display: inline-block;
}
.color {
	display: inline-block;
}
.backc {
	display: inline-block;
}
.font {
	display: inline-block;
}


	
 #wrapper #title {
	

	width: 100%;
	height: 100%;
	margin: 0px auto;
	font-size: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 400;
  border: 1px solid #333;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center; 
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
	
#title {
  position: relative;
  overflow: visible;
  background: #000;
  color: #fff;
}

#title::before,
#title::after,
#title span::before {
  content: "";
  position: absolute;
  top: 80%;
  right: 0px;
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 1px solid;
  transform: translate(50%, -50%);
  opacity: 0;
}

/* 1つ目 */
#title::before {
  animation: rippleCircle 5s infinite;
}

/* 2つ目 */
#title::after {
  animation: rippleCircle 5s infinite;
  animation-delay: 1s;
}

/* 3つ目 */
#title .r1::before {
  animation: rippleCircle 5s infinite;
  animation-delay: 2s;
}

	
@keyframes rippleCircle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
}
}