body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

 .clearfix {
   display: block;
   padding: 0;
 }

 .clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
 }


/* ▼ */


#wrap {
width: 100%;
height: auto;
position: relative;
line-height: 1.5;
background: #fff;
color: #373737;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Sawarabi Gothic', sans-serif;
overflow: hidden;
}

/*  */

/* ボタンのスタイル */
.page-top {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #c42231;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 2px solid #fff;
    z-index: 10000;
}

/* 矢印のスタイル */
.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);
}
/*  */
/*  */

@keyframes RightToLeft {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



#header{
  width: 100%;
      height: auto;
      background-repeat: no-repeat;
      background-size: auto 100%;
      position: relative;
      background-position: center top;
  }

#header .header_img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#header .header_img img{
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  vertical-align: bottom;
  z-index: 5;
}

#header .oa {
  position: absolute;
  top: 4%;
  left: 2%;
}

#header .oa img {
  width: 100%;
  height: auto;
  max-width: 200px;
}

 .theme {
    max-width: 800px;
    margin: 0 auto;
  padding-top: 10vh;
}

.mail_date {
  color: #fff;
  background: #e6807d;
  font-size: 18px;
  letter-spacing: 0.07em;
  text-align: center;
  padding: 0.5rem 0;
}

.mail_date .date_number {
  font-size: 25px;
  font-weight: bold;
}

.mail_text {
  width: 100%;
  background: #fff;
  text-align: left;
  padding: 1.3em 1em 1em 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border: 2px solid #e6807d;

}

/* //////////////////// */

#navi {
  width: 100%;
      height: auto;
      background: #c42231;
      margin: 0 auto;
      text-align: center;
      margin-top: 0px;
      position: relative;
      margin-top: -7px;
      font-size: 16px;
      color: #fff;
}

#navi ul {
  display: inline-flex;
  width: 100%;
  height: auto;
  max-width: 1000px;
  justify-content: center;
  align-items: baseline;
}

#navi ul li{
      width: 25%;
      padding: 1em 0.3em;
      position: relative;
      border-right: 1px solid #fff;
}

#navi ul li:first-child {
  border-left: 1px solid #fff;
      padding-top: 21px;
}

#navi ul li img {
  width: 100%;
      height: auto;
      max-width: 50px;
      display: block;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 0.2em;
}

#navi ul li a {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

/* ////////////////// */

#main_wrap {
  width: 100%;
  height: auto;
  position: relative;
  background: #fff;
  margin-top: 0px;
  color: #272727;
}

#main {
width: 100%;
height: auto;
z-index: 10;
position: relative;
margin: 0 auto;
box-sizing: border-box;
}

#main .max-width {
width: 100%;
height: auto;
max-width: 1100px;
position: relative;
margin: 0 auto;
padding-top: 12vh;
padding-bottom: 7vh;
}

/* //// */

.event {
  width: 100%;
  padding: 3vh;
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  position: relative;
  background: #fff;
  border: solid 3px #e2442b;
  border-radius: 20px;
  margin-bottom: 12vh;
}

.event img{
  width: 75%;
}

.information_block {
  margin-bottom: 1rem;
}

.event .information {
  margin-bottom: 0.5rem;
}


/* .event::after {
  content: url(../images/accent_ai.png);
  position: absolute;
  bottom: -1%;
  right: 2%;
  z-index: 10;
} */

.event h2 {
  /* font-size: 1.6rem; */
  font-size: 24px;
  margin-bottom: 2rem;
  border-bottom: 3px dotted #e2442b;
  }


.event h3 {
font-size: 1.8rem;
color: #ffffff;
font-weight: 300;
text-shadow: 2px 2px 0 #e2442b, -2px -2px 0 #e2442b, -2px 2px 0 #e2442b, 2px -2px 0 #e2442b, 0px 2px 0 #e2442b, 0 -2px 0 #e2442b, -2px 0 0 #e2442b, 2px 0 0 #e2442b;
letter-spacing: 0.05em;
margin-bottom: 3vh;
}

