@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  text-decoration: none
}

ins,
mark {
  background-color: #ff9;
  color: #000
}

mark {
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

body {
  color: #333333;
}

p {
  color: #333333;
}

/*----------------------------------------------
 reset styles
----------------------------------------------*/
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  /* =16px */
}

@media screen and (max-width:767px) {
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 1.5em;
    /* =15px */
  }
}

a {
  color: #000000;
  text-decoration: none;
  transition-duration: 0.3s;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width:768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
  font-weight: bold;
}

.text {
  line-height: 1.6;
}

.hidden {
  display: none;
}

.sp-only {
  display: none;
}

@media screen and (max-width:767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block !important;
  }
}

.bold {
  font-weight: bold;
}

.pink {
  color: #e3007f;
}

/*----------------------------------------------
 box-sizing
----------------------------------------------*/
html {
  box-sizing: border-box;
}

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

/* ----------------------------------------------
contents styles
----------------------------------------------*/
header {
  position: relative;
}

.imgWr {
  line-height: 0;
  margin: 0 auto;
  text-align: center;
}

.imgWr img {
  max-width: 1200px;
  height: auto;
  padding-top: 3em;
}

@media screen and (max-width:767px) {
  .imgWr img {
    width: 100%;
    padding: 10px;
    padding-top: 2em;
  }
}

header h1 {
  position: absolute;
  text-align: center;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  font-size: 6.8rem;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.indent p {
  font-size: 0.7em;
  line-height: 1.2em;
  margin-top: 5px;
}

@media screen and (max-width:767px) {
  header h1 {
    top: 30%;
    font-size: 3.2rem;
  }
}

body {
  background-color: #fffefa;
}

.background {
  background-image: url(../img/fix.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.midashi01 {
  text-align: center;
}

.midashi01 img {
  height: 50px;
}

.midashi02 {
  text-align: center;
}

.midashi02 img {
  height: 40px;
}

.flex-box {
  display: flex;
  gap: 20px;
}

.photo-flex {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 1em
}

.photo-flex img {
  width: 250px;
}

.top-text01 p {
  margin-top: 1em;
}

.photo-text {
  margin-top: 1em;
}

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

  .flex-box {
    flex-direction: column;
  }


  .midashi01 img,
  .midashi02 img {
    height: 30px;
  }


  .photo-flex img {
    width: 150px;
  }
}

/* section top */
.top {
  width: 1200px;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media screen and (max-width:767px) {
  .top {
    width: 100%;
    padding: 0 15px;
  }
}

.top-text01 p,
.top-text02 p {
  text-align: center;
  line-height: 1.5em;
}

.top-text02 {
  margin-top: 3em;
}

.top-text02 h3 {
  text-align: center;
  font-weight: normal;
}

.big-text {
  font-size: 1.8em;
  font-weight: bold;
  color: #e3007f;
}

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

  .top-text01 p,
  .top-text02 p {
    text-align: left;
  }

  .big-text {
    font-size: 1em;
    text-align: center !important;
  }
}

.colorBox {
  background-color: #fceaf4;
  padding: 40px 80px;
}

.colorBox .boxIn {
  max-width: 1100px;
  margin: auto;
}

#fes1 .colorBox .boxIn .boxHead {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: url("../img/gradation-sp.jpg") no-repeat 50% 100%;
  width: 700px;
  margin: 0 auto;
  border-radius: 60px;
}

.colorBox .boxIn .boxHead img {
  height: 40px;
}

.boxHead h3 img {
  height: 45px;
}

#fes1 .colorBox .boxIn .boxHead {
  padding: 10px;
}

/* 受賞決定前はコメントアウトしておく */
#fes1 .colorBox .boxIn:last-of-type {
  margin-top: 6em;
}

@media screen and (max-width:767px) {
  #fes1 .colorBox .boxIn:last-of-type {
    margin-top: 5em;
  }
}


#fes2 .colorBox .boxIn .boxHead {
  padding: 25px 0 30px;
}

.colorBox .boxIn .boxHead p {
  font-size: 2.6rem;
}

