@charset "UTF-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
/*    font-size:100%;*/
    font-family:inherit;
/*  vertical-align:middle;*/
    list-style:none;
}

main{
    font-family: 'vdl-logomaru-jr', sans-serif, 'Noto Serif JP', serif,'メイリオ', 'Meiryo','TsukuARdGothic-Regular','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3';
    margin: 0 auto;
    background-color: #faeeff;
    padding-bottom: 50px;
}
main #warpper{
    margin: 0 auto;
    max-width: 80%;
    display: block;
}

#main_img{
  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
}

@media only screen and (min-width:769px){

main #warpper{
    margin: 0 auto;
    max-width: 75%;
    display: block;
}

#menu-btn-check {
display:none;
}

.gloval_nav {
    padding-bottom: 30px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.gloval_nav ul {
    margin: 0 auto;
    max-width: 1000px;
    width: auto;
    display: flex;
    justify-content: center;
}

.gloval_nav li {
    font-family: 'vdl-logomaru-jr', sans-serif ;
    font-weight: 600;
    font-style: normal;
    width: calc(100%/5);
    /* width: auto; */
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;

}

.gloval_nav li a {
    display: block;
    margin: 2rem;
    widht: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    color: #6062b9;
    text-decoration: underline #e795ff 2px;
    text-underline-offset: 7px;
}

.gloval_nav li a:hover {
    opacity: .8;
    color: #6062b9;
}

/*.gloval_nav a span {
    text-decoration: overline #e795ff 2px;
    font-size: 2rem;
    color: #6062b9;
}*/

.gloval_nav li:before{
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #6062b9;
}
}

/*ハンバーガーボタンの実装*/

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

.menu-btn {
  position: fixed;
  top: 94px;
  right: 0px;
  display: flex;
  height: 50px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #e795ff;
  border-radius: 10px 0px 0px 10px;
}
.menu-btn:hover {
  cursor: pointer;
}
/* 三本線の実装 */
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
/* チェックボックスを非表示にする */
#menu-btn-check {
  display: none;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}

/* メニューを開いている時はハンバーガーボタンが×になる */
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* =================
メニュー部分の実装
================= */

.gloval_nav {
  width: 80%;
  height: 100%;
  position: fixed;
  top: 94px;
  z-index: 1; /* これを追加 */
   /* メニューを外に出しておく */
  left: 100%;　

  z-index: 1;
  background-color: #6062b9db;
  transition: all 0.5s; /*アニメーションを滑らかにする*/
}
.gloval_nav ul {
  padding: 70px 10px 0;
}
.gloval_nav ul li {
  border-bottom: solid 1px #e795ff;
  list-style: none;
}
.gloval_nav ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding: 10px;
}

#menu-btn-check:checked ~ .gloval_nav {
  left: 30%; /*メニューを画面内へ動かす*/
}

.gloval_nav ul li a:hover {
  color: #e795ff;

}

}

