@charset "utf-8";

body {
    font-family: 'Avenir', 'Helvetica Neue', 'Arial', 'M PLUS 1p', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
    font-size: 90%;
    font-weight: 400;
    line-height: 1.6em;
    color: #333;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

@media screen and (min-width : 900px) {
    body {
        font-size: 100% !important;
    }
}

#wrapper {
    margin: 0 auto;
    padding: 0;
}

a,
a:visited {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

ul,
li {
    padding: 0;
    margin: 0 ;
    list-style: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: none;
    vertical-align: top;
}

.wf-nsjp {
    font-family: "Noto Sans JP, sans-serif";
}

.wf-osw {
    font-family: 'Oswald';
}
/* ===============================
utility
=============================== */

.indent-1 {
    padding-left: .6em;
    text-indent: -1em;
}

.bold {
    font-weight: 700;
}

.un-l {
    text-decoration: underline;
}

.fs {
    font-size: 35%!important;
    font-weight: 400;
    font-family: "Noto Sans JP, sans-serif";
    margin-right: 0.3em;
}

.fm {
    font-size: 80%!important;
}

.fxm {
    font-size: 95%!important;
}


.fL {
    font-size: 280%!important;
}

.small {
    font-size: 70%;
}

.large {
    font-size: 150%!important;
    font-weight: 700;
    padding: 5% 0 2%;
    border-bottom: 1px solid #222;
}

.large2 {
    font-size: 330%!important;
    font-weight: 700;
}

.large3 {
    font-size: 120%!important;
    font-weight: 700;
    line-height: 1.7em!important;
}


.mt1 {
    margin-top: 1em !important;
}
.mt2 {
    margin-top: 2em !important;
}
.mt4 {
    margin-top: 4em !important;
}
.mt8 {
    margin-top: 8em !important;
}
.mb1 {
    margin-bottom: 1em !important;
}
.mb2 {
    margin-bottom: 2em !important;
}
.mb4 {
    margin-bottom: 4em !important;
}
.mb6 {
    margin-bottom: 6em !important;
}

.al-c {
    text-align: center !important;
}

ruby {
    ruby-position:over;}
rt {
    font-size: 1rem;
    font-weight: 400;
}
@media screen and (min-width: 769px) {
    rt {
        font-size: 2rem;
        font-weight: 400;
    }
}

.triangle {
    width: 0px;
    height: 0px;
    border: 30px solid;
    border-color: coral transparent transparent transparent;
}

button:focus {
    outline: none;
}

.btn {
    width: 100%;
    margin: 10% auto 12%;
}

.ls {
    letter-spacing: 0.6em;
    font-size: 0.8rem;
}

@media screen and (min-width: 900px) {
    .ls {
        font-size: 1rem;
    }
}

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

@media screen and (min-width:769px) {
    .pc {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
}

.bg-yellow {
    background: #fff000;
    color: #d60000;
    font-size: 125%!important;
    font-weight: 700;
    padding: 6px;
    margin: 0 6px;
}
.bg-white {
    background: #fff;
    padding: 6px 20px 0px;
    margin: 0 6px;
}

.bg-wpink{
    background: #feeeee;
    padding: 5em 0 2em;
    margin: 5em 0;
}

.bg-beige {
    background: #fdfaf1;
    padding: 5em 0 2em;
    margin: 0;
}

.bg-alblue {
    background: aliceblue;
    padding: 5em 0 2em;
    margin: 8% 0 0;
}


/* ===============================
subject
===============================*/
h2 {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 3rem 0 0.5rem;
    margin: 0 auto;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
}
@media screen and (min-width: 900px) {
    h2 {
        font-size: 2.8rem;
    }
}
h2.east,
h2.west{
    position: relative;
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 3px dotted #222;
    max-width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 900px) {
    h2 {
        font-size: 2.2rem !important;
    }
}

h2.east::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: #5abff6;
}
h2.west::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: #ffaf34;
}

h2.date {
    position: relative;
    padding: 0 65px;
    margin: 3rem 0 3rem;
    text-align: center;
    font-size: 1.8rem;
    margin: 0 auto;
    width: 90%;
  }
  h2.date:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #333;
  }

  h2.date span {
    position: relative;
    padding: 0.2em 1em 0.1em;
    background: #fff;
    border-radius: 32px;
  }

.e-title {
    position: relative;
    padding-bottom: 45px;
    font-size: 3em;
    text-align: center;
    font-weight: 700;
}
 @media screen and (min-width: 769px) {
     .e-title {
         font-size: 4em;
     }
 }

.e-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #b99a00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
/*
  .e-title {
    font-size: 2.6em;
    line-height: 112%;
    width: 90%;
    margin: 0 auto;
     color: #222;
     font-weight: 700;
     padding: 8% 0 0;
     text-align: center;
  }*/

  .e-tit-sub {
    font-size: 40%;
    color: #666;
  }