.btn_text {
  font-weight: bold;
}

.event p {
  /* text-align: center; */
  text-align: left;
  font-weight: 600;
  line-height: 1.6em;
}

.event p span{
  font-size: 18px;
  color: #e2442b ;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.p_annotation {
  padding-left: 1em;
    text-indent: -1em;
}

.event a{
  word-break: break-all;
  }

.event ul{
  text-align: left;
  margin-top: 3vh;
}

.event.heading_pink::before {
  content: attr(data-en);
  position: absolute;
  top: -50px;
  left: 49.2%;
  transform: translateX(-50%);
  color: rgb(255 213 213 / 70%);
  font-size: 70px;
  font-style: italic;
}

.event .btn {
  z-index: 100;
}

.event_pc_br {
  display: block;
  }

/* /////////////////////////////////// */

.twitter-timeline {
  margin: 0 auto;
}

/* /////////////////////////////////// */

.guest_title {
    text-align: center;
    color: #e1442a;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.guest_sentence {
width: 100%;
background: #fff;
padding: 2em;
line-height: 1.5;
letter-spacing: 0.05em;
max-width: 800px;
margin: 0 auto;
}

/* /////////////////////////////////// */



.box {
  width: 100%;
  box-sizing: border-box;
}

.title {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2vh;
  color: #000;
  display: inline-block;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
}

.chukei_red .title{
  color: #fff;
}

.red .title {
  color: #fff;
}

.title h2 {
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-block;
}

.heading {
    position: relative;
      padding-top: 3vh;
}

.heading_pink span{
  display: inline-block;
position: relative;
}

.heading_red {
  position: relative;
}

.heading span {
	position: relative;
	z-index: 2;
}

.heading::before {
  content: attr(data-en);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
    color: rgb(196 34 49 / 20%);
  font-size: 70px;
  font-style: italic;
}

.heading_red::before {
  content: attr(data-en);
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(255 255 255 / 20%);
  font-size: 70px;
  font-style: italic;
}

.chukei_red .heading::before {
  content: attr(data-en);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(255 255 255 / 20%);
  font-size: 70px;
  font-style: italic;
}

.heading_pink::before {
  content: attr(data-en);
  position: absolute;
  top: -50px;
      left: 49.2%;
  transform: translateX(-50%);
  color: rgb(255 255 255 / 70%);
  font-size: 70px;
  font-style: italic;
}

.box p {
  font-size: 16px;
  font-weight: 300;
}

/* /////////////////////////////////////// */

.box_inner {
  text-align: left;
}

/* /////////////////////////////////////// */

.red {
  background: #e2442b;
  padding: 5vh;
}

.chukei_red{
  background: #e2442b;
  padding: 5vh;
}

.blog_summary {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 3vh;
  max-width: 1000px;
  margin: 0 auto;
}

.blog_wrap {
  width: 33.3%;
      margin: 0 auto;
      max-width: 300px;
      letter-spacing: 0.05em;
      box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 5%);
      border-radius: 0px 0px 15px 15px;
      position: relative;
      transition: 0.3s;
}

.blog_wrap:hover {
  filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}

.blog_wrap img {
  border-radius: 15px 15px 0px 0px;
  vertical-align: top;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-height: 210px;
  max-width: 340px;
  object-fit: cover;
  object-position: 100% 0;
  min-height: 210px;
  object-position: top center;
}

#main .red .blog_summary .blog_wrap img {
  max-height: inherit;
      border-radius: 15px;
      background: #fff;
      padding: 1em;
}


.blog_wrap .blog_inner {
width: 100%;
height: auto;
padding: 0.2em 1em;
min-height: 140px;
border-radius: 0px 0px 15px 15px;
background: #fff;
}

.blog_wrap .blog_date {
      color: #e2442b;
      font-size: 14px;
}

#main .red .blog_summary .blog_wrap .blog_date {
    background: #fff;
    border-radius:25px;
    padding: 0.2em 2em;
    margin-bottom: 0.5em;
    display: inline-block;
}

