section {
    padding: 50px 0px;
}
#sec-1 {
    background-color: #ffffff;
}

#sec-2 {
  background-image: repeating-linear-gradient(320deg, #ffedfc, #ffedfc 10px, transparent 10px, transparent 20px);
}

#sec-3 {
    background-color: #ffffff;
}

#sec-4 {
    background-color: #ffddef;
}

#sec-5 {
    background-color: #fff;
}

body {
    font-size: 19px;
    color: #575757;
    font-family: serif;
}
h1 {
    font-weight: bold;
    font-family: serif;
    font-size: 1.7em;
    padding-bottom: 11px;
    color: #fc3da1;
    margin: 20px 0;
    border-bottom: 2px solid #fc3da1;
    text-align: center;
}
h2 {
    font-size: 2em;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-family: serif;
    margin: 20px 0;
    background-color: #ff99ce;
    border-radius: 38px 0px;
    color: #fff;
    padding: 10px;
    text-align: center;
    /* font-family: "Birthstone", cursive; */
    /* font-weight: 400; */
    font-family: cursive;
}

h2 span {
    font-size: 60%;
}
h3 {
    font-size: 1.2em;
    margin: 5px 0px;
}
h3 span {
    font-size: 60%;
    display: block;
    color: #868686;
}
.day-time {
    font-size: 80%;
    margin-top: 2px;
    font-family: cursive;
}
.model img {
    border-radius: 500px !important;
    /* border: 1px solid #fe99ce; */
    box-shadow: 0px 0px 12px #ff2d6c;
}
a {
    color: #fd3da3;
    text-decoration: none;
}
.top-ttl {
    font-size: 125%;
    font-weight: bold;
    font-style: italic;
    color: #ccb3fd;
    /* transform: rotate(-5deg); */
    display: block;
    margin-bottom: 10px;
    /* text-align: center; */
}
.top-title {
    font-size: 160%;
    color: #fe3ca3;
    font-weight: bold;
}
.model-top {
    margin-bottom: 30px;
}
.model {
    margin-bottom: 30px;
}
a.ticket {
    background-color: #8457df;
    color: #fff;
    font-size: 80%;
    text-align: center;
    display: block;
    margin: 10px 0px;
    padding: 5px 0px;
    text-decoration: none;
}
a.ticket-b {
    background-color: #fc3da1;
    color: #fff;
    font-size: 80%;
    text-align: center;
    display: block;
    margin: 10px 0px;
    padding: 5px 0px;
    text-decoration: none;
}
.for-top a {
    position: fixed;
    display: block;
    bottom: 10px;
    right: 10px;
    background-color: #fd3da3;
    color: #fff;
    z-index: 999;
    padding: 7px;
    border-radius: 5px;
    font-size: 80%;
}
.top-ttl span {
    font-size: 55%;
    font-family: cursive;
}
.sns {
    display: flex;
    font-size: 90%;
}
.sns-icon {
    margin-right: 8px;
}
span.day-time-span {
    text-align: center;
    background-color: #fc3da1;
    color: #fff;
    padding: 0px 0px;
    font-size: 70%;
    margin-right: 5px;
    width: 50px;
    display: inline-block;
}
footer {
    background-color: #fc3da1;
    color: #fff;
    text-align: center;
    font-size: 70%;
}


/*
 * MENU BUTTON
 */
@import url("https://fonts.googleapis.com/css?family=K2D");
.menu__toggler {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 999;
  height: 28px;
  width: 28px;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.menu__toggler span,
.menu__toggler span::before,
.menu__toggler span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 2.5px;
  background: #fd3da3;
  border-radius: 20px;
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.menu__toggler span::before {
  top: -8px;
}
.menu__toggler span::after {
  top: 8px;
}
.menu__toggler.active > span {
  background: transparent;
}
.menu__toggler.active > span::before, .menu__toggler.active > span::after {
  background: #fd3da3;
  top: 0px;
}
.menu__toggler.active > span::before {
  transform: rotate(-225deg);
}
.menu__toggler.active > span::after {
  transform: rotate(225deg);
}

/*
 * SLIDING MENU PANEL
 */
.menu {
  position: absolute;
  left: -30%;
  z-index: 998;
  color: #fd3da3;
  background: rgba(250, 250, 250, 0.9);
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  width: 30%;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (max-width: 600px) {
  .menu {
    width: 250px;
    left: -250px;
    padding: 50px;
  }
}
.menu.active {
  left: 0;
}
.menu p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

/*
 * BASIC STYLES
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.menu a {
    font-size: 80%;
}
.news-li {
    font-size: 120%;
    border-bottom: 1px dotted #ddd;
    padding: 10px;
    color: #575757;
}
.news-li span {
    background-color: #575757;
    color: #fff;
    font-size: 75%;
    padding: 2px 5px;
    border-radius: 5px;
}
.border_b {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 35px;
}


/*モーダルを開くボタン*/
.modal-open{
    /* position: fixed; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* top: 50%; */
    /* left: 50%; */
    /* width: 300px; */
    /* height: 50px; */
    /* font-weight: bold; */
    color: #fff;
    background: #8557e0;
    text-align: center;
    padding: 10px;
    margin: auto;
    margin-bottom: 18px;
    /* cursor: pointer; */
    /* transform: translate(-50%,-50%); */
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 49px 15px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
    opacity: 1;
    visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /* max-width: 502px; */
    width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
    background: #fff;
    text-align: left;
    padding: 25px;
}
span.tax {
    font-size: 60%;
    margin-left: 2px;
}
a.tokumine {
    background-color: #267a86;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px;
    margin: 5px 0px;
    margin-bottom: 40px;
}}