.bg-pink {
    background: #e4006e;
    color: #fff;
    padding: 6px;
    padding: 6px 26px 2px;
    border-radius: 5vh;
}

.c-pink {
    color: #e4006e;
}

.bg-blue {
    background: #009fe8;
    color: #fff;
    padding: 6px 26px 2px;
    border-radius: 5vh;
}

.c-blue {
    color: #009fe8;
}

.bg-orange {
    background: #ed6c00;
    color: #fff;
    padding: 6px;
    padding: 6px 26px 2px;
    border-radius: 5vh;
}

h3 {
    padding: 20px 0 30px 0;
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-align: center;
}

@media screen and (min-width: 900px) {
    h3 {
        font-size: 1.6rem;
        padding: 16px 0 30px 0;
    }
}

.red {
    color: #d60000;
    font-size: 2.2rem;
}


.gradation {
    position: relative;
}

.gradation::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #ffffff, transparent);
}

/* ===============================
header
=============================== */
header {
    padding: 0;
   margin: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(230, 238, 255, 1) 100%);
}

.main {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    .main {
        height: 100%;
        max-width: 1600px;
    }
}

.main::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.logo {
    position: absolute;
    top: 0px;
    left: 20px;
    margin: 0;
    max-width: 120px;
}
@media screen and (min-width: 769px) {
   .logo {
       max-width: 100%;
   }
}
h1 {
    text-align: left;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 10vw;
    font-weight: bold;
    line-height: 112%;
    width: 100%;
    padding: 4px;
    color: #222 !important;
    display: flex;
    flex-flow: column;
}
@media screen and (min-width: 769px) {
    h1 {
        font-size: clamp(0.875rem, 0.5rem + 6vw, 6rem);
        font-weight: 700;
        width: 90%;
        line-height: 120%;
    }
}

.badge {
    color: #fff !important;
    background: #ea7190;
    padding: 4px 10px 0px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    font-size: 60%;
    width: fit-content;
    margin: 6px;
}
@media screen and (min-width: 769px) {
    .badge {
        padding: 8px 20px 0px;
        border-bottom-left-radius: 24px;
        border-top-right-radius: 24px;
    }
}
.bg-w {
    background: rgba(255, 255, 255, 0.9);
    padding: 6px 20px 8px;
    margin: 0;
    position: absolute;
    width: max-content;
    border-radius: 24px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
    .bg-w {
        padding: 21px 20px 0px;
        left: 0;
        transform: translateX(0%);
    }
}

span.shadow {
    text-shadow: 2px 2px 2px #ccc;
}
/* ===============================
section
=============================== */
section {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    clear: both;
}

.section-in {
    width: 90%;
    max-width: 1200px;
    margin: 65px auto;
    height: auto;
}

.section-in2 {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    .section-in {
        margin: 3% auto;
    }

    .section-in2 {
        width: 90%;
        margin: 0 auto;
    }
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.catch {
    width: 100%;
    margin: 5% auto;
    padding: 5% 0 2%;
    background: #fff;
    text-align: center;
}
@media screen and (min-width: 900px) {
    .catch {
        margin: 2% auto;
    }
}

.catch p {
    font-size: 1.15em;
    line-height: 1.6;
    max-width: 890px;
    text-align: left;
    width: 85%;
    font-weight: 500;
    display: inline-block;
    overflow-wrap: anywhere;
    word-break: keep-all;
    margin: 0 auto;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}
@media screen and (min-width: 900px) {
    .catch p{
        font-size: 1.6em;
        width: 90%;
        text-align: justify;
        font-feature-settings: "none";
    }
}

.cL {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.6;
}

.bg-cy {
    background: #fbf9ce;
    padding: 14px 0 0;
}


.col {
    display: block;
    padding: 0px;
    font-size: 90%;
    margin: 2% auto 0;
}

@media screen and (min-width: 900px) {
    .col {
        display: flex;
        justify-content: center;
        margin-bottom: 10%;
    }
}

.col li {
    width: 100%;
    background: #fff;
    margin: 16% auto;
    padding: 0px;
    list-style: none;
    border: 1px solid #222;
}

@media screen and (min-width: 900px) {
    .col li.col3 {
        width: 32%;
        margin: 2em 0.5em;
        font-size: 93%;
    }

     .col li.col2 {
         width: 48%;
         margin: 2em 0.5em;
         font-size: 140%;
     }
}

.btn_col2 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 980px;
    width: 90%;
}

/*
.col h4 {
    position: relative;
    padding: 18px 12px;
    margin: 0 0 3% 0;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    border-radius: inherit;
    background-color: #222;
    height: 80px;
    display: grid;
    align-items: center;
}*/

