@charset "utf-8";

body {
  text-align: left;
  color: #976bcd;
  font-size: 100%;
  font-weight: 800;
  font-family: vdl-v7gothic,"游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: .14em;
  line-height: 1;
}


/*----------------------------------

animation

----------------------------------*/
@keyframes bodyFadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
 
@-webkit-keyframes bodyFadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@keyframes mv_ttl {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-20px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-10px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

@keyframes ani_fluffy {
  0% { transform: translateY(-5px); }
  100% { transform: translateY(5px); }
}

@keyframes ani_btn {
  10% {transform: translateX(5px) rotate(3deg);}
  20% {transform: translateX(-5px) rotate(-3deg);}
  30% {transform: translateX(4px) rotate(2deg);}
  40% {transform: translateX(-4px) rotate(-2deg);}
  50% {transform: translateX(3px) rotate(1deg);}
  60% {transform: translateX(-3px) rotate(-1deg);}
  70% {transform: translateX(2px) rotate(1deg);}
  80% {transform: translateX(-2px) rotate(0deg);}
  90% {transform: translateX(1px) rotate(0deg);}
  100% {transform: translateX(-1px) rotate(0deg);}
}



/*----------------------------------

mv

----------------------------------*/
.mv {
  background: url(../img/bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.mv > div {
  margin: 50px;
  display: inline-block;
  max-width: 876px;
  animation: ani_fluffy 1.5s ease-in-out infinite alternate;
}

.mv h1 {
  position: absolute;
  top: 54vh;
  z-index: 100;
  width: 50%;
  margin: 0 25%;
}

.mv h1 img {
  animation: mv_ttl 3s infinite;
}


@media screen and (max-width: 900px) {
.mv {
  height: 100%;
}

.mv > div {
  margin: 50px 15px;
}

.mv h1 {
  width: 70%;
  margin: 0 15%;
  top: 48vw;
}


}


/*----------------------------------

election

----------------------------------*/
.election {
  background: #fbd3e2;
  padding: 100px 50px 120px;
}

.election h2 {
  max-width: 560px;
  margin: 0 auto 70px;
}

.election .inner {
  background: #fef8f2;
  border-radius: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 7% 8%;
}

.election .description {
  color: #d068ca;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
}

.election .description p:not(:first-of-type) {
  margin-top: 20px;
}

.election .description p em {
  color: #fff;
  background: #d92c28;
  padding: 5px 10px;
}

.election .result {
  border: solid 5px #976bcd;
  border-radius: 20px; 
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  margin-top: 100px;
  border: solid 5px #d92c28;
  padding: 50px 60px 60px;
}

.election .result h3 {
	font-weight: 800;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -323px;
  padding: 0 40px;
  font-size: 4rem;
  background: #fef8f2;
  display: inline;
  text-align: center;
  margin-left: -323px;
  color: #d92c28;
  font-size: 5rem;
}

.election .result h3 span {
  transform: scaleX(-1);
  display: inline-block;
}

.election .result em {
  font-size: 3.4rem;
}

.election .playlist {
  margin-top: 50px;
  background: #fff;
  border: solid 5px #d068ca;
  border-radius: 40px;
  padding: 40px;
}

.election .playlist p {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #d068ca;
}

.election .playlist ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.election .playlist li {
  width: 15vw;
  margin: 0 3%;
}

.election .playlist li a:hover {
  animation: ani_btn .5s ease-in-out infinite alternate;
}

.accordion-container .accordion-title {
	font-size: 2.8rem;
	font-weight: 800;
  line-height: 1.3;
  position: relative;
  margin-top: 15px;
  padding: 26px 50px 26px 30px;
  background: #976bcd;
  border-radius: 80px;
  color: #fef8f2;
  cursor: pointer;
  transition: all .3s ease;
}

.accordion-container .accordion-title:first-of-type {
	margin-top: 20px;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  background: #d92c28;
}

.accordion-container .accordion-title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: #fef8f2 4px solid;
  border-right: #fef8f2 4px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 4%;
  top: 7%;
  bottom: 15%;
  margin: auto;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: #fef8f2 4px solid;
  border-right: #fef8f2 4px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 4%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  padding: 10px 60px;
  border: solid 5px #976bcd;
  border-radius: 40px;
  background: #fff;
  margin: 20px 0 40px;
}

.accordion-content:last-of-type {
  margin: 20px 0 0;
}

.accordion-content:last-of-type .txt {
  width: 81%;
}

.accordion-content > section {
	border-bottom: solid 3px #976bcd;
	padding-bottom: 40px;
	margin: 40px 0;
	display: -webkit-box;
  display: flex;
  -webkit-box-pack: left;
  justify-content: left;
  align-items: center;
}

.accordion-content > section:last-of-type {
	padding-bottom: 0;
	border: none;
}

.accordion-content .ranking {
	width: 14%;
  max-width: 70px;
  margin-right: 5%;
}

.accordion-content > section:nth-of-type(n+4) .ranking {
	min-width: 90px;
	margin-right: 10px;
	font-size: 4rem;
	color: #d068ca;
}

.accordion-content > section:nth-of-type(n+4) .ranking span {
	font-size: 2rem;
}

.accordion-content .txt {
  width: 44%;
}

.accordion-content h5 {
	font-size: 3.2rem;
	font-weight: 800;
	line-height: 1.3;
  text-align: left;
}

.accordion-content > section:nth-of-type(1) h5 {
	color: #eacf4e;
}

.accordion-content > section:nth-of-type(2) h5 {
	color: #b1b1b1;
}

.accordion-content > section:nth-of-type(3) h5 {
	color: #ea9e4e;
}

.accordion-content > section:nth-of-type(n+4) h5 {
	font-size: 2.6rem;
	color: #d068ca;
}

.accordion-content h6 {
	color: #976bcd;
	font-size: 2.2rem;
	font-weight: 800;
	margin-top: 15px;
	line-height: 1.4;
  text-align: left;
}

.modaal-fullscreen .modaal-inner-wrapper {
  display: table-cell !important;
  vertical-align: middle !important;
  max-height: 90vh;
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.election .result .inline_txt_none {
  display: none;
}

.election .result .btn_ep {
  margin-left: auto;
  min-width: 180px;
}

.election .result .btn_ep a {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  background: #976bcd;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
}

.election .result .btn_ep a:hover {
  animation: ani_btn .5s ease-in-out infinite alternate;
}

.modaal-content-container .inline_txt {
  margin: 30px 60px;
  line-height: 1.7;
  color: #976bcd;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: justify;
  text-justify: inter-ideograph;
}

.modaal-content-container .inline_txt .name {
  font-size: 1.3rem;
  display: block;
  margin-top: 10px;
  text-align: right;
}

.modaal-content-container .inline_txt .name:before {
  content: "ペンネーム：";
  display: inline-block;
}

.modaal-container {
  max-height: 80vh !important;
}

.modaal-content {
  max-height: 80vh !important;
  overflow-y: scroll;
}



@media screen and (max-width: 900px) {
.election {
  padding: 50px 20px 60px;
}

.election h2 {
  margin: 0 auto 35px;
  max-width: 80%;
}

.election .inner {
  padding: 30px 20px;
}

.election .description {
  font-size: 1.2rem;
  line-height: 1.5;
}

.election .description p em {
  padding: 3px 4px;
}

.election .result {
  border: solid 3px #976bcd;
  font-size: 1.3rem;
  padding: 20px 10px;
  margin-top: 20px;
  line-height: 1.2;
}

.election .result {
	border: none;
	padding: 0;
}

.election .result h3 {
  padding: 0 10px;
  margin-left: 0;
  position: inherit;
  left: auto;
  top: auto;
  font-size: 2rem;
}

.election .result em {
  font-size: 1.8rem;
}

.election .result .name {
  font-size: .8rem;
}

.election .playlist {
  margin-top: 20px;
  border: solid 3px #d068ca;
  border-radius: 15px;
  padding: 20px;
}

.election .playlist p {
  font-size: 1.1rem;
  margin-bottom: 18px;
}

.election .playlist li {
  width: 25vw;
  margin: 0 4%;
}

.accordion-container .accordion-title {
	margin-top: 6px;
	font-size: 1.2rem;
	padding: 10px 20px 10px 10px;
	line-height: 1.5;
}

.accordion-container .accordion-title:first-of-type {
  margin-top: 15px;
}

.accordion-container .accordion-title::before {
  width: 8px;
  height: 8px;
  border-top: #fef8f2 3px solid;
  border-right: #fef8f2 3px solid;
  right: 7%;
}

.accordion-container .accordion-title.open::before {
  width: 8px;
  height: 8px;
  border-top: #fef8f2 3px solid;
  border-right: #fef8f2 3px solid;
  position: absolute;
  right: 7%;
}

.accordion-content {
  padding: 0 20px;
  border: solid 3px #976bcd;
  border-radius: 15px;
  margin: 10px 0 20px;
}

.accordion-content:last-of-type {
  margin: 10px 0 0;
}

.accordion-content > section {
  border-bottom: solid 2px #976bcd;
  padding-bottom: 20px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.accordion-content .ranking {
  width: 12%;
  max-width: 40px;
  margin-right: 5%;
  text-align: left;
}

.accordion-content .txt {
  margin-left: 0;
  text-align: left;
  width: 82%;
}

.accordion-content h5 {
  font-size: 1.8rem;
  text-align: left;
}

.accordion-content .txt p {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 1rem;
}

.accordion-content > section:nth-of-type(n+4) .ranking {
  font-size: 1.8rem;
  width: 12%;
  max-width: 40px;
  min-width: 10px;
  margin-right: calc(5% - 10px);
  margin-left: 10px;
}

.accordion-content > section:nth-of-type(10) .ranking {
  margin-left: 0;
  max-width: 50px;
  width: 17%;
}

.accordion-content > section:nth-of-type(n+4) .ranking span {
  font-size: 1rem;
}

.accordion-content > section:nth-of-type(n+4) h5 {
  font-size: 1.4rem;
  margin-top: 0;
}

.accordion-content h6 {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: left;
}

.election .result .btn_ep {
  width: 100%;
  margin-top: 10px;
}

.election .result .btn_ep a {
  font-size: 1rem;
  padding: 8px 20px;
}

.modaal-content-container .inline_txt {
  font-size: 1.2rem;
  margin: 0;
}

.modaal-container {
  max-height: 68vh !important;
}

.modaal-content {
  max-height: 68vh !important;
}


}


/*----------------------------------

goods

----------------------------------*/
.goods {
  background: #fef8f2;
  padding: 120px 50px;
}

.goods h2 {
  max-width: 930px;
  margin: 0 auto 40px;
}

.goods .inner {
  background: #fef8f2;
  border-radius: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.goods .description {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 50px;
}

.goods .lists {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -2%;
}

.goods .lists > section {
  width: 29%;
  text-align: center;
  margin: 2%;
}

.goods .lists .fig {
  background: #fef4e7;
  position: relative;
  padding: 50%;
  border-radius: 50%;
}

.goods .lists figure {
  position: absolute;
  width: 70%;
  top: 15%;
  left: 15%;
}

.goods .lists figure a:hover {
  animation: ani_btn .5s ease-in-out infinite alternate;
}

.goods .lists > section h3 {
	font-weight: 800;
  font-size: 2rem;
  padding-top: 40px;
  line-height: 1.3;
}

.goods .lists > section p {
  font-size: 1.6rem;
  padding-top: 10px;
}

.goods .lists > section span {
  font-size: 1.2rem;
}

.goods .lists .note {
  font-weight: 700;
  font-size: 1.2rem;
}

.goods .btn {
  text-align: center;
  margin-top: 60px;
}

.goods .btn a {
  background: #d068ca;
  color: #fef8f2;
  display: inline-block;
  border-radius: 60px;
  text-align: center;
  padding: 30px 100px;
  font-size: 4rem;
}

.goods .btn a:hover {
  animation: ani_btn .5s ease-in-out infinite alternate;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: table !important;
  width: 100%;
}

.modaal-image .modaal-inner-wrapper {
  display: table-cell !important;
  vertical-align: middle !important;
  max-height: 90vh;
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.modaal-fullscreen .modaal-container {
  margin: 10vh 0;
  height: auto !important;
}

.modaal-gallery-item img {
  width: 80vh !important;
}

.modaal-container {
  border-radius: 20px !important;
}

.modaal-close {
  background: #d068ca !important;
}

.modaal-close:focus,
.modaal-close:hover {
  background: #976bcd !important;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #fff !important;
}

@media screen and (max-width: 900px) {
.goods {
  padding: 50px 20px 60px;
}

.goods h2 {
  margin: 0 auto 35px;
  max-width: 80%;
}

.goods .description {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 25px;
}

.goods .lists {
  margin: 0 -1%;
}

.goods .lists > section {
  width: 48%;
  text-align: center;
  margin: 4% 1%;
}

.goods .lists > section span {
  font-size: 1rem;
}

.goods .lists > section h3 {
  font-size: 1.2rem;
  padding-top: 20px;
  line-height: 1.4;
}

.goods .lists > section p {
  font-size: 1.1rem;
  padding-top: 5px;
}

.goods .lists > section p span {
  font-size: 0.9rem;
}

.goods .lists .note {
  font-size: .8rem;
  padding-top: 10px;
  line-height: 1.4;
}

.goods .btn {
  margin-top: 30px;
}

.goods .btn a {
  padding: 20px;
  font-size: 2.2rem;
  display: block;
}

.modaal-image .modaal-container {
  height: 80vw !important;
}

.modaal-gallery-item img {
  width: 80vw !important;
}


}