.blog_wrap .blog_title {
  font-size: 18px;
line-height: 1.5;
}

.blog_summary a {
  position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-indent: -999px;
z-index: 2;
}

/* ////////////////////////////////////// */



.box_img {
width: 100%;
    display: block;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.box dl {
    width: 20%;
    height: auto;
    margin-bottom: 5vh;
    margin-top: 3vh;
  }

  .box dl dt {
      width: 100%;
      display: inline-block;
      margin-bottom: 0.5em;
      position: relative;
  }

  .box .mon {
      position: relative;
  }

  .box .tue {
      position: relative;
  }

  .box .wed {
      position: relative;
  }

  .box .thu {
      position: relative;
  }

  .box .fri {
      position: relative;
  }

  .box dl dd {
      box-sizing: border-box;
      align-items: baseline;
      display: inline-block;
      font-size: 18px;
      text-align: center;
      max-width: 200px;
  }

  .box_img img {
      width: 100%;
      height: auto;
      max-width: 170px;
      border-radius: 15px;
  }


  .box_img dl dt::before {
    width: 50px;
    padding-bottom: 50px;
    content: "";
    border-radius: 50%;
    top: -10%;
    left: 0%;
    font-size: 20px;
    transform: rotate(0deg);
    color: #fff;
    position: absolute;
    z-index: 101;
  }

  .box_img .mon::before{
      background: #f29b76;
      display: inline-block;
  }

  .box_img .tue::before{
      background: #89c997;
      display: inline-block;
  }

  .box_img .wed::before{
      background: #7ecef4;
      display: inline-block;
  }

  .box_img .thu::before{
      background:  #8f82bc;
      display: inline-block;
  }

  .box_img .fri::before{
      display: inline-block;
      background: #f19ec2;
  }


 .box_img dl dt::after {
   top: -5%;
       left: 7%;
      font-size: 18px;
       transform: rotate(0deg);
       color: #fff;
       position: absolute;
       z-index: 101;
       display: inline-block;
  }

  .box_img .mon::after{
      content: "月";
  }

  .box_img .tue::after{
      content: "火";
  }

  .box_img .wed::after{
      content: "水";
  }

  .box_img .thu::after{
      content: "木";
  }

  .box_img .fri::after{
      content: "金";
  }

.box .note {
  font-size: 13px;
}


/* /////////////////////////////////////// */

.corner_box {
  text-align: left;
  padding-bottom: 5vh;
}

.corner_wrap {
    padding: 4em 0em 3em 1em;
}

#main_wrap .corner_name {
  font-size: 20px;
  display: inline-block;
  color: #FFF;
  padding: 0.3em 2em;
}

#main_wrap hr{
  border-top: 0px;
    margin-top: -2vh;
}

.corner_wrap p{
  font-size: 16px;
  margin-left: 3em;
  padding-top: 1em;
  line-height: 1.7;
}

.corner_inner {
      padding-bottom: 2em;
}

.c_mon {
      background: #e89217;
      color:  #e89217;
}

.c_tue {
      background: #e1442a;
      color: #e1442a;
}

.c_wed {
      background: #2a73e1;
      color: #2a73e1;
}

.c_thu {
      background:  #44b834;
      color:  #44b834;
}

.c_fri {
      background: #f1bf13;
      color: #f1bf13;
}


.corner_title {
  background: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0.5em;
  border-bottom: 1px solid;
    display: inline-block;
}

/* //////////////////////////////////////// */

.pink .max-width {
width: 100%;
height: auto;
max-width: 1100px;
position: relative;
margin: 0 auto;
padding-top: 7vh;
padding-bottom: 7vh;
}

.podcast{
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 10vh;
}

.pod .each{
  display: flex;
  margin-top: 0.5em;
}

.pod img{
  width: 100%;
  padding: 0 0.3em;
}



.sns {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 3rem;
    }

