@charset "UTF-8";

/*---------------------------------

  基本設定

---------------------------------*/

body {
    font-family: 'Noto Sans JP';
    font-feature-settings: "halt"
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

p {
    font-size: 24px;
    line-height: 1.7;
    color: #2b2b2b;
}

img {
    width: 100%;
}

h1 {
    width: 100px;
}

h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
    color: #2b2b2b;
}

.deco-y,
.deco-b {
    display: inline-block;
    position: relative;
}

.deco-y::before {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    left: -70px;
    top: -65px;
    background-image: url(../images/deco-y.png);
    background-repeat: no-repeat;
    background-size: contain;
}

h3 {
    font-size: 28px;
    color: #2b2b2b;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.5;
}

.deco-b::before {
    content: "";
    width: 100px;
    height: 40px;
    position: absolute;
    left: -65px;
    top: -20px;
    background-image: url(../images/a-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.deco-w {
    color: #fdfdfd;
    position: relative;
}

.deco-w::before {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    left: -70px;
    top: -65px;
    background-image: url(../images/deco-w.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.st {
    font-size: 32px;
    font-weight: 700;
}

.note {
    font-size: 16px;
    line-height: 1.5;
}

.contents {
    padding: 80px 110px;
}

.content-b {
    padding: 200px 110px;
}

.sec-s {
    background-color: #fdfdfd;
    padding: 140px 110px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.sec-s::before {
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    background-color: #FFC97C;
    clip-path: polygon(50% 100px, 100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px), 0 0);
}

.sec-inner {
    background-color: #fdfdfd;
    padding: 0px 110px 160px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.sec-inner::before {
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background-color: #FFC97C;
    clip-path: polygon(50% 100px, 100% 0, 100% 100%, 0 100%, 0 0);
}

.sec-inner2 {
    background-color: #fdfdfd;
    padding: 160px 110px 0;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 80px;
    align-items: center;
}

.sec-inner2::before {
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background-color: #FFC97C;
    clip-path: polygon(100% 0, 100% calc(100% - 200px), 50% calc(100% - 100px), 0 calc(100% - 200px), 0 0);
}

.sec-s p {
    max-width: 800px;
    z-index: 2;
    padding-top: 40px;
}

/*---------------------------------

  ヘッダー

---------------------------------*/

header {
    position: fixed;
    height: 80px;
    padding: 0 40px;
    color: #fdfdfd;
    background-color: #FFAA33;
    width: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
}

/*
  メニュー
---------------------------------*/

.pc-menu {
    display: flex;
    padding: 0 10px 0 0;
    align-items: center;
}

.pc-menu li a {
    position: relative;
    padding: 20px 10px;
    text-decoration: none;
    color: #fff;
    transition: 0.2s;
}

.pc-menu li a:hover {
    border-bottom: 3px solid #fff;
}

.header-nav {
    display: flex;
    gap: 10px;
}

.h-apply {
    display: block;
    background-color: #ED5651;
    padding: 20px;
    border-radius: 8px;
    transition: 0.3s;
}

.h-apply:hover {
    color: #ED5651;
    background-color: #fdfdfd;
}

/*---------------------------------

  メイン

---------------------------------*/

main {
    padding: 80px 0 0 0;
}

main img {
    display: block;
}

/* 
メディア紹介 
----------------------------------*/

.media {
    background-color: #FFFCDF;
    padding: 88px 110px;
}

.youtube {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 120px;
}

.m-news {
    display: flex;
    justify-content: center;
}

.news-set {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.news-set p {
    font-size: 18px;
    line-height: 1.7;
}

.news-set a {
    display: inline-block;
    margin-left: 5px;
    color: #76a4d9;
}

.m-news time {
    display: inline-block;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 4px;
    font-weight: 600;
}

.m-news li a:hover,
.m-more:hover {
    text-decoration: underline;
}

/*
ママの悩み
---------------------------------*/

.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

.worrymom {
    width: 376px;
    display: block;
    margin: 0 auto;
}

.w-voice {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left {
    width: 40vw;
    max-width: 600px;
    position: relative;
    left: -200px
}

.right {
    width: 40vw;
    max-width: 600px;
    position: relative;
    right: -200px;
    top: -30px
}

/* 
Webデザイナーの説明 
----------------------------------*/



.wrapper {
    display: flex;
    flex: 1;
    justify-content: center;
    gap: 80px;
    margin-top: 80px;
}

.daytime,
.price {
    max-width: 590px;
    width: 35%
}

.deco-b {
    position: relative;
}

/* 
スクールの説明導入
--------------------------------- */

.p-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-wrap>p {
    max-width: 800px;
}

.happy-01 {
    border-radius: 10px;
    padding: 60px 40px;
    max-width: 1000px;
    margin: 80px auto 0;
    background-image: url(../images/happy-back-p.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.happy-02color {
    background-image: url(../images/happy-back-g.jpg);
}

.happy-t {
    color: #232323e6;
}

.happy-list {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.h-card {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    flex: 1;
    background-color: rgba(255, 255, 255, 0.5);
}

.h-card-s {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 20px 10px 15px;
}

.h-card-text {
    flex-grow: 1;
    font-size: 18px;
}

.h-icon {
    padding: 40px;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.5;
}

/* スクール紹介まとめ
---------------------------------- */

.point {
    z-index: 2;
}

.circle {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: #75E1D6;
    border-radius: 50%;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 46px;
    z-index: 2;
}

.c-letter {
    color: #fdfdfd;
    font-weight: bold;
    font-size: 40px;
}

.point-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 80px;
}

.p-list-w {
    max-width: 1200px;
}

.p-card {
    display: flex;
    flex-direction: column;
    max-width: 380px;
    flex: 1;
}

.p-card-s {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 48px 20px 32px;
    color: #fdfdfd;
}

.p-card-text {
    flex-grow: 1;
    font-size: 18px;
    color: #fdfdfd;
    margin-top: 24px;
}

.p-card-c01 {
    background-color: #F89A97;
}

.p-card-c02 {
    background-color: #F49A1A;
}

.p-card-c03 {
    background-color: #BDCE18;
}

.smile-mom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-bottom: 60px;
}

.smile-mom p {
    background-color: #fdfdfd;
    border-radius: 32px;
    padding: 20px;
}

.smile-mom img {
    width: 200px;
    background-color: #fdfdfd;
    border-radius: 50%;
}

/*
　申し込みボタン
---------------------------------*/

.apply {
    display: flex;
    margin: auto;
    text-align: center;
    width: 50vw;
    max-width: 800px;
    padding: 20px 30px;
    background-color: #ED5651;
    border-radius: 40px;
    border: 1px solid #ED5651;
    color: #fdfdfd;
    font-size: 24px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    transition: 0.2s;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.apply:hover {
    color: #ED5651;
    background-color: #fdfdfd;
}

.apply::after {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    border-top: 3px solid #fdfdfd;
    border-right: 3px solid #fdfdfd;
    rotate: 45deg;
    transition: 0.2s;
}

.apply:hover::after {
    border-top: 3px solid #ED5651;
    border-right: 3px solid #ED5651;
}

/* 
Fammの特徴
---------------------------------- */

.features {
    padding-top: 160px;
}

.features-list {
    max-width: 1440px;
    margin: 80px auto 0;
}

.features-list img {
    max-width: 910px;
    margin-bottom: 16px;
}

.features-list p {
    max-width: 910px;
}

.f-sentence-r {
    width: 800px;
    background-color: #FFFCDF;
    padding: 90px 110px 90px 105px;
    border-radius: 0 0 0 120px;
}

.f-sentence-l {
    width: 800px;
    background-color: #FFDFE0;
    padding: 90px 110px 90px 105px;
    border-radius: 0 0 120px 0;
}

.orange {
    font-size: 30px;
    color: #F49A1A;
    font-weight: 600;
}

.fl-item {
    margin-bottom: 184px;
    display: flex;
    flex-direction: column;
}

.fl-p-even,
.fl-img-odd {
    align-self: flex-start;
}

.fl-p-odd,
.fl-img-even {
    align-self: flex-end;
}

.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*
  スライダーの見た目の調整
---------------------------------*/

/* ドット */

.slick-dots li button::before {
    font-size: 15px;
}

.slick-dots li button:hover::before {
    color: #FFAA33;
}

.slick-dots li.slick-active button::before {
    color: #FFAA33;
}

/* スライダーの戻る、進むボタンの調整 */

.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
}

.slick-prev::before,
.slick-next::before {
    font-size: 30px;
}

.slick-prev {
    left: 5px;
    z-index: 10;
}

.slick-next {
    right: 5px;
}

/*
卒業生の声
---------------------------------*/
.graduator {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.graduator-v {
    max-width: 1220px;
    width: 60vw;
    margin-bottom: 80px;
}

.c-letter02 {
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
}

.c-letter02 span {
    font-size: 48px;
}

/* 
スライダー2の設定
---------------- */

/* ドット */

.slider2 .slick-dots li button::before {
    font-size: 20px;
}

.slider2 .slick-dots li button:hover::before {
    color: #BDCE18;
}

.slider2 .slick-dots li.slick-active button::before {
    color: #BDCE18;
}

/* スライダーの戻る、進むボタンの調整 */

.slider2 .slick-prev,
.slider2 .slick-next {
    width: 60px;
    height: 60px;
}

.slider2 .slick-prev::before,
.slider2 .slick-next::before {
    font-size: 60px;
}

.slider2 .slick-prev {
    left: -80px;
    z-index: 10;
}

.slider2 .slick-next {
    right: -80px;
}

/* ---------- */

.more-voice {
    font-size: 18px;
    color: #8b8b8b;
    transition: 0.3s;
    display: block;
    text-align: center;
    margin-top: 40px;
}

.more-voice:hover {
    text-decoration: underline;
}


/* 
オススメ
---------------------------------- */

.recommended-s {
    display: flex;
    justify-content: center;
}

.recommended-s p {
    max-width: 800px;
}

.voice2 {
    margin-top: 80px;
    max-width: 1220px;
}

.voice-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.voice2 img {
    max-width: 695px;
}

/* 
キャンペーン 
----------------------------------*/

.circle2 {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: #F89A97;
    border-radius: 50%;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
    margin: 80px auto 46px;
    position: relative;
}

.circle2::before {
    content: "";
    width: 95vw;
    height: 100%;
    position: absolute;
    background-image: url(../images/now-cp-deco.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

.campain01 p {
    display: flex;
    justify-content: center;
}

.campain01 img {
    display: block;
    max-width: 1220px;
    margin: 0 auto;
}

.worry2 {
    margin-top: 160px;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.worry2 img {
    display: block;
    width: 20vw;
    max-width: 365px;
}

.worry-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.worry-wrapper p:first-child {
    margin-bottom: 80px;
}

.set {
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 1;
}

.st-2 {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
}

.consul-img {
    margin: 80px auto 0;
    max-width: 1200px;
    width: 60vw;
}

.campain02 {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#countdown {
    font-size: 40px;
    font-weight: 700;
    color: #fdfdfd;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 160px;
    height: 10vh;
    background-color: #F89A97;
    padding: 10px 80px;

}

#countdown span {
    margin: 0 10px;
}

.cp-02-wrapper {
    position: relative;
}

.cp-02-wrapper::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 100%;
    background: url(../images/gift-deco-lef.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -70px;
    left: -150px;
}

.cp-02-wrapper::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 100%;
    background: url(../images/gift-deco-right.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -70px;
    right: -150px;
}

.deco-cp {
    display: inline-block;
    position: relative;
    margin: 80px auto 160px;
}

.deco-cp::before {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    left: -70px;
    top: -35px;
    background-image: url(/images/deco-cp.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.deco-cp::after {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    left: 430px;
    top: -35px;
    background-image: url(/images/deco-cp.png);
    transform: scale(-1, 1);
    background-repeat: no-repeat;
    background-size: contain;
}

.st-cp {
    font-size: 72px;
    line-height: 1;
}

.present {
    position: relative;
    font-size: 30px;
}

.present::before {
    content: "Amazonギフト券";
    position: absolute;
    font-size: 28px;
    top: -40px;
    left: 126px;
}

.note2 {
    max-width: 520px;
    margin-bottom: 80px;
}


/* スクール紹介
--------------------------------- */

.about-lessonn {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-lesson-wrapper {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about-lesson-wrapper dl {
    max-width: 1220px;
    width: 60vw;
}

.about-lesson-wrapper dt {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 32px;
}

.about-lesson-wrapper dd {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 64px;
    line-height: 1.7;
}

.lesson-order li {
    color: #232323e6;
    margin-bottom: 36px;
    border-bottom: 3px solid #a3a3a3;
    padding: 16px 8px;

}

.teachers {
    max-width: 1220px;
    width: 60vw;
    margin-bottom: 160px;
}

.circle-b {
    margin-bottom: 0;
}

.c-letter03 {
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
}

.c-letter03 span {
    font-size: 36px;
}

/*
評価部分
---------------------------------*/

.graph-wrapper {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.graph {
    width: 30%;
    max-width: 695px;
}

.graph img {
    margin-bottom: 24px;
}

.graph-s {
    display: flex;
    align-items: center;
}

.graph-s p {
    width: 45vw;
    max-width: 498px;
}

.evaluation-support {
    margin-top: 160px;
}

.e-card-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 80px;
}

.e-card {
    display: flex;
    flex-direction: column;
    max-width: 315px;
    flex: 1;
}

.e-card-s {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 20px 10px 15px;
}

.e-card-text {
    flex-grow: 1;
    font-size: 18px;
    color: #232323e6;
}

/*
受講料について 
---------------------------------- */

.comparison-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.about-fee img {
    display: block;
    margin: 0 auto;
    max-width: 1220px;
}

.comparison-wrapper p,
.comparison-wrapper img {
    max-width: 800px;
    width: 60vw;
}

/* 
無料説明会予約 
----------------------------------*/

.reserve {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.calendar-wrap {
    max-width: 1110px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.calendar {
    width: 100%;
    border-collapse: collapse;
}

.calendar th,
.calendar td {
    border: 1px solid #BDCE18;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    width: 140px;
    height: 40px;
    vertical-align: middle;
}

.calendar th {
    padding: 6px 10px;
}

.calendar .sun {
    color: #e17f7e;
    background-color: #f8e4e2;
}

.calendar .sat {
    color: #7ab6f3;
    background-color: #e7f6fd;
}

.calendar .mute {
    color: #e7f6fd;
    background-color: #d4d4d4;
}

.calendar .off {
    background-color: #fadcdb;
}

/* 
その他講座 
----------------------------------*/

.other-wrapper {
    display: flex;
    justify-content: center;

}

.o-wrapper-w {
    width: 1220px;
}

.other-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.other-list li {
    width: calc((100% - 80px) / 2);
    display: flex;
    justify-content: center;
}

.o-card {
    display: flex;
    flex-direction: column;
    max-width: 380px;
    flex: 1;
}

.o-card-s {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 20px 10px 15px;
}

.o-card-text {
    flex-grow: 1;
    font-size: 18px;
    color: #232323e6;
}

/* FAQ 
---------------------------------*/

/* 必須 */
.accordion-content {
    display: none;
}

/* 装飾用 */

.accordion {
    max-width: 1000px;
    width: 60vw;
    margin: 0 auto 40px;
    padding: 0 0 10px;
    ;
    background: #FFC97C;
}

.accordion-header {
    background-color: #FFF;
    padding: 12px 45px 10px 20px;
    margin: 10px 0 0;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
}

.accordion-header::before,
.accordion-header::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 20px;
    bottom: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    background: #151E2F;
}

.accordion-header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
}

.accordion-header.active::after {
    transform: rotate(0deg);
}

.accordion-content {
    background-color: #FFF;
    padding: 12px 20px 10px;
}

.accordion-header p,
.accordion-content p {
    padding-left: 25px;
    position: relative;
}

.accordion-header p::before {
    position: absolute;
    content: "Q";
    top: 2px;
    left: 0;
    color: #151E2F;
    font-size: 17px;
}

.accordion-content p::before {
    position: absolute;
    content: "A";
    top: 3px;
    left: 0;
    color: #151E2F;
    font-size: 17px;
}

/* hover */
.accordion-header:hover {
    background-color: #F2F2F2;
}

.faq-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.more-faq {
    transition: 0.3s;
}

.more-faq:hover {
    text-decoration: underline;
}

/* 
Fammについて 
----------------------------------*/

.about-famm {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background-color: #FFFCDF;
}

.about-famm a {
    text-decoration: underline;
    color: #FFAA33;
}

.about-famm img {
    display: block;
    width: 40%;
    max-width: 590px;
}

.about-famm p:first-child {
    font-weight: 600;
    margin-bottom: 16px;
}

.about-famm p:last-child {
    font-size: 18px;
    max-width: 590px;
}


/*
フッター
---------------------------------*/

.footer {
    font-size: 18px;
    height: 200px;
    padding: 0 40px;
    color: #fdfdfd;
    background-color: #FFAA33;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* フッターのメニュー */

.f-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;

}

.company p {
    font-size: 16px;
    color: #232323e6;
    display: flex;
    justify-content: center;
    gap: 40px;
}

/*
トップへ戻るボタン
---------------------------------*/

.page-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: #f26938;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: 0.5s;
}

.page-top::after {
    content: "";
    display: block;
    position: absolute;
    top: 23px;
    left: 50%;
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    translate: -50% 0;
    rotate: -45deg;
    transition: 0.2s;
}

.page-top:hover {
    opacity: 0.8;
    text-decoration: none;
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
}