.banner_box{
  background: linear-gradient(170deg, #e795ff 0%, #e795ff 60%, #17ccb6 50%, #17ccb6 100%);
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 20px;
}

.bnr_box{
  background: #faeeff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
  padding: 10px;
}

.bnr_box img{
  width: 90%;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

/*------------MOVIE--------------*/

.movie {
    margin: 2rem auto;
    width: 90%;
    height: auto;
    text-align: center;
}

#movie h1 {
    text-align: center;
}

.movie h1 {
    background-color: #ff329c;
    padding: 1rem;
    font-family: "vdl-logomarupop-shadow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 3.7rem;
    color: #fff;
    text-shadow: 1px 1px 1px #aa31e8;
}

video {
    display: flex;
    width: 100%; /* 幅を親要素に合わせる */
    max-width: 1165px;
    height: auto;
    margin: 0 auto;
}

@media only screen and (max-width: 769px) {
    .movie h1 {
    background-color: #ff329c;
    padding: 0 1rem;
    font-family: "vdl-logomarupop-shadow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #fff;
    text-shadow: 1px 1px 1px #aa31e8;
    }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 769px) {
    .pc { display: none !important; }
    .sp { display: block !important;
          max-width: 100%;
          height: auto;
          max-height: 95%;
}

}
@media only screen and (max-width: 769px) {
.banner_box{
  background: linear-gradient(170deg, #e795ff 0%, #e795ff 60%, #17ccb6 50%, #17ccb6 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px;
}

.bnr_box {
/*    background: #fff;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
}
.bnr_box img{
  object-fit: cover;
  width: 100%;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
}

#form{
    padding-top: 0;
}

.bgf.form{
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 20px;
}
.form img{
    margin: 0 10px;
    width: 80%;
    display: inline-block;
}
.form a img{
transition: .4s;
}
.form a img:hover{
    opacity: .7;
}
.form ul{
    margin: 0 auto;
    width: 100%;
    display: flex;
}
.form li{
    margin: 0 auto;
    /* width: 49%; */
    display: inline-block;
    vertical-align: top;
}
.form p{
    display: block;
}


.bnr_box2{
    margin: 0 auto;
    display: block;
    text-align: center;
}

.bnr_box2 img{
    margin: 0 10px;
    width: 50%;
    display: inline-block;
}
.bnr_box2 a img{
transition: .4s;
}
.bnr_box2 a img:hover{
    opacity: .7;
}
/**************** back number ****************/
.toggle-wrap{
    margin: 0 auto;
    width: 80%;
}
.toggle-wrap h4{
    color: #fff;
}
.toggle-wrap .toggle-button {
font-family: "vdl-admin", serif;
/* display: block; */
display: grid;
grid-template-columns: 1fr 4.5fr .5fr;
align-items: center;
cursor: pointer;
padding: 15px;
font-size: 1.3em;
text-align: center;
margin-top: .5em;
transition: .4s;
color: #fff;
letter-spacing: .1em;
border-bottom: solid 1px #1e1944;
}
label.toggle-button{
    display: flex;
}
/* .toggle-wrap .toggle-button:hover {
    background-color: #4e0101;
} */

.toggle-button img{
    /* margin: 0 auto; */
    width: 100px;
    border-radius: 50%;
    margin-right: 3rem;
}
.toggle-wrap .toggle-button:after {
    font-family: 'Material Icons Round';
    content: '\e51c';
    /* content: '\e145'; */
/*    閉じている状態のときにラベルの後ろに続く文字 */
padding-left:10px;
font-weight: bold;
color: #FABEFF;
font-size: 3.5rem;
}

/*中身を非表示にしておく*/
.toggle-wrap .toggle-content{
height: 0;
padding: 0;
overflow: hidden;
opacity: 0;
transition: 0.6s;
}

/*チェックは見えなくする*/
.toggle-wrap > input[type="checkbox"] {
display: none;
}

.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-button:after {
font-family: 'Material Icons Round';
content: '\e15b';
/*    開いている状態のときにラベルの後ろに続く文字 */
padding-left:10px;
font-weight: bold;
color: #FABEFF;
font-size: 3.5rem;
}

/*クリックで中身表示*/
.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-content {
display: block;
height: auto;
opacity: 1;
padding: 20px 0;
/* display: flex;
flex-wrap: wrap;
justify-content: flex-start; */
}
.toggle-content{
    color: #2b3851;
    display: block;
    width: 90%;
    margin: 0 auto;

}
.toggle-content p{
    color: #fff;
    font-size: 1.5rem;
    width: 100%;
}
.toggle-content h2{
    margin: 0 auto;
    width: 90%;
    color: #2C1616;
    border-bottom: 2px solid #2C1616;
    border-image: none;
    text-align: center;
    margin-bottom: 10px;
}
.toggle-content h3{
    margin: 0 auto;
    width: 90%;
    font-weight: bold;
    font-size: 2.3rem;
    color: #af000f;
    margin-bottom: 5px;
    font-family: "vdl-admin", serif;
}
.toggle-content div.fade img{
    margin: 0 auto;
    width: 50%;
}
.corner{
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-top: 30px;
}

.toggle-content div.corner p:first-of-type{
    margin-top: 0px;
}
label span{
text-align: left;
}
@media only screen and (max-width: 769px) {
.form ul {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
}
.form li {
  margin-top: 20px;
    margin-bottom: 10px;
}
.bnr_box2 img{
    margin: 0 10px;
    width: 80%;
    display: inline-block;
}
.bnr_box2{
  margin-bottom: 20px;
}
}

@media only screen and (min-width: 769px) {
.next_box{
  border-radius: 20px;
  border: 3px solid #e395ff;
  width: calc(50% - 20px);
  padding: 40px;
  text-align: center;
  margin: 1rem;
  flex-grow: 1;
}

.next_box p{
    font-family: sans-serif;
    font-weight: bold;
    color: #6062b9;
    line-height: 3rem;
    text-decoration: underline dotted #b9f6e6;
    text-underline-offset: 5px;
    margin-top: 20px;
    text-align: left;
}

.cont_ttl{
    font-family: "vdl-logomarupop-shadow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 2.7rem;
    color: #e395ff;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.cont_ttl span{
    font-family: "gaegu", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    color: #6062b9;
}

.next_btn{
    font-size: 1.5rem;
    margin: 0 auto;
    margin-top: 20px;
    display: inline-block;
    padding: 0.5rem;
    width: 200px;
    max-width: 90%;
    background-color: #e395ff;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.next_btn:hover {
  transform: translateY(-0.25em);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.10);
}

.next_img{
  margin: 0 auto;
  max-width: 90%;
}

.day{
    display: flex;
}

.day h4{
    font-family: 'vdl-logomaru-jr', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    color: #fff;
    text-align: left;
    background: #e395ff;
    margin-right: 20px;
    padding: 5px 20px;
    text-underline-offset: 10px;
}

.day p{
    font-family: 'vdl-logomaru-jr', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    color: #6062b9;
    text-decoration: none;
    margin-top: 10px;
    line-height: 3rem;
    text-decoration: underline dotted 5px #b9f6e6;
    text-underline-offset: 8px;
    letter-spacing: 0.1rem;
}

.x_box{
  border-radius: 20px;
  border: 3px solid #6062b9;
  width: calc(50% - 20px);
  height: fit-content;
  padding: 40px;
  text-align: center;
  margin: 1rem;
  flex-grow: 1;
}

.x_box img{
    width: 100%;
    height: auto;
    transition: .4s;
}

.x_box img:hover{
    opacity: .7;
}

.cont_ttl a{
    font-family: "vdl-logomarupop-shadow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 1.7rem;
    color: #e395ff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.cont_ttl a:hover{
  color: #6062b9;
}
.section_box{
  margin: 3rem auto;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.section_box h3 {
    font-family: 'vdl-logomaru-jr', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.2rem;
    color: #6062b9;
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-decoration: none;
    line-height: 3rem;
    padding: 15px 40px;
    background: #edccff;
    border-left: solid 40px #e395ff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}
}
.section_box h3 {
    font-family: 'vdl-logomaru-jr', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    color: #6062b9;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-decoration: none;
    line-height: 2.5rem;
    padding: 15px 20px;
    background: #edccff;
    border-left: solid 40px #e395ff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}
.section_box h3 span{
    font-family:sans-serif;
    font-size: 1.4rem;
    color: #666;
}

@media only screen and (max-width: 769px) {
.next_box{
  border-radius: 20px;
  border: 3px solid #e395ff;
  width: 95%;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  flex-grow: 1;
}

.section_box h3 {
    font-family: 'vdl-logomaru-jr', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.4rem;
    color: #6062b9;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-decoration: none;
    line-height: 2.2rem;
    padding: 10px 0px;
    background: #edccff;
    border-left: solid 40px #e395ff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}
.section_box h3 span{
    display: block;
    font-family:sans-serif;
    font-size: 0.9rem;
    color: #666;
}
.next_box p{
    font-family: sans-serif;
    font-weight: bold;
    color: #6062b9;
    line-height: 3rem;
    text-decoration: underline dotted #b9f6e6;
    text-underline-offset: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.cont_ttl{
    font-family: "vdl-logomarupop-shadow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 2.7rem;
    color: #e395ff;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.cont_ttl span{
    font-family: "gaegu", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    color: #6062b9;
}

.next_btn{
    font-size: 1.5rem;
    margin: 0 auto;
    display: inline-block;
    width: 200px;
    max-width: 90%;
    background-color: #e395ff;
    color: #fff;
    border-radius: 20px;
}


.day h4{
    font-family: 'vdl-logomaru-jr', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem;
    color: #fff;
    text-align: left;
    background: #e395ff;
    margin-right: 50px;
    padding: 5px 20px;
    text-underline-offset: 10px;
}

.day p{
    font-family: 'vdl-logomaru-jr', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem;
    color: #6062b9;
    text-decoration: none;
    line-height: 3rem;
    text-decoration: underline dotted 5px #b9f6e6;
    text-underline-offset: 10px;
    padding-bottom: 15px;
    letter-spacing: 0.1rem;
}

.x_box{
  border-radius: 20px;
  border: 3px solid #6062b9;
  width: 95%;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  flex-grow: 1;
}

.twitter-timeline{
    display: flex;
    justify-content: center;
}

.cont_ttl a{
    font-family: "vdl-logomarupop-shadow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.7rem;
    color: #e395ff;
}

.section_box{
  margin: 1rem auto;
  width: 100%;
  display: inline-block;
}
}

.about_box{
  border-radius: 10px;
  border: 3px solid #555;
  padding: 20px;
  text-align: center;
  margin: 1.5rem;
  background-color: #fff;
  box-shadow: 10px 10px #e395ff;
  position: relative;
  margin-top: 70px;
  margin-bottom: 120px;
}

.pin_1{
  position: absolute;
  top: -40px;
  left: 25px;
}

.pin_2{
  position: absolute;
  top: -40px;
  right: 25px;
}
.pin_1 img{
  width: 60px;
}
.pin_2 img{
  width: 60px;
}

.about_box p{
  font-family: sans-serif;
  font-weight: bold;
  color: #6062b9;
  line-height: 3rem;
  text-decoration: underline dotted #b9f6e6;
  text-underline-offset: 10px;
  margin-bottom: 20px;
}

.section_box2{
  margin: 1rem auto;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
/*  justify-content: center;*/
  gap: 30px;
}

@media only screen and (max-width:769px){
.about_box{
  margin-top: 50px;
  margin-bottom: 80px;
}

.section_box2{
  margin: 1rem auto;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
}

.kolist_box{
  border-radius: 10px;
  border: solid 5px #555;
  outline: solid 15px #b9f6e6;
  padding: 40px;
  text-align: center;
  background-color: #fff;
  position: relative;
  margin-bottom: 100px;
}

.clip_img{
  position: absolute;
  top: -200px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  margin: auto;
}

.list_box{
  background-color: #faeeff;  /* 背景色 */
  border-radius: 20px;
  border: 5px solid #e395ff;
  padding: 30px 20px 20px 20px; /* 内側の余白 上・右・下・左 */
  position: relative;
  z-index: 0;
  width: calc(45% - 20px);
  margin: 10px;
  padding: 40px;
  box-sizing: border-box;
}

.list_box_2{
  background-color: #faeeff;  /* 背景色 */
  border-radius: 20px;
  border: 5px solid #e395ff;
  padding: 30px 20px 20px 20px; /* 内側の余白 上・右・下・左 */
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  margin: 10px;
  padding: 20px;
  box-sizing: border-box;
}

.section_box3 h2{
    font-family: 'vdl-logomaru-jr', sans-serif ;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    color: #6062b9;
    box-sizing: border-box;
    text-align: left;
}

.list_text_2 p{
font-family: sans-serif;
font-weight: bold;
color: #6e70b3;
line-height: 3rem;
text-decoration: underline dotted #b9f6e6;
text-underline-offset: 5px;
margin-top: 5px;
text-align: left;
margin-left: 1.5rem;
}

.list_text_2 {
    margin-bottom: 2rem;
    margin-right: 2rem;
}







.list_box_2 h2{
    color: #6062b9;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
    height: auto;
    align-items: center;
}
.list_box_2 h2::before{
    content:"□";
    font-size: 100%;
    margin-right: 10px;
}

.list_box_2 h2 p{
    font-family: 'vdl-logomaru-jr', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2vw;
    line-height: 3.5rem;
    color: #6062b9;
    max-width: 100%;
    letter-spacing: 2px;
}



@media only screen and (max-width:769px){
.list_box{
  background-color: #faeeff;  /* 背景色 */
  border-radius: 20px;
  border: 3px solid #e395ff;
  padding: 30px 20px 20px 20px; /* 内側の余白 上・右・下・左 */
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 10px;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
}

.list_box_2{
  background-color: #faeeff;  /* 背景色 */
  border-radius: 20px;
  border: 3px solid #e395ff;
  padding: 30px 20px 20px 20px; /* 内側の余白 上・右・下・左 */
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 10px;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
}

.kolist_box{
  border-radius: 10px;
  border: solid 5px #555;
  outline: solid 15px #b9f6e6;
  padding: 20px 0;
  text-align: center;
  margin: 1rem;
  background-color: #fff;
  position: relative;
  margin-bottom: 70px;
}
}


.kolist_box a{
  display: block;
}

.list_box img{
  max-width: 100%;
  width: 80%;
  height: auto;
  display: inline-block;
}
.list_box_2 img{
  max-width: 100%;
  width: 35%;
  height: auto;
  display: inline-block;
}

@media only screen and (max-width:769px){
.list_box_2 img{
  max-width: 100%;
  width: 80%;
  height: auto;
  display: inline-block;
}
}


.list_text p{
  margin: 0 auto;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: sans-serif;
    font-weight: bold;
    color: #6062b9;
    line-height: 2.5rem;
    font-size: 1.5rem;
    text-align: left;
    padding-bottom: 20px;
    background-image : linear-gradient(to right, #6062b9 3px, transparent 2px);
    background-size: 15px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.list_box h2{
    color: #6062b9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
    height: auto;
}
.list_box h2::before{
    content:"□";
    font-size: 100%;
    margin-right: 10px;
}

.list_box h2 p{
    font-family: 'vdl-logomaru-jr', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2vw;
    line-height: 3.5rem;
    color: #6062b9;
    max-width: 100%;
    letter-spacing: 2px;
}
.list_text_goods p{
    margin: 0 auto;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: sans-serif;
    font-weight: bold;
    color: #6062b9;
    line-height: 2.5rem;
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 20px;
    background-image : linear-gradient(to right, #6062b9 3px, transparent 2px);
    background-size: 15px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;

    -webkit-background-image : linear-gradient(to right, #6062b9 3px, transparent 2px);
}



.note {
    position:relative;
    width:80%;
    padding:1em 1.5em;
    margin:1em auto;
    color:#e395ff;
    background:#e395ff;
    overflow:hidden;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.note:hover {
  transform: translateY(-0.25em);
}

.note:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
    border-style:solid;
    border-color:#faeeff #faeeff #6062b9 #6062b9; /* A bit more verbose to work with .rounded too */
    background:#658E15; /* For Opera when also applying a border-radius */
    display:block; width:0; /* Only for Firefox 3.0 damage limitation */
/* Optional: shadow */
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

.archives_btn{
  color: #fff;
  font-size: 1.4rem;
}

.archives_btn::before{
    content: "★";
    font-size: 100%;
    margin-right: 10px;
}

.archives_btn span{
  color: #6062b9;
  font-size: 1.2rem;
  font-weight: bold;
}
/*
.archives_btn span::before{
    content: "□";
    font-size: 100%;
    margin-right: 10px;
}*/

.clip{
  position: absolute;
  top: -120px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}


.goods_img{
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    height: auto;
}
.goods_img ul{
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.goods_img li{
    margin: 0 auto;
    /* width: 49%; */
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 20px;
}
.goods_img img{
    width: 100%;
    height: auto;
/*    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);*/
}



@media only screen and (max-width: 769px) {
  .clip{
  position: absolute;
  top: -90px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 150px;
}
.list_box h2{
    color: #6062b9;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
    height: auto;
}
.list_box h2::before{
    content:"□";
    font-size: 100%;
    margin-right: 10px;
}

.list_box h2 p{
    font-family: 'vdl-logomaru-jr', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    line-height: 3rem;
    color: #6062b9;
    max-width: 100%;
    letter-spacing: 2px;
}

.list_box_2 h2{
    color: #6062b9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
    height: auto;
}
.list_box_2 h2::before{
    content:"□";
    font-size: 100%;
    margin-right: 10px;
}

.list_box_2 h2 p{
    font-family: 'vdl-logomaru-jr', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    line-height: 3rem;
    color: #6062b9;
    max-width: 100%;
    letter-spacing: 2px;
}
.list_text_goods p{
    margin: 0 auto;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: sans-serif;
    font-weight: bold;
    color: #6062b9;
    line-height: 2.5rem;
    font-size: 1.5rem;
    text-align: left;
    padding-bottom: 20px;
    background-image : linear-gradient(to right, #6062b9 3px, transparent 2px);
    background-size: 15px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;

    -webkit-background-image : linear-gradient(to right, #6062b9 3px, transparent 2px);
}

.goods_img{
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    height: auto;
}
.goods_img ul{
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.goods_img li{
    margin: 0 auto;
    /* width: 49%; */
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
}
.goods_img img{
    width: 100%;
    height: auto;
}

}
.tape {
  position: absolute;
  top: -60px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.tape img{
/*  max-width: 50%;*/
width: 120px;
}

.top_archives {
    position:relative;
    width:90%;
    padding:1em 1.5em;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background:#e395ff;
    overflow:hidden;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-radius: 30px
}

.top_archives:hover {
  transform: translateY(-0.25em);
}

.top_archives_btn{
  color: #fff;
}

  .note {
    position:relative;
    width:90%;
    padding:1em 1.5em;
    margin:1em auto;
    color:#e395ff;
    background:#e395ff;
    overflow:hidden;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}


}

/*キャスト*/

.cast_box{
  border-radius: 10px;
  border: solid 5px #555;
  outline: solid 15px #e395ff;
  padding: 40px;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  margin-bottom: 100px;
}

.section_box3{
    margin: 5rem auto;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    border: 5px solid #e395ff;
    background: #faeeff;
    border-radius: 10px;
}

.section_box3 h3{
    font-family: 'vdl-logomaru-jr', sans-serif ;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5rem;
    color: #6062b9;
    margin-top: 4rem;
    margin-bottom: 2rem;
    margin-right: 5rem;
    text-decoration: none;
    line-height: 2rem;
    padding: 15px 40px;
    background: #edccff;
    border-left: solid 40px #e395ff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

.section_box3 h4{
    font-family: 'vdl-logomaru-jr', sans-serif ;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8rem;
    color: #6062b9;
    margin-top: 2rem;
    text-decoration: none;
    line-height: 2rem;
    box-sizing: border-box;
    margin-right: 1rem;
}

.section_box3 img{
    width: 50%;
    align-items: center;
    border-radius: 5px
    bottom: 0;
    object-fit: cover;
  object-position: center center;
/*  margin-left: 1rem;*/
/*    position: absolute;*/
}




.check{
  display:flex;
  align-items: center;
}

.check img{
  width: 40px;
}


@media only screen and (max-width: 769px) {
.cast_box{
  border-radius: 10px;
  border: solid 5px #555;
  outline: solid 15px #e395ff;
  padding: 5px;
  text-align: center;
  margin: 1.5rem;
  background-color: #fff;
  position: relative;
  margin-bottom: 70px;
}

.section_box3{
    margin: 0 auto;
    margin-bottom: 20px;
    width: 95%;
    display: inline-flex;
    box-sizing: border-box;
    border: 3px solid #e395ff;
    background: #faeeff;
    border-radius: 10px;
    flex-direction: column-reverse;
    flex-wrap: nowwrap;
    align-items: baseline;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
}


.section_box3 h3{
    font-family: 'vdl-logomaru-jr', sans-serif ;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2rem;
    color: #6062b9;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: left;
    text-decoration: none;
    line-height: 2rem;
    padding: 3px 5px;
    background: #edccff;
    border-left: solid 40px #e395ff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}
.section_box3 img{
    width: 100%;
    align-items: center;
    border-radius: 5px
    bottom: 0;
    object-fit: cover;
/*  margin: 0 auto;*/
/*  position: absolute;*/
}

.section_box3 h2{
    font-family: 'vdl-logomaru-jr', sans-serif ;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    color: #6062b9;
    box-sizing: border-box;
    text-align: left;
}

.list_text_2 p{
    margin-top: 10px;
/*    margin-bottom: 20px;*/
    font-family: sans-serif;
    font-weight: bold;
    color: #6062b9;
    font-size: 1rem;
    text-align: left;
    line-height: 1.5rem;
    text-decoration: underline dotted #b9f6e6;
    text-underline-offset: 5px;
}

.check{
  display: flex;
  align-items: center;
}

.check img{
  width: 30px;
}
.section_box3 h4{
    font-family: 'vdl-logomaru-jr', sans-serif ;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2rem;
    color: #6062b9;
    margin-top: 2rem;
    text-decoration: none;
    line-height: 2rem;
    box-sizing: border-box;
    margin-right: 1rem;
    text-align: left;
}
.list_text_2 {
    margin: 0 auto;
}

}



/* リセットCSS */
* {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.accordion-container {
  margin: 0 auto;
  width: 85%;
}

.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
  font-family: 'vdl-logomaru-jr', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #6062b9;
  background: #edccff;
  cursor: pointer;
  padding: 20px 40px;
  position: relative;
  border-left: solid 70px #e395ff;

}

.accordion-title:before {
  position: absolute;
  content: '';
  top: 40%;
  right: 25px;
  height: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid #6062b9;
}

.accordion-title:after {
  position: absolute;
  content: '';
  top: 40%;
  right: 21px;
  height: 7px;
  width: 17px;
  border-left: 3px solid #e395ff;
  border-bottom: 3px solid #e395ff;
  transform: rotate(-45deg);
/*  transition: all .5s ease-in-out;*/
}

.accordion-title.open:before {
  transform: rotate(180deg);
}
.accordion-title.open:after {
  opacity: 0;
}

.accordion-text {
  border-left: 1px solid #edccff;
  border-right: 1px solid #edccff;
  border-bottom: 1px solid #edccff;
  background-color: #fff;
  display: none;
  padding: 20px 10px;
}

.archives_box{
    margin: 0 auto;
    width: 95%;
    display: flex;
    box-sizing: border-box;
    border: 5px solid #e395ff;
    background: #faeeff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.archives_img{
    width: 40%;
    object-fit: cover;
    margin: 2rem;
}

.archives_btn_2{
  color: #6062b9;
  font-size: 1.8rem;
  align-content: center;
  margin-right: 10px;
  transition : 1s;
}

.archives_btn_2:hover {
    opacity: .6;
    color: #6062b9;
}

.archives_btn_2::before{
    content: "□";
    font-size: 100%;
    padding-right: 10px;
}

.archives_btn_2 span{
  color: #6062b9;
  font-size: 1.8rem;
}

.archives_btn_2 span::before{
    content: "□";
    font-size: 100%;
    padding-right: 10px;
}

@media only screen and (max-width: 769px) {
.archives_box{
    margin: 0 auto;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 3px solid #e395ff;
    background: #faeeff;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.archives_img{
    width: 90%;
    object-fit: cover;
    margin: 1.5rem auto;
}
.archives_btn_2{
  display: block;
  text-align: left;
  margin: 15px;
  color: #6062b9;
  font-size: 1.5rem;
}
.archives_btn_2 span{
  color: #6062b9;
  font-size: 1.3rem;
}
}

/* ボタンのスタイル */
.page-top {
  /* buttonタグのリセットCSS */
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  /* ボタンの装飾 */
  position: fixed;
  right: 5px;
  bottom: 80px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e395ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: solid 1px #17ccb6;
}

/* 矢印のスタイル */
.page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
}

/* ホバー時のスタイル */
.page-top:hover {
  transform: scale(1.1);
}

/*バックナンバーページ*/
.archives_lists{
  border-radius: 10px;
  border: solid 5px #555;
  outline: solid 15px #b9f6e6;
  padding: 50px;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  margin-top: 100px;
  margin-bottom: 200px;
}

.archives_list_title{
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.archives_title{
    font-family: 'vdl-logomaru-jr', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5rem;
    color: #6062b9;
    border: 5px solid #e395ff;
    background: #faeeff;
    border-radius:70px;
    padding: 2rem;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.archives_mainimg{
  margin: 0 auto;
}

.archives_mainimg img{
max-width: 100%;
height: auto;
width: 100%;
}

.archives_txt{
  font-family: 'vdl-logomaru-jr', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  color: #6062b9;
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-decoration: none;
  line-height: 2rem;
  padding: 15px 40px;
  background: #edccff;
  border-left: solid 40px #e395ff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  width: 400px;
  }

.archives_lists p{
  font-family: sans-serif;
  font-size: 1.6rem;
  color: #6062b9;
  letter-spacing: 0.2px;
  line-height: 3.2rem;
  text-decoration: underline dotted #b9f6e6;
  text-underline-offset: 10px;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 50px;
}
.tab {
    position: absolute;
    top: 10px;
    right: -119px;
    bottom: 0;
}
.tab img{
width: 200px;
}
.archives_lists h2{
margin: 0 auto;
max-width: 90%;
}

.bn_slider{
  background-color: #faeeff;  /* 背景色 */
/*  border-radius: 20px;*/
  border: 3px solid #555;
  padding: 30px 20px 20px 20px; /* 内側の余白 上・右・下・左 */
  position: relative;
  z-index: 0;
  width: calc(50% - 20px);
  margin: 10px;
  padding: 40px;
  box-sizing: border-box;
}

.archives_list_title img{
  max-width: 100%;
  width: 70%;
  display: inline-block;
}

.bn_playlist{
  background-color: #faeeff;  /* 背景色 */
/*  border-radius: 20px;*/
  border: 3px solid #555;
  padding: 30px 20px 20px 20px; /* 内側の余白 上・右・下・左 */
  position: relative;
  z-index: 0;
  width: calc(50% - 20px);
  margin: 10px;
  padding: 35px;
  box-sizing: border-box;
}

.bn_plus{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.bn_plus h3 {
    font-family: 'vdl-logomaru-jr', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    color: #6062b9;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-decoration: none;
    line-height: 2.5rem;
    padding: 15px 20px;
    background: #edccff;
    border-left: solid 40px #e395ff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}
.bn_plus h3 span{
    font-family:sans-serif;
    font-size: 1.4rem;
    color: #666;
}

.bn_box{
    margin-top: 150px;
}

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

.archives_lists{
  border-radius: 10px;
  border: solid 5px #555;
  outline: solid 15px #b9f6e6;
  padding: 20px;
  text-align: center;
  margin: 2rem;
  background-color: #fff;
  position: relative;
  margin-top: 50px;
  margin-bottom: 100px;
}

.archives_list_title{
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.archives_title{
    font-family: 'vdl-logomaru-jr', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2rem;
    color: #6062b9;
    border: 3px solid #e395ff;
    background: #faeeff;
    border-radius:50px;
    padding: 1rem;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.archives_mainimg{
  margin: 0 auto;
}

.archives_mainimg img{
max-width: 100%;
height: auto;
width: 100%;
}

.archives_txt{
  font-family: 'vdl-logomaru-jr', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  color: #6062b9;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-decoration: none;
  line-height: 2rem;
  padding: 10px 30px;
  background: #edccff;
  border-left: solid 40px #e395ff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  width: 200px;
  }

.archives_lists p{
  font-family: sans-serif;
  font-size: 1.3rem;
  color: #6062b9;
  letter-spacing: 0.2px;
  line-height: 3rem;
  -webkit-text-decoration: underline dotted #b9f6e6;
  text-underline-offset: 10px;
  text-align: left;
  width: 90%;
  height: auto;
}
.tab {
    position: absolute;
    top: 10px;
    right: -59px;
    bottom: 0;
}
.tab img{
width: 100px;
}
.bn_playlist{
    background-color: #faeeff;
    /* border-radius: 20px; */
    border: 3px solid #555;
    padding: 30px 20px 20px 20px;
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 40px;
}

.bn_plus{
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

.bn_plus h3 {
    font-family: 'vdl-logomaru-jr', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2rem;
    color: #6062b9;
    margin-top: 0;
    margin-bottom: 2rem;
    text-decoration: none;
    line-height: 3rem;
    padding: 10px 5px;
    background: #edccff;
    border-left: solid 40px #e395ff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}
.bn_plus h3 span{
    display: block;
    font-family:sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #666;
}
.bn_slider{
  background-color: #faeeff;  /* 背景色 */
/*  border-radius: 20px;*/
  border: 3px solid #555;
  padding: 30px 20px 20px 20px; /* 内側の余白 上・右・下・左 */
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
}
.music_list p{
  font-family: sans-serif;
  font-size: 1.3rem;
  color: #6062b9;
  letter-spacing: 0.2px;
  line-height: 2.6rem;
  text-underline-offset: 5px;
  text-align: left;
  padding-bottom: 30px;
}
.bn_box{
    margin-top: 50px;
}
}

.slider {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    @include breakpoint(500px) {
        margin: 5% auto;
    }
}

.slider img {
    height: auto;
    width: 100%;
}

.musiclist_btn a{
    position: relative;
    margin-top: 15px;
}

.musiclist_btn a img{
    width: 90%;
    transition: .4s;
}

.musiclist_btn a img:hover{
    opacity: .7;
}


.gourmet_box{
  background-color: #faeeff;  /* 背景色 */
/*  border-radius: 20px;*/
  border: 3px solid #555;
  padding: 30px 20px 20px 20px; /* 内側の余白 上・右・下・左 */
  position: relative;
  z-index: 0;
  padding: 10px;
  box-sizing: border-box;
}

.gourmet_img{
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    height: auto;
}
.gourmet_img ul{
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gourmet_img li{
    margin: 0 auto;
    /* width: 49%; */
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 20px;
}
.gourmet_img img{
    width: 100%;
    height: auto;
/*    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);*/
}


@media only screen and (max-width: 769px) {
.gourmet_img{
    margin: 0 auto;
    display: inline-flex;
    text-align: center;
     margin-top: 20px; 
    width: 100%;
    height: auto;
    flex-direction: column;
    flex-wrap: nowrap;
}
.gourmet_img ul{
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.gourmet_img li{
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
}
