@charset "UTF-8";

/* CSS Document */
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
  clear: both;
  float: none;
}

iframe {
  vertical-align: bottom;
}

#wrapper {
  overflow: hidden;
  width: 100%;
}

a:hover img {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

p.txt {
  font-size: 110%;
  line-height: 200%;
}

.center {
  text-align: center;
}

.sp_img {
  display: none;
}

.inner_1200 {
  max-width: 1200px;
  margin: 0 auto;
}

/*--bnr-----------------------------------------------------------*/
section.bnr {
  width: 800px;
  margin: 0px auto;
  padding: 50px 0px;
}

section.bnr img {
  width: 100%;
  margin-bottom: 40px;
}

section.bnr .bnr_text {
  font-size: 100%;
  line-height: 1.5;
}

/*--btn-----------------------------------------------------------*/
.btn a {
  width: 360px;
  border-radius: 10px;
  border: 3px solid #0b318e;
  padding: 20px 9px;
  background: #fff;
  font-size: 180%;
  color: #0b318e;
  text-align: center;
  line-height: 1;
  position: relative;
  display: block;
  padding-right: 10px;
}

.btn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #0b318e;
  border-right: 2px solid #0b318e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn a:hover {
  color: #0b318e;
  background: #ffff00;
  text-decoration: none;
}

.works .btn a {
  margin: 0 auto;
}

/*-------------------------------------------------------------*/
h2.tit::after {
  border-left: 36px solid rgba(0, 0, 0, 0);
  border-right: 36px solid rgba(0, 0, 0, 0);
  border-top: 36px solid #0B318E;
  bottom: -36px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -36px;
  position: absolute;
  width: 0;
}

h2.tit {
  background: #0B318E;
  margin-bottom: 60px;
  padding: 30px 0px 30px 0px;
  position: relative;
  text-align: center;
}

h2.tit p {
  font-size: 250%;
  line-height: 1;
  color: #FFEF00;
  text-align: center;
  font-weight: bold;
}

/*---------------------------------------------------------------------------------------------*/
header {
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  padding: 10px 0px;
  background: #0B318E;
  border-bottom: 1px solid #fff;
}

header h1 {
  width: 1100px;
  margin: 0px auto 5px auto;
  text-align: left;
  font-size: 90%;
  line-height: 1;
  color: #FFF;
}

header .inner {
  width: 1100px;
  overflow: hidden;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

header .logo {
  width: 600px;
}

header .logo img {
  width: 310px;
}

header .logo span {
  margin-left: 10px;
  background: #fff;
  padding: 3px 10px;
  color: #0b318e;
  font-size: 110%;
  line-height: 1;
  border-radius: 5px;
  display: initial;
  font-weight: bold;
}

header .right .txt {
  padding: 0% 0%;
  text-align: center;
}

header .right .txt .tel {
  margin-bottom: 5px;
  color: #FFEF00;
  font-size: 300%;
  font-family: 'Barlow', sans-serif;
  line-height: 1;
  text-align: center;
}
header .right .txt .tel svg{
  font-size:80%;
}
header .right .txt .hour {
  text-align: center;
  color: #fff;
  font-size: 100%;
  line-height: 1.3;
}

header .right .txt .hour span {
  color: inherit;
  font-size: 80%;
  line-height: 1.3;
}

header .right .txt .tel span.fa {
  color: #FFEF00;
  margin-right: 5px;
  font-size: 80%;
  transform-origin: top left;
  /* transform: rotate(-35deg) translateX(-30%); */
}

/*main_img------------------------------*/
.main_img {
  padding: 40px 0px;
  text-align: center;
  position: relative;
}

.main_img img {
  width: 600px;
}

.main_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
  background: url(../images/main_back_left.png) no-repeat;
  background-size: 37%;
  background-position: left center;
}

.main_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 40px;
  left: 0;
  position: absolute;
  z-index: -1;
  background: url(../images/main_back_right.png) no-repeat;
  background-size: 35%;
  background-position: right -85px center;
}


/*booth------------------------------*/
.booth {
  background: #0b318e;
  margin-bottom: 50px;
}

.booth .inner {
  width: 1200px;
  margin: 0px auto;
  background: #0b318e;
  background: url(../images/booth_back.png) no-repeat #0b318e;
  background-size: contain;
  background-position: right center;
}

.booth .inner .booth_box {
  padding: 60px 0px;
  width: 600px;
  margin-right: auto;
}

.booth .inner .booth_box h3 {
  margin-bottom: 10px;
}

.booth p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 140%;
  line-height: 1.8;
}

/*staff------------------------------*/
.staff {
  padding: 60px;
  background: url(../images/staff_back.png) no-repeat #EEF5FD;
  background-size: 25%;
  background-position: left 50px;
}

.staff .inner {
  width: 1000px;
  margin: 0px auto;
}

.staff .inner .staff_box {
  width: 650px;
  margin-left: auto;
}

.staff .inner .staff_box h3 {
  margin-bottom: 10px;
}

.staff .inner .staff_box p {
  width: 90%;
  margin: 0px auto;
  margin-bottom: 30px;
  font-size: 120%;
  line-height: 1.8;
}

.staff .staff_list {
  width: 80%;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}

.staff .staff_list li {
  width: calc(100% / 2 - 60px);
}

