@font-face {
  font-family: 'seurat';
  src: url("../../fonts/FOT-SeuratPro-M.otf");
}

@font-face {
  font-family: 'seurat_eb';
  src:url("../../fonts/FOT-SeuratPro-EB.otf");
}

@font-face {
  font-family: 'seurat_b';
  src:url("../../fonts/FOT-SeuratPro-B.otf");
}


body {
   font-family: 'seurat';
	font-size: 20px;
	margin: 0;
    color:#444; 
}
    body:before {
        content: "";
        width: 100%;
        height: 100vh;
        background-image: url("../images/c_flower_bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
        top: 0;
        background-position-x: center;
        position: fixed;
        opacity: 0.7;
    }

#xcover {
	width: 1100px;
	margin: 0 auto;
    padding: 30px;
    background-color: rgba(255,255,255,0.9);
}

h1{
     font-family: 'seurat_b';
    font-size: 24pt; 
    color:#FBC4DE;
;
    font-weight: bold;
    margin: 25px 0;
    text-align: center;
}

.top_v{
	width: 1100px;
	margin: 0 auto;
}

.day {
    padding: 80px 0;
    margin: 0 auto;
}

a{
    text-decoration: none;
}

.clear{
    clear: both;
}


.song_t1{
     font-family: 'seurat';
    font-size: 18pt;
    line-height: 1.5;
    margin-bottom: 25px;
        text-align: center;
}


.song_t2{
    font-size: 14pt;
    line-height: 1.5;
    margin:0 auto 5px;
    color: #666;
    width: 95%;
    padding-left: 12px;
    text-indent: -12px
}

.song_title{
     font-family: 'seurat_b';
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    color:#FBC4DE;

    padding: 20px 0 0
    }

.main-box {
    position: relative;
    padding: 20px 0 40px;
}

img {

    width: 100%;
	vertical-align: bottom;
}
a {
    transition-duration: 0.5s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
a:hover {
	opacity: 0.7;
}

.sp-only {
    display: none;
}
/* スライド
---------------------------------------------------- */

.slider {
  position: relative;
  padding: 0 0px;
  max-width: 90%;
  margin: 0 auto 30px;
    overflow: hidden;
}



/*---------------------------------------------------
Accordion
---------------------------------------------------*/
/*ボックス全体*/





.com1{
    margin: 25px 10px 5px 35px;
        font-size: 15pt;

}

.com2{
    margin: 5px 15px 15px 70px;
    font-size: 13pt;
    line-height: 1.4;
}

.toggle {
	display: none;
}
.option {
	position: relative;
	margin-bottom: 1em;
}
.title,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.site {
 
  display: flex;
    text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size:24px;
  border-radius: 50px;
    padding: 1.5em;
    display: block;

  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 2px rgba(86, 84, 84, 1);
  background-color:#FBC4DE;
}

.original-button:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}




.title {
  
  display: flex;
    text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size:24px;
  border-radius: 50px;
    padding: 1.5em;
    display: block;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 2px rgba(86, 84, 84, 1);
  background-color:#FBC4DE;
}


.title::after, .title::before {
	content: "";
	position: absolute;
	right: 3em;
	top: 1.5em;
	width: 2px;
	height: 0.75em;
	background-color: #FFF;
	transition: all 0.3s;
}
.title::after {
	transform: rotate(90deg);
}
.content {
	max-height: 0;
	overflow:scroll;
}

.toggle:checked + .title + .content {
	max-height: 1000px;
	transition: all 1.5s;
    padding-bottom: 20px;
}
.toggle:checked + .title::before {
	transform: rotate(90deg) !important;
}


.accordion02 {
	margin: 1em auto 0em;
	max-width: 100vw;
}
.toggle02 {
	display: none;
}
.option02 {
	position: relative;
	margin-bottom: 1em;
}
.title02, .content02 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.title02 {
	border: solid 2px  #FF759F;
	padding: 1em;
	display: block;
	color: #444;
    background: #FFF;

}
.title02::after,.title02::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 0.75em;
	background-color: #999;
	transition: all 0.3s;
}
.title02::after {
	transform: rotate(90deg);
}
.content02 {
	max-height: 0;
	overflow: hidden;
}
.content02 p {
	margin: 0;
	padding: 0.5em 10px 1em;
	font-size: 1em;
	line-height: 1.5;
}
.toggle02:checked + .title02 + .content02 {
	max-height: 800px;
	transition: all 1.5s;
}
.toggle02:checked + .title::before02 {
	transform: rotate(90deg) !important;
}

.width {
	width: 90%;
	margin: 0 auto;
}

.pagelink{
    margin: 50px auto 50px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
#access .pagelink li {
    margin-top: 30px;
}
.pagelink a{
    line-height: 1.2;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}
.pagelink a:before{
    content: "";
    background-image: url(../images/link-arrow.svg);
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 2px;
}


/* フッター
---------------------------------------------------- */
footer {
    background-color: #FBC4DE;
    color: #fff;
    padding: 20px 0 80px 0;
    position: relative;
    margin-top: -1px;
}
footer .width p{
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}
footer .width p.f-min{
    font-size: 10px;
}
footer a{
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
}
footer .logo {
    width: 50%;
    z-index: 0;
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
}

/*footer*/




.other-link {
    display: flex;
    flex-flow: wrap;
    margin: auto;
    justify-content: center;
    width: 90%;
}


.banner-box {
    margin: 50px auto 0;
}



/*sns*/

.sns ul{
    display: flex;
    justify-content: center;
    gap: 15px;
}
.sns li{
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background-color: #ffffff;
}
.sns li a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
}
.sns li a::before{
    content: "";
    width: 70px;
    height: 70px;
    display: block;
    background-image: url(../images/snsicon-tiktok2.png);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
}
.sns li:nth-of-type(3) a::before{
    background-image: url(../images/snsicon-Instagram2.png);
}
/*
.sns li:nth-of-type(3) a::before{
    background-image: url(../images/snsicon-facebook.png);
}
*/
.sns li:nth-of-type(2) a::before{
    background-image: url(../images/snsicon-twitter2.png);
}
.sns li:nth-of-type(4) a::before{
    background-image: url(../images/snsicon-line2.png);
}

.sns li a{
	box-shadow: 0 0 10px hsl(301.21deg 82.57% 54.37% / 13%);
	border-radius: 60px;
}
p.fukidasi {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
}
p.fukidasi:before {
    content: url(../images/ashirai.png);
    vertical-align: middle;
    padding-right: 3px;
    transform: scale(0.6);
    display: inline-block;
}
p.fukidasi:after {
    content: url(../images/ashirai.png);
    vertical-align: middle;
    padding-left: 3px;
    display: inline-block;
	transform: scale(-0.6, 0.6);
}

.box1{
    width: 85%;
    margin: 15px auto;
}
