@charset "UTF-8";
/* CSS Document */
/*-----通常（PC向け）の記述-----*/
.wrapper {
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
  font-family: 'Shippori Antique', sans-serif;
}


.img1{

  animation-name: fade;
  animation-duration: 5s;
  animation-iteration-count: 1;
}

@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}




img {
  max-width: 100%;
}

.range-img{
	position: absolute;
   width: 100%;
    top: 19.5%;
    left: 0%;
    margin: 0;
    padding: 0;
}
.range-img2{
	position: absolute;
       width: 39%;
    top: 13.2%;
    right: 0%;
    margin: 0;
    padding: 0;
}
.range-img3{
	position: absolute;
       width: 39%;
    top: 13.2%;
    right: 0%;
    margin: 0;
    padding: 0;
}
.range {
  position: relative;
}

.buybuttun{
	position: relative;	
	
}

.buybuttun-1{
position: absolute;
     width: 93%;
    top: 33%;
    left: 4%;
    margin: 0;
    padding: 0;
}
.buybuttun-1b{
position: absolute;
     width: 93%;
    top: 40%;
    left: 4%;
    margin: 0;
    padding: 0;
}

.buybuttun-2{
position: absolute;
     width: 93%;
    top: 45%;
    left: 4%;
    margin: 0;
    padding: 0;
}


.lines-on-sides {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 1.2vw;
  margin: 1em;
  margin-bottom: 50px;
}
.lines-on-sides:before {
  content: "";
  display: block;
  border-top: solid 1px #ccc;
  width: 20%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-left: 40%;
}
.lines-on-sides span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  color: #5c5c5c;
}
.article {
  text-align: left;
  color: #5c5c5c;
  font-size: 14px;
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 35px;
  line-height: 28px;
  letter-spacing: 0.9px;
}
.sentence {
  text-align: center;
  margin-top: 25px;
  color: #5c5c5c;
  margin-bottom: 18px;
}
.small {
  font-size: 10px;
}
.at {
  font-size: 18px;
}
h3 {
  font-size: 1em;
  color: hsl(30, 70, 20);
}
.section-border {
  max-height: 350px;
  overflow-y: auto;
  direction: ltr;
  scrollbar-color: #6a9fdf #e4e4e4;
    scrollbar-width: thin;
    padding-right: 0px;
    padding-left: 5px;
    margin-bottom: 12px;
    border: 1px solid #cbcbcb;
}
.section-border::-webkit-scrollbar {
  width: 20px;
}
.section-border::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.section-border::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-image: linear-gradient(180deg, #d0368a 0%, #708ad4 99%);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}
.section-border::-webkit-scrollbar {
  width: 8px;
}


.movie2{margin-top: 3rem;}
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
/* =======================================

floating-banner

========================================== */
.floating-banner {
  position: fixed; /* 追従 */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  text-align: center;
  width: 100%;
}

.pc-f {
  width: 250px;
  margin: 12px;
  position: fixed;
  bottom: 5%;
  right: 10px;
}
.sp-f {
    display: none;
}
.floating-banner:hover {
  opacity: .9; /* ホバーで少し透過 */
}

/* Animation */
.pc-f {
  animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(1%);
  }
}



/*-----スマホ向けの記述-----*/
@media screen and (max-width: 479px) { /*ウィンドウ幅が0～479pxの場合にCSSを適用*/
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */

	.pc-f{
    display: none;
}
	
  .sp-f {
    display: inline-block; /* 消していたスマホ用のバナーを表示させる */
    width: 100%;
    margin-bottom: 0px;
  }
  .header_top_area {
    padding-left: 10px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .sp-f {
    display: inline-block; /* 消していたスマホ用のバナーを表示させる */
    width: 100%;
    margin-bottom: 0px;
  }
	.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
	.movie2{margin-top: 2rem;}
  .at {
    font-size: 14px;
  }
	


input[type="button"],
button,
select {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #000;
  font-family: "ヒラギノ角ゴシック";
  font-size: 16px;
}

input[type="button"],
button,
select {
  background: #efefef;
  border: 1px solid #333;
  border-radius: 2px;
  padding: 4px 8px!important;
  line-height: 1.5rem!important;
}

select {
  line-height: 2;
  color: #333;
  box-shadow: none;
  padding: 0 24px 0 8px!important;
  background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
  background-size: 16px 16px;
  cursor: pointer;
}


	
	
  .lines-on-sides:before {
    content: "";
    display: block;
    border-top: solid 1px #ccc;
    width: 45%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-left: 27%;
  }
  .lines-on-sides span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    color: #5c5c5c;
  }
  .lines-on-sides {
    margin-bottom: 13px;
  }
  .sentence {
    font-size: 14px;
  }
  .article {
    text-align: left;
    color: #5c5c5c;
    font-size: 8.4px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 35px;
    line-height: 18px;
    letter-spacing: 0px;
  }
  .pc {
    display: none;
  }
  .small {
    font-size: 6px;
  }
  .section-border::-webkit-scrollbar {
    width: 5px;
  }
  

.teiki-4{margin-bottom: 1rem;
}
	.consent{margin-bottom:  1.5rem;
	}
  /* =======================================

floating-banner

========================================== */
  .floating-banner {
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    bottom: 0; /* バナーの上下の位置 */
    text-align: center;
    width: 100%;
  }
  .pc-f {
    width: 60px;
    margin: 12px;
    position: fixed;
    bottom: 84px;
    right: 10px;
  }
  .pc-f2 {
    width: 98px;
    margin: 12px;
    position: fixed;
    bottom: 10px;
    right: 0px;
  }
  .floating-banner:hover {
    opacity: .9; /* ホバーで少し透過 */
  }
}
/*-----フェード----*/
.fade {
  transition: all 1000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 20px);
}
.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
/*下からフェードイン*/
.fade-in-bottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.formend{
	margin-bottom: 9%;
}