.staff .staff_list li img {
  width: 100%;
  object-fit: cover;
}

.staff .inner .staff_box .staff_list li p {
  padding-top: 10px;
  font-size: 90%;
  line-height: 1.4;
  text-align: center;
  color: #0b318e;
  font-weight: bold;
}

.staff .inner .staff_box .staff_list li p.staff_01p{
  padding-top: 10px;
  margin-bottom: 3px;
  font-size: 90%;
  line-height: 1.4;
  text-align: center;
  color: #0b318e;
  font-weight: bold;
}
.staff_contest {
  padding: 5px;
  font-size: 78%;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: red;
  border: 1px solid #0b318e;
  border-radius: 2px;
  font-family: inherit;
  background: #fff;
}
/*----------------------------------------------*/
.course-top-table {
  width: 1200px;
  margin: 0px auto;
  margin-bottom: 60px;
}

.course-top-table ul {
  display: flex;
  align-items: top;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.course-top-table li img {
  width: 100%;
}

.course-list {
  width: 1100px;
  margin: 0px auto;
  margin-bottom: 60px;
}

/*course------------------------------*/
.course_text {
  padding: 60px 0px;
  position: relative;
}

.course_text::after {
  content: "";
  display: block;
  width: 100%;
  height: 81%;
  position: absolute;
  top: 88px;
  left: 0;
  z-index: -1;
  background: #0b318e;

}

.course_text {
  background: url(../images/course_text_back.png) no-repeat;
  background-size: 450px;
  background-position: right 60px;
}

.course_text .inner {
  width: 1000px;
  margin: 0px auto;
}

.course_text .inner h3 {
  width: 720px;
}

.course_text .inner h3 img {
  width: 100%;
}

.course_text .inner p {
  width: 760px;
  color: #fff;
  font-size: 140%;
  line-height: 210%;
}

.course_text_big {
  font-size: 140%;
  font-weight: bold;
}

.course {
  padding: 70px 0px;
}

#price h2 {
  width: 500px;
  margin: 0px auto;
  margin-bottom: 30px;
}

ul.top-course-list {
  width: 1000px;
  margin: 0px auto;
}

ul.top-course-list li {
  margin-bottom: 50px;
  background: #fff;
}

/*.works-------------------------------------------------*/
.works {
  padding: 0px 0 60px 0px;
  background-size: contain;
  background-position: left center;
}

