@charset "utf-8";

*, *::before, *::after {
  box-sizing: border-box;
}

body{
font-size:16px;
background: url(../images/3440943_l_remake.png);
background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
/* background-size: cover !important; */
  font-family: "Shippori Mincho", serif;
  color: #fff;
  text-align: center;
  overflow-x: hidden;
}

main{
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 30px;
}
 iframe{
          width: 100%;
          margin-bottom: 40px;
        }



/* 【共通】section全体 ↓↓↓ */
/* div.content-wrapper-bg {
background-image: url(../images/p0153_remake.png?251204);
background-size: cover !important;
width: 100vw;
margin: 0 calc(50% - 50vw);
padding: 70px calc(50vw - 50%);
} */



div.padding-tb{
    padding: 70px 0 70px !important;
}
div.padding-t{
    padding: 70px 0 0 !important;
}
/* 【共通】section全体 ↑↑↑ */



/* slider ↓↓↓ */
/* .mainimage-wrapper {
  width: 100%;
  margin: auto;
}
.mainimage-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-button-next::after , .swiper-button-prev::after{
    color:#201f4b;
}
.swiper-pagination{
    color:#201f4b;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }

  .swiper{
    margin-top:65px;
          height: auto;
    vertical-align: top;
    width: 100vw;
    margin-left: calc(50% - 50vw)!important;
    max-height: 500px;
        } */
/* slider ↑↑↑ */


/* 【共通】h1 ↓↓↓ */
h1.h1-normal {
   font-size: 2.4rem;
    text-align: center;
    color: #201f4b;
    position: relative;
    /* font-family: "Kiwi Maru", serif!important; */
margin-bottom:15px;
position: relative;
    margin-bottom: 50px;
}

h1.h1-normal > span {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    text-align: left;
    font-size: 1.5rem;
    color: #201f4b;
}

/* .h1-normal::before,
.h1-normal::after {
position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    overflow: hidden;
    text-align: center;
} */

/* .h1-normal::before {
  background-image: url(../images/251214_illustA.png);
  left: 0;
}

.h1-normal::after {
  background-image: url(../images/251214_illustB.png);
  right: 0;
} */
/* 【共通】h1 ↑↑↑ */



/* 【共通】h2 ↓↓↓ */
h2.h2-normal {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  /* padding-bottom: 20px; */
}
h2.h2-normal:before, h2.h2-normal:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #c09f1c;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
h2.h2-normal:before {
  left:0;
}
h2.h2-normal:after {
  right: 0;
}

/* 【共通】h2 ↑↑↑ */



/* 【共通】h3 ↓↓↓ */
h3.h3-normal{
  /* border-left: solid 6px #c09f1c; */
  /* padding-left: 10px; */
  /* margin-bottom: 20px; */
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
h3.h3-normal::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #c09f1c;
  transform: translateY(-50%) rotate(45deg);
}

/* 【共通】h3 ↑↑↑ */



/*【共通】h2直下のdiv ↓↓↓ */
section div.content-inner , div.content-subinner{
margin: 0 auto;
}
div.content-inner{
text-align:left;
}
div.content-inner > p.sub-text{
margin:0 0 2.2rem 0;
text-align:center;
}
div.content-inner img.map{
width: 100%;
}

section div.content-inner div.content-subinner{
  width:90%;
}

/* 【共通】h2直下のdiv ↑↑↑ */



/* 日付・会場 ↓↓↓ */
.date-location-wrapper{
padding: 15px;
box-sizing: border-box;
border: 1px solid #fff;
display: inline-block;
}
.date-content{
display: flex;
align-items: center;
padding-bottom: 25px;
margin-bottom: 25px;
border-bottom: #fff solid 1px;
}
.date-content > p{
font-size: 4rem;
text-align: left;
margin-right: 10px;
}
.date-content > p > span{
font-size: 1.8rem;
display: inline-block;
}
.date-content > p > span.ad-name{
margin-right: 5px;
}
.date-content > p > span.day-name{
margin-left: 5px;
}
.date-content > ul{
text-align: left;
list-style: none;
}
/* .date-content > ul > li{
display: flex;
} */
.date-content > ul > li > p{
font-size: 1.5rem;
}
.date-content > ul > li > p > span.time-title{
padding-bottom:1px;
border-bottom: 1px dotted #fff;
display: inline;
font-size: 16px!important;
margin-right: 5px;
}
.date-content > ul > li > p > span.time-sub{
font-size: 16px;
}

.location-content{
text-align: left;
}


.location-content > .location-title{
font-size:1.5rem;
}
/* 日付・会場 ↑↑↑ */