.col h4 {
    position: relative;
    padding: 30px 16px 0;
    margin: 0;
    font-size: 300%;
    color: #222;
    border-radius: inherit;
    background-color: #fff;
    border-top: 4px solid #222;
    height: 80px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-family: "Outfit", serif;
}

.col h4::before {
    content: attr(data-en);
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    color: #d60000;
    font-size: 22px;
    font-family: "Noto Sans JP", serif!important;
}

h4 span.area-e {
    background-color: #79d2fc;
    color: #222;
    border-radius: 36px;
    font-size: 0.6em;
    padding: 2px 8px 0px;
    vertical-align: bottom;
    margin-right: 10px;
    position: absolute;
    left: 16px;
}
h4 span.area-e-jb {
    background-color: #79d2fc;
    color: #222;
    border-radius: 36px;
    padding: 2px 16px 0px;
    vertical-align: bottom;
}

h4 span.area-w {
    background-color: #fff000;
    color: #222;
    border-radius: 36px;
    font-size: 0.6em;
    padding: 2px 8px 0px;
    vertical-align: bottom;
    margin-right: 10px;
    position: absolute;
    left: 16px;
}
h4 span.area-w-jb {
     background-color: #fff000;
    color: #222;
    border-radius: 36px;
    padding: 2px 16px 0px;
    vertical-align: bottom;
}

.b-blue {
border: 2px solid #009fe8;
}
.b-pink {
    border: 2px solid #e4006e;
}
.b-orange {
    border: 2px solid #ed6c00;
}

.b-btm {
    border-bottom: 1px dotted #333;
}

.colbox {
    background-color: #fff;
    color: #333;
    max-height: 360px;
    height: auto;
    padding: 0 9px 4px;
    display: flex;
    flex-direction: column;
    font-size: 100%;
}
@media screen and (min-width: 900px) {
    .colbox {
        font-size: 80%;
    }
}

/*
.colbox .event {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 2% 0;
    padding: 10px 0;
    line-height: 130%;
    letter-spacing: 0.03em;
}
@media screen and (min-width: 900px) {
    .colbox .event {
        font-size: 1.2rem;
    }
}*/

.event-e {
    position: relative;
    background-image: repeating-linear-gradient(-45deg, transparent 0 3px, #c9e1ff 2px 4px);
    background-repeat: no-repeat;
    background-size: 100% 7.8rem;
    background-position: bottom;
    font-weight: bold;
    font-size: 1.2rem;
    color: #222;
    margin: 0 auto;
    /* text-align: center; */
    width: 90%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.event-w {
    position: relative;
    background-image: repeating-linear-gradient(-45deg, transparent 0 3px, #ffdfaf 2px 4px);
    background-repeat: no-repeat;
    background-size: 100% 7.8rem;
    background-position: bottom;
    font-weight: bold;
    font-size: 1.2rem;
    color: #222;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.colbox .prtxt {
    text-align: center;
    font-size: 0.85rem;
    height: 80px;
    padding: 10px;
    display: grid;
    align-items: center;
}



.colbox .date {
    text-align: center;
    font-size: 1.8rem;
    margin: 2% 0;
    padding: 10px 0;
    font-weight: 500;
}

.colbox img {
    width: 70%;
    display: block;
    margin: 0 auto;
}



.btnbox {
    padding: 0;
    /*display: block;*/
    justify-content: unset;
    width: 100%;
    display: flex;
    margin: 0 auto;
}




/* ===============================
button
=============================== */

.bg-oran {
    background-color: #eb6345 !important;
    color: #fff !important;
}

.bg-gray {
    background-color: #dcdcdc !important;
    color: #999 !important;
    
}

/*ページ内リンクボタン*/
.btn02 {
    width: 48%;
    margin: 0;
}

.btn02 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 1em 0.7em;
    width: 100%;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #222;
}
@media screen and (min-width: 933px) {
    .btn02 a {
        font-size: 32px;
        height: 110px;
        border: 3px solid #222;
    }
}

.btn02 a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(135deg);
    margin-left: 10px;
}

.btn02 a:hover {
    text-decoration: none;
    background-color: #efefef;
}

/* 予約ボタン */
.btn05 {
    padding: 8px 0;
}
  .btn05 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em 0.8em;
    width: 300px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #009fe8;
    box-shadow: 0 5px 0 #005e7f;
    transition: 0.3s;
  }
  
  .btn05 a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }

  .btn05 a.pink {
    background-color: #e4006e;
    box-shadow: 0 5px 0 #8f0045;
  }

 .btn05 a.gray {
    color: #999;
    background-color: #ccc;
    box-shadow: 0 5px 0 #999;
  }

.btn05 a.gray::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
  }

  .btn05 a:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 2px 0 #aaaaaa;
  }

/* 詳細ボタン */
.btn03 {
    margin: 0 auto;
    width: 50%;
    line-height: 1.3;
}