.colorBox .boxIn .boxHead p:last-child {
  font-size: 2.8rem;
}

#fes2 .colorBox .boxIn .boxHead p:last-child {
  font-size: 2.0rem;
}

.boxHead h3 {
  font-size: 2em;
}

@media screen and (max-width:767px) {
  .colorBox {
    padding: 25px 10px 30px;
  }

  #fes1 .colorBox .boxIn .boxHead {
    background: url("../img/gradation-sp.jpg") no-repeat 50% 100%;
    background-size: 100% auto;
    width: 70%;
  }

  #fes1 .colorBox .boxIn .boxHead,
  #fes2 .colorBox .boxIn .boxHead {
    padding: 10px 0 10px;
  }

  .colorBox .boxIn .boxHead p {
    font-size: 1.7rem;
  }

  .colorBox .boxIn .boxHead p:last-child {
    font-size: 2.0rem;
    line-height: 1.2;
  }

  #fes2 .colorBox .boxIn .boxHead p:last-child {
    font-size: 1.4rem;
  }

  .colorBox .boxIn .boxHead h2 {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }

  .colorBox .boxIn .boxHead p+h2 {
    margin-top: 10px;
  }
}

.ouboBtn a {
  width: 460px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #06c755;
  font-size: 3.6rem;
  font-weight: bold;
  margin-top: 25px;
  border-radius: 10px;
  position: relative;
}

.ouboBtn a::after {
  content: "";
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
}

.colorBox .boxIn .bnr {
  line-height: 0;
  text-align: center;
  margin: -20px auto auto;
  padding-bottom: 60px;
}

.colorBox .boxIn .bnr img {
  width: 100%;
  max-width: 728px;
  height: auto;
}

.colorBox .boxIn .bnr a:hover img {
  opacity: 0.7;
}

@media screen and (max-width:767px) {
  .ouboBtn a {
    width: 100%;
    height: 70px;
    font-size: 2.4rem;
    margin: 25px auto;
  }

  .ouboBtn a::after {
    content: "";
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
  }

  .colorBox .boxIn .bnr {
    margin: -10px auto auto;
    padding-bottom: 0;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

#performer {
  padding-top: 90px;
  padding-bottom: 75px;
}

#performer h3,
#award h3,
#shinsa h3,
#contact h3 {
  font-size: 3.8rem;
  text-align: center;
  color: #bc2679;
  background: url("../img/border.svg") no-repeat 0 50%;
  max-width: 1100px;
  margin: auto auto 50px;
}

#performer h3 span,
#award h3 span,
#contact h3 span {
  display: inline-block;
  background-color: #fffefa;
  padding: 0 50px;
}

#shinsa h3 span {
  display: inline-block;
  background-color: #fceaf4;
  padding: 0 50px;
}

/* エピソードが入れば復活 */
/* #shinsa {
  padding-top: 90px;
} */

#shinsa .boxIn {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  #shinsa {
    padding-top: 40px;
  }

  #contact h3 {
    margin-bottom: 10px;
  }
}

/* フロー */
.flow {
  margin-bottom: 50px;
}

.flow>li {
  position: relative;
}

.flow>li:not(:last-child) {
  margin-bottom: 40px;
}

.flow>li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #bc2679;
  border-radius: 10px;
  position: relative;
  background: #fffefa;
}

.flow>li:not(:last-child) dl::before,
.flow>li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow>li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #bc2679;
}

.flow>li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fffefa;
}

.flow>li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #bc2679;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow>li dd {
  line-height: 1.3em;
  font-weight: bold;
}

.flow>li dl dt .icon {
  font-size: 14px;
  color: #fff;
  background: url("../img/gradation-sp.jpg") no-repeat 50% 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}



#performer .boxWr {
  width: 980px;
  margin: auto;
}

#performer .box {
  display: flex;
  /* justify-content: center; */
  width: 100%;
}

/* #performer .box+.box {
  margin-top: 20px;
} */

#performer .box .img {
  /* width: 300px; */
  height: auto;
  margin-right: 20px;
}