.sns h5 {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.sns img{
  max-width: 500px;
  width: 100%;
}

/* /////////////////////////////////////// */

.banner {
width: 100%;
height: auto;
margin: 0 auto;
background: #fff;
background: #fce5e0;
padding: 5vh;
box-sizing: border-box;
}

.banner ul {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner  ul li{
  width: 25%;
  height: auto;
  margin-right: 1em;
}

.banner img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.banner .song img{
    max-width: 185px;
  }






/* ////////////////////////////////////// */

.box .border {
  border-left: 5px solid;
  padding-left: 5px;
  margin-bottom: 10px;
}

.border p {
  font-weight: bold;
  text-align: left;
}

.box .orange {
  border-color: #EC7C19;
}

.box .red {
    border-color: #c12748;
}

.box .blue {
border-color:  #2269eb;
}

.box .green {
    border-color: #00a6a6;
}

.box .yellow {
border-color: #feda26;
}

.box h6 {
  font-size: 14px;
}

.box h4 {
font-size: 18px;
}

.point {
  font-size: 25px;
  text-align: left;
  display: block;
  background: #3272ec;
  display: inline-block;
  padding: 0.2em 1em;
  border-radius: 0px 10px 0px 10px;
  color: #fff;
  margin-bottom: 3vh;
  letter-spacing: 0.1em;
}

/* ///////////////////////////////////// */

a {
transition: 0.3s;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}



/* ////////// */

.btn {
  width: 100%;
      max-width: 400px;
      display: flex;
      position: relative;
      background: #e2442b;
      color: #fff;
      font-size: 20px;
      margin: 0 auto;
      padding: 0.5em 0em;
      margin-top: 5vh;
      margin-bottom: 2vh;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
      letter-spacing: 0.05em;
}

.gray {
  background-color: #e6e6e6;
}

.red .btn {
  background: #fff;
  color: #e2442b;
}

.chukei_red .btn{
  background: #fff;
  color: #e2442b;
}

.btn img {
  width: 100%;
height: auto;
max-width: 35px;
margin-right: 0.5em;
}

.btn p {
  text-align: center;
  display: block;
  width: auto;
}

.btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 2;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:active {
  transform: translateY(4px);
}

/* ///////// */

.sp {
display: none;
}

.pc {
  display: block;
  }

.big {
font-size: 35px;
}

hr {
border-top: 0px;
}

.pink {
background: #fce5e0;
width: 100%;
height: auto;
position: relative;
}

.sns_p {
  background: #fce5e0;
  width: 100%;
  height: auto;
  position: relative;
}

.sns_p::after {
  content: url(../images/heart_after.png);
  position: absolute;
  top: -5%;
  right: 2%;
  width: 180px;
  height: 89px;
  z-index: 100;
}
/* 
.pink::before {
  content: url(../images/heart_before.png);
position: absolute;
bottom: -5%;
left: 2%;
width: 180px;
height: 89px;
z-index: 0;
} */

/*  ============================= */

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

  .sp {
  display: block;
  }

  .pc {
  display: none;
  }


	.radiko{
	display: none;
	}

	.radiko_sp {
	display: block;
	width: 100%;
	position: relative;
	}

	.radiko_sp a img {
	 position: relative;
	 width: 100%;
	 height: auto;
	}

    .banner_top ul{
    width: 100%;
  }


#header {
  /* min-height: 340px; */
    padding: 0vh 0;
  background-size: cover;
    margin-top: -6px;

}

  #navi ul li:first-child {
      border-left: 0px solid #fff;
  }

  #navi ul li:last-child {
      border-right: 0px solid #fff;
  }

  #header .oa img {
      max-width: 90px;
  }

.theme{
  position: relative;
      width: 85%;
      text-align: left;
      font-weight: bold;
      font-size: 18px;
      margin: 0 auto;
      margin-bottom: 0em;
}
 .mail_text {
        padding: 1em;
        border: 2px solid #e6807d;
    }

