@charset "UTF-8";
/*
Description: LP Original
Author: Ann Tachibana
Version: 1.0
*/
/*----------------------------------
ALL PAGE COMMON STYLE
------------------------------------*/
/*======================================
pagetop
/*======================================*/
#pagetop {
  position: fixed;
  bottom: -100px;
  right: 15px;
  z-index: 9999;
}
#pagetop a {
  outline: none;
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  width: 60px;
  border-radius: 60px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  background: rgba(45, 195, 30, .6);
}
#pagetop a:after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  border: 0px;
  border: solid 2px #fff;
  border-bottom: transparent;
  border-right: transparent;
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -11px;
}
#pagetop a:hover {
  opacity: .7;
}
#pagetop a span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.num {
  margin: 0;
  position: fixed;
  right: 10px;
  top: 40px;
  z-index: 9999;
}
/*======================================
type
/*======================================*/
.gothic {
  font-family: 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: "palt";
}
/*----------------------
text color
----------------------*/
.txt-shadow-White {
  text-shadow: 1px 0px 10px #fff, 0px 1px 10px #fff, -1px 0px 10px #fff, 0px -1px 10px #fff, 1px 0px 10px #fff, 0px 1px 10px #fff, -1px 0px 10px #fff, 0px -1px 10px #fff
}
.txt-shadow-Block {
  text-shadow: 1px 0px 10px #000, 0px 1px 10px #000, -1px 0px 10px #000, 0px -1px 10px #000, 1px 0px 10px #000, 0px 1px 10px #000, -1px 0px 10px #000, 0px -1px 10px #000
}
/*----------------------
background color
----------------------*/
.bg-White {
  background: #fff;
}
.bgGR-White-bottom {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&0+1,1+70 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/*======================================
submitBtn
/*======================================*/
@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  85% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  86% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.reflection {
  position: relative;
  overflow: hidden;
}
.reflection:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 30px;
  top: -180px;
  left: 0;
  background-color: rgba(255, 255, 255, .5);
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  animation: reflection 3s ease-in-out infinite;
}
/*======================================
aside-caution
/*======================================*/
.aside-caution aside {
  text-align: center;
}
.aside-caution aside ul {
  max-width: 700px;
  display: inline-block;
}
.aside-caution aside ul li {
  text-align: justify;
  font-size: 70%;
  line-height: 1.3em;
  position: relative;
  margin: 0 0 .5em 1em;
}
.aside-caution aside ul li:last-of-type {
  margin-bottom: 0;
}
.aside-caution aside ul li:before {
  display: block;
  content: "※";
  position: absolute;
  margin-left: -1em;
}
/*======================================
reroad fadein
/*======================================*/
@keyframes htmlfadeIn {
  00% {
    opacity: 0
  }
  30% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
html {
  animation: htmlfadeIn 3s ease 0s 1 normal;
}
/*======================================
submitBtn
/*======================================*/
@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  85% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  86% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.reflection {
  position: relative;
  overflow: hidden;
}
.reflection:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 30px;
  top: -180px;
  left: 0;
  background-color: rgba(255, 255, 255, .5);
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 4s ease-in-out infinite;
}
/*======================================
scroll fadein
/*======================================*/
.fadein {
  opacity: 1;
  transition: all 1s ease;
}
.fadeout {
  opacity: 0;
  transition: all 1s ease;
}
/*======================================
form
/*======================================*/
.form-CMN form {
  padding-top: 1px;
}
/*placeholder-----------------*/ :placeholder-shown {
  color: #ccc;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */ ::-webkit-input-placeholder {
  color: #ccc;
}
/* Firefox 18- */ :-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
/* Firefox 19+ */ ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
/* IE 10+ */ :-ms-input-placeholder {
  color: #ccc;
}
/*Chrome Auto Complete-----------------*/
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}
/*focus-----------------*/
form input[type="text"]:focus, input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="submit"]:focus, form select:focus, form textarea:focus, button:focus {
  background: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  box-sizing: border-box;
  border: none;
}
form input[type="submit"]:focus, button:focus {
  border: none;
}
/*form-----------------*/
.form-CMN input[type="text"] {
  max-width: 600px;
  width: 100%;
  height: 70px;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #333;
  padding: 0 15px;
  font-size: 20px;
  transition: all 0.3s ease;
  font-family: 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.form-CMN .submit-Btn {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 1em auto 2em;
}
.form-CMN .submit-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 1;
  transition: all 0.3s ease;
}
.form-CMN .submit-wrap:hover {
  opacity: .7;
  transition: all 0.3s ease;
}
.form-CMN .submit-wrap input[type="submit"] {
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-width: 0px;
  height: 0;
  line-height: 0;
  font-size: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
}
p.required {
  font-size: 90%;
  line-height: 1.3em;
  padding: 1px 0 1em;
  margin: 0 auto;
  text-align: center;
}
p.required span {
  padding: 2px .3em;
  margin-right: .3em;
  text-shadow: none;
  box-shadow: 0 0 10px 4px #fff;
}
/*======================================
This page only
/*======================================*/
.copyr {
  display: none;
}