.works ul {
  width: 1100px;
  margin: 0px auto;
  display: flex;
  /*横並び*/
  align-items: top;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.works li {
  width: calc(100% / 6 - 10px);
  margin-bottom: 10px;
  margin-right: 10px;
  height: 140px;
}

.works li:nth-child(6n) {
  margin-right: 0px;
}

.works li img {
  width: 100%;
  height: 140px;
  border: 1px solid #fff;
  object-fit: cover;
}

/*shop---------------------------------------------*/
p.payment {
  padding: 30px 0px;
  text-align: center;
}

p.payment img {
  width: 800px;
}

.shop {
  background: #F0FAFA;
  padding-bottom: 60px;
}

.shop-list .inner {
  width: 1100px;
  margin: 0px auto;
}

.shop-list .inner p.intro_text {
  width: 940px;
  margin: 0px auto;
  margin-bottom: 30px;
  color: #0b318e;
  font-size: 170%;
  text-align: center;
  line-height: 2.2;
}

.shop-list .inner iframe {
  margin-bottom: 40px;
}

.shop-block {
  width: 100%;
  margin: 0px auto;
  padding: 40px 0px;
  display: flex;
  align-items: top;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop-block .right {
  width: 48%;
}

.shop-block .right ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.shop-block .right ul li {
  width: 48%;
}

.shop-block .right ul li img {
  width: 100%;
}

.shop-block .left {
  width: 48%;
}

.shop-block .left img {
  width: 100%;
}

table.shop {
  margin: 0px 0px 10px 0px;
  width: 100%;
  text-align: center;
  border: 1px solid #4B575C;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.shop {
  margin: 0px 0px 30px 0px;
  width: 100%;
  text-align: center;
  border: 1px solid #BBB;
  border-collapse: collapse;
  border-spacing: 0px;
  background: #FFF;
}

table.shop th,
table.shop td {
  padding: 12px 8px 12px 8px;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #BBB;
  text-align: left;
  font-size: 120%;
  font-weight: normal;
}

table.shop th {
  width: 175px;
  background: #F3F4F4;
  color: #333;
}

table.shop td a {
  font-size: 150%;
  line-height: 1;
  color: #FF0004;
  text-decoration: underline;
}

/*servicelist-------------------------------------------*/
.servicelist {
  background: #E4F1F9;
  padding-bottom: 60px;
}

.servicelist dl {
  width: 850px;
  margin: 0px auto;
  margin-bottom: 20px;
  padding: 15px 25px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-radius: 10px;
}

.servicelist dl dt {
  width: calc(20% - 20px);
  padding-right: 20px;
}

.servicelist dl dd {
  width: 80%;
  font-size: 130%;
  line-height: 180%;
  color: #0B318E;
  font-weight: bold;
}

/*voice----------------------------------------------------------------*/
section.voice {
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px 80px 0px;
  background: #F9FBFB;
  text-align: center;
}

section.voice .inner {
  width: 1000px;
  margin: 0px auto;
}

section.voice h3 {
  padding: 30px;
  background: url(../images/voice_back.png) no-repeat;
  background-size: 25%;
  background-position: right center;
}

section.voice h3 p {
  width: 1000px;
  margin: 0px auto;
  font-size: 280%;
  line-height: 140%;
  color: #0b318e;
  font-weight: bold;
}

section.voice h3 p span {
  font-size: 140%;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

section.voice h3 img {
  width: 380px;
}

section.voice p.lead {
  font-size: 130%;
  line-height: 180%;
  margin-bottom: 20px;
}

.voice_block {
  width: 1000px;
  margin: 0px auto;
  margin-bottom: 60px;
}

.voice_q {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: space-between;
  line-height: 1;
}

.voice_a {
  margin-bottom: 10px;
  padding: 20px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #F9F7C5;
}

.voice_a.staff {
  background: #E0EDF4;
  flex-flow: row-reverse;
}

div.voice_block .voice_q .left {
  width: 90px;
  font-size: 200%;
  line-height: 1;
}

div.voice_block .voice_q .right {
  width: calc(100% - 100px - 0px);
  text-align: left;
}

div.voice_block .voice_q .right h4 {
  padding-left: 10px;
  font-size: 210%;
  line-height: 1;
  text-align: left;
  color: #006fb8;
  font-weight: bold;
}

div.voice_block .voice_q .right h4 span {
  font-size: 150%;
  line-height: 1;
}

div.voice_block .voice_q .right p {
  font-size: 115%;
  line-height: 1.8;
}

div.voice_block .voice_a .icon {
  width: 100px;
  font-size: 200%;
}

div.voice_block .voice_a .text {
  width: calc(100% - 120px - 0px);
  padding: 10px 0px 0px 0px;
  text-align: left;
}

div.voice_block .voice_a .text p {
  font-size: 145%;
  line-height: 1.8;
}

/*beginner----------------------------------------------------------------*/
.beginner {
  background: #FFF;
  margin-top: -50p;
}

.beginner .inner {
  width: 1100px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}

.beginner .inner .text {
  width: 810px;
}

.beginner .inner .text p {
  margin-bottom: 10px;
  font-size: 110%;
  line-height: 1.8;
}

.beginner .inner .text img {
  width: 90%;
}

.beginner .inner .img {
  margin-top: -60px;
}

/* faq----------------------------------------------------------- */
#faq {
  padding: 150px 0 50px;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 980px;
  margin: 0 auto 50px;
}

.accordion-area li {
  margin: 20px 0;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 16px;
  transition: all .5s ease;
  background: #ffed00;
  display: flex;
  align-items: center;
}

.title:hover{
  opacity: 0.7;
}

.faq_q {
  padding-right: 22px;
  position: relative;
  width: 68px;
}

.faq_q::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #000;
}

.title h3 {
  padding-left: 15px;
  font-weight: bold;
  font-size: 18px;
}

.title::after {
  content: "";
  display: block;
  width: 31px;
  height: 20px;
  background-image: url(../images/arrow_down.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  background-size: 31px;
  background-position: center;
}

/*　closeというクラスがついたら形状変化　*/

.title.box_close::after {
  background-image: url(../images/arrow_up.png);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  background: #222;
  padding: 25px;
  color: #fff;
  display: flex;
  gap: 20px;
}

.faq_a {
  width: 30px;
  flex-shrink: 0;
}

.faq_a_img {
  text-align: center;
  font-size: 14px;
  width: 130px;
  flex-shrink: 0;
}

.faq_a_img img {
  margin-bottom: 20px;
}

.faq_a_text {
  font-size: 18px;
  font-weight: bold;
}

.yellow_text {
  font-size: 22px;
  color: #ffed00;
}

.accordion_price_note {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  #faq {
    padding: 70px 0 50px;
  }

  .accordion-area li {
    margin: 10px 0 20px;
  }

  .faq_q {
    flex-shrink: 0;
  }

  .title h3 {
    padding-right: 36px;
    line-height: 1.4em;
    text-align: left;
  }

  .title::after {
    background-size: 20px;
  }

  .box {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 20px;
  }

  .faq_a {
    width: 40px;
    align-items: flex-start;
  }

  .faq_a_img {
    display: flex;
    align-items: center;
    gap: 20px;
    width: auto;
  }

  .faq_a_text {
    text-align: left;
  }

  .yellow_text {
    font-size: 22px;
    color: #ffed00;
  }
}


/*-footer--------------------------------------------------------------------------------------------*/
footer {
  clear: both;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  background: #0B318E;
}

footer .inner {
  width: 1100px;
  margin: 0px auto;
  text-align: center;
  color: #FFF;
  overflow: hidden;
}

footer .inner div.footer-logo {
  width: 40%;
  margin: 0px auto;
  text-align: center;
  overflow: hidden;
}

footer .inner div.footer-logo p {
  padding: 10px 0px;
  color: #FFF;
  font-size: 110%;
  line-height: 100%;
  text-align: center;
}

footer .inner div.footer-logo p img {
  width: 280px
}

footer .inner div.copy {
  width: 100%;
  float: right;
  text-align: center;
  font-size: 85%;
  overflow: hidden;
  color: #FFF;
}

.copy {
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  background: #444C59;
  font-size: 85%;
  color: #FFF;
}

/*info-page----------------------------------------------------------------------------------------------------------------------------*/
.info-page {
  width: 100%;
  background: #D9EBF9;
  overflow: hidden;
}

.info-page .inner {
  width: 1146px;
  margin: 0px auto;
  padding: 20px 0px;
  overflow: hidden;
}

.info-page .inner div.txt {
  width: 780px;
  padding: 20px 20px 20px 20px;
  color: #333;
  font-size: 120%;
  line-height: 240%;
  background: #FFF;
  float: left;
}

.info-page .inner div.txt img {
  width: 60%;
  float: none;
  margin-bottom: 20px;
}

.info-page .inner div.txt dl {
  padding: 5px 0px;
  margin: 0px auto;
  display: flex;
  /*横並び*/
  align-items: top;
  /*天地センター*/
  flex-wrap: wrap;
  justify-content: flex-start;
}

.info-page .inner div.txt dl dt {
  width: 120px;
}

.info-page .inner .category {
  float: right;
  width: 260px;
  background: #FFF;
}

.info-page .inner .category h3 {
  padding: 10px 10px;
  background: #0A3799;
  color: #FFF;
  font-size: 120%;
}

.info-page .inner .category ul li a {
  width: 100%;
  display: block;
  padding: 15px 10px;
  background: #FFF;
  color: #222;
  font-size: 120%;
}

.info-page .inner .category ul li a:hover {
  background: #EEE;
  color: #222;
}

.info-page .inner .category ul li.now a {
  background: #EEE;
  color: #222;
}

/*form----------------------------------------------------------------------------------------------------------------------------*/
.form_note {
  color: #b0b0b0;
  text-align: center;
  font-size: 1rem;
}


/* price -----------------------------------------------------------*/
#price {
  padding: 50px 0;
}