.mail_date .date_number {
        font-size: 20px;
      }

   .mail_date {
        font-size: 14px;
            padding: 0.1em 1em;
            letter-spacing: 0.07em;
            width: auto;
            z-index: 15;
            display: block;
            margin-left: 0em;
            position: relative;
}

/* //////////////////////////////////// */

#navi {
    margin-top: 0px;
}

#navi ul li img {
    max-width: 30px;
  }

/* ////////////////////////////////// */

#main .max-width {
    width: 85%;
  }

  .title {
      margin-bottom: 2vh;
    }

    .blog_wrap img {
      max-height: 130px;
        min-height: 130px;
      }

    .blog_wrap {
        width: 30%;
}

.red {
  padding: 5vh 0vh 0vh 0vh;
}

.box h2 {
    font-size: 25px;
}

/* /////////////////////////////////// */

.sns {
  margin: 0 auto;
  display: block;
  }

  .banner ul li {
      width: 50%;
          text-align: center;
    }

    .banner img{
      max-width: 280px;
}

.banner .song img {
    max-width: 280px;
}

.box_img dl {
    width: 33%;
  }

  .pink::before {
      bottom: -2%;
    }

    .sns_p::after {
        top: -2%;
}



}

/*  ============================= */

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

.event {
  width: 100%;
  padding: 3vh;
}

.event img{
  width: 100%;
}

.event .btn {
  margin-top: 3vh;;
}

.event_pc_br {
display: none;
}

/* .event::after {
  content: url(../images/accent_ai_sp.png);
  position: absolute;
  bottom: -5.1%;
  right: -9%;
  z-index: 1000;
} */

.box .event h2 {
  font-size: 18px;
  text-align: left;
  }


.event h3 {
  font-size: 1.5rem;
}

/* ///// */


.pod .each{
  display: block;
  
}

/* ///// */


.box h2 {
  font-size: 25px;
margin-bottom: 2vh;
    }

/* ////// */

.heading_pink::before {
    top: -50px;
  }

.heading_red::before {
    top: -60px;
}

/* ///// */

.event h5 {
font-size: 18px;
text-align: center;
margin-bottom: 1em;
line-height: 1.2;
}

/* ///// */

.blog_wrap .blog_inner {
  min-height: inherit;
  padding-bottom: 1em;
}

.blog_summary {
  display: block;
}

.blog_wrap {
    width: 100%;
    margin-bottom: 3vh;
}

.btn {
    font-size: 16px;
    margin: 0 auto;
        text-align: center;
        display: block;
  }

  .blog_wrap img {
      max-height: 170px;
      min-height: 170px;
    }

    .blog_wrap .blog_title {
        font-size: 16px;
      }

#main .red .blog_summary .blog_date {
  display: block;
  width: 50%;
  text-align: center;
}

#main .red .blog_summary .blog_wrap img {
    max-height: 200px;
}
/* ////// */


.box_img {
    justify-content: space-between;
}

.box_img dl {
    width: 48%;
    margin-bottom: 1vh;
}


.box_img dl dt::before {
    width: 50px;
    padding-bottom: 50px;
    top: -5%;
    left: -4%;
  }

  .box_img dl dt::after {
    top: 0%;
    left: 7%;
    }

    .box dl dd {
        font-size: 16px;
      }

/* ////// */

#main_wrap .corner_name {
    font-size: 20px;
    font-weight: 100;
}

.corner_wrap {
    padding: 2em 0em 3em 0.5em;
}

.corner_title {
    font-size: 18px;
  }

  .corner_wrap p {
      margin-left: 0.5em;
      padding-top: 0em;
    }

/* //////// */

.banner {
    width: 100%;
    padding: 7vh 0vh;
  }

.banner ul {
    display: block;
  }

  .banner ul li {
      width: 100%;
      margin-bottom: 2vh;
    }

    .banner_top ul{
      justify-content: center;
    }

    .banner_top li{
      padding-right: 0em;
      max-width: 280px;
    }



  }