#performer .box .img img {
  max-width: 150px;
  height: auto;
  border: 1px solid #E6E6E6;
}

/* #performer .box .textWr {
  width: calc(100% - 330px);
} */

#performer .box .textWr .name {
  font-size: 3.0rem;
  font-weight: bold;
  margin: 10px auto 15px;
}

#performer .box .textWr a {
  text-decoration: underline;
}

@media screen and (max-width:767px) {
  #performer {
    padding-top: 40px;
    padding-bottom: 40px;
    width: calc(100% - 20px);
    margin: auto;
  }

  #performer h3 {
    font-size: 2.4rem;
    margin: auto auto 25px;
  }

  #performer h3 span {
    padding: 0 25px;
  }

  #performer .boxWr {
    width: 100%;
  }

  #performer .box {
    gap: 20px;
  }

  /* #performer .box+.box {
    margin-top: 30px;
  } */

  #performer .box .img {
    /* width: 100%; */
    height: auto;
    margin-right: 0;
  }

  #performer .box .img img {
    width: 100%;
    height: auto;
  }

  #performer .box .textWr {
    width: 100%;
    font-size: .9em;
  }

  #performer .box .textWr .name {
    font-size: 2.0rem;
  }

  #performer .box .textWr a {
    display: block;
  }
}

#attention {
  background-color: #f2f2f2;
  max-width: 1100px;
  margin: 60px auto;
  padding: 40px 0;
}

#attention dl {
  width: 950px;
  margin: auto;
}

#attention dl dt {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

#attention dl dd {
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

#attention dl dd+dd {
  margin-top: 10px;
}

@media screen and (max-width:767px) {
  #attention {
    margin: 30px auto;
    padding: 40px 10px;
  }

  #attention dl {
    width: 100%;
    margin: auto;
  }

  #attention dl dt {
    font-size: 1.6rem;
  }
}

#contact {
  max-width: 1440px;
  margin: auto;
  padding: 0 80px;
}

#contact h2 {
  font-size: 3.0rem;
  text-align: center;
  color: #fff;
  background: rgb(188, 38, 121);
  background: linear-gradient(90deg, rgba(188, 38, 121, 1) 0%, rgba(236, 97, 174, 1) 25%, rgba(243, 160, 206, 1) 50%, rgba(236, 97, 174, 1) 75%, rgba(188, 38, 121, 1) 100%);
  padding: 20px;
}

#contact dl {
  text-align: center;
  line-height: 1.6;
  padding-bottom: 60px;
}

#contact dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width:767px) {
  #contact {
    margin: auto 10px;
    padding: 0;
  }

  #contact h2 {
    font-size: 2.0rem;
    padding: 15px;
  }

  #contact dl {
    /* text-align: left; */
    padding-bottom: 40px;
  }

  #contact dt {
    font-size: 1.6rem;
    padding-top: 15px;
  }

  #contact dt:nth-of-type(n+2) {
    padding-top: 30px;
  }

  #contact dd {
    padding-left: 1em;
  }

  #contact dd a {
    text-decoration: underline;
  }
}


footer {
  text-align: center;
  color: #fff;
  background-color: #bc2679;
  padding: 30px 0;
}

footer small {
  font-size: 1.1rem;
}

@media screen and (max-width:767px) {
  footer {
    padding: 25px 0;
  }
}

#pagetopBtn {
  position: fixed;
  right: 40px;
  bottom: 40px;
}

@media screen and (max-width:767px) {
  #pagetopBtn {
    right: 10px;
    bottom: 10px;
  }
}

.box_note {
  margin-top: 1em;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
}

@media screen and (max-width:767px) {
  .box_note {
    text-align: left;
  }
}

/* grid */
.grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin-top: 2em;
}

.grid-item {
  padding: 20px;
  border-radius: 3px;
}

.grid-text {
  padding-top: 10px;
}

.grid-text h4 {
  text-align: center;
  font-size: 1.2em;
  text-indent: -.5em;
}