.btn03 a {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0 auto; */
    padding: 0.8em 1.6em 0.6em;
    width: 100%;
    color: #fff;
    height: 72px;
    font-size: 1rem;
    font-weight: 700;
    /* border-radius: 12px; */
    background-color: #5b5b5b;
}

@media screen and (min-width: 933px) {
    .btn03 a {
        width: 100%;
    }
}

.btn03 a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: 8px;
}

a.aquablue {
    background-color: #75ceff;
    color: #222;
    align-items: center;
    /* height: 60px; */
    /* width: 110%; */
}

a.orange {
    background-color: #ffae35;
    color: #222;
    align-items: center;
    /* height: 60px; */
    /* width: 110%; */
}

.btn03 a.orange::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(45deg);
    margin-left: 8px;
}

  a.yellow {
    background-color: #ffd000;
    color: #222;
  }

  /* グレーアウト　*/
  a.btn_gray {
      background-color: #ccc;
      color: #999;
      align-items: center;
  }
  .btn03 a.btn_gray:hover {
    text-decoration: none;
    background-color: #ccc;
    color: #999;
    opacity: 1;
  }
  .btn03 a.btn_gray::after {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 2px solid #999;
      border-right: 2px solid #999;
      transform: rotate(45deg);
      margin-left: 8px;
  }


/* ===============================
footer
=============================== */

#footer {
    position: relative;
    bottom: 0;
    margin-top: 30%;
    padding: 1% 0;
    color: #efefef;
    background-color: #222;
}

@media screen and (min-width: 992px) {
    #footer {
        margin-top: 15%;
    }
}

.footer-in {
    margin: 2% auto;
    max-width: 800px;
    width: 90%;
}
.purpose {
    font-size: 0.6rem;
    color: #000;
    line-height: 1.2;
    padding: 0 0 5%;
    text-align: left;
}


/* ===============================
pagetop
=============================== */
/*トップへ戻るボタン*/
.topBtn {
    position: fixed;
    /*固定*/
    bottom: 20px;
    /*場所を右下に移動*/
    right: 0;
    /*場所を右下に移動*/
    display: block;
    /*aタグをblock要素に変更*/
    background-color: rgba(250, 250, 250, 0.8);
    color: #666;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 22px;
    padding-top: 26px;
    box-sizing: border-box;
}

.topBtn:before {
    content: '\25B2';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.topBtn:hover {
    opacity: 0.7;
}

@media screen and (min-width: 992px) {
    .topBtn {
        position: fixed;
        /*固定*/
        bottom: 20px;
        /*場所を右下に移動*/
        right: 20px;
        /*場所を右下に移動*/
        display: block;
        /*aタグをblock要素に変更*/
        background-color: rgba(240, 240, 240, 0.5);
        color: #000;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 22px;
        border-radius: 30px;
        padding-top: 30px;
        box-sizing: border-box;
    }

    .topBtn:before {
        content: '\25B2';
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .topBtn:hover {
        opacity: 0.7;
    }
}

/*access URL view*/
a.url_show {
    display: inline;
}

a.url_hide {
    display: none;
}

span.url_show {
    display: none;
}

span.url_hide {
    display: inline;
}


/* ------------------------------
link-btn
------------------------------ */
.box-link {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.box-link:hover {
    opacity: 0.6;
}

.box-link .box-title {
    font-size: 1.6em;
    background: #fff000;
    padding: 16px 0;
    text-align: center;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box-link p {
    text-align: center;
    padding: 8px 0;
    margin: 3% 3% 0;
    font-size: 160%;
    border-top: 1px dashed #000;
}

.box-link p.text {
    text-align: center;
    padding: 3% 0;
    margin: 0 3%;
    font-size: 160;
    border-top: 1px dashed #000;
}

.box-link h4 {
    margin: 0 3%;
    padding: 4% 0 0;
    font-size: 1.8em;
    text-align: center;
    line-height: 1.2;
}

.box-link span.large {
    font-size: 1.3em;
}

.box-link span.small {
    font-size: 0.6em;
}

@media screen and (min-width: 992px) {
    .box-link span.large {
        font-size: 1.3em;
    }

    .box-link span.small {
        font-size: 0.8em;
    }
}

.box-link span.num {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.4;
    font-family: "Anton";
    font-weight: 400;
    letter-spacing: 0.1em;
}

.box-link span.time {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.02em;
}

/*====== 縦線が動いてスクロールを促す =======*/
.scrolldown1 {
    position: absolute;
    left: 50%;
    bottom: 40px;
    height: 50px;
}

@media screen and (min-width: 992px) {
    .scrolldown1 {
    bottom: 80px;
}
}

/*Scrollテキストの描写*/
.scrolldown1 span {
    position: absolute;
    left: -51px;
    top: -15px;
    color: #eee;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 3px;
    height: 30px;
    background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 30px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}