#price01,
#price02 {
  position: relative;
  margin: 0 auto 50px;
}

.price01_img,
.price02_img {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#price02 h3 {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 130px;
}

.price_h2_text {
  font-size: 32px !important;
  position: relative;
  padding: 1rem 1.5rem;
  font-weight: bold;
  text-align: center;
}

.price_h2_text span {
  font-size: 46px !important;
}

.price_h2_text .red_text {
  color: #e90000;
}

.price_h2_text::before,
.price_h2_text::after {
  position: absolute;
  top: 2.2rem;
  height: 3.4rem;
  content: '';
}

.price_h2_text::before {
  border-left: solid 5px #000;
  left: 18%;
  transform: rotate(-30deg);
}

.price_h2_text::after {
  border-right: solid 5px #000;
  right: 18%;
  transform: rotate(30deg);
}

#price01 h3 {
  position: relative;
  padding: 1rem 1rem 1rem 1.5rem;
  border: 6px solid #333;
  font-weight: bold;
  font-size: 26px;
  background: #ffed00;
  text-align: center;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto 50px;
}


#price01 h3:before,
#price01 h3:after {
  position: absolute;
  left: 30px;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}

#price01 h3:before {
  top: 100%;
  margin-left: 27px;
  border-color: transparent;
  border-top-color: #333;
  border-right-color: #333;
  border-width: 12px;
}

#price01 h3:after {
  top: 99%;
  margin-left: 33px !important;
  border-color: transparent;
  border-top-color: #ffed00;
  border-right-color: #ffed00;
  border-width: 7px;
}


.price_h3_big {
  font-size: 46px;
}

#price02 h3:before,
#price02 h3:after {
  content: "";
  height: 6px;
  flex-grow: 1;
  background-color: #ffed00;
}

#price01 h3:before,
#price02 h3:before {
  margin-right: 24px;
}

#price01 h3:after,
#price02 h3:after {
  margin-left: 24px;
}

.pulldown {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .pulldown {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
  }
}


/*tabの形状*/
.tab {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 100px;
}

.tab li a {
  display: block;
}

.tab li a img {
  width: 100%;
  height: auto;
  display: block;
}

/*liにactiveクラスがついた時の形状*/
.tab li .on {
  display: none;
}

.tab li .off {
  display: block;
}

.tab li.active .off {
  display: none;
}

.tab li.active .on {
  display: block;
}

/*エリアの表示非表示と形状*/
.area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
  margin-bottom: 80px !important
}

.c_blue {
  font-size: 140%;
  color: #1854af;
}

.payment {
  max-width: 1100px;
  padding: 1.5rem;
  color: #353535;
  margin: 0 auto;
}

.payment-body {
  padding: 1rem;
  border-radius: 1rem;
  background-color: white;
  color: #353535;
  text-align: center;
}

.payment h2 {
  line-height: 1.5;
  font-size: 36px;
  text-align: center;
  margin: 20px 0 30px;
  background: #ffed00;
  display: inline-block;
  color: #000;
}