/* festival-text ↓↓↓ */
ul.festival-text-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
    }

    ul.festival-text-list  > li{
      /* background: #201f4b; */
      background-image: linear-gradient(-125deg, #292f86, #201f4b);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    padding: 10px;
    }
    
    /* ul.festival-text-list > li > img{
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    }

    ul.festival-text-list > li > p{
      padding: 15px;
    text-align: center;
    font-weight:700;
    font-size:1.2rem;
    position: relative;
    } */

/* festival-text ↑↑↑ */





/* festival ↓↓↓ */
/* ul.festival-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    }

    ul.festival-list  > li{
      position: relative;
          background: #201f4b;

    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    overflow: hidden;
    }
    
    ul.festival-list > li > img{
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    }

    ul.festival-list > li > p{
      padding: 15px;
    text-align: center;
    font-weight:700;
    font-size:1.2rem;
    position: relative;
    } */

/* festival ↑↑↑ */







/* Artist ↓↓↓ */
ul.artist-lineup-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    }

    ul.artist-lineup-list  > li{
      position: relative;
          background: #201f4b;

    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    overflow: hidden;
    }
    
    ul.artist-lineup-list > li > img{
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    /* margin-top: auto; */
    }

    ul.artist-lineup-list > li > p{
      padding: 15px;
    text-align: center;
    font-weight:700;
    /* color: #201f4b; */
    font-size:1.2rem;
    position: relative;
    }



/* ポップアップ関連 */
    ul.artist-lineup-list > li:hover{
      transition: all 0.3s;
          background: #08081f;
    }
    ul.artist-lineup-list  > li:hover img{
      opacity: 0.7;
    }

    span.commentlink{
      position:absolute;
      left:50%;
      top:50%;
      transform:translateX(-50%) translateY(-50%);
      transform-origin:center center;
      background:#fff;
      text-align:center;
      display:block;
      width:6em;
      height:6em;
      box-sizing:border-box;
      border-radius:50%;
      padding-top:calc((6em - 30px)/2);
      line-height:1;
      font-size:12px;
      color:#c00;
      opacity:0;
      transition:all 0.3s;
    }
    li span.commentlink > svg{
      width:30px;
      height:30px;
      display:block;
      margin:0 auto
    }
    li:hover span.commentlink{
      opacity:1
    }

     .popup-message {
  display: none; /* 初めは非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 0.5s ease-in-out;
  background: #000000cc;
}


.popup-message > .popup-content {
  background: #201f4b;
  padding: 20px;
  text-align: left;
  width: 750px;
  position: relative;
  line-height: 1.5;
}

  .popup-message > .popup-content > .popup-text {
  margin-bottom: 10px;
}

.popup-message > .popup-content .popup-artist-name {
  margin-bottom: 10px;
  font-size: 1.4rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.popup-message > .popup-content ul.artist-history{
  list-style: none;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 15px;
}

.popup-message > .popup-content ul.artist-history > li{
  padding: 0 0 0 20px;
  position: relative;
  margin-bottom: 10px;
}

.popup-message > .popup-content ul.artist-history > li:last-child{
  margin-bottom: 0;
}
.popup-message > .popup-content ul.artist-history > li::before{
  position: absolute;
        content: "";
        /* top: 50%;
        transform: translateY(-50%); */
        top: 12px;
        left: 0;
        width: 10px;
        height: 1px;
        background-color: #fff;
}

.close-btn {
  padding: 10px 20px;
  background-color: #c09f1c;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  border: 1px solid #c09f1c;
  color: #201f4b;
  transition: all 0.3s;
  width: 90%;
}

.close-btn:hover {
  background-color: #fff;
  border: 1px solid #9b7c00;
  color: #9b7c00;
}

/* Artist ↑↑↑ */




/* Time Schedule ↓↓↓ */
.flow-wrapper {
    position: relative;
    margin: 0 auto;
}

.flow-wrapper > ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
        flex-direction: column;
}


.flow-wrapper > ul >li {
        display: grid;
        grid-template-columns: 1fr 5fr;
        gap:40px;
    box-sizing: border-box;

    }


.right-content_title {
    font-weight: 700;
    padding:0 0 2px 0;
    margin-bottom: 10px;
    font-size: 1.2rem;
    text-align: left;
    border-bottom: 1px dotted #fff;
    display: inline-block;
}
.right-content > ul{
      list-style: none;
}
.left-content{
      padding: 20px 0;
}


.right-content{
  padding: 20px 0;
   position: relative;
}
.right-content::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.right-content > ul{
  position: relative;
}
.right-content > ul::before{
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    top: 14px;
    right: 100%;
    background: #fff;
}
.right-content > ul::after{
        content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    left: -28px;
    top: 7px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
}
.right-content > ul > li{
     padding-left: 20px;
     margin-bottom: 30px;
}
.right-content > ul > li:last-child{
     margin-bottom: 0;
}
.left-content{
  display: flex;
          justify-content: flex-end;
}
.left-content > img{
  margin-right: 10px;
}
/* Time Schedule ↑↑↑ */