.grid-text-detail {
  padding-top: 15px;
}

.grid-text-detail .kantoku {
  font-weight: bold;
  padding-bottom: 10px;
}

/* gridクリップ */
.grid-item {
  position: relative;
  max-width: 400px;
  min-height: 375px;
  margin: 1.5em auto;
  padding: 2.5em 1.5em 1.5em;
  box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
  color: #333333;


  box-shadow: 0 4px 4px rgb(0 0 0 / 5%),
    0 2px 3px -2px rgb(0 0 0 / 1%);
  background-image: linear-gradient(transparent calc(100% - 1px), #fff0fa 50%, #fff0fa),
    linear-gradient(90deg, transparent calc(100% - 1px), #fff0fa 50%, #fff0fa);
  background-size: 15px 15px;
  background-repeat: repeat;
  background-color: #ffffff;
}

.grid-item span {
  position: absolute;
  top: -15px;
  transform: translateX(-.3em) rotate(-5deg);
  padding: .5em 2em;
  border-right: 2px dotted rgb(0 0 0 / 10%);
  border-left: 2px dotted rgb(0 0 0 / 10%);
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  background-color: rgb(255 255 255 / 50%);
  font-weight: 600;
  font-size: 1.2em;
}

.grid-item .tape01 {
  top: -38px;
  line-height: 1.3em;
}

.grid-item .tape02 {
  top: -38px;
  left: 13px;
  line-height: 1.3em;
  padding: .5em 1em;
}

.grid-item p {
  margin: 0;
}

.grid-text-detail:last-child {
  line-height: 1.5em;
}

@media screen and (max-width:767px) {
  .grid {
    margin-top: 1em;
    gap: 0;
  }
}

/* フェードイン */
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1s;
}

.fadein-bottom {
  transform: translate(0, 30px);
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* ep-box */
.ep-box {
  margin: 0 auto;
  padding: 1.5em 2em 1.3em;
  border-left: 5px solid #bc2679;
  border-radius: 3px;
  background-color: rgba(252, 234, 244, .5);
  margin-bottom: 2em;
}

.ep-box>div {
  margin-bottom: .5em;
  color: #bc2679;
  font-weight: 600;
  font-size: 1.05em;
}

.ep-box>p {
  margin: 0;
  color: #333;
  line-height: 1.5em;
}

/*202201追加*/
.grayOver .colorBox .boxIn {
  background-color: #CCC;
}

.grayOver .colorBox .boxIn .boxBody {
  opacity: 0.3;
}

.grayOver a:hover {
  opacity: 1;
  cursor: default;
}

#award {
  max-width: 1100px;
  margin: auto;
  padding-top: 80px;
}


#award .boxBody {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0 75px;
  padding-bottom: 0;
}

@media screen and (max-width:767px) {
  #award {
    margin: auto;
    padding: 0 10px;
    padding-top: 40px;
  }

  #award .boxBody {
    padding: 0;
  }
}

/* jusyou */
.jusyou {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  margin: 2em auto;
  padding: 30px;

  background-image: linear-gradient(transparent calc(100% - 1px), #fff0fa 50%, #fff0fa),
    linear-gradient(90deg, transparent calc(100% - 1px), #fff0fa 50%, #fff0fa);
  background-size: 15px 15px;
  background-repeat: repeat;
  box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
}

.jusyou img {
  max-width: 200px;
}

.jusyou h4 {
  font-size: 1.5em;
  line-height: 1.2em;

}

.jusyou p {
  margin-top: 1em;
  line-height: 1.5em;
  padding-left: 1em;
}

.haiyusyou h4 {
  font-size: 1.2em;
}

@media screen and (max-width:767px) {
  .jusyou {
    /* flex-direction: column-reverse; */
    margin: 1em auto;
  }

  .jusyou img {
    max-width: 100%;
  }
}

/* movie-button */
.movie-button {
  max-width: 150px;
  margin: 0 auto;
  margin-top: .5em;
}

.movie-button a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #e3007f;
  padding: 8px;
  display: block;
  border-radius: 60px;
}