.payment-body img {
  display: block;
  margin: 0 auto;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* price01 -----------------------------*/

.manufacturer,
.model {
  width: calc((100% - 20px) / 2);
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background: #fff;
  border: 3px solid #000;
  background-image: url(../../images/chevron-down-solid.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 6px;



  border: 3px solid #212121;
  border-bottom-width: 8px;
  border-radius: 10px;
  color: #212121;
  font-size: 22px;
  font-weight: bold;
  text-align: center;

}

.manufacturer {
  margin-right: 10px;
}

.size {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
  font-size: 24px;
  border: 3px solid #000;
  background: #ffed00;
  padding: 30px 0;
  position: relative;
}

.size::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: solid 3px #fff;
  z-index: 1;
}

.size span {
  color: #ce0404;
  font-size: 50px;
  font-family: 'Oswald', sans-serif;
}

:root {
  --accent-color: #ebf5ff;
}

.size {
  position: relative;
  padding: 1rem 1rem 1.2rem;
  border-bottom: 6px solid #000;
  background:
    radial-gradient(#e9e9e9 30%, transparent 30%),
    linear-gradient(var(--accent-color) 0 100%);
  background-repeat: repeat, no-repeat;
  background-size: 10px 10px, 100% 100%;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.size:before,
.size:after {
  position: absolute;
  left: 49%;
  content: "";
  height: 0;
  width: 0;
}

.size:before {
  top: 100%;
  border: 20px solid;
  border-color: transparent;
  border-top-color: #000;
  margin-left: -9px;
}

.size:after {
  top: 99%;
  border: 14px solid;
  border-color: transparent;
  border-top-color: #ebf5ff;
  margin-left: -3px;
}

.size p {
  color: #333;
  line-height: 1.5;
}

.course {
  display: none;
  padding: 60px 0;
}

.course_box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.course_box>li {
  width: calc((100% - 30px)/2);
  text-align: center;
  position: relative;
}

.premium_btn_img {
  position: absolute;
  top: -40px;
  left: -10px;
  width: 120px;
}

.course_img {
  height: 30px;
}

.course_crystal {
  border: 10px solid #1ba8d8;
}

.course_crystal_img {
  background: #1ba8d8;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.t_durability {
  background: #FFF;
  border-radius: 40px;
  display: inline-block;
  margin-left: 20px;
  padding: 0px 10px;
}

.course_fresh {
  border: 10px solid #ffee04;
}

.course_fresh_img {
  background: #ffee04;
  padding-bottom: 10px;
}

.course_diamond {
  border: 10px solid #c4aa5a;
}

.course_diamond_img {
  background: #c4aa5a;
  padding-bottom: 10px;
}

.course_w_diamond {
  border: 10px solid #004193;
}

.course_w_diamond_img {
  background: #004193;
  padding-bottom: 10px;
}

.course_eco {
  border: 10px solid #00a040;
}

.course_eco_img {
  background: #00a040;
  padding-bottom: 10px;
}

.course_ex {
  border: 10px solid #002b5c;
}

.course_ex_img {
  background: #002b5c;
  padding-bottom: 10px;
}

.no-matching-items {
  width: 100% !important;
}

.no-matching-items p {
  font-size: 24px;
  color: #ea0000;
}

.no-matching-items p span {
  font-size: 16px;
  color: #ea0000;
}

.course_white {
  background: #fff;
  padding: 20px 0;
  margin: 0 auto;
}

.f_14 {
  font-size: 14px;
  text-align: center;
}

.p02_text {
  margin: 10px auto 20px;
}

.course_content_new {
  width: 100%;
  height: auto;
}

.pc_usually_price_box {
  background: #eeeeee;
  border-radius: 10px;
  width: 90%;
  height: 110px;
  display: flex;
  justify-content: space-evenly;
  flex-flow: row nowrap;
  margin: 0 auto 20px;
  align-items: center;
}

.pc_usually_price_box02 {
  width: 90%;
  height: auto;
  margin: 0 auto 20px;
  background: #eeeeee;
  border-radius: 10px;
  padding-top: 16px;
}

.pc_usually_price_box02_inner {
  width: 90%;
  height: auto;
  display: flex;
  justify-content: space-around;
  flex-flow: row nowrap;
  margin: 0 auto 20px;
  align-items: center;
}

.pc_usually_price {
  width: auto;
  height: auto;
}

.pc_usually_price p {
  font-size: 16px;
  color: #898989;
  line-height: 2em;
}

.off_sp_usually_price p,
.off_sp_premium_price p {
  font-size: 18px;
  line-height: 2.2em;
  font-family: 'Oswald', sans-serif;
}

.pc_usually_price p span {
  font-size: 26px;
  color: #898989;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  position: relative;
}

.pc_usually_price p span::after {
  content: '';
  transform: rotate(7deg);
  width: 100%;
  border-top: 3px solid #ce0404;
  position: absolute;
  top: 50%;
  left: 0;
}

.off_price {
  color: #ce0404;
  font-family: 'Oswald', sans-serif;
}

.price_arrow02 {
  width: 15px !important;
  height: auto;
  display: block;
}

.p_title {
  color: #000;
  background: #d4b857;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
  border-radius: 20px;
  width: 194px;
  height: 28px;
  line-height: 28px;
  background: linear-gradient(45deg, #c0b283 0%, #c0b283 45%, #FEE9A0 70%, #c0b283 85%, #c0b283 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}

.course_box_price_note {
  display: none;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}


@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.course_content {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: baseline;
}


.course_content p {
  line-height: 1.5;
}

.course_size {
  font-size: 28px;
}

.course_size span {
  font-size: 36px;
  color: #ce0404;
  font-family: 'Oswald', sans-serif;
}

.course_price_crystal span,
.course_price_fresh span,
.course_price_diamond span,
.course_price_w_diamond span,
.course_price_eco span,
.course_price_ex span {
  font-size: 46px;
  color: #ce0404;
  font-family: 'Oswald', sans-serif;
}

.course_price_diamond_premium span,
.course_price_w_diamond_premium span,
.course_price_eco_premium span,
.course_price_ex_premium span {
  font-size: 46px;
  color: #ce0404;
  font-family: 'Oswald', sans-serif;
}

.course_btn {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.course_btn li {
  padding: 10px;
  width: 45%;
  border-radius: 50vh;
}

.course_btn li a {
  display: block;
  width: 100%;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
}

.course_btn li a img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}

.course_btn li.blue {
  background: #002b5c;
  color: #fff;
}

.course_btn li.yellow {
  background: #ffed00;
  color: #000;
}

.premiu {
  padding: 30px;
  background-image: url(../../images/premium_bg_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border: 2px solid #bda64b;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
}

.premium_bg_text_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.premium_title {
  margin-bottom: 20px;
}

.premiu_item {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.premiu_item li {
  width: calc((100% - 50px)/ 6);
}

.premium_bottom_text {
  color: #372602;
  font-size: 14px;
}

/* price02 -----------------------------*/

.filters .hide {
  display: none;
}

.filters .active {
  background: #FFED00;
  border: 4px solid #000;
  font-weight: bold;
}

.filters_box {
  max-width: 1080px;
  margin: 55px auto 0;
}

.filters_title {
  width: 380px;
  font-size: 20px;
  text-align: center;
  background: rgb(10, 85, 140);
  background: linear-gradient(170deg, rgba(10, 85, 140, 1) 0%, rgba(10, 85, 140, 1) 40%, rgba(0, 43, 75, 1) 60%, rgba(0, 43, 75, 1) 100%);
  color: #fff;
  padding: 16px 0;
  border-radius: 25px;
  margin: 0 auto;
  letter-spacing: 0.4em;
}

.filters1,
.filters2 {
  padding: 40px 0 55px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.filters1 li,
.filters2 li {
  width: calc((100% - 40px)/3);
  text-align: center;
  font-size: 20px;
  padding: 30px 0;
  border: 2px solid #000;
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {

  /* price -----------------------------------------------------------*/
  #price {
    padding: 70px 0 20px;
  }

  .price01_img,
  .price02_img {
    top: -40px;
  }

  .price01_img img,
  .price02_img img {
    width: 130px;
  }

  #price01 h3,
  #price02 h3 {
    font-size: 28px;
  }

  .price_h3_big {
    font-size: 34px;
  }

  .tab {
    gap: 0;
  }

  .manufacturer,
  .model {
    width: calc((100% - 30px) / 2);
    padding: 25px 10px;
    font-size: 16px;
  }

  .manufacturer {
    margin-right: 24px;
  }

  .course_box {
    gap: 25px;
  }

  .course_box>li {
    width: 100%;
  }

  .course_img {
    height: 20px;
    width: auto;
  }

  .course_crystal_img {
    gap: 10px;
    flex-flow: column;
    align-items: center;
  }

  .course_fresh_img {
    display: flex;
    gap: 10px;
    flex-flow: column;
    align-items: center;
  }

  .course_diamond_img {
    display: flex;
    gap: 10px;
    flex-flow: column;
    align-items: center;
  }

  .course_w_diamond_img {
    display: flex;
    gap: 10px;
    flex-flow: column;
    align-items: center;
  }

  .course_eco_img {
    display: flex;
    gap: 10px;
    flex-flow: column;
    align-items: center;
  }

  .course_ex_img {
    display: flex;
    gap: 10px;
    flex-flow: column;
    align-items: center;
  }

  .size {
    padding: 20px 0;
    font-size: 18px;
  }

  .t_durability {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {

  .price01_img,
  .price02_img {
    top: -50px;
    left: 50%;
    position: absolute;
  }

  .price01_img img {
    width: 130px;
  }

  .price02_img img {
    width: 150px;
  }

  #price01 h3,
  #price02 h3 {
    font-size: 20px;
    margin-bottom: 70px;
  }

  .section {
    max-width: 1200px;
    margin: 0 auto;
    margin: 30px auto 90px;
  }

  .price_h2_text {
    font-size: 22px !important;
    position: relative;
    padding: 1rem 1.5rem 0;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 0.1em;
  }

  .price_h2_text span {
    font-size: 28px !important;
  }

  .price_h2_text::before,
  .price_h2_text::after {
    position: absolute;
    top: 1.4rem;
    height: 4.2rem;
    content: '';
  }

  .price_h2_text::before {
    border-left: solid 3px #000;
    left: 4%;
    transform: rotate(-30deg);
  }

  .price_h2_text::after {
    border-right: solid 3px #000;
    right: 4%;
    transform: rotate(30deg);
  }

  #price01 h3 {
    position: relative;
    padding: 1.8rem;
    border: 6px solid #333;
    font-weight: bold;
    font-size: 26px;
    background: #ffed00;
    text-align: center;
    width: 100%;
    margin: 0 auto 50px;
  }

  .price_h3_big {
    font-size: 24px;
  }

  /*tabの形状*/
  .tab {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    flex-flow: column;
  }

  /* price01 -----------------------------*/

  .manufacturer,
  .model {
    width: 100%;
    padding: 30px 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-right: 0;
    margin-bottom: 23px !important;
  }

  .course_box>li {
    width: 100%;
  }

  .premium_btn_img {
    position: absolute;
    top: -32px;
    left: -8px;
    width: 90px;
  }

  .price_arrow02 {
    width: 10px !important;
    height: auto;
    display: block;
  }


  .course_white {
    padding: 15px 0 20px;
  }

  .course_content {
    gap: 10px;
  }

  .course_price_crystal span,
  .course_price_fresh span,
  .course_price_diamond span,
  .course_price_w_diamond span,
  .course_price_eco span,
  .course_price_ex span {
    font-size: 35px;
  }

  .course_price_diamond_premium span,
  .course_price_w_diamond_premium span,
  .course_price_eco_premium span,
  .course_price_ex_premium span {
    font-size: 35px;
  }

  .premiu_item li {
    width: calc((100% - 20px)/ 3);
  }

  .filters_title {
    width: 100%;
  }

  .filters1 li,
  .filters2 li {
    padding: 18px 0;
  }

  .payment {
    max-width: 1100px;
    padding: 1.5rem;
    color: #353535;
    margin: 0 auto;
  }

  .payment-body {
    padding: 1rem;
    border-radius: 1rem;
    background-color: white;
    color: #353535;
    text-align: center;
  }

  .payment h2 {
    line-height: 1.5;
    font-size: 22px;
    text-align: center;
    margin: 0px 0 10px;
    background: #ffed00;
    display: inline-block;
    color: #000;
  }

  .payment-body img {
    display: block;
    margin: 0 auto;
  }

  .area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    margin-bottom: 40px !important;
  }

  .pc_usually_price p span {
    font-size: 22px;
  }
}

/* course_slick -----------------------------*/

.slider_inner>li {
  width: 1040px;
  max-width: 100%;
  height: 840px;
}

.remodal {
  max-width: 1040px !important;
  max-height: 90vh;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}

.course_detail h2 {
  position: relative;
  top: -60px;
  height: auto;
  margin-bottom: 0;
}

.slider_inner h4 {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
}

.slider_inner h4 img {
  width: 330px;
}

.slider_inner h4 p {
  font-size: 16px;
  text-align: left;
  margin: 10px 0 20px 20px;
}

.course_slick_text01 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 25px 20px;
  text-align: left;
}

.course_slick_text01 span {
  font-size: 28px;
}

.annotation_text {
  font-size: 18px !important;
  color: #ce0404;
}

.course_slick_text02 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 300;
  padding: 5px 30px;
  margin-bottom: 10px;
  text-align: left;
}

.course_slick_text02.crystal {
  background: #1ba8d8;
}

.course_slick_text02.fresh {
  background: #ffee04;
  color: #000;
}

.course_slick_text02.diamond {
  background: #c4aa5a;
}

.course_slick_text02.w_diamond {
  background: #004193;
  font-weight: 200 !important;
}

.course_slick_text02.eco {
  background: #00a040;
}

.course_slick_text02.ex {
  background: #002b5c;
}

.course_slick_text02 span {
  font-size: 46px;
}

.course_slick_text03 {
  font-size: 24px;
  margin: 0 0 20px 20px;
  text-align: left;
}

.course_slick_text04 {
  display: flex;
  background: #eaf8fa;
  border-radius: 10px;
  margin-bottom: 30px;
  gap: 20px;
  padding: 15px 20px;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.course_slick_text04 li:nth-child(2),
.course_slick_text04 li:nth-child(3),
.course_slick_text04 li:nth-child(4) {
  border: 2px solid #000;
  border-radius: 10px;
  width: 126px;
  text-align: center;
  overflow: hidden;
}

.course_slick_text04_title {
  color: #fff;
  background: #000;
}

.course_slick_text04_p {
  color: #eb0027;
  font-size: 18px;
  background: #fff;
}

.course_slick_text04_p span {
  font-size: 20px;
}

.course_slick_text05 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 20px 20px;
  text-align: left;
}

.course_slick_flex {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}

.course_slick_flex div:first-child {
  width: 50%;
}

.course_slick_text06 {
  font-size: 14px;
  text-align: left;
}

.course_slick_text07 {
  font-size: 20px;
}

.course_slick_text07 span {
  font-size: 30px;
  color: #ce0404;
}

.course_slick_text08_crystal,
.course_slick_text08_fresh,
.course_slick_text08_diamond,
.course_slick_text08_diamond_p,
.course_slick_text08_w_diamond,
.course_slick_text08_w_diamond_p,
.course_slick_text08_eco,
.course_slick_text08_eco_p,
.course_slick_text08_ex,
.course_slick_text08_ex_p {
  font-size: 32px;
  line-height: 1;
}

.course_slick_text08_crystal span,
.course_slick_text08_fresh span,
.course_slick_text08_diamond span,
.course_slick_text08_diamond_p span,
.course_slick_text08_w_diamond span,
.course_slick_text08_w_diamond_p span,
.course_slick_text08_eco span,
.course_slick_text08_eco_p span,
.course_slick_text08_ex span,
.course_slick_text08_ex_p span {
  font-size: 54px;
  color: #ce0404;
  font-family: 'Oswald', sans-serif;
  margin-right: 5px;
}

.course_slick_text09 {
  font-size: 13px;
  text-align: left;
  margin-bottom: 30px;
}

.course_slick_img {
  position: absolute;
  right: 0;
  top: 50px;
  max-width: 50%;
}

.course_detail_price {
  width: 350px;
  text-align: center;
  position: absolute;
  padding: 15px 0 20px;
  top: 580px;
  right: 40px;
  display: none;
}

.course_detail_price::before,
.course_detail_price::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

.course_detail_price::before {
  top: 0;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}

.course_detail_price::after {
  bottom: 0;
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
}

.lineup-p-modal__foot span {
  cursor: pointer
}


@media screen and (max-width: 1024px) {

  .slider_inner h4 img {
    width: 200px;
  }

  .slider_inner h4 p {
    text-align: center;
  }

  .course_slick_text01 {
    margin-bottom: 15px;
  }

  .course_slick_text01 span {
    font-size: 20px;
  }

  .course_slick_text02 {
    font-size: 22px;
    padding: 5px;
  }

  .course_slick_text02 span {
    font-size: 28px;
  }

  .course_slick_text03 {
    margin-bottom: 15px;
  }

  .course_slick_text04 {
    width: 100%;
  }

  .course_slick_text05 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .course_slick_text07 {
    font-size: 16px;
  }

  .course_slick_text07 span {
    font-size: 24px;
  }

  .course_slick_text08_crystal span,
  .course_slick_text08_fresh span,
  .course_slick_text08_diamond span,
  .course_slick_text08_diamond_p span,
  .course_slick_text08_w_diamond span,
  .course_slick_text08_w_diamond_p span,
  .course_slick_text08_eco span,
  .course_slick_text08_eco_p span,
  .course_slick_text08_ex span,
  .course_slick_text08_ex_p span {
    font-size: 40px;
  }

  .course_slick_text09 {
    font-size: 12px;
  }

  .course_slick_img {
    position: absolute;
    right: 0;
    top: 50px;
    max-width: 100%;
  }

  .course_slick_img img {
    height: 245px;
  }

  .course_detail_price {
    width: 58%;
    margin-bottom: 15px;
  }

  .course_slick_flex div:first-child {
    width: 100%;
  }

  .course_detail_price {
    width: 350px;
    text-align: center;
    position: relative;
    padding: 15px 0 20px;
    top: 0;
    left: 0;
    display: none;
  }

  .course {
    overflow-x: scroll;
  }

  .course_box {
    flex-wrap: nowrap;
    /* EXない場合はwidth: 1800px; */
    /* max-width: 1800px;
    width: 1800px; */
    max-width: 2160px;
    width: 2160px;
    align-items: flex-start;
  }

  .course_box>li {
    width: 360px;
  }

  .course_crystal_img {
    gap: 10px;
    flex-flow: column;
  }
}

@media screen and (max-width: 480px) {
  .remodal {
    padding: 30px 10px !important;
    max-height: 90svh;
  }

  .slider_inner h4 {
    text-align: left;
  }

  .slider_inner h4 img {
    width: 60%;
  }

  .slider_inner h4 p {
    font-size: 14px;
    margin: 5px 0;
    text-align: left;
  }

  .course {
    padding: 60px 0 0;
  }

  .course_slick_text01 {
    margin: 0 0 15px 0;
    width: 70%;
  }

  .course_slick_text01 span {
    font-size: 20px;
  }

  .course_slick_text02 {
    font-size: 22px;
    padding: 5px;
  }

  .course_slick_text02 span {
    font-size: 28px;
  }

  .course_slick_text03 {
    font-size: 18px;
    margin: 0 0 15px 0;
  }

  .course_slick_text04 {
    width: 100%;
  }

  .course_slick_text04_title {
    font-size: 12px;
  }

  .course_slick_text04_p {
    font-size: 12px;
  }

  .course_slick_text04_p span {
    font-size: 15px;
  }

  .course_slick_text05 {
    font-size: 20px;
    margin: 0 0 0 20px;
    text-align: left;
  }


  .course_slick_text07 {
    font-size: 16px;
  }

  .course_slick_text07 span {
    font-size: 24px;
  }

  .course_slick_text08_crystal,
  .course_slick_text08_fresh,
  .course_slick_text08_diamond,
  .course_slick_text08_diamond_p,
  .course_slick_text08_w_diamond,
  .course_slick_text08_w_diamond_p,
  .course_slick_text08_eco,
  .course_slick_text08_eco_p,
  .course_slick_text08_ex,
  .course_slick_text08_ex_p {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .course_detail_price {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }

  .course_slick_img {
    position: absolute;
    right: 0;
    top: 50px;
    max-width: 30%;
  }

  .course_slick_img img {
    height: auto;
  }

}

.close_text {
  cursor: pointer
}

#thanks .inner {
  width: 1000px;
  max-width: 100%;
  margin: 50px auto;
}

#thanks .inner .thanks_text {
  padding: 0 10px;
  line-height: 1.5;
}

/* ---------------------------------------------- */
/* TOPへボタン */
/* ----------------------- */
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #777;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
  opacity: 0.8;
  font-size: 20px;
}

#page-top a:hover {
  opacity: 0.6;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

@media screen and (max-width: 960px) {
  #page-top {
    bottom: 90px;
  }

}