/* SNS ↓↓↓ */
div.sns-content ul > li > a{
  display: block;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  height: 100%;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  border: #fff solid 1px;
  background: #201f4b;
 }
 div.sns-content ul > li > a:hover{
  background: #08081f;
  /* border: #08081f solid 1px; */
 }
 div.sns-content ul > li > a > p{
  padding: 1rem;
 }
  div.sns-content ul > li > a > svg{
  width: 50px;
  height: auto;
 }
  div.sns-content > ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:20px;
  list-style-type: none;
 }
/* SNS ↑↑↑ */


/* 質問 ↓↓↓ */
ul.qa-wrapper > li {
  border:#fff 1px solid;
  /* border-radius: 10px; */
  box-sizing: border-box;
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
}

ul.qa-wrapper > li:last-child {
  margin-bottom: 0;
}

/* 質問部分 */
ul.qa-wrapper > li > div {
      display: flex;
  align-items: center;
  padding: 15px;
  justify-content: space-between;
}
ul.qa-wrapper > li > div.question {
  background:#fff;
  color: #000;
  cursor: pointer; /* ← クリックできることを示す */
}
ul.qa-wrapper > li > div.question:hover svg{
  transition: transform 0.5s ease-out;
}

/* ホバーで色変更（自然） */
ul.qa-wrapper > li > div.question:hover {
  background:#ffffffcc;
  transition: all 0.3s;
  box-sizing: border-box;
}
ul.qa-wrapper > li > div.question:hover svg{
  transition: transform 0.3s ease-in; 
  transform: scale(1.5);
}

/* 回答部分 */
ul.qa-wrapper > li > .answer {
  background: #c09f1c;
  color: #000;
  /* background: url(../images/26002163_m.jpg);
background-size: cover !important; */
  max-height: 0;            /* ← 初期は閉じている */
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 15px;          /* 開く前は縦パディングなし */
}
ul.qa-wrapper > li > div.answer{
    width: 100%!important;
    display: block!important;
}
ul.qa-wrapper > li > div.answer> div{
    width: 100%!important;
}

/* 開いた状態 */
ul.qa-wrapper > li.open .answer {
  max-height: 500px;       /* 十分大きくして内容を収める */
  padding: 15px;           /* パディングも追加 */
}


/* Q / A マーク */
ul.qa-wrapper > li > div > div > span {
  /* background: #fff; */
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 50%; */
  color: #000;
  /* transform: rotate(45deg); */
  position: relative;
}
/* 
ul.qa-wrapper > li > div > div > span::before{
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
} */

ul.qa-wrapper > li > div.question > div > span {
  background: #c09f1c;
}
ul.qa-wrapper > li > div.answer > div > span {
  background: #fff;
}

/* テキスト間のマージン */
ul.qa-wrapper > li > div > div > p {
  margin-left: 10px;
}

ul.qa-wrapper > li > div > div{
  display: flex;
  align-items: center;
}

/* 通常状態 */
ul.qa-wrapper > li .question svg {
  transition: transform 0.3s ease;
  transform: rotate(0deg) scale(1);
}

/* ホバー（閉じている時：＋が拡大） */
ul.qa-wrapper > li:not(.open) .question:hover svg {
  transform: rotate(0deg) scale(1.5);
}

/* 開いた状態（×） */
ul.qa-wrapper > li.open .question svg {
  transform: rotate(45deg) scale(1);
}

/* 開いた状態でホバー（×のまま拡大） ← これが今回の肝 */
ul.qa-wrapper > li.open .question:hover svg {
  transform: rotate(45deg) scale(1.5);
}


/* 質問 ↑↑↑ */



/* Access ↓↓↓ */
table{
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  }
  table tr td,table tr th{
  padding: 10px;
  box-sizing: border-box;
  }
    table tr th{
  /* background: #ffffffcc; */
  background: #fff;
  color: #201f4b;
  }

  .access-content p{
  margin-bottom: 15px;
  }
        /* Access ↑↑↑ */



/* form ↓↓↓ */

.contact-buttun svg {
position: absolute;
content:"";
transform: translateY(-50%);
top: 50%;
right: 15px;
}
.contact-buttun {
display: block;
background: #c09f1c;
border-radius: 5px;
font-size: 16px;
line-height: 1.0em;
font-weight: normal;
text-decoration: none;
color: #fff;
transition: all 0.3s;
border: solid 1px #c09f1c;
color: #000;
font-weight: 600;
position: relative;
padding: 10px 48px 10px 10px;
line-height: 1.5;
text-align: left;
margin: 0 auto;
box-sizing: border-box;
text-align: center;
margin-top:20px;
width: 90%;
}
.contact-buttun:hover {
border: solid 1px #9b7c00;
background: #fff;
color: #9b7c00;
}
.contact-buttun:hover svg{
fill: #9b7c00;
transition: all 0.3s;
}

 div.self-separate {
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:20px;
}
div.full-width{
  grid-column: 1 / -1;
}

div.contact-method{
   background: #ffffff;
  padding: 20px;
  color: #201f4b;

  /* border: 1px solid #fff; */
}

div.contact-method > div.contact-method-inner > span > a{
  color: #201f4b!important;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}

div.contact-method > div.contact-method-inner > span{
  color: #201f4b!important;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;

  padding-left: 40px;
}
div.contact-method > div.contact-method-inner > span > svg{
  /* color: #201f4b!important; */
  position: absolute;
  content: "";
  top:50%;
  transform: translateY(-50%);
  width:30px;
  height: 30px;
  fill:#fff;
  left:0;
}


form {
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    /* border-radius: 10px; */
    text-align: left;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}
label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}
input, textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}
textarea {
    resize: vertical;
    height: 120px;
}
form button {
    background-color: #c09f1c;
    color: #000;
    border: none;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}
form button:hover {
    background-color: #9b7c00;
}
/* form ↑↑↑ */



/* 補足 ↓↓↓ */

body a{
text-decoration: none;
color:#fff;
}
.br-sp{
  display: none;
}
.br-pc{
  display: block;
}
.mb40{
    margin-bottom: 40px;
}

/* ※付list */
div.annotation-content{
  margin-top: 10px;
 }
div.annotation-content > ul > li{
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
  padding-left:20px;
 }

div.annotation-content > ul > li:last-child{
  margin-bottom: 0;
 }

div.annotation-content > ul > li > span.annotation-icon{
  position: absolute;
  content: "";
  left: 0;
}
/* 補足 ↑↑↑ */



/* pagetop buttun */
.pagetop{
      position: fixed;
    right: 15px;
    bottom: 50px;
    display: none;
    z-index: 99;
    transition: all 0.3s;
}
.pagetop > a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #201f4b;
    position: relative;
    opacity: 0.7;
    transition: all 0.3s;
    border: solid 1px transparent;
}
.pagetop > a > svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}
.pagetop > a:hover {
    opacity: 1;
    background: #fff;
    border: solid 1px #201f4b;
}
.pagetop > a:hover svg{
    fill: #201f4b;
}
/* pagetop buttun */



/* ふわっと出現 ↓↓↓ */
/* スクロール前の状態 */
section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

/* 表示状態 */
section.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* すでに見えているFV用（最初のsectionなど） */
section:first-of-type {
  opacity: 1;
  transform: none;
}
/* ふわっと出現 ↑↑↑ */






/* ローディング ↓↓↓ */
/* Loading背景画面設定　*/
#splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;  /* ヘッダーより高く */
    background-color: #201f4b; /* 背景色を必ず指定 */
    text-align: center;
    color: #fff;
}

/* Loading画像中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
    width: 100%;
    height: 50%;
    background-color: #201f4b;
    transition: all .2s cubic-bezier(.04, .435, .315, .9);
    transform: scaleY(1);
}
/*上の画面*/
.loader_cover-up {
    transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}
/*クラス名がついたらY軸方向に0*/
.coveranime {
    transform: scaleY(0);
}

/* ローディング ↑↑↑ */






/* ページトップ ↓↓↓ */
/*スクロールリンクの形状*/
.scroll-top {
	/*表示位置*/
	position: fixed;
	right: 20px;
	bottom: 10px;
	z-index: 2;
	/*はじめは非表示*/
	opacity: 0;
	visibility: hidden; 
	transition: opacity .5s, visibility .5s; /*それぞれに0.5秒の変化のアニメーション*/
	/*縦書き*/
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	/*改行禁止*/
    white-space: nowrap;
	/*矢印の動き*/
	animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
      0%{bottom:20px;}
      50%{bottom:25px;}
     100%{bottom:20px;}
 }


/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
	opacity: 1;
	visibility: visible;
}

/*リンク全体の aタグの形状*/
.scroll-top a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size:0.9rem;
    display: block;
}

/*スクロールリンクの形状*/

.js-scroll a::after{
	content:"";
	position: absolute;
	top:0;
	right:0;
	width:1px;
	height: 50px;
	background:#fff;
}

.js-scroll a::before {
    content: "";
    position: absolute;
    top: 30px;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #fff;
    transform: skewX(-31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x), .js-scroll a::before{
	right:-11px;
}

/*ページトップリンクの形状*/

.js-pagetop a::after{
	content:"";
	position: absolute;
	top:0;
	right:0;
	width:1px;
	height: 50px;
	background:#fff;
}

.js-pagetop a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #fff;
    transform: skewX(31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x), .js-pagetop a::before{
	right:0;
}

/*検証のためのCSS*/
/* section{
padding: 500px 0;
} */
/* ページトップ ↑↑↑ */

