@charset "utf-8";
/*共通 設定
---------------------------------------------------------*/
:root {
  --color-main:#FC6694;
  --pink:#FDF1F5;
  --orange: #FF931E;
  --green: #7ac943;
  --blue: #3fa9f5;
  --purple: #c44192;
  --taipei: #ff7bac;
  --fontJa: "vdl-gigamaru", sans-serif;
  --fontJa_jr: "vdl-gigamarujr", sans-serif;
  --fontJa_sub: "vdl-logog", sans-serif;
  --fontEn: "futura-pt", sans-serif;
  --fontEn_sub: "corpulent-web", sans-serif;
}

.fontJa{
    font-family: var(--fontJa);
    font-weight: 500;
    font-style: normal;
}
.fontJa_jr {
  font-family: var(--fontJa_jr);
  font-weight: 500;
  font-style: normal;
}
.fontJa_sub {
  font-family: var(--fontJa_sub);
  font-weight: 400;
  font-style: normal;
}
.fontEn{
    font-family: var(--fontEn);
    font-weight: 600;
    line-height: .9;
}
.fontEn_sub{
    font-family: var(--fontEn_sub);
    font-weight: 400;
    font-style: normal;
}
.d-grid{
    display:grid;
}
.txt-set{
    line-height: 2;
    text-align: justify;
}
.clrMain{
  color: var(--color-main);
}
.bgPink{
  background-color: var(--pink);
}
.fw600{
  font-weight: 600;
}


/*キャラクター カラー
---------------------------------------------------------*/
/* 知多娘 */
._chitamilk{background-color: #fc6694!important;}
._mihamaren{background-color: #eb8226!important;}
._tokonamesera{background-color: #7fbdc0!important;}
._chitamaiko{background-color: #8fc13a!important;}
._handatoiko{background-color: #b06d27!important;}
._higashiuramirai{background-color: #936798!important;}
._aguihotaru{background-color: #6a4378!important;}
._tokaishu{background-color: #e68b88!important;}
._minamichitamarina{background-color: #44afd9!important;}
._obuakane{background-color: #eeb437!important;}
._taketoyootohime{background-color: #ee7388!important;}
._utsumiokichi{background-color: #9f3870!important;}
._utsumiokichi_2{background-color: #9f3870!important;}
._mihamaai{background-color: #d1d17b!important;}
._hirokojiclala{background-color: #bd3825!important;}
._otamedy{background-color: #fef102!important; color: #231815!important;}
._ootagawachiyoko{background-color: #d84e5e!important;}
._obuwmomoka{background-color: #e07192!important;}
._higashiuramikoto{background-color: #d38eba!important;}
._ototachibanahime{background-color: #a92000!important;}
._onouraokoto{background-color: #71c5ab!important;}

/* 台北娘 */
._taipeitsutsuji{background-color: #f6c133!important;}
._matsuyamanijika{background-color: #96d7f7!important;}
._shiniarisa{background-color: #e8444d!important;}
._beitofumiki{background-color: #f094bb!important;}



/* 知多娘 */
._chitamilk_clr{color: #fc6694!important;}
._mihamaren_clr{color: #eb8226!important;}
._tokonamesera_clr{color: #7fbdc0!important;}
._chitamaiko_clr{color: #8fc13a!important;}
._handatoiko_clr{color: #b06d27!important;}
._higashiuramirai_clr{color: #936798!important;}
._aguihotaru_clr{color: #6a4378!important;}
._tokaishu_clr{color: #e68b88!important;}
._minamichitamarina_clr{color: #44afd9!important;}
._obuakane_clr{color: #eeb437!important;}
._taketoyootohime_clr{color: #ee7388!important;}
._utsumiokichi_clr{color: #9f3870!important;}
._utsumiokichi_2_clr{color: #9f3870!important;}
._mihamaai_clr{color: #d1d17b!important;}
._hirokojiclala_clr{color: #bd3825!important;}
._otamedy_clr{color: #fabe00!important;}
._ootagawachiyoko_clr{color: #d84e5e!important;}
._obuwmomoka_clr{color: #e07192!important;}
._higashiuramikoto_clr{color: #d38eba!important;}
._ototachibanahime_clr{color: #a92000!important;}
._onouraokoto_clr{color: #71c5ab!important;}

/* 台北娘 */
._taipeitsutsuji_clr{color: #f6c133!important;}
._matsuyamanijika_clr{color: #96d7f7!important;}
._shiniarisa_clr{color: #e8444d!important;}
._beitofumiki_clr{color: #f094bb!important;}




/*header
---------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: .2s;
  z-index: 9999;
  background-color: #fff;
}
#header.scrollClass {
  box-shadow: 0 0 0.3rem rgba(0,0,0,0.2);
}
#header .container{
  padding: 1rem 0;
}
.headerWrap {
  padding-bottom: 1.6rem;
}
.hLogo img {
  max-height: 5.9rem;
}
.hMenu {
  gap: 1.6rem;
}
.hLink{
  gap: 2rem;
}
.hBtn{
  gap: 1rem;
}
.hBtn a{
  border-radius: 3rem;
  padding: 1rem 2rem 1rem 1.7rem;
}
.hBtn li._contact a{
  border: .1rem solid var(--color-main);
  color: var(--color-main);
  background-color: #fff;
}
.hBtn li._shop a{
  background-color: var(--color-main);
  color: #fff;
}
.hMenu li a::before{
  content: "";
  background: center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 0.8rem;
  vertical-align: -0.2rem;
}
.hMenu li._company a::before{
  width: 1.9rem;
  height: 2rem;
  background-image: url("../img/icon_company.svg");
}
.hMenu li._about a::before{
  width: 1.6rem;
  height: 1.8rem;
  background-image: url("../img/icon_about.svg");
}
.hMenu li._contact a::before{
  width: 2.4rem;
  height: 1.9rem;
  background-image: url("../img/icon_mail.svg");
}
.hMenu li._shop a::before{
  width: 2.7rem;
  height: 2.1rem;
  background-image: url("../img/icon_shop.svg");
}
.hNav ul{
  align-items:flex-end;
}
.hNav li {
  text-align: left;
  position: relative;
}
.hNav li a::before {
  content: "";
  background: center no-repeat;
  background-size: contain;
  display: block;
  margin-inline: auto;
  margin-bottom: 0.6rem;
  transition: .4s;
}
.hNav li._event a::before{
  width: 3.6rem;
  height: 3.6rem;
  background-image: url("../img/icon_event.svg");
}
.hNav li._calendar a::before{
  width: 3.2rem;
  height: 3.5rem;
  background-image: url("../img/icon_calendar.svg");
}
.hNav li._news a::before{
  width: 5.6rem;
  height: 3.2rem;
  background-image: url("../img/icon_news.svg");
}
.hNav li._character a::before{
  width: 3.9rem;
  height: 3.2rem;
  background-image: url("../img/icon_character.svg");
}
.hNav li._voice_actress a::before{
  width: 2.9rem;
  height: 3.8rem;
  background-image: url("../img/icon_voice_actress.svg");
}
.hNav li._discography a::before{
  width: 3.2rem;
  height: 3.2rem;
  background-image: url("../img/icon_discography.svg");
}
.hNav li._works a::before{
  width: 4.1rem;
  height: 3.8rem;
  background-image: url("../img/icon_works.svg");
}
.hNav li._audition a::before{
  width: 4.8rem;
  height: auto;
  aspect-ratio: 5.7/3.5;
  background-image: url("../img/icon_audition.svg");
}

.scrollClass .headerWrap {
  padding-bottom: 1rem;
}
.scrollClass .spMenu:not(.active) .hNav li a::before{
  opacity: 0;
  width: 0!important;
  height: 0!important;
}

.menuIconWrap {
  display: none;
}

/* ホバー */
.hLink li,
.hBtn li,
.hNav li{
  transition: .2s;
}
.hLink li:hover,
.hBtn li:hover,
.hNav li:hover{
  transform: translateY(-.5rem);
}

/*footer
---------------------------------------------------------*/
.footer{
  background-color: var(--color-main);
}
.footer,
.footer a{
  color: #fff;
}
.footer .container{
  position: relative;
  padding: 4.6rem 0 2.8rem;
}
.footer .inner{
  max-width: 100rem;
  margin-inline: auto;
}
.fRow {
    gap: 5rem;
    align-items: center;
    padding-bottom: 2rem;
}
.fLogo img{
  width: 19.4rem;
  max-width: 100%;
}
.fSns{
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
  margin: 1rem 2rem 0 0;
}
.fNav {
    flex:1;
}
.fNav ul {
    gap: 2rem 2rem;
    grid-template-columns: repeat(5, 1fr);
    text-align: left;
    padding-bottom: 3.4rem;
    font-size: 1.8rem;
}
.fLink {
  gap: 6rem;
  position: relative;
  padding-top: 2rem;
}
.fLink::before{
  content: "";
  width: 110rem;
  height: .1rem;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: -5rem;
}
.copyRight{
  font-size: 1.4rem;
}
.fLink ul{
  gap: 4rem;
}
.fNav ul li,
.fLink ul li{
  transition: .2s;
}
.fNav ul li:hover,
.fLink ul li:hover{
  transform: translateY(-.5rem);
}
#pageTop {
    width: 10rem;
    height: auto;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
}
#pageTop:hover{
    transform: translateY(-60%);
}
#pageTop img:hover{
  opacity: 1;
}

/*共通 パーツ
---------------------------------------------------------*/
/* タイトル */
.ttlEnJa {
    font-size: 2rem;
    margin-bottom: 3.2rem;
    color: #808080;
}
.ttlEnJa._row{
  display: flex;
  align-items: baseline;
  gap: 2rem;
}
.ttlEnJa._row._center{
  justify-content: center;
}
.ttlEnJa span {
    display: block;
    font-size: 8rem;
    line-height: 0.9;
    margin-bottom: 1rem;
    color: var(--color-main);
}
.ttlEnJa._blue span {
    color: var(--blue);
}
.ttlEnJa._white,
.ttlEnJa._white span {
    color: #fff;
}
.ttlEnJa._small span{
  font-size: 5.4rem;
  margin: 0;
}
.ttlEnJa._left{
  text-align: left;
}
.ttlEnJa._left span{
  margin: 0;
}

.ttlJaEn{
  margin-bottom: 3.2rem;
  font-feature-settings: "palt";
}
.ttlJaEn h2{
  font-size: 5.2rem;
  color: var(--color-main);
  letter-spacing: .07em;
}
.ttlJaEn .fontEn{
  font-size: 1.8rem;
  color: #b3b3b3;
}

.ttlJaEn._small{
  margin-bottom: 4.2rem;
}
.ttlJaEn._small h2{
  font-size: 4.8rem;
}
.ttlJaEn._small .fontEn{
  font-size: 2rem;
  color: #808080;
}


.ttlDot{
  color: var(--color-main);
  margin-bottom: 3rem;
}
.ttlDot::after{
  content: "";
  width: 6.8rem;
  height: auto;
  aspect-ratio: 6.8/1;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 1.4rem 0.8rem;
  background-image: radial-gradient(circle, var(--color-main) 0.2rem, transparent 0.3rem);
  display: block;
  margin-inline: auto;
}
.ttlDot.aboutAnchorTtl::after,
.ttlDot.c_audiTtl::after{
  background-image: radial-gradient(circle, #fff 0.2rem, transparent 0.3rem);
}
.ttlDot h2{
  font-size: 4.2rem;
  font-feature-settings: "palt";
  letter-spacing: .02em;
}
.ttlDot .fontEn{
  font-size: 2.4rem;
  font-weight: 500;
  margin: 1rem 0 0.5rem;
}


/* ボタン */
.btn a,
.btn span.txt {
  background-color: var(--color-main);
  color: #fff;
  padding: 1rem 4.7rem 1rem 3rem;
  font-size: 2rem;
  border-radius: 5rem;
  display: inline-block;
}
.btn._arrow a,
.btn._arrow span.txt{
  position:relative;
}
.btn._arrow a::after,
.btn._arrow span.txt::after {
  content: "";
  width: 0.76rem;
  height: auto;
  aspect-ratio: 76/88;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  display: block;
  position: absolute;
  right: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn._arrow._bottom a::after,
.btn._arrow._bottom span.txt::after{
  width: 1.3rem;
  aspect-ratio: 2 / 1.4;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.active .btn._arrow._bottom a::after,
.active .btn._arrow._bottom span.txt::after{
  transform: translateY(-50%) rotate(180deg);
}
.btn._arrow._03 a::after{
  content: "";
  display: inline-block;
  background: url("../img/arrow03.svg") center center no-repeat;
  background-size: contain;
  width: 1.1rem;
  height: auto;
  aspect-ratio: 1;
}
.btn._blue a{
  background-color: var(--blue);
}
.btn._orange a{
  background-color: var(--orange);
}
.btn._white a,
.btn._white span{
  background-color: #fff;
}
.btn._fpink a,
.btn._fpink span{
  color: var(--color-main);
}
.btn._forange span{
  color: var(--orange);
}
.btn._fblue span{
  color: var(--blue);
}
.btn._arrow._fpink span::after,
.btn._arrow._fpink a::after{
  background-color: var(--color-main);
}
.btn._arrow._forange span::after{
  background-color: var(--orange);
}
.btn._arrow._fblue span::after{
  background-color: var(--blue);
}


.btn._arrow._calendar a::before{
  content: "";
  width: 10.2rem;
  height: auto;
  aspect-ratio: 102/78;
  background: url("../img/top/event_btn.png") center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: -0.5rem;
  position: absolute;
  top: -2rem;
  left: 1.3rem;
}
.btn._blank a,
.btn._blank span{
  padding: 1.2rem 4rem;
}
.btn._blank span{
  background-color: #fff;
  border-radius: 3rem;
  display: block;
  width: 35rem;
  margin-inline: auto;
  font-size: 2rem;
  padding: 1.6rem;
  line-height: 1;
}
._blank a::after,
.btn._blank span::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../img/icon_blank.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 0.7rem;
  vertical-align: 0.1rem;
}
._blank._fpink a::after {
  background-image: url("../img/icon_blank_pink.svg");
}
.btn._blank._orange span{
  box-shadow: .5rem .5rem 0 rgb(232 77 14 / 50%);
  color: var(--orange);
}
.btn._blank._blue span{
  box-shadow: .5rem .5rem 0 rgb(11 126 209 / 56%);
  color: var(--blue);
}
.btn._blank._orange span::after{
  background-image: url("../img/icon_blank_orange.svg");
}
.btn._blank._blue span::after{
  background-image: url("../img/icon_blank_blue.svg");
}

.btn._follow._arrow a{
  background-color: #fff;
  color: var(--color-main);
  border: 0.3rem solid var(--color-main);
  font-size: 1.8rem;
}
.btn._follow._arrow a::after{
  background-color: var(--color-main);
}

.btn._line span.txt{
  background-color: #06c755;
  box-shadow: .5rem .5rem 0 rgb(6, 199, 85, .25);
  padding: 0.6rem 2.1rem 0.7rem 1.2rem;
  font-size: 1.3rem;
}

.btn a:hover{
  transform: translateY(-.5rem);
}


.toggleBtn{
  cursor: pointer;
}
.toggleBtn:hover{
  opacity: .8;
}

.toggleBtn._arrow{
  position: relative;
}
.toggleBtn._arrow::after{
  content: "";
  width: 2.6rem;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/arrow02.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2.3rem;
  transform: translateY(-50%);
}
.toggleBtn._arrow.active::after{
  transform: translateY(-50%) rotate(180deg);
}



/* 両サイドに斜め線 */
._diagonal{
  position: relative;
  font-size: 2.5rem;
  display: inline-block;
  padding: 0.1rem 0 .5rem;
}
._diagonal::before,
._diagonal::after {
  content: "";
  display: block;
  background-color: #000;
  width: 0.2rem;
  border-radius: 1rem;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -2rem;
  transform: rotate(-32deg);
}
._diagonal::after {
  left: auto;
  right: -2rem;
  transform: rotate(32deg);
}
._diagonal._blue{
  color: var(--blue);
}
._diagonal._blue::before,
._diagonal._blue::after {
  background-color: var(--blue);
}
._diagonal._pink{
  color: var(--color-main);
}
._diagonal._pink::before,
._diagonal._pink::after {
  background-color: var(--color-main);
}
._diagonal._orange{
  color: var(--orange);
}
._diagonal._orange::before,
._diagonal._orange::after {
  background-color: var(--orange);
}
._diagonal._green{
  color: var(--green);
}
._diagonal._green::before,
._diagonal._green::after {
  background-color: var(--green);
}

/* 背景 チェック */
._check{
  background: top 1.4rem center repeat;
  background-size: 6.4rem auto;
  color: #fff;
  border-radius: 8rem;
  margin-inline: auto;
}
._check._pink{
  background-image: url("../img/check_pink.jpg");
}
._check._orange{
  background-image: url("../img/check_orange.jpg");
}
._check._blue{
  background-image: url("../img/check_blue.jpg");
}
._check._green{
  background-image: url("../img/check_green.jpg");
}
._check._purple{
  background-image: url("../img/check_purple.jpg");
}
._check._taipei{
  background-image: url("../img/check_taipei.jpg");
}
._check._line{
  background-image: url("../img/check_line.jpg");
}
.ttlCheck{
  font-size: 4.2rem;
  padding: 0.6rem;
  margin-bottom: 2.8rem;
}

/* スライド */
.slick-slider {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: .2s;
}
.slick-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
  height: auto;
  position:relative;
}
.mvSlide .slick-arrow {
    background: url("../img/slide_arrow.svg") center center no-repeat;
    background-size: contain;
    width: 7.2rem;
    height: auto;
    aspect-ratio: 1;
    position: absolute;
    right: 1.7%;
    top: 42%;
    cursor: pointer;
    transition: .2s;
    z-index: 99;
    filter: drop-shadow(.1rem .1rem .1rem rgba(159,160,160,.5));
}
.mvSlide .slick-arrow.prev {
    transform: rotate(180deg);
    right: auto;
    left: 1.7%;
}
.mvSlide .slick-arrow:hover {
    opacity:.7;
}

/* 波線 */
.bg_wave{
  position: relative;
  background-color: var(--pink);
}
.bg_wave._green{
  background-color: rgba(122,201,67,.1);
}
.bg_wave._top::before,
.bg_wave._bottom::after{
  content: "";
  width: 100%;
  height: 1.8rem;
  background: url("../img/bg_wave.svg") center right repeat-x;
  background-size: 10rem auto;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
}
.bg_wave._bottom::after{
  top: auto;
  bottom: -1px;
  transform: rotate(180deg);
}

/* カギかっこ */
._brackets{
  background: url("../img/bracket_left_top.svg") left 4rem top 4rem,
              url("../img/bracket_right_top.svg") right 4rem top 4rem,
              url("../img/bracket_right_bottom.svg") right 4rem bottom 4rem,
              url("../img/bracket_left_bottom.svg") left 4rem bottom 4rem;
  background-repeat: no-repeat;
  background-size: 7rem;
}
._brackets._small{
  background-position: left 2rem top 2rem,
                      right 2rem top 2rem,
                      right 2rem bottom 2rem,
                      left 2rem bottom 2rem;
  background-size: 4rem;
}
._brackets02{
  background: url("../img/bracket_left_top02.svg") left 2rem top 2rem,
              url("../img/bracket_right_top02.svg") right 2rem top 2rem,
              url("../img/bracket_right_bottom02.svg") right 2rem bottom 2rem,
              url("../img/bracket_left_bottom02.svg") left 2rem bottom 2rem;
  background-repeat: no-repeat;
  background-size: 6.2rem;
}

/* タイトル下 波線 */
.ttlWave{
  font-size: 3.8rem;
}
.ttlWave::after{
  content: "";
  width: 19.2rem;
  height: auto;
  aspect-ratio: 19.2/1;
  background: url("../img/wave.svg") center no-repeat;
  background-size: contain;
  display: block;
  margin-top: 0.8rem;
  margin-inline: auto;
}

/* テキスト下 波線 */
.ttlWave100{
  font-size: 2rem;
}
.ttlWave100::after{
  content: "";
  width: 96%;
  height: auto;
  aspect-ratio: 19.2/1;
  background: url("../img/wave_pink.png") center repeat-x;
  background-size: auto 0.7rem;
  display: block;
  margin-inline: auto;
}
.ttlWave100._white::after{
  background-image: url("../img/wave_white.png");
  width: 100%;
  background-size: auto 0.9rem;
  aspect-ratio: 31;
}

/*top
---------------------------------------------------------*/
.mainArea{
  position: relative;
  margin-bottom: 12rem;
  padding-top: 3.6rem;
}
.mainArea::before{
  content: "";
  width: 100%;
  height: 5rem;
  background: linear-gradient(180deg, #FF80AF 0%,#fff 100%);
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mvSlide li {
  margin: 0 1.6rem;
}
.mvSlide li img{
  border-radius: 1rem;
}
.mainArea .btn a{
  border: .45rem solid #fff;
  transform: translateY(50%);
  width: 36.8rem;
  font-size: 2.9rem;
  padding: 1.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-inline: auto;
  background: linear-gradient(159deg, #76CEFA 40%,#cef4ff 100%);
  box-shadow: .8rem .8rem 0 rgba(0,0,0,.12);
}
.mainArea .btn a:hover{
  transform: translate(.8rem, 58%);
  box-shadow: 0 0 0 rgba(0,0,0,.12);
}
.mainArea .btn a::after {
  width: 1.4rem;
  height: 1.6rem;
}
.newsList{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
  padding: 2rem 2.6rem 1.6rem;
  border-radius: 1rem 0 0 0;
  width: 33vw;
}
.newsList a{
  gap: 2rem;
}
.newsList .ttl{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  transition: .2s;
}
.newsList a:hover .ttl{
  color: var(--color-main);
}

.topEvent .ttlWrap {
  align-items: flex-end;
  margin-bottom: 6rem;
}
.topEvent .ttlWrap .ttlEnJa,
.topEvent .ttlWrap .ttlEnJa span{
  margin: 0;
}
.topEvent .ttlWrap .btn ._diagonal{
  margin-bottom:1rem
}
.topEvent .ttlWrap .btn a{
  display: block;
  font-size: 3.6rem;
  width: 45rem;
  text-align: right;
  padding: 1.5rem 5rem;
  position: relative;
}
.topEvent .ttlWrap .btn a span{
  font-size: 2rem;
  margin-left: 0.5rem;
}
.topEvent .row{
  gap: 4rem;
  margin-bottom: 4rem;
}
.postCardWrap{
  width:43.7rem;
  max-width: 100%;
}
.postCardTtl{
  background-color: var(--blue);
  color: #fff;
  font-size: 3.6rem;
  border-radius: 4rem;
  padding: 1rem;
  margin-bottom: 1rem;
  width: 40rem;
}
.topEvent .row .postCard{
  max-width: 43rem;
  height: 98rem;
  overflow-y: scroll;
}
.postCard a{
  border-radius: 1rem;
  overflow: hidden;
  display: block;
  background-color: #fff;
  padding: 1.4rem;
  border: .1rem solid #E6E6E6;
  margin-right:1rem;
  max-width: 40rem;
  min-height: 42rem;
}
.postCard a:nth-child(n+2){
  margin-top:1rem
}
.postCard a .thumb{
  border-radius: 1rem;
  aspect-ratio: 1;
}
.postCard a .box{
    padding: 1rem 0;
    text-align: left;
    font-weight: 600;
    gap: 0.3rem 0.7rem;
    align-items: center;
}
.postCard a .box .ttl{
    width: 100%;
    font-size: 1.6rem;
}
.postCard a:hover .box{
  opacity: .8;
}
.postCard a:hover .ttl{
  color: var(--color-main);
}
.topEvent .row .postList{
  flex: 1;
}
.postListWrap{
  max-width: 60.8rem;
  flex: 1;
}
.postListTtl{
  font-size: 3.6rem;
  padding-bottom: 1.4rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  color: var(--color-main);
}
.postListTtl::before,
.postListTtl::after{
  content: "";
  width: 19.2rem;
  width: 100%;
  height: 1rem;
  display: block;
  background: url("../img/wave.svg") center no-repeat;
  background-size: contain;
}
.postList li a{
    gap: 0.2rem 2rem;
    background: url("../img/dots.svg") left bottom repeat-x;
    background-size: .5rem auto;
    padding: 1.6rem 0;
    text-align: left;
    align-items: center;
}
.postList li a .ttl{
  font-size:1.8rem;
  width: 100%;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .2s;
}
.postList li a:hover .ttl{
  color: var(--color-main);
}
.thumb {
    overflow: hidden;
}
.thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .4s;
}
a:hover .thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}
.date{
  color: #666666;
  font-weight: 400;
}
p.cate,
li.cate a{
    color: #fff;
    background-color: var(--color-main);
    border-radius: 3rem;
    padding: 0.4rem 1rem;
    font-size: 1.2rem;
    display: inline-block;
    line-height: 1;
}
p.cate._news,
li.cate._news a{
  background-color: #f7931e;
  border-color: #f7931e!important;
}
p.cate._media,
li.cate._media a{
  background-color: #7AC943;
  border-color: #7AC943!important;
}
p.cate._goods,
li.cate._goods a{
  background-color: #3FA9F5;
  border-color: #3FA9F5!important;
}
li._all a{
  color: var(--color-main)!important;
  background-color:#fff;
}

.topNews .row{
  gap: 6.4rem;
}
.topNews .ttlWrap{
  min-width: 26rem;
  margin-top: 3rem;
}
.topNews .ttlEnJa{
  margin-bottom: 1rem;
}
.topNews .postArrow {
  position: relative;
  z-index: 10;
  margin-bottom: 10rem;
  gap: 6rem;
}
.topNews .postArrow div {
  cursor: pointer;
  transition: .2s;
  background: url("../img/dots.svg") left bottom repeat-x;
  background-size: .5rem auto;
  font-size: 2.4rem;
  color: var(--color-main);
}
.topNews .postArrow div:hover{
  transform: translateY(-.5rem);
}
.topNews .postArrow div.prev::before,
.topNews .postArrow div.next::after{
  content: "";
  width: 2rem;
  height: auto;
  aspect-ratio: 1;
  background: var(--color-main) url("../img/arrow_white.svg") left .8rem center no-repeat;
  background-size: .63rem auto;
  display: inline-block;
  margin-left: 1rem;
  border-radius: 50%;
}
.topNews .postArrow div.prev::before{
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 1rem;
}
.topNews .postCard a{
  max-width: 33rem;
  margin: 0 0.8rem!important;
}
.calendarBtn{
  margin-top: 9rem;
}
.calendarBtn .link{
  position: relative;
  width: 100rem;
  max-width: 100%;
  display: block;
  font-size: 2.6rem;
  padding: 1.4rem;
}
.calendarBtn .link:hover{
  transform: translateY(-.5rem);
}
.calendarBtn .img{
  position: absolute;
}
.calendarBtn .img._01{
  width: 19.7rem;
  left: 5rem;
  bottom: -1rem;
}
.calendarBtn .img._02{
  width: 19.4rem;
  right: 8rem;
  bottom: 0;
}
.calendarBtn a .txt::after{
  content: "";
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1;
  background: #fff url("../img/arrow_blue.svg") left .9rem center no-repeat;
  background-size: .76rem auto;
  display: inline-block;
  border-radius: 50%;
  vertical-align: -0.3rem;
}

.topChara{
  padding-top: 2rem;
  padding-bottom: 12rem;
}
.charaSlide {
  margin-bottom: 6rem;
}
.charaSlide li {
  margin: 0 1.2rem;
  max-width: 26rem;
}
.charaSlide li img{
  border-radius: 1rem;
  transition: .8s;
}
.charaSlide li a:hover img{
  transform: rotateY(360deg);
  opacity:1;
}
.topChara .linkSquare{
  margin-top:10rem;
}
.linkSquare._2{
  grid-template-columns: repeat(2, 1fr);
}
.linkSquare._3{
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
  height: 35rem;
}
.linkSquare a{
  color: #fff;
  position: relative;
  display: grid;
  place-content: center;
  overflow:hidden
}
.linkSquare a::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: center no-repeat;
  background-size: cover;
}
.linkSquare._2 a{
  height: 51.5rem;
}
._stripe::before,
._stripe::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
._stripe::before{
  z-index: -2;
  background-color: var(--color-main);
  mix-blend-mode: color;
}
._stripe::after{
  z-index: -1;
  background-color: rgba(252,102,148,.7);
  background-image: repeating-linear-gradient(130deg, rgba(252,102,148,0.1), rgba(252,102,148,0.1) 3rem, rgba(255,255,255,.1) 3rem, rgba(255,255,255,.1) 5rem);
}
._stripe._orange::before{
  background-color: var(--orange);
}
._stripe._orange::after{
  background-color: rgba(255,147,30,.7);
  background-image: repeating-linear-gradient(130deg, rgba(255,147,30,.1), rgba(255,147,30,.1) 3rem, rgba(255,255,255,.1) 3rem, rgba(255,255,255,.1) 5rem);
}
._stripe._blue::before{
  background-color: var(--blue);
}
._stripe._blue::after{
  background-color: rgba(63,169,245,.7);
  background-image: repeating-linear-gradient(130deg, rgba(63,169,245,.1), rgba(63,169,245,.1) 3rem, rgba(255,255,255,.1) 3rem, rgba(255,255,255,.1) 5rem);
}
.linkSquare a:hover ._stripe::before{
  display: none;
}
.linkSquare a ._stripe::after{
  transition: .2s;
}
.linkSquare a:hover ._stripe::after{
  background: rgba(3,3,3,.5);
}
.linkSquare._3 a::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(3,3,3,0.3);
  mix-blend-mode: multiply;
  transition: .2s;
}
.linkSquare._3 a:hover::after{
  background: rgba(3,3,3,0.5);
}
.linkSquare h2 span{
  font-size: 7.3rem;
  margin-bottom: 0.6rem;
}
.linkSquare h2::before{
  content: "";
  background: center no-repeat;
  background-size: contain;
  display: block;
  margin-bottom: 1rem;
  margin-inline: auto;
  height: 8.6rem;
}
.linkSquare a._discography::before{
  background-image: url("../img/top/linkSquare_bg_discography.jpg");
}
.linkSquare a._voiceActress::before{
  background-image: url("../img/top/linkSquare_bg_voiceActress.jpg");
}
.linkSquare a._local::before{
  background-image: url("../img/top/linkSquare_bg_local.jpg");
}
.linkSquare a._collabo::before{
  background-image: url("../img/top/linkSquare_bg_collabo.jpg");
}
.linkSquare a._events::before{
  background-image: url("../img/top/linkSquare_bg_events.jpg");
}
.linkSquare a._discography h2::before{
  width: 7rem;
  background-image: url("../img/icon_discography_white.svg");
}
.linkSquare a._voiceActress h2::before{
  width: 6.7rem;
  background-image: url("../img/icon_voice_actress_white.svg");
}
.linkSquare a p.txt{
  font-size: 2.2rem;
  margin-bottom: 4rem;
}
.linkSquare._2 a .btn span.txt{
  width: 29.2rem;
  padding: 1rem 3rem;
  margin-bottom: 4rem;
}

.topSns{
  background-color: #FFFCF5;
  padding-top: 8rem;
}
.topSns .snsLink{
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}
.topSns .snsLink .box{
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
}
.twitterWrap{
  max-height: 46.6rem;
  overflow-y: scroll
}
.twitter-tweet{
  margin: 0!important;
}
.topSns .snsbnr{
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2rem;
  margin-bottom: 3rem;

}
.topSns .snsbnr a{
  display: block;
  margin-top: auto;
}
.topSns .snsguide{
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.topCompnay .ttl{
  font-size: 4.2rem;
  font-weight: 600;
  padding: 0 1.6rem;
  margin-bottom: 2.9rem;
}
.topCompnay .ttl._diagonal::before,
.topCompnay .ttl._diagonal::after{
  width: .4rem;
  height: 86%;
}
.topCompnay .row {
  position: relative;
}
.topCompnay .box {
  border-radius: 2rem;
  overflow: hidden;
  background: var(--color-main) url("../img/top/compnay_bg.png") center right no-repeat;
  background-size: auto 100%;
  padding: 4.5rem 6.8rem;
  color: #fff;
  text-align: left;
}
.topCompnay .box .ttl02 {
  font-size: 7.3rem;
  padding-bottom: 1.5rem;
}
.topCompnay .box .txt {
  font-size: 2.2rem;
  text-align: left;
}
.topCompnay .box .btn {
  margin-top: 1.7rem;
}
.topCompnay .box .btn a{
  width: 20rem;
  text-align: center;
  padding: 0.8rem 4.7rem 0.8rem 3rem;
}
.topCompnay .row .img {
  width: 46rem;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 5rem;
}

.topShop {
  padding: 8rem 0;
}
.topShop h2{
  font-size: 4.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: var(--color-main);
}
.topShop .img{
  margin-bottom: 4rem;
}
.topAudition img{
  border-radius: 1rem;
  transition: .2s;
}
.topAudition a:hover img{
  opacity: 1;
  transform: translateY(-.5rem);
}
.topAudition .term{
  margin-top: 3rem;
}
.topAudition dl{
  gap: 1.4rem;
  align-items: center;
}
.topAudition dl:nth-of-type(n+2){
  margin-top: 1.4rem;
}
.topAudition dl dt{
  color: #fff;
  background-color: var(--color-main);
  padding: 0.3rem 2rem 0.4rem;
  border-radius: 6rem;
  font-size: 1.8rem;
  letter-spacing: .05em;
}
.topAudition dl dd{
  font-size: 2.6rem;
  font-weight: 600;
  margin-top: -0.2rem;
}


/*common
--------------------------------------------------------*/
#subPage .pageTtlArea {
  background: url("../img/check_pink.jpg") center left repeat;
  background-size: 6.4rem auto;
  height: 26rem;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#subPage .pageTtl {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding-bottom: 5rem;
  position: relative;
}
#subPage #aboutPage .pageTtl{
  padding-bottom: 0;
  max-width: 1160px;
}
#subPage .pageTtl .icon img{
  max-height: 6.2rem;
}
#subPage .pageTtl h1 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .08em;
  text-indent: .08em;
}
#subPage .pageTtl .fontEn {
  font-size: 365%;
  letter-spacing: normal;
  margin: 1.2rem 0 1rem;
}
#subPage .pageTtlArea._bg {
  background: none;
}
#subPage .pageTtlArea._bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
#subPage .pageTtlArea._bg .bg img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#subPage .pageTtl .img{
  position: absolute;
  width: 26.5rem;
}
#subPage .pageTtl .img img{
  max-height: 24.7rem;
}
#subPage .pageTtl .img._01{
  bottom: 0;
  left: 7%;
}
#subPage .pageTtl .img._02{
  bottom: 0;
  right: 11%;
}

.clr-pink {
  color: var(--color-main)!important;
}
.bg-pink {
  background-color: var(--pink)!important;
}
.fixNav {
  position: fixed;
  top: 30%;
  right: 4.2rem;
  z-index: 990;
  width: 12rem;
  height: 30rem;
}
.fixNav a {
  display: block;
  height: 100%;
  border-radius: 1.5rem;
  padding: .5rem;
  color: #fff;
  background: #7AC943;
}
.fixNav a .fontJa {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px dashed #baf474;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  padding: 1rem .5rem;
  line-height: 1.2;
  letter-spacing: .1em;
  position: relative;
}
.fixNav a .fontJa::after {
  content: "";
  background: url("../img/arrow02.svg") center center no-repeat;
  background-size: contain;
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  left: 1.3rem;
  top: 9.8rem;
}
.fixNav .img {
  position: absolute;
  left: -2.8rem;
  right: -4.1rem;
  bottom: 0;
  z-index: 1
}
.fixNav .img img {
  opacity: 1!important
}
.fixNav a:hover {
  background-color: var(--color-main)
}

.btn._arrow._check a {
  text-align: center;
  background: url("../img/check_pink.jpg") top .9rem center repeat;
  background-size: 6.4rem auto;
  line-height: 1.4;
  max-width: 32rem;
  width: 100%;
}



/*contact
---------------------------------------------------------*/
#topTxt {
  padding: 5rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}
#topTxt.bg_wave._bottom {
  padding-bottom: 6.8rem;
}
#topTxt h2 {
  margin-bottom: 1rem;
  font-size: 3.2rem;
}
.formArea {
  padding: 5rem;
  background: #fff;
  border-radius: 2rem;
}
.formArea .privacyWrap .ttl {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-main)
}
.formTxt {
  font-size: 115%;
  font-weight: 600;
  margin-bottom: 4rem;
  color: var(--color-main)
}
.formBox dt,.formBox dd {
  width: 30%;
  font-size: 110%;
  font-weight: 400;
  padding: 2.5rem 2rem;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
}
.formBox dt::before {
  content: "任意";
  font-size: 75%;
  font-weight: 400;
  padding: .5rem;
  display: inline-block;
  background: #808080;
  color: #fff;
  line-height: .8;
  border-radius: .3rem;
  vertical-align: .2em;
  margin-right: .5rem;
}
.formBox dt.req::before {
  content: "必須";
  background: #3FA9F5
}
.formBox dt {
  font-weight: 600
}
.formBox dd {
  width: 70%;
}
.formBox dt:last-of-type,.formBox dd:last-of-type {
  /* border-bottom: none; */
}
.formBox dd.w100 {
  width: 100%;
  padding-bottom: 0;
  border-bottom: none;
}
.formBox input[type="text"],.formBox input[type="tel"],.formBox input[type="email"],.formBox select,.formBox textarea {
  width: 100%;
  padding: .575em;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 1.6;
  font-size: 1.6rem;
}
.formBox input[type="text"].size-s {
  max-width: 11rem;
}
.formBox label {
  margin: 0 2.6rem 0 0;
}
.formBox select {
  background: #fff;
  color: #000;
  appearance: auto;
  max-width: 54rem;
}
.formBox option:first-of-type {
  background: #b3b3b3;
  color: #fff;
}
.formBox textarea {
  height: 19rem;
}
.formBox .disabled input {
  pointer-events: none;
  border: none;
}
.formName > .txt {
  width: 48%;
  display: flex;
  align-items: center;
}
.formName > .txt:first-of-type {
  margin-right: 2%;
}
.formName .txt span {
  display: block;
  white-space: nowrap;
  margin-right: 1rem;
}
.form-address p {
  text-align: left;
  padding: 5px 0;
}
.form-zip{
  display: flex;
  align-items: center;
  gap: .4rem;
}
.form-address select {
  width: 19rem;
  margin-right: 1rem;
  background: #e6e6e6;
}
.zipBtn {
  background: #333;
  color: #fff;
  margin-left: 1rem;
  border: none;
  padding: .8rem 2rem;
  cursor: pointer;
  line-height: 1.2;
}
.zipBtn:hover {
  background: #666
}
.privacyWrap {
  margin-top: 5rem;
}
.policyBox {
  height: 20rem;
  margin: 1rem 2rem 0;
  overflow: auto;
  padding: 1.5em;
  border: 1px solid #ccc;
  text-align: left;
}
.policyBox b {
  display: block;
  font-size: 115%;
  margin-bottom: .5rem;
}
.policyTxt a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 2rem;
}
.policyTxt a:hover {
  text-decoration: none;
  color: #d80012;
}
.policyCheck {
  margin-top: 2rem;
}
.formBtn {
  margin-top: 3rem;
}
.mw_wp_form_confirm button.button._grey {
  display: block!important;
}
.formWrap input[type="submit"],.formWrap input[type="button"],.formWrap button.button._grey {
  font-family: 'Noto Sans JP', sans-serif ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana;
  color: #fff;
  font-size: 115%;
  font-weight: 600;
  border-radius: 10rem;
  letter-spacing: .075em;
  text-indent: .075em;
  background: var(--color-main);
  min-width: 30rem;
  display: block;
  border: none;
  padding: 1.5rem 2rem;
  margin: 1rem;
  transition: .2s;
  cursor: pointer;
}
.formWrap input[type="submit"]._green {
  background: #00b4a0;
}
.formWrap input[type="submit"].btn_back,
.formWrap button.button._grey {
  background: #ddd;
  color: #333;
}
.formWrap input[type="submit"]:hover,.formWrap input[type="button"]:hover,.formWrap button.button._grey:hover {
  opacity: .7;
}
.onlyconf,button.button._grey {
  display: none;
}
.mw_wp_form_confirm button.button._grey,
.mw_wp_form_confirm .onlyconf,
#confirm .onlyconf {
  display: block!important;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0!important;
}
.mw_wp_form_confirm .privacyBox,
.mw_wp_form_confirm .formBox dt::before,
.mw_wp_form_confirm .zipBtn,
.mw_wp_form_confirm .formName .txt span,
.mw_wp_form_confirm .policyTxt {
  display: none!important;
}
.mw_wp_form_confirm .formName > .txt {
  width: auto;
}
.mw_wp_form .error {
  font-size: 85%!important;
}
.formName .error {
  min-width: 50%;
}
.formName .error + .error {
  display: none;
}

.formArea .toggleBtn{
  background-color: var(--color-main);
  padding: 2.3rem 2.3rem 2.3rem 8.3rem;
  border-radius: 7rem;
  position: relative;
  margin: 9rem 0 4rem;
}
.formArea .toggleBtn .ttl{
  font-size: 2.3rem;
  color: #fff;
}
.formArea .toggleBtn .img{
  position: absolute;
  bottom: 0;
  left: 4.7rem;
  width: 17rem;
}
.formArea .toggleBtn::after{
  content: "";
  width: 2.8rem;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/arrow02.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.formArea .toggleBtn.active::after{
  transform: translateY(-50%) rotate(180deg);
}
.mw_wp_form_confirm .toggleBtn{
  pointer-events: none;
}
.mw_wp_form_confirm .toggleCont{
  display: block!important;
}
.toggleCont .formBox dt:last-of-type,
.toggleCont .formBox dd:last-of-type {
  border-bottom: none;
}

.formArea .row {
    gap: 4rem;
    margin-top: 2.8rem;
    align-items: center;
    margin-inline: auto;
    justify-content: center;
}
.formArea .row .rowTtl {
  font-size: 2.6rem;
  color: var(--color-main);
  line-height: 1.4;
  padding-left: 2rem;
}
.formArea .row .rowTxt {
    flex:1;
    text-align: left;
    line-height: 1.7;
    font-feature-settings: "palt";
    font-size: 1.8rem;
    letter-spacing: .02em;
}

.thxBox {
  padding: 3rem 1.5rem;
  border: 1px solid #999
}

/*works
---------------------------------------------------------*/
.artsWrap {
  gap: 6rem 6.5%;
}
.artsBox {
  width: 29%;
  text-align: left;
}
.artsBox .img a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 40rem;
  border: 1px solid #E6E6E6;
  overflow: hidden;
}
.artsBox .img img {
  max-height: 100%;
  transition: .4s;
  transform: scale(1.001);
  opacity: 1!important
}
.artsBox .img .movieImg img{
  object-fit:cover;
  width: 100%;
  height: 100%;
}
.artsBox .img a:hover img {
  transform: scale(1.08)
}
#lightbox .lb-data .lb-caption {
  font-size: 1.6rem;
}
.lb-data .lb-number {
  opacity: 0;
  height: 0;
  padding: 0;
  width: 0;
}
.artsBox dt {
  padding: 1.5rem 0 1.5rem;
  margin-bottom: .5rem;
  background: url("../img/dots.svg") bottom left repeat-x;
  background-size: .5rem auto;
}
.artsBox .ttl {
  display: flex;
  align-items: flex-start;
  line-height: 1.1
}
.artsBox .ttl + .ttl {
  margin-top: .8rem;
}
.artsBox .ttl span {
  display: block;
  color: #fff;
  width: 5rem;
  text-align: center;
  background: #B3B3B3;
  font-size: 1.4rem;
  border-radius: 10rem;
  padding: .3rem;
  margin-right: 1rem;
}
.artsBox .ttl .txt {
  flex: 1;
  color: var(--color-main);
}
.artsBox dd .chara {
  width: 11rem;
  height: 12.7rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-left: 1rem;
}
.artsBox dd .chara img {
  margin: 0;
  max-height: 100%;
}
.artsBox dd .txt {
  flex: 1;
  text-align: justify;
  padding-top: 2rem;
}
.zoomBtn {
  margin-top: 2rem;
  text-align: center;
}
.zoomBtn a {
  display: block;
  position: relative;
  color: #fff;
  background: var(--color-main);
  max-width: 19rem;
  padding: .8rem 1rem .8rem 0;
  border-radius: 10rem;
  margin: 0 auto;
  letter-spacing: .09em;
  line-height: 1.1;
  transition: .2s;
}
.zoomBtn a::after {
  content: "";
  display: block;
  background: url("../img/works/icon_zoom.svg") center center no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 1.7rem;
  margin-left: 1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  z-index: 1;
}
.zoomBtn._02 a::after {
  width: 1.4rem;
  height: 1.4rem;
  right: 2.5rem;
  background-image: url("../img/icon_blank.svg")
}
.zoomBtn a:hover {
  transform: translateY(-.5rem);
}
#worksBnr {
  padding-top: 4rem;
}
#worksBnr h2 {
  font-size: 2.5rem;
  background: url("../img/icon_works.svg") top center no-repeat;
  background-size: auto 5.5rem;
  padding-top: 7rem;
  margin-bottom: 2rem;
}
#worksBnr .txt {
  text-align: left;
  padding: 0 5rem;
  line-height: 1.8;
}
#subPage .bnrWrap {
  margin-top: 2rem;
  gap: 3rem 3.6%;
}
#subPage .bnrWrap li {
  width: 48.2%;
  max-width: 53rem;
}
#subPage .bnrWrap li.w100 {
  width: 100%;
  min-width: 100%;
}
#subPage .bnrWrap li img {
  transition: .2s;
}
#subPage .bnrWrap li a:hover img{
  opacity: 1;
  transform: translateY(-.5rem);
}

/*discography
---------------------------------------------------------*/
.discWrap {
  width: 83rem;
  max-width: 100%;
  margin-right: 5rem;
}
#discographyArea {
  overflow: visible;
}
.discList {
  gap: 2rem 2%;
}
.discBox {
  width: 49%;
  padding: 1.5rem;
  border: 1px solid #E6E6E6;
  border-radius: .8rem;
  text-align: left;
}
.discBox .img a {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.discBox .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: .4s;
  transform: scale(1.001)
}
.discBox .img a:hover img{
  opacity: 1;
  transform: scale(1.05)
}
.discBox h2 {
  line-height: 1;
  background: url("../img/dots.svg") bottom left repeat-x;
  background-size: .5rem auto;
  padding-bottom: 1rem;
  margin-bottom: .8rem;
}
.discBox h2 a {
  font-size: 1.8rem;
  color: var(--color-main);
  font-weight: 500;
}
.discBox h2 a:hover {
  color: var(--orange)
}
.discBtnWrap {
  gap: .5rem;
  margin-bottom: 1rem;
}
.discBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
  color: #fff;
  background: var(--orange);
  border-radius: 10rem;
  padding: .4rem 1.5rem;
  text-align: center;
}
.discBtn::before {
  content: "";
  display: block;
  background: url("../img/discography/icon_music.svg") center center no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.3rem;
  margin-right: .3rem;
}
.discBtn._cart {
  background-color: var(--blue);
}
.discBtn._cart::before {
  background-image: url("../img/discography/icon_cart.svg")
}
.discBtn:hover {
  background-color: var(--color-main)!important;
}
.discBox .tags {
  margin-top: 1.5rem;
}
.discBox .txt {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 7.2rem;
}
.disNavWrap {
  flex: 1;
}
.disNav {
  position: sticky;
  top: 13rem;
  text-align: left;
}
.disNav dl:not(:first-of-type) {
  margin-top: 3rem;
}
.disNav dt {
  font-size: 1.8rem;
  color: var(--color-main);
  line-height: 1;
  background: url("../img/dots.svg") bottom left repeat-x;
  background-size: .5rem auto;
  padding-bottom: 1rem;
  margin-bottom: .8rem;
}
.tags {
  gap: .5rem .3rem
}
.tags a {
  display: block;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  padding: .2rem .8rem;
  line-height: 1.1;
  border-radius: 10rem;
  font-size: 1.4rem;
}
.tags a:hover {
  color: #fff;
  background-color: var(--color-main);
}
.disNav select {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana;
  padding: .5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: auto;
  border: 1px solid #808080;
  background: #fff;
  border-radius: .5rem;
}
.displayName .chara{
  width: 12rem;
  margin-inline: auto;
  margin-bottom: 0.6rem;
}
.displayName .ttl {
    margin-bottom: 3rem;
    font-weight: 600;
    font-size: 2rem;
    color: var(--color-main);
}

/*discography-detail
---------------------------------------------------------*/
.discDetail {
  border: 1px solid #E6E6E6;
  border-radius: .8rem;
  text-align: left;
  padding: 3rem 4rem;
}
.discHeader h2 {
  font-size: 2.8rem;
  color: var(--color-main);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.discHeader .tags {
  margin-bottom: 1rem;
}
.postImg {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto 3rem;
}
.cartWrap {
  font-size: 1.8rem;
  color: var(--color-main);
  line-height: 1;
  background: url("../img/dots.svg") bottom left repeat-x;
  background-size: .5rem auto;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}
.price small {
  font-size: 70%;
}
.musicList {
  margin-top: 1rem;
}
.musicList .discBtn {
  margin-left: 0.7rem;
  font-size: 1.3rem;
  padding: .4rem 1rem;
}
.musicList li {
  list-style-type: none;
  counter-increment: cnt;
  margin: .2rem 0;
  padding-left: 2.2em;
  position: relative;
}
.musicList li::before {
  content: "" counter(cnt) " )";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#discographyArea .pageset {
  margin-top: 3rem;
}
.relatedArea {
  margin-top: 6rem;
}
.relatedArea h2 {
  font-size: 2.6rem;
  margin-bottom: 2rem;
  letter-spacing: .1em;
  text-indent: .1em;
}
.relatedArea .discBox {
  width: 32%;
}
.relatedArea .discBox:nth-of-type(n+4) {
  display: none;
}
.relatedArea .discBox h3 {
  line-height: 1.2
}
.relatedArea .discBox h3 a {
  color: var(--color-main);
  font-size: 1.4rem;
}
.relatedArea .discBox h3 a:hover {
  color: var(--orange)
}
#discBtm h2 {
  font-size: 3.8rem;
  margin-bottom: 2rem;
}
#discBtm .bnr a:hover img {
  transition: .2s
}
#discBtm .bnr a:hover img {
  opacity: 1;
  transform: translateY(-1rem)
}
#discBtmBnr {
  padding-top: 4rem;
}
#discBtmBnr .bnrWrap {
  margin-top: 0;
}




/*news 一覧
---------------------------------------------------------*/
.newsCate {
  gap: 1.2rem;
  padding-bottom: 3.2rem;
}
.newsCate li{
  min-width: 14rem;
}
.newsCate li a {
  display: block;
  padding: 1.3rem 1rem;
  line-height: 1;
  font-size: 2.2rem;
  width: 18.4rem;
  color: #fff;
  border-radius:10rem;
  border: .2rem solid var(--color-main);
  font-weight: 500;
}
.newsCate li._all a{
  font-size: 2rem;
}
.newsCate a:hover {
  transform: translateY(-.5rem);
}
.archive .postCard{
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem 4rem;
}
.archive .postCard a{
  margin: 0 auto;
}

/* ページャー */
.pager {
  width: 100%;
  text-align: center;
  margin-top: 4rem;
}
.pager span, .pager a {
  display: inline-block;
  padding: 0.5rem;
  margin: 0 0.4rem;
  transition: .1s;
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  font-size: 1.6rem;
  line-height: 1.2;
}
.pager a.prev,
.pager a.next{
  width: 5rem;
  height: auto;
}
.pager a.page-numbers:hover{
  color: var(--color-main);
}
.pager a.prev:hover,
.pager a.next:hover{
  background-color: transparent;
  opacity:.8;
}
.pager .next,.pager .prev {
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pager .current {
  background-color: var(--color-main);
  color: #fff;
  border-radius: 50%;
}



/*news 詳細
---------------------------------------------------------*/
.postRow{
  gap: 10rem;
}
.postArea{
  width: 71rem;
}
.sidebar{
  flex: 1;
}
.singleWrap {
  text-align: left;
}
.singleHeader {
  margin-bottom: 2rem;
  gap: 0.2rem 1rem;
}
.singleHeader .cate a{
  font-size: 1.4rem;
}
.singleHeader h2 {
  font-size: 2.8rem;
  width: 100%;
}
.single .contWrap{
  max-width:95rem;
  margin:0 auto
}
.single .img{
  max-width: 40rem;
  margin: 0 0 3rem;
}
.single .img img{
  max-height: 40rem;
  object-fit:cover;
}
.single .cont h3,
.single .cont h4,
.single .cont h5,
.single .cont h6{
  font-size:1.8rem;
  margin: 2rem 0 0;
}
.single .cont h3{
  background: url("../img/check_pink.jpg") top 1.1rem center repeat;
  background-size: 4rem auto;
  color: #fff;
  border-radius: 8rem;
  font-size: 2.2rem;
  padding: 1rem 2.4rem;
  margin-bottom: 1rem;
  font-family: var(--fontJa);
  letter-spacing: .1em;
  font-weight: 500;
}
.single .cont p{
  line-height:1.8;
  font-size: 1.8rem;
  margin-top: 1.6rem;
}
/* 前後の記事 */
.pageset {
  margin-top: 8rem;
}
.pageset ul{
  justify-content: space-between;
}
.pageset a {
  font-size: 2.2rem;
}
#newsSingle .pageset a {
  width: 30.6rem;
}
#newsSingle .pageset .btn a{
  padding: 1rem;
}
.pageset .postArrow{
  transition: .2s;
}
.pageset .postArrow a{
  color: var(--color-main);
}
.pageset .postArrow a:hover{
  transform: translateY(-.5rem);
}
.pageset .postArrow.prev a::before,
.pageset .postArrow.next a::after{
  content: "";
  width: 2.2rem;
  height: auto;
  aspect-ratio: 1;
  background: var(--color-main) url("../img/arrow_white.svg") left .85rem center no-repeat;
  background-size: 0.66rem auto;
  display: inline-block;
  margin-left: 0.2rem;
  border-radius: 50%;
  vertical-align: -0.3rem;
}
.pageset .postArrow.prev a::before{
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 0.2rem;
}
.pageset .postArrow:hover{
  transform: translateY(-.5rem);
}

.single .linkBtn{
  grid-template-columns: repeat(2, 1fr);
  gap: 4.4rem 2.8rem;
  margin-top: 7.4rem;
}
.single .linkBtn .box{
  transition: .2s;
}
.single .linkBtn ._diagonal{
  font-size: 2.6rem;
  opacity: .5;
  line-height: 0.8;
  margin-bottom: 0.4rem;
}
.single .linkBtn .box .txt{
  background: top 1.4rem center repeat;
  background-size: 3rem auto;
  color: #fff;
  border-radius: 8rem;
  margin-inline: auto;
  font-size: 2.6rem;
  position: relative;
  padding: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
}
.single .linkBtn .box:hover{
  transform:translate(1rem, 1.4rem);
}
.single .linkBtn .box:hover .txt{
  box-shadow:none!important;
}
.single .linkBtn .box._pink .txt{
  background-image: url("../img/check_pink_btn.jpg");
  box-shadow: 1rem 1.4rem 0 rgba(252,102,148,.25);
  text-shadow: 0 0 6px #ff7bac,0 0 6px #ff7bac,0 0 6px #ff7bac,0 0 6px #ff7bac,0 0 6px #ff7bac,0 0 6px #ff7bac,0 0 6px #ff7bac,0 0 6px #ff7bac,0 0 6px #ff7bac,0 0 6px #ff7bac,0 0 6px #ff7bac,0 0 6px #ff7bac,0 0 6px #ff7bac,0 0 6px #ff7bac,0 0 6px #ff7bac,0 0 6px #ff7bac;
}
.single .linkBtn .box._orange .txt{
  background-image: url("../img/check_orange_btn.jpg");
  box-shadow: 1rem 1.4rem 0 rgba(255, 147, 30,.25);
  text-shadow: 0 0 6px #ff931e,0 0 6px #ff931e,0 0 6px #ff931e,0 0 6px #ff931e,0 0 6px #ff931e,0 0 6px #ff931e,0 0 6px #ff931e,0 0 6px #ff931e,0 0 6px #ff931e,0 0 6px #ff931e,0 0 6px #ff931e,0 0 6px #ff931e,0 0 6px #ff931e,0 0 6px #ff931e,0 0 6px #ff931e,0 0 6px #ff931e;
}
.single .linkBtn .box._green .txt{
  background-image: url("../img/check_green_btn.jpg");
  box-shadow: 1rem 1.4rem 0 rgba(122, 201, 67,.25);
  text-shadow: 0 0 6px #7ac943,0 0 6px #7ac943,0 0 6px #7ac943,0 0 6px #7ac943,0 0 6px #7ac943,0 0 6px #7ac943,0 0 6px #7ac943,0 0 6px #7ac943,0 0 6px #7ac943,0 0 6px #7ac943,0 0 6px #7ac943,0 0 6px #7ac943,0 0 6px #7ac943,0 0 6px #7ac943,0 0 6px #7ac943,0 0 6px #7ac943;
}
.single .linkBtn .box._blue .txt{
  background-image: url("../img/check_blue_btn.jpg");
  box-shadow: 1rem 1.4rem 0 rgba(63, 169, 245,.25);
  text-shadow: 0 0 6px #3fa9f5,0 0 6px #3fa9f5,0 0 6px #3fa9f5,0 0 6px #3fa9f5,0 0 6px #3fa9f5,0 0 6px #3fa9f5,0 0 6px #3fa9f5,0 0 6px #3fa9f5,0 0 6px #3fa9f5,0 0 6px #3fa9f5,0 0 6px #3fa9f5,0 0 6px #3fa9f5,0 0 6px #3fa9f5,0 0 6px #3fa9f5,0 0 6px #3fa9f5,0 0 6px #3fa9f5;
}
.single .linkBtn .box .txt::before{
  content: "";
  width: 3.5rem;
  height: auto;
  aspect-ratio: 1;
  background: #fff url("../img/icon_event.svg") center no-repeat;
  background-size: 2.3rem auto;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
}
.single .linkBtn .box._orange .txt::before{
  background-size: 2rem auto;
  background-image: url("../img/icon_character_orange.svg");
}
.single .linkBtn .box._green .txt::before{
  background-size: 2.3rem auto;
  background-image: url("../img/icon_voice_actress_green.svg");
  background-position: bottom center;
}
.single .linkBtn .box._blue .txt::before{
  background-size: 2.5rem auto;
  background-image: url("../img/icon_shop_blue.svg");
}
.single .linkBtn .box .txt::after{
  content: "";
  width: 1.3rem;
  height: 1.5rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

/* sidebar */
.sidebar .box:not(:first-of-type) {
    margin-top: 4rem;
}
.sidebar .box .boxTtl{
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    background: url("../img/dots.svg") left bottom repeat-x;
    background-size: 0.8rem auto;
    text-align: left;
    color: var(--color-main);
    padding-bottom: 0.6rem;
    margin-bottom: 1.4rem;
}
.sidebar .box .post{
  align-items: center;
  gap:.4rem;
  padding: 2rem 0;
  text-align: left;
}
.sidebar .box .post:hover{
  color: var(--color-main);
}
.sidebar .box .post:first-of-type{
  padding-top: 0;
}
.sidebar .box .post:nth-of-type(n+2){
  border-top: .1rem solid #ccc;
}
.sidebar .box .post .ttl{
  width: 100%;
}
.sidebar .box._cate ul{
  gap: .6rem .4rem;
  grid-template-columns: repeat(3, 1fr);
}
.sidebar .box._cate ul a{
  width: 100%;
  border: .1rem solid var(--color-main);
  font-size: 1.4rem;
  font-weight: 500;
}
.sidebar .box._cate ul a:hover{
  transform:translateY(-.3rem);
}


/*calendar
---------------------------------------------------------*/
/* 共通 */
#subPage .tribe-common-c-btn{
  background-color: var(--color-main);
  margin:1rem 2rem;
  padding:1.4rem 8rem;
}
#subPage .tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border{
  color:var(--color-main);
  border-color: var(--color-main);
}
#subPage .tribe-common .tribe-common-c-btn-border:hover,
.tribe-common a.tribe-common-c-btn-border:hover{
  color: #fff;
  background-color: var(--color-main);
}
#subPage .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
#subPage .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
#subPage .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
#subPage .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
#subPage .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
#subPage .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
#subPage .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
#subPage .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
  background-color: var(--color-main);
  color: #fff;
}
#subPage .tribe-events-c-subscribe-dropdown__button-text:focus{
  outline: none;
}
#subPage .tribe-events-c-events-bar__views{
  display: none;
}

/*カレンダー 月表示
---------------------------------------------------------*/
#calendarBnr {
  padding: 7rem 0 8rem;
}
#calendarBnr .bnrWrap{
  margin-top: 0;
}
#subPage .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
  padding-bottom:8rem;
}
#subPage .tribe-events-calendar-month__header-row {
  background-color: #666666;
}
#subPage .tribe-events-calendar-month__header-column{
  padding: 1rem;
}
#subPage .tribe-events-calendar-month__header-row h3 span{
  color:#fff;
  text-align:center;
  font-size:2rem;
}
#subPage .tribe-events-c-top-bar__datepicker-desktop,
#subPage .tribe-events-c-top-bar__datepicker-mobile{
  color: var(--color-main);
  font-family: var(--fontJa);
}
#subPage .tribe-events-calendar-month__calendar-event{
  text-align: left;
}
#subPage .tribe-events-calendar-month__calendar-event-datetime{
  display: none;
}
#subPage .tribe-events-calendar-month__calendar-event a{
  color: var(--color-main);
}
#subPage .tooltipster-content{
  text-align: left;
}
#subPage .tribe-events .datepicker .day.active,
#subPage .tribe-events .datepicker .day.active.focused,
#subPage .tribe-events .datepicker .day.active:focus,
#subPage .tribe-events .datepicker .day.active:hover,
#subPage .tribe-events .datepicker .month.active,
#subPage .tribe-events .datepicker .month.active.focused,
#subPage .tribe-events .datepicker .month.active:focus,
#subPage .tribe-events .datepicker .month.active:hover,
#subPage .tribe-events .datepicker .year.active,
#subPage .tribe-events .datepicker .year.active.focused,
#subPage .tribe-events .datepicker .year.active:focus,
#subPage .tribe-events .datepicker .year.active:hover,
#subPage .tribe-events .tribe-events-calendar-month__day-cell--selected,
#subPage .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
#subPage .tribe-events .tribe-events-calendar-month__day-cell--selected:hover,
#subPage .tribe-events .tribe-events-calendar-month__mobile-events-icon--event{
  background-color: var(--color-main);
}
#subPage .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu,
#subPage .tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu{
  left: 0!important;
}
#subPage .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event{
  text-align: left;
}

/*イベント情報一覧 リスト表示
---------------------------------------------------------*/
#subPage .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event,
#subPage .tribe-events-calendar-day__event-content {
    flex-direction: row;
}
#subPage .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
    margin: 4rem 0 7rem;
}
#subPage .tribe-events-calendar-list__event-details,
#subPage .tribe-events-calendar-day__event-details{
  text-align: left;
}
#subPage .tribe-events-calendar-list__event-datetime,
#subPage .tribe-events-calendar-day__event-datetime-wrapper{
  color: #666;
}
#subPage .tribe-events-calendar-list__event-title-link{
  border-bottom: none;
  transition: .2s;
}
#subPage .tribe-events-calendar-list__event-title-link:hover{
  color: var(--color-main);
  border-bottom: none;
}
#subPage .tribe-events .tribe-events-calendar-list__event-featured-image,
#subPage .tribe-events .noimg,
#subPage .tribe-events-calendar-day__event-featured-image{
  aspect-ratio: 3 /2.5;
  object-fit:cover;
}
#subPage .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper,
.tribe-events-calendar-day__event-featured-image-wrapper{
    width: calc(var(--tec-grid-width-1-of-8)* 2.3);
}
#subPage .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details,
#subPage .tribe-events-calendar-day__event-details {
    width: calc(var(--tec-grid-width-1-of-8)* 5.7);
}
#subPage .tribe-events-notices li{
  text-align: center;
  font-size: 2.4rem;
}
#subPage .tribe-events-header__title-text{
  color: var(--color-main);
  font-family: var(--fontJa);
}
.tribe-events-calendar-latest-past__event-details{
  text-align: left;
}


/*イベント情報詳細
---------------------------------------------------------*/
#eventDetailtPage .tribe-events-schedule{
  margin:4rem 0 0;
}
#eventDetailtPage .tribe-events-single-event-title{
  font-size: 2.8rem;
  text-align: left;
  margin-bottom: 2rem;
}
#eventDetailtPage .tribe-events-content,
#eventDetailtPage .tribe-events-content p{
  text-align: left;
  font-size: 1.8rem;
}
#eventDetailtPage .tribe-events-content.event_bottom_cont{
  margin: 4rem 0;
}
#eventDetailtPage .tribe-events-event-meta:before{
  display:none;
}
#eventDetailtPage .tribe-events-event-meta.primary,
#eventDetailtPage .tribe-events-event-meta.secondary{
  width: 100%;
}
#eventDetailtPage .tribe-events-meta-group{
  width: 100%;
  margin: 0;
  flex: auto;
}
#eventDetailtPage .tribe-events-event-meta dl{
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
}
#eventDetailtPage .tribe-events-event-meta dl dt,
#eventDetailtPage .tribe-events-event-meta dl dd{
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  margin: 0 0 1rem;
  padding: 0 0 0.6rem;
  align-content: center;
}
#eventDetailtPage .tribe-events-event-meta dl dt{
  width: 28%;
}
#eventDetailtPage .tribe-events-event-meta dl dd{
  width: 72%;
  text-align: left;
}
#eventDetailtPage .tribe-events-event-meta dl dd abbr{
  text-decoration: none;
}
#eventDetailtPage .tribe-events-event-meta a,
#eventDetailtPage .tribe-events-event-meta a:visited{
  color: var(--color-main);
}
#eventDetailtPage .tribe-events-event-meta a:hover{
  opacity: .7;
}
#eventDetailtPage .tribe-events-venue-map{
  width: 100%;
  margin:0 0 6rem;
}
#eventDetailtPage .tribe-events-venue-map>div, .tribe-events-venue-map>iframe{
  min-height: 30rem;
}
#eventDetailtPage .character{
  margin-bottom: 4rem;
}
#eventDetailtPage h3{
  background: url("../img/check_pink.jpg") top 1.1rem center repeat;
  background-size: 4rem auto;
  color: #fff;
  border-radius: 8rem;
  font-size: 2.2rem;
  padding: 0.7rem 2.4rem;
  margin-bottom: 2rem;
  font-family: var(--fontJa);
  letter-spacing: .1em;
  font-weight: 500;
}
#eventDetailtPage .tribe-postal-code{
  display:block;
}
#eventDetailtPage .character ul {
  gap: 1rem;
}
#eventDetailtPage .character ul li{
  width: calc(calc(100% - 5rem) / 6);
}
#eventPage .sidebar .box._cate ul,
#eventDetailtPage .sidebar .box._cate ul{
  grid-template-columns: repeat(2, 1fr);
}
#eventPage .archive .postCard{
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
#eventDetailtPage .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next,
#eventDetailtPage .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous{
  width: 50%;
  text-align: left;
}
#eventDetailtPage .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next{
  text-align: right;
}
#eventDetailtPage .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
#eventDetailtPage .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.eventArchive .noPost{
  text-align: center;
  font-size: 1.8rem;
}

/*voice_actress
---------------------------------------------------------*/
.actChita{
  padding: 7rem 0;
}
.actChita h2{
    font-size: 5.2rem;
    color: var(--color-main);
    margin-bottom: 4.6rem;
    font-weight: 600;
    letter-spacing: .05em;
}
.actChita .lead{
  font-size: 1.8rem;
    margin-bottom: 4.6rem;
}
.actCard{
    gap: 8.5rem 1.8rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
}
.actCard a[href="#"] {
  pointer-events: none;
}
.actCard .img{
    position: relative;
    margin-bottom: 1rem;
}
.actCard .img .chara{
    position: absolute;
    bottom: 1rem;
    right: 0.6rem;
    width: 10.6rem;
}
.actCard .chara_name{
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.actCard .act_name{
    font-size: 2.2rem;
    padding: 0.9rem;
    border-radius: 1rem;
    color: #fff;
    width: 22rem;
    max-width: 100%;
    margin-inline: auto;
}
.actOther{
  padding: 12rem 0 10rem;
}
.actOther .area + .area{
    margin-top: 11rem;
}
.actOther .ttl{
    margin-bottom: 3rem;
    position: relative;
    width: 97.2%;
    margin-left: auto;
}
.actOther .ttl h2{
  font-size: 4rem;
  padding: 0.8rem;
}
.actOther .ttl img{
  position: absolute;
  top: -3.7rem;
  left: -4.2rem;
}
.actOther .lead{
  font-size: 1.8rem;
  line-height: 1.8;
}
.actOther .actCard{
  margin-top: 4.6rem;
  gap: 5rem;
}
.actOther .actCard .img{
  margin-bottom: 1.2rem;
}
.actOther .actCard .img .chara{
    bottom: -0.8rem;
    right: -1.6rem;
}
.actOther .actCard .act_name{
  margin-right: 0;
}
._farm .actCard .act_name{
  background-color: var(--green);
  margin-top: 2.6rem;
}
._agugirl .actCard .act_name{
  background-color: var(--purple);
}
._taipei .actCard .act_name{
  background-color: var(--taipei);
}

.actContact{
  padding: 9rem 0 11rem;
}
.actContact h2{
  color: var(--color-main);
  font-weight: 600;
  margin-bottom: 3.2rem;
}
.actContact .txt{
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 2;
}
.actContact .row {
    gap: 4rem;
    margin-top: 2.8rem;
    align-items: center;
    max-width: 93%;
    margin-inline: auto;
}
.actContact .row .rowTtl {
  font-size: 2.6rem;
  color: var(--color-main);
  line-height: 1.4;
}
.actContact .row .rowTxt {
    flex:1;
    text-align: left;
    line-height: 1.7;
    font-feature-settings: "palt";
    font-size: 1.8rem;
    letter-spacing: .02em;
}
.actContact .row .rowTxt a{
  text-decoration: underline;
  text-underline-offset: .2rem;
}
.actContact .row .rowTxt a:hover{
  color: var(--color-main);
}

.actInfo .lead{
  margin-bottom: 6rem;
  line-height: 2;
}
.actInfo .ttlEnJa{
  margin-bottom: 0;
}
.actInfo .calendar{
  margin: -1.8rem 0 3.6rem;
  display: block;
}
.actInfo .snsbnr{
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 4.6rem;
  align-items: flex-end;
}
.actInfo .snsLink{
  gap: 2rem;
}
.actInfo .snsLink .ttl{
  position: relative;
  flex: 1;
  align-content: center;
  border-top: .2rem solid var(--color-main);
  border-bottom: .2rem solid var(--color-main);
  padding: 1.2rem;
}
.actInfo .snsLink .ttl h3{
  font-size: 3rem;
  color: var(--color-main);
  text-align: right;
  margin-bottom: 1rem;
}
.actInfo .snsLink .ttl p{
  width: 11rem;
  position: absolute;
  bottom: 0;
  left: 1rem;
}
.actInfo .snsLink .box{
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem;
  width: 81rem;
}


/*voice_actress detail
---------------------------------------------------------*/
.actDetail .row {
    gap: 7.6rem;
    margin-bottom: 5.4rem;
    align-items: center;
}
.actDetail .row .img {
  width: 41rem;
  max-width: 100%;
  position: relative;
}
.actDetail .row .img .chara{
  width: 16rem;
  position: absolute;
  bottom: 1.9rem;
  right: 1.7rem;
}
.actDetail .row .box {
    flex:1;
    color: var(--color-main);
}
.actDetail .row .box h2 {
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
    text-align: left;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: .12em;
}
.actDetail .row .box h2 span{
    font-size: 192%;
    line-height: 1.3;
}
.actDetail .row .box .txt {
    font-size: 2.4rem;
    line-height: 1.8;
}
.actDetail .row .box .c_sns {
    border-top: .1rem dashed var(--color-main);
    margin-top: 2rem;
    padding-top: 2.4rem;
    text-align: left;
}
.actDetail .c_sns a{
  display: inline-grid;
  place-content: center;
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-main);
}
.actDetail .c_sns a img{
  width: 2.7rem;
}
.actDetail .c_sns a:hover{
  background-color: var(--orange)!important;
}
.actDetail .profile {
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem;
  text-align: left;
}
.actDetail .profile dt {
  color: #fff;
  background-color: var(--color-main);
  border-radius: 3rem;
  padding: 0.7rem 1em;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.actDetail .profile dd{
  padding: 0 1em;
}
.actDetail .area{
  margin-top: 8rem;
}
.actDetail .area ._diagonal{
  letter-spacing: .15em;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  padding: 0;
}
.actDetail .area ._diagonal::before,
.actDetail .area ._diagonal::after {
  transform: rotate(-25deg);
}
.actDetail .area ._diagonal::after {
  transform: rotate(25deg);
}
.actDetail .area h3{
  font-size: 3rem;
  padding: 1rem;
  margin-bottom: 4rem;
  font-weight: 600;
  position: relative;
}
.actDetail .area h3 .toggleTxt{
  color: var(--color-main);
  background-color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 0.2rem 2.2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4rem;
  width: 13.3rem;
  letter-spacing: .1em;
  text-align: left;
}
.actDetail .area h3 .toggleTxt::after{
  content: "";
  width: 1.3rem;
  height: auto;
  aspect-ratio: 1.5/1.2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  top: 35%;
  background-color: var(--color-main);
}
.actDetail .area h3.active .toggleTxt::after{
  transform: rotate(180deg);
}
.actDetail .area .messageTtl{
  font-size: 2rem;
  margin-bottom: 2rem;
  color: var(--color-main);
  text-align: left;
  padding: 0;
}
.actDetail .area .txt{
  text-align: left;
}
.actDetail .area._career .txt{
  padding: 0 1em
}
.actDetail .area dl{
  text-align: left;
}
.actDetail .area dt{
  color: var(--color-main);
  border-bottom: .1rem solid #cccccc;
  padding-bottom: 0.3rem;
  margin: 2.4rem 0 1rem;
}
.actDetail .area dt::before{
  content:"●";
  display:inline-block;
  margin-right: 0.6rem;
}
.actDetail .area dd{
  padding: 0 1em
}
.photoSlide li{
  margin: 0 .6rem;
}
.photoSlide li img{
  width: 100%;
  height: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
}
.photoSlide .slick-arrow {
    background: var(--color-main) url("../img/arrow_white.svg") 60% 50% no-repeat;
    background-size: 35% auto;
    width: 2.4rem;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    right: -4rem;
    top: 42%;
    cursor: pointer;
    transition: .2s;
    z-index: 99;
}
.photoSlide .slick-arrow.prev {
    transform: rotate(180deg);
    right: auto;
    left: -4rem;
}
.photoSlide .slick-arrow:hover {
    opacity:.7;
}
.actDetail .snsRow{
  gap: 2rem;
  align-items: center;
}
.actDetail .snsRow .txt{
  font-weight: 600;
}

/* 前後の記事 */
.actPageset {
    margin-top: 5rem;
    margin-bottom: 3rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 3.2rem;
}
.actPageset .link{
  align-items: flex-end;
  gap: .8rem;
}
.actPageset .link._next{
  flex-direction: row-reverse;
}
.actPageset .link::before{
  content: "";
  background: var(--color-main) url("../img/arrow_white.svg") 60% 50% no-repeat;
  background-size: 35% auto;
  width: 2.2rem;
  height: 2.2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: .2s;
  z-index: 99;
  display: block;
}
.actPageset .link._prev::before {
  transform: rotate(180deg);
}
.actPageset .txt{
  font-size: 2.2rem;
  color: var(--color-main);
  text-align: left;
  margin-bottom: -0.4rem;
  margin-left: 1rem;
}
.actPageset .link._prev .txt{
  text-align: right;
  margin-left: 0;
  margin-right: 1rem;
}
.actPageset .img{
  width: 15rem;
}
.actPageset .img figure{
  position: relative;
}
.actPageset .img .chara{
  width: 6.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.actPageset .link .ttl{
  font-size: 1.3rem;
  border-radius: .5rem;
  padding: .4rem;
  color: #fff!important;
  margin-top: 0.8rem;
  width: 14.3rem;
  margin-left: auto;
  background-color: var(--color-main);
}
.actPageset .link:hover {
    opacity: .8;
}
.actPageset .link:hover .txt{
  color:var(--orange);
}
.actPageset .link:hover::before{
  background-color:var(--orange);
}
.actPageset .link:hover img {
    opacity: 1;
}
.actPageset .btn a{
  width: 32rem;
}

/****** カラー ******/
/* ファーム */
.actDetail.tag_farm .row .box,
.actDetail.tag_farm .area h4,
.actDetail.tag_farm .area dt,
.actDetail.tag_farm .btn._follow._arrow a{
  color: var(--green);
}
.actDetail.tag_farm .c_sns a,
.actDetail.tag_farm .profile dt,
.actDetail.tag_farm .photoSlide .slick-arrow,
.actDetail.tag_farm .btn._follow._arrow a::after{
  background-color: var(--green);
}
.actDetail.tag_farm .row .box .c_sns,
.actDetail.tag_farm .btn._follow._arrow a {
  border-color: var(--green);
}
.actDetail.tag_farm ._check._pink{
  background-image: url("../img/check_green.jpg");
}

/* アグガール */
.actDetail.tag_agugirl .row .box,
.actDetail.tag_agugirl .area h4,
.actDetail.tag_agugirl .area dt,
.actDetail.tag_agugirl .btn._follow._arrow a{
  color: var(--purple);
}
.actDetail.tag_agugirl .c_sns a,
.actDetail.tag_agugirl .profile dt,
.actDetail.tag_agugirl .photoSlide .slick-arrow,
.actDetail.tag_agugirl .btn._follow._arrow a::after{
  background-color: var(--purple);
}
.actDetail.tag_agugirl .row .box .c_sns,
.actDetail.tag_agugirl .btn._follow._arrow a {
  border-color: var(--purple);
}
.actDetail.tag_agugirl ._check._pink{
  background-image: url("../img/check_purple.jpg");
}

/* 台北 */
.actDetail.tag_taipei .row .box,
.actDetail.tag_taipei .area h4,
.actDetail.tag_taipei .area dt,
.actDetail.tag_taipei .btn._follow._arrow a{
  color: var(--taipei);
}
.actDetail.tag_taipei .c_sns a,
.actDetail.tag_taipei .profile dt,
.actDetail.tag_taipei .photoSlide .slick-arrow,
.actDetail.tag_taipei .btn._follow._arrow a::after{
  background-color: var(--taipei);
}
.actDetail.tag_taipei .row .box .c_sns,
.actDetail.tag_taipei .btn._follow._arrow a {
  border-color: var(--taipei);
}
.actDetail.tag_taipei ._check._pink{
  background-image: url("../img/check_taipei.jpg");
}




/*character
---------------------------------------------------------*/
.charaArch._chita{
  padding-top: 4.2rem;
}
.charaArch .lead h3{
  font-size: 2.8rem;
  margin-bottom: 0.8rem;
  color: var(--color-main);
}
.charaArch .lead p{
  font-size: 1.8rem;
}
.charaArch .post {
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem 2.8rem;
  margin-top: 3.2rem;
}
.charaArch .post .chara_name{
  font-size: 2.2rem;
  padding: 0.7rem;
  color: #fff;
  border-radius: 0.5rem;
  margin-top: 2rem;
  background-color: var(--color-main);
}
.charaArch .post a:hover{
  opacity: .7;
}
.charaArch .post a:hover img{
  opacity: 1;
}
.charaMap ._diagonal{
  font-size: 2.2rem;
  margin-bottom: 1rem;
  letter-spacing: .1em;
}
.charaMap ._diagonal::before,
.charaMap ._diagonal::after {
  transform: rotate(-40deg);
}
.charaMap ._diagonal::after {
  transform: rotate(40deg);
}
.charaMap ._check{
  font-size: 2.3rem;
  padding: 1.4rem;
  max-width: 100rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.charaMap .btn{
  text-align: right;
}
.charaMap .btn a{
  border: 0.3rem solid #fc6694;
  font-size: 1.6rem;
  padding: 1rem 3rem 1rem 2.5rem;
  font-feature-settings: "palt";
  font-weight: 600;
  box-shadow: 0.3rem 0.4rem 0 rgba(252, 102, 148, .2);
}
.charaMap .btn._arrow a::after{
  right: 1.4rem;
}
.charaArch._taipei .ttlJaEn .img{
  width: 25.5rem;
  margin-inline: auto;
}
.charaArch._taipei .ttlJaEn h2{
  margin-top: -2rem;
  text-indent: 0.6em;
}
.charaArch._taipei .post .chara_name{
  font-size: 1.8rem;
  padding: 0.7rem;
  border-radius: 3rem;
  margin-top: 2rem;
  width: 18rem;
  margin-inline: auto;
}
.charaMap._taipei .img{
  width: 64rem;
  margin-inline: auto;
}
.charaSearch .shop{
  margin-bottom: 7.8rem;
}
.charaSearch .shop .bnr{
  margin-bottom: 2.8rem;
}
.charaSearch .shop h2{
  font-size: 2.6rem;
  margin-bottom: .8rem;
}
.charaSearch .shop .txt{
  margin-bottom: 2.2rem;
}
#subPage .charaBnr .bnrWrap {
  margin: 0;
}

/*キャラクター詳細
---------------------------------------------------------*/
.charaDetail{
  padding-bottom: 11.6rem;
}
.charaDetail .area{
  background-color: #fff;
  padding: 4rem 5rem 4.4rem;
  border-radius: 1rem;
}
.charaDetail .area + .area{
  margin-top: 5.6rem;
}
.charaDetail .row {
    gap: 8rem;
    text-align: left;
    align-items: center;
}
.charaDetail .row .img {
  width: 49.4rem;
  max-width: 100%;
}
.charaDetail .row .box {
    flex:1;
}
.charaDetail .name{
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: .1rem solid var(--color-main);
}
.charaDetail .name h2{
    font-size: 5.2rem;
    padding-bottom: 1rem;
    text-align: left;
    color: var(--color-main);
    line-height: 1.2;
}
.charaDetail .name h2 .fontEn{
    font-size: 38.5%;
    display: block;
}
.charaDetail .name .cv {
    gap: 2rem;
    align-items: center;
}
.charaDetail .name .cv .txt{
    letter-spacing: .1em;
}
.charaDetail .name .cv ul{
  gap: 1.2rem;
}
.charaDetail .name .cv li a{
  background-color: var(--color-main);
  width: 2rem;
  height: auto;
  aspect-ratio: 1;
  display: inline-grid;
  place-content: center;
  border-radius: 50%;
}
.charaDetail .name .cv li a:hover{
  background-color: var(--orange)
}
.charaDetail .intro{
  padding-bottom: 2.4rem;
  border-bottom: .1rem solid var(--color-main);
}
.charaDetail .intro .place{
  font-size: 2.6rem;
  color: var(--color-main);
  margin-bottom: 1.7rem;
}
.charaDetail .intro dt,
.charaDetail .intro dd {
    margin: 0.6rem 0;
    text-align: left;
    font-size: 1.8rem;
}
.charaDetail .intro dt {
    width: 18rem;
    color: var(--color-main);
}
.charaDetail .intro dd{
  flex: 1;
}
.charaDetail .profile{
  gap: 3.2rem 4%;
  margin-top: 5rem;
  text-align: left;
  font-size: 1.8rem;
}
.charaDetail .profile dl{
  width: 48%;
}
.charaDetail .profile dt {
  color: #fff;
  background-color: var(--color-main);
  border-radius: 3rem;
  padding: 0.7rem 1em;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.charaDetail .profile dl._otherintro{
  width: 100%;
}
.charaDetail .profile ._otherintro dd {
    gap: 2.4rem;
}
.charaDetail .profile ._otherintro dd .chara {
  width: 9rem;
  text-align: center;
  margin-inline: auto;
  font-size: 1.6rem;
}
.charaDetail .profile ._otherintro dd .chara p{
  margin-top: .4rem;
  line-height:1.2;
}
.charaDetail .profile ._otherintro dd .txt {
    flex:1;
    line-height: 1.8;
}
.charaDetail .profile dd{
  padding: 0 1em;
}
.charaDetail .backRow{
  gap: 3.2rem;
}
.charaDetail .backRow .iconTtl{
  color: #fff;
  font-size: 2.1rem;
  background: url("../img/character/back_ttl_bg.svg") center no-repeat;
  background-size: contain;
  padding: 3.5rem 2.2rem 4rem;
}
.charaDetail .backRow .box{
  text-align: left;
  flex: 1;
}
.charaDetail .backRow .ttl{
  color: var(--color-main);
  font-size: 3rem;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}
.charaDetail .backRow .txt{
  line-height: 1.8;
 }

.charaGoods h2{
  font-size: 3.4rem;
  margin-bottom: 4rem;
}
.charaGoods .bnr{
  margin-bottom: 2.5rem;
}
.charaGoods .txt{
  margin-bottom: 2.5rem;
  font-size: 2rem;
  line-height: 1.8;
}
.charaDetailPageSet .pageset{
  margin:6rem 0 8rem;
}
.charaDetailPageSet .pageset ul{
  justify-content: center;
    gap:4rem;
}

/*about
---------------------------------------------------------*/
.aboutStory{
  position: relative;
  padding: 3rem 0 31rem;
}
.aboutStory::after{
  content: "";
  width: 100%;
  min-height: 73rem;
  max-height: 73rem;
  background: url("../img/about/story_bg.png") top center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.aboutStory h3{
  color: var(--color-main);
  font-size: 2.8rem;
  margin-bottom: 2.6rem;
}
.aboutStory p{
  text-shadow: 0 0 .3rem #fff,0 0 .3rem #fff,0 0 .3rem #fff,0 0 1rem #fff,0 0 1rem #fff,0 0 4rem #fff,0 0 4rem #fff,0 0 4rem #fff,0 0 4rem #fff,0 0 4rem #fff,0 0 4rem #fff,0 0 4rem #fff;
  text-align: center;
}
.aboutStory p + p{
  margin-top: 2rem;
}

.aboutAnchor{
  padding-top: 5rem;
}
.aboutAnchor h2{
  color: var(--color-main);
  font-size: 4.2rem;
  margin-bottom: 2.8rem;
  font-weight: 600;
}
.aboutAnchor ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.aboutAnchor ul li a {
  padding: 1rem;
  border-radius: 2.3rem;
  display: block;
  position: relative;
}
.aboutAnchor ul li a .in{
  color: #fff;
  font-size: 3rem;
  width: 34.7rem;
  height: 17.3rem;
  position: relative;
  display: grid;
  place-content: center;
  line-height: 1.2;
  font-weight: 600;
  border-radius: 2rem;
  font-feature-settings: "palt";
  letter-spacing: .02em;
  border: dashed 0.3rem #fff;
}
.aboutAnchor ul li a::after{
  content: "";
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  background: #fff url("../img/arrow_pink.svg") 50% 60% no-repeat;
  background-size: 45% auto;
  display: inline-block;
  border-radius: 50%;
  border: 0.3rem solid var(--color-main);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  transform: translateY(50%);
}
.aboutAnchor ul li a span{
  font-size: 66%;
  display: block;
  margin-top: 1.4rem;
  font-weight: 500;
}
.aboutAnchor ul li a:hover {
  transform: translateY(-.5rem);
}
.aboutComic{
  padding-top: 0;
}
.aboutComic .ttlEnJa{
  margin-top: 5rem;
}
.aboutAnchorTtl.ttlDot{
  margin:0;
  border-radius: 0;
  padding: 4rem 0;
}
.c_about_lead{
  font-size: 1.8rem;
  margin-bottom: 8.8rem;
  max-width: 100rem;
  margin-inline: auto;
  line-height: 1.8;
}
.c_about_row {
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6rem;
}
.c_about_box {
  background-color: rgba(252,102,148,.1);
  border-radius: 2rem;
  padding: 6.4rem 5rem 4.4rem;
  position: relative;
  display: grid;
}
.c_about_box .icon {
  width: 8rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  transform: translateY(-50%);
}
.c_about_box:not(._100) .img{
  min-height: 26rem;
  display: grid;
  place-content: center;
}
._voice .c_about_box .img{
  max-width: 32rem;
  margin-inline: auto;
}
.c_about_box .ttl {
  font-size: 2.6rem;
  padding: 2.6rem 0 3rem;
  color: var(--color-main);
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: .02em;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.c_about_box .btn{
  margin-top: auto
}
.c_about_box .btn a{
  min-width: 29rem;
}
._youtube .c_about_box {
  background-color: var(--blue);
}
._youtube .c_about_box:nth-of-type(2){
  background-color: var(--green);
}
._youtube .c_about_box .ttl {
    color: #fff;
}
.c_about_box._100{
  margin-top: 8.4rem;
}
.c_about_box._100 .ttl{
  font-size: 3.4rem;
  padding-top: 0;
}
.c_about_box._100 .img{
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.c_about_box._100 .txt{
  margin-top: 2rem;
}

.aboutActiv{
  padding-bottom: 3rem;
}
.aboutActiv .lead{
  margin-top: 4rem;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
.aboutActiv .row {
    gap: 4.5rem;
    background-color: rgba(252, 102, 148, .1);
    border-radius: 2rem;
    padding: 4.4rem 5.4rem;
    margin-top: 5rem;
    align-items: center;
}
.aboutActiv .row .box {
    flex:1;
}
.aboutActiv .row .box .ttlWave100 {
    padding-bottom: 2.6rem;
    color: var(--color-main);
    font-weight: 600;
  }
  .aboutActiv .row .box .txt {
    font-size: 2.8rem;
    margin-bottom: 2.9rem;
    color: var(--color-main);
    font-weight: 600;
}
.aboutActiv .row .box .btn a{
  width: 100%;
}
.aboutActiv .row .img {
    width: 67.6rem;
    max-width: 100%;
    gap: 2rem;
}
.aboutActiv .type{
  margin-top: 11.6rem;
}
.aboutActiv .type h3{
  font-size: 2.8rem;
  margin-bottom: 3rem;
  color: var(--color-main);
}
.linkSquare02{
  grid-template-columns: repeat(3, 1fr);
  height: 35rem;
}
.linkSquare02 a{
  color: #fff;
  position: relative;
  display: grid;
  place-content: center;
  overflow:hidden;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 7rem 0 5rem;
  align-items: center;
}
.linkSquare02 a::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: center no-repeat;
  background-size: cover;
}
.linkSquare02 a._character::before {
  background-image: url("../img/about/linkSquare02_bg_character.jpg");
}
.linkSquare02 a._idol::before {
  background-image: url("../img/about/linkSquare02_bg_idol.jpg");
}
.linkSquare02 a._exchange::before {
  background-image: url("../img/about/linkSquare02_bg_exchange.jpg");
}
.linkSquare02 a .fontJa{
  font-size: 4.3rem;
  line-height: 1.1;
  align-content: center;
}
.linkSquare02 a .fontEn{
  font-size: 2rem;
  margin-bottom: 1rem;
  grid-row: 2 / 3;
  align-content: center;
}
.linkSquare02 a .btn span{
  width: 29rem;
}
.linkSquare02 a .btn._arrow span.txt::after{
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 1rem;
}
.linkSquare02 a:hover ._stripe::before{
  display: none;
}
.linkSquare02 a ._stripe::after{
  transition: .2s;
}
.linkSquare02 a:hover ._stripe::after{
  background: rgba(3,3,3,.5);
}

.c_actArea ._check{
  font-size: 2.8rem;
  padding: 0.8rem;
  margin-bottom: 2rem;
}
.c_actList{
  justify-content: center;
  gap: 4rem;
  margin-bottom: 3rem;
}
.c_actList li{
  font-size: 2rem;
}
.c_actList li::before{
  content:"●";
  display:inline-block;
  margin-right: 0.4rem;
  color: var(--color-main);
}
.c_actList._orange li::before{
  color: var(--orange);
}
.c_actList._blue li::before{
  color: var(--blue);
}
.c_actTxt{
  width: 90%;
  margin-top: 3rem;
  margin-inline: auto;
}
.c_actArea .img {
  grid-template-columns: repeat(2, 1fr);
}
.c_actArea._exchange .img {
  grid-template-columns: repeat(4, 1fr);
}

.aboutChara{
  padding-bottom: 0;
}
.aboutChara .goods{
  padding: 7rem 0;
}

.aboutHistory{
  padding: 11rem 0 2rem;
}
.aboutHistory .lead{
  margin: 5rem 0;
  font-size: 1.8rem;
  padding: 0 2rem;
  font-feature-settings: "palt";
  letter-spacing: .03em;
}
.aboutHistory .lead p + p{
  margin-top: 3rem;
}
.aboutHistory .timeline h3{
  position: relative;
  font-size: 2rem;
  display: inline-block;
  color: var(--color-main);
  margin-bottom: 1.6rem;
}
.aboutHistory .timeline .ttl{
  position: relative;
  border: .5rem solid rgba(255,255,255,.5);
  padding: 1.2rem 2rem 1.6rem;
}
.aboutHistory .timeline .ttl h4{
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 1.1rem;
}
.aboutHistory .timeline .ttl .btn span{
  width: 24rem;
  padding: .8rem;
}
.aboutHistory .timeline .ttl .img{
  position: absolute;
  bottom: -.05rem;
  left: 2rem;
}
.aboutHistory .timeline .ttl .img._02{
  left: auto;
  right: 6rem;
}
.aboutHistory .timeline .detail{
  margin-inline: auto;
  padding-top: 4rem;
}
.aboutHistory .timeline .detail dt,
.aboutHistory .timeline .detail dd {
    padding: 1.6rem 5rem;
    text-align: left;
    width: 65%;
    font-size: 1.8rem;
}
.aboutHistory .timeline .detail dt:first-of-type,
.aboutHistory .timeline .detail dd:first-of-type{
  padding-top: 0;
}
.aboutHistory .timeline .detail dt {
    width: 24%;
    position: relative;
    color: var(--color-main);
}
.aboutHistory .timeline .detail dt::after{
  content: "";
  width: 1rem;
  height: 100%;
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1.2rem 1.4rem;
  background-image: radial-gradient(circle, var(--color-main) 0.2rem, transparent 0.2rem);
  display: block;
  margin-inline: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.aboutVision{
  padding-bottom: 0;
}
.aboutVision .lead{
  line-height: 1.9;
  margin-bottom: 4.6rem;
}
.aboutVision .lead p + p{
  margin-top: 2.2rem;
}
.aboutVision .project{
  background-color: var(--pink);
  padding: 5.4rem 0;
}
.aboutVision .project .area{
  background-color: #fff;
  padding: 4.6rem 5rem 5rem;
  border-radius: 2rem;
}
.aboutVision .project .area + .area{
  margin-top: 4.4rem;
}
.aboutVision .project .row{
  gap: 5rem;
  margin-bottom: 3.4rem;
  align-items: center;
  padding: 0 4rem;
}
.aboutVision .project .area._03 .row{
  margin-bottom: 4rem;
}
.aboutVision .project .row .ttl{
  position: relative;
  font-size: 2.8rem;
  color: var(--color-main);
  width: 27rem;
  letter-spacing: .1em;
  line-height: 1.2;
  font-feature-settings: "palt";
}
.aboutVision .project .row .ttl .fontEn{
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.8rem;
  letter-spacing: 0;
}
.aboutVision .project .row .ttl .fontEn span{
  font-size: 157%;
}
.aboutVision .project .row .ttl::after{
  content: "";
  width: 13.5rem;
  height: auto;
  aspect-ratio: 13.5/11.8;
  background: url("../img/about/hart.svg") center right no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.aboutVision .project .row .txt{
  flex: 1;
  line-height: 1.6;
  font-size: 1.8rem;
}
.aboutVision .project .toggleBtn{
  padding: 1rem;
  display: block;
  position: relative;
}
.aboutVision .project .toggleBtn .in{
  position: relative;
  border: dashed .3rem #fff;
  z-index: 5;
  color: #fff;
  padding: 2rem 2rem 2.4rem;
  border-radius: 10rem;
  width: 100%;
  min-height: 13rem;
  display: grid;
  place-content: center;
}
.aboutVision .project .toggleBtn::after{
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/about/project01_ttl_bg.png") center right no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10rem;
}
.aboutVision .project .area._02 .toggleBtn::after{
  background-image: url("../img/about/project02_ttl_bg.png");
}
.aboutVision .project .area._03 .toggleBtn::after{
  background-image: url("../img/about/project03_ttl_bg.png");
}
.aboutVision .project .toggleBtn .bgClr{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutVision .project .toggleBtn .bgClr::before,
.aboutVision .project .toggleBtn .bgClr::after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(252, 102, 148, .7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10rem;
}
.aboutVision .project .area._02 .toggleBtn .bgClr::before,
.aboutVision .project .area._02 .toggleBtn .bgClr::after{
  background-color: rgb(63, 169, 245, .7);
}
.aboutVision .project .area._03 .toggleBtn .bgClr::before,
.aboutVision .project .area._03 .toggleBtn .bgClr::after{
  background-color: rgb(255, 147, 30, .7);
}
.aboutVision .project .toggleBtn .bgClr::before{
    mix-blend-mode: color;
    z-index: 2;
}
.aboutVision .project .toggleBtn:hover .bgClr::before{
    display:none;
}
.aboutVision .project .toggleBtn .ttl{
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
}
.aboutVision .project .toggleBtn .ttl .fontEn{
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.8rem;
  letter-spacing: 0.05em;
}
.aboutVision .project .toggleBtn .ttl::after{
  content: "";
  width: 2.8rem;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/arrow02.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 0.9rem;
}
.aboutVision .project .toggleBtn.active .ttl::after{
  transform: rotate(180deg);
}
.aboutVision .project .toggleBtn .img{
  width: 15rem;
  position: absolute;
  right: 6rem;
  bottom: -1.3rem;
}
.aboutVision .project .area._02 .toggleBtn .img{
  width: 17rem;
  right: 7rem;
}
.aboutVision .project .area._03 .toggleBtn .img{
  width: 17.7rem;
  right: 3.4rem;
}
.aboutVision .project .toggleCont{
  padding-top: 3.6rem;
  font-feature-settings: "palt";
  letter-spacing: .03em;
}
.aboutVision .project h4{
  font-size: 2.2rem;
  color: var(--color-main);
  margin-bottom: 3rem;
  letter-spacing: .1em;
}
.aboutVision .project .area._03 h5{
  margin: 4rem 0 1.6rem;
  font-size: 2.2rem;
  color: var(--color-main);
  letter-spacing: .1em;
}
.aboutVision .project .contRow {
    gap: 2.6rem;
    margin-bottom: 2.8rem;
    line-height: 1.6;
    align-items: flex-start;
}
.aboutVision .project .contRow:nth-of-type(n+2){
  margin-top: 3.6rem;
}
.aboutVision .project .contImg {
  width: 40rem;
  max-width: 100%;
  border-radius: .5em;
  overflow: hidden;
}
.aboutVision .project .contBox {
    flex:1;
    text-align: justify;
}
.aboutVision .project .contBox h4{
  margin-bottom: 1.6rem;
}
.aboutVision .project .contTxt02{
    text-align: justify;
    line-height: 1.6;
}
.aboutVision .project .contTxt02 + .contTxt02 {
    margin-top: 3rem;
}
.aboutVision .project .charaRow {
    gap: 4rem;
    background-color: var(--pink);
    padding: 1.6rem 4rem 0 3rem;
    border-radius: 1rem;
}
.aboutVision .project .charaImg {
  width: 15rem;
  max-width: 100%;
  align-content: flex-end;
}
.aboutVision .project .charaTxt {
    flex:1;
    text-align: justify;
    line-height: 1.6;
    align-content: center;
}
.aboutVision .project .charaTxt p + p {
    margin-top: 2rem;
}
.aboutVision .project .ttlRow {
    gap: 4rem;
    background-color: var(--pink);
    border-radius: 1rem;
    padding: 2rem 4rem;
    align-items: center;
    margin-bottom: 2rem;
}
.aboutVision .project .ttlRow h4{
  font-size: 1.6rem;
  margin: 0;
}
.aboutVision .project .ttlRow h4 .fontEn{
  display: block;
  font-size: 2.4rem;
  margin-bottom: 0.2rem;
}
.aboutVision .project .ttlRow p {
    flex:1;
    font-size: 2.2rem;
    color: var(--color-main);
    text-align: left;
}
.aboutVision .project .imgRow{
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.2rem;
}
.aboutVision .project .imgRow .img{
  border-radius: .5rem;
  overflow: hidden;
  width: 100%;
  margin: 0;
}


/*partners
---------------------------------------------------------*/
.partEvery{
  padding: 4rem 0 0;
}
.partEvery h2{
  font-size: 3.6rem;
  color: var(--color-main);
  margin-bottom: 2.2rem;
}
.partEvery .lead{
  font-size: 1.8rem;
  line-height: 1.9;
  margin-bottom: 1.2rem;
}
.partWork .ttlBox{
  margin-bottom: 4rem;
}
.partWork h2{
  font-size: 3.6rem;
  color: var(--color-main);
  margin-bottom: 1rem;
}
.partWork .note{
  font-size: 1.4rem;
}
.partWork .pick{
  padding: 8rem 0;
}
.partWork .pick h3{
  font-size: 6rem;
  color: var(--color-main);
  margin-bottom: 2rem;
}
.postCard02 {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.postCard02 .item{
  border-radius: 1rem;
  overflow: hidden;
  display: block;
  background-color: #fff;
  border: .1rem solid #E6E6E6;
}
.postCard02 .item .thumb{
  aspect-ratio: 3.8/2;
}
.postCard02 .item .box{
    padding: 1rem 1.2rem 2rem;
    text-align: left;
    font-weight: 600;
    gap: 0.3rem 0.7rem;
    align-items: center;
}
.postCard02 .item .box .ttl{
    width: 100%;
    font-size: 1.8rem;
    border-bottom: .1rem solid #e6e6e6;
    padding-bottom: 0.8rem;
    margin-bottom: 0.6rem;
}
.postCard02 .cate{
  border-radius: .5rem;
  padding: 0.3rem 0.8rem;
  line-height: 1.1;
  min-width: 4.4rem;
  display: inline-block;
  text-align: center;
}
.cate._all{
  color: var(--color-main);
}
.cate._company{
  background-color: #ff931e;
  border-color: #ff931e!important;
}
.cate._public{
  background-color: #7ac943;
  border-color: #7ac943!important;
}
.cate._local{
  background-color: #3fa9f5;
  border-color: #3fa9f5!important;
}
.cate._educational{
  background-color: #fc6694;
  border-color: #fc6694!important;
}
.cate._other{
  background-color: #d38eba;
  border-color: #d38eba!important;
}

.partWork .all{
  padding-top: 6rem;
}

.workCate {
  gap: 1rem;
  padding-bottom: 5rem;
  max-width: 90rem;
  margin-inline: auto;
}
.workCate li{
  min-width: 18.4rem;
}
.workCate li a {
  display: block;
  padding: 1.4rem 2.4rem;
  line-height: 1;
  font-size: 2rem;
  color: #fff;
  border-radius:10rem;
  border: .2rem solid var(--color-main);
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
.workCate li._all a{
  font-size: 2rem;
}
.workCate a:hover {
  transform: translateY(-.5rem);
}
.partContact h2{
  color: var(--color-main);
  font-weight: 600;
}
.partContact .txt{
  font-size: 1.8rem;
  margin: 3rem 0 1rem;
}


/*audition
---------------------------------------------------------*/
.audiLead{
  padding: 4rem 0 6.4rem;
}
.audiLead h2{
  font-size: 3.2rem;
  color: var(--color-main);
  margin-bottom: 2.2rem;
}
.audiLead .txt{
  font-size: 1.8rem;
  line-height: 1.9;
}
.audiLead .txt p + p{
  margin-top: 2.4rem;
}
.c_audiTtl{
  background-color: var(--color-main);
  color: #fff;
  padding: 4.6rem 0;
  margin-bottom: 4rem;
}
.c_audiTtl h2{
  font-weight: 500;
}
.audiPrev .lead{
  font-size: 2.2rem;
  margin-bottom: 2.4rem;
}

.audiPrev .area{
  border: .1rem solid #ccc;
  border-radius: 2rem;
  padding: 4rem 14rem;
}
.audiPrev .area + .area{
  margin-top: 4rem;
}
.audiPrev .area .ttl{
  font-size: 2.6rem;
  padding: 1.2rem;
  margin-bottom: 1.8rem;
  max-width: 80rem;
  margin-inline: auto;
  letter-spacing: .08em;
}
.audiPrev .area .dateRow{
  justify-content: space-between;
  margin-bottom: 4rem;
  max-width: 68rem;
  margin-inline: auto;
  font-feature-settings: "palt";
  letter-spacing: .02em;
}
.audiPrev .area dl{
  gap: 1rem;
  align-items: center;
}
.audiPrev .area dt{
  color: var(--color-main);
  border: .1rem solid var(--color-main);
  padding: 0.2rem 2rem;
  border-radius: 3rem;
}
.audiPrev .area dd{
  font-size: 1.8rem;
}
.audiSlide li{
  margin: 0 .5rem;
}
.audiSlide .slick-arrow {
    background: #fff url("../img/arrow_pink.svg") 50% 60% no-repeat;
    background-size: 50% auto;
    width: 4rem;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    right: -6rem;
    top: 42%;
    cursor: pointer;
    transition: .2s;
    z-index: 99;
    border: .1rem solid var(--color-main);
    transform: rotate(-90deg);
}
.audiSlide .slick-arrow.prev {
    transform: rotate(90deg);
    right: auto;
    left: -6rem;
}
.audiSlide .slick-arrow:hover {
    opacity:.7;
}
.audiPrev .area .txt{
    text-align: left;
    margin-top: 1.6rem;
    line-height: 1.7;
}
.audiAct{
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
.audiAct .c_audiTtl{
  margin-bottom: 0;
}
.audiAct .ttl{
  font-size: 4rem;
  text-shadow: 0 0 5rem #fc6694,0 0 5rem #fc6694,0 0 5rem #fc6694,0 0 5rem #fc6694;
  color: #fff;
  padding: 12rem;
  background: url("../img/audition/act_ttl_bg.jpg") center no-repeat;
  background-size: cover;
  line-height: 1.6;
  letter-spacing: .1em;
}
.audiAct .txt{
  text-align: left;
  margin: 4rem 0;
  font-size: 1.8rem;
  line-height: 1.6;
}
.audiAct .row {
  gap: 3.7rem;
  margin: 0 -3%;
}
.audiAct .row .box{
  flex: 1;
}
.audiAct .row .box .ttl02 {
  font-size: 2.8rem;
  padding: 1rem;
}
.audiAct ul.list{
  padding: 2rem 5rem 0;
  font-size: 1.8rem;
}
.audiAct ul.list > li{
  text-align: left;
  text-indent: -0.6em;
  padding-left: 0.6em;
}
.audiAct li + li{
  margin-top: 1.2rem;
}
.audiAct ul.list > li::before{
  content:"●";
  display:inline-block;
  margin-right: 0.6rem;
  color: var(--color-main);
}
.audiAct ul.child{
  margin-top: 1rem;
}
.audiAct ul.child > li{
  text-indent: 0;
  padding-left: 0;
}

.c_actMessaArea{
  padding: 4.4rem;
  border: .1rem solid #cccccc;
  border-radius: 2rem;
  background-color: #fff;
}
.c_actMessaArea + .c_actMessaArea{
  margin-top: 5rem;
}
.c_actMessaRow {
  gap: 7rem;
  margin-bottom: 3rem;
}
.c_actMessaRow .img {
  width: 19.5rem;
  max-width: 100%;
}
.c_actMessaRow .box {
  flex:1;
}
.c_actMessaRow .name{
  border-bottom: .1rem solid var(--color-main);
  padding-bottom: 0.7rem;
  margin-bottom: 2.4rem;
  color: var(--color-main);
  align-items: flex-end;
}
.c_actMessaRow .name .act{
  font-size: 2.6rem;
}
.c_actMessaRow .name .act span{
  font-size: 1.8rem;
  margin-left: 1rem;
  display: inline-block;
  font-weight: 500;
}
.c_actMessaRow .name .chara{
  font-size: 2rem;
}
.c_actMessaRow .detail .ttl {
  font-size: 1.6rem;
  padding: 0.3rem;
  border-radius: 3rem;
  background-color: var(--color-main);
  color: #fff;
  margin-bottom: 1.4rem;
  font-weight: 500;
}
.c_actMessaRow .detail .txt {
  font-size: 1.8rem;
  text-align: left;
}
.c_actMessaArea .ttl02{
  font-size: 2rem;
  color: var(--color-main);
  text-align: left;
  margin-bottom: 1rem;
}
.c_actMessaArea .txt02{
  font-size: 1.8rem;
  text-align: left;
}

.audiBtmBnr .line{
  display: block;
  border: .3rem solid #06c755;
  border-radius: 5rem 5rem 2rem 2rem;
  background-color: #fff;
}
.audiBtmBnr .line:hover img{
  opacity: 1;
}
.audiBtmBnr .line h2{
  position: relative;
  font-size: 3.5rem;
  padding: 2rem;
  color: #fff;
}
.audiBtmBnr .line h2::before{
  content: "";
  width: 7.4rem;
  height: auto;
  aspect-ratio: 1;
  background: #fff url("../img/icon_line.svg") center no-repeat;
  background-size: 58% auto;
  border: .3rem solid #06c755;
  display: inline-block;
  position: absolute;
  top: -62%;
  left: 0;
  right: 0;
  margin-inline: auto;
  border-radius: 50%;
}
.audiBtmBnr .line .row {
  gap: 2rem;
  position: relative;
  padding: 2.8rem 12rem;
  justify-content: flex-end;
}
.audiBtmBnr .line .row .img {
  width: 23.6rem;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 6.3rem;
}
.audiBtmBnr .line .row .box {
  text-align: left;
}
.audiBtmBnr .line .row .box .ttl {
  font-size: 3.2rem;
  padding-bottom: 1rem;
  color: #06c755;
}
.audiBtmBnr .line .row .box p.txt {
  font-size: 2rem;
}
.audiBtmBnr .line .row .qr {
  width: 12rem;
  max-width: 100%;
}


/*new-member
---------------------------------------------------------*/
.newMemPageTtlArea{
  background: url("../img/new-member/pageTtl_bg.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.newMemPageTtl{
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}
.newMemPageTtl h1 .logo{
  width: 31rem;
  display: block;
  margin-bottom: 0.5rem;
}
.newMemPageTtl h1 .jaTxt{
  width: 76.2rem;
}
.newMemPageTtl .enTxt{
  font-size: 2.7rem;
  color: #fff;
  margin-top: 0.6rem;
}
.newMemPageTtl .img{
  position: absolute;
  width: 25.5rem;
  bottom: 0;
  left: -5%;
  z-index: -1;
}
.newMemPageTtl .img._02{
  width: 24.3rem;
  left: auto;
  right: -5%;
}
.newMemPageTtlArea .bgEnTxt{
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
  margin-inline: auto;
  mix-blend-mode: screen;
  background: linear-gradient(90deg, #4fbaa1 0%, #3fa9f5 35%, #ff7bac 70%,#ff931e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .5;
  font-size: 26rem;
  z-index: -2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newMemAnnounce{
  padding: 5rem 0 6rem;
}
.newMemAnnounce h2{
  font-size: 3.2rem;
  margin-bottom: 3rem;
  font-feature-settings: "palt";
  letter-spacing: .02em;
}
.newMemAnnounce .img{
  gap: 1rem 2%;
  margin-bottom: 5rem;
  max-width: 66rem;
  margin-inline: auto;
}
.newMemAnnounce .img figure{
  width: 49%;
}
.newMemAnnounce .txt{
  display: inline-block;
  margin-inline: auto;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
  text-align: left;
  line-height: 1.8;
}
.newMemAnnounce .btn._follow._arrow a{
  border-width: .1rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.newMemAnnounce .btn._follow._arrow a::after{
  width: 1.1rem;
}
.newMemAnnounce h3{
  font-size: 2.4rem;
  padding: 1.2rem;
  background-color: var(--color-main);
  border-radius: 6rem;
  margin: 4rem 0 2rem;
  color: #fff;
  letter-spacing: .05em;
}
.newMemAnnounce .chara{
  gap: 3rem 4%;
}
.newMemAnnounce .chara a{
  display: block;
  width: 48%;
}
.c_apply{
  padding: 5rem 0;
}
.c_applyTtl{
  font-size: 2.6rem;
  margin-bottom: 6rem;
}
.c_applyRow{
  gap: 4%;
  margin-bottom: 2.2rem;
}
.c_applyLink{
  display: block;
  border-radius: 2.4rem;
  padding: 1.2rem;
  width: 48%;
  position: relative;
}
.c_applyLink .in{
  display: block;
  color: #fff;
  position: relative;
  line-height: 1.2;
  font-weight: 600;
  border-radius: 1.8rem;
  padding: 5rem 2rem 3rem;
  border: dashed 0.3rem #fff;
}
.c_applyLink::before{
  content: "";
  width: 7.2rem;
  height: auto;
  aspect-ratio: 1;
  background: #fff url("../img/icon_mail02.svg") 50% no-repeat;
  background-size: 57% auto;
  display: inline-block;
  border-radius: 50%;
  border: 0.3rem solid var(--orange);
  position: absolute;
  top: -9%;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 1;
}
.c_applyLink._post::before{
  background-image: url("../img/icon_post.svg");
  background-size: 45% auto;
  border-color: var(--blue);
}
.c_applyLink .ttl{
    font-size: 3.8rem;
    margin-bottom: 1.2rem;
    font-weight: 400;
    letter-spacing: .05em;
}
.c_applyTerm{
  align-items: center;
  gap: 3rem;
}
.c_applyTerm dl{
  gap: 1.4rem;
  align-items: center;
}
.c_applyTerm dl dt{
  color: #fff;
  background-color: var(--color-main);
  padding: 0.3rem 2rem 0.4rem;
  border-radius: 6rem;
  font-size: 1.8rem;
  letter-spacing: .05em;
}
.c_applyTerm dl dd{
  font-size: 2.6rem;
  font-weight: 600;
  margin-top: -0.2rem;
}

.newMemNews .postList{
  max-height: 34rem;
  overflow-y: scroll;
  border: .1rem solid #cccccc;
  padding: 2rem 4rem 3rem;
  border-radius: 2rem;
}
.newMemGuide{
  padding: 2rem 0 8rem;
}
.newMemGuide .profile {
  border-radius: 1rem;
  border: .1rem solid var(--color-main);
  overflow: hidden;
  margin-bottom: 4rem;
}
.newMemGuide .profile dt,
.newMemGuide .profile dd {
  padding: 2.5rem 4.8rem;
  text-align: left;
  width: 70%;
  border-bottom: .1rem solid var(--color-main);
  font-feature-settings: "palt";
  letter-spacing: .05em;
  line-height: 1.7;
}
.newMemGuide .profile dt:last-of-type,
.newMemGuide .profile dd:last-of-type{
  border-bottom: none;
}
.newMemGuide .profile dt {
  width: 30%;
  background-color: var(--color-main);
  color: #fff;
  align-content: center;
  text-align: center;
  border-color: #fff;
}
.newMemGuide .check{
  margin-bottom: 2.4rem;
}
.newMemGuide .check h3{
  font-size: 1.8rem;
  border-bottom: .1rem solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1.2rem;
}
.newMemGuide .check .txt{
  max-width: 89rem;
  margin-inline: auto;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  font-size: 1.45rem;
  text-align: left;
}
.newMemGuide .contact{
  border: .2rem solid var(--color-main);
  border-radius: 1rem;
}
.newMemGuide .contact > div{
  align-content: center;
  padding: 2rem 3.4rem;
}
.newMemGuide .contact .ttlWrap {
  width: 49rem;
  max-width: 100%;
  background-color: var(--color-main);
  color: #fff;
}
.newMemGuide .contact .ttlWrap .ttl{
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.newMemGuide .contact .ttlWrap .txt{
  display: inline-block;
  padding: 0.6rem 2.3rem;
  border-radius: 3rem;
  color: var(--color-main);
  background-color: #fff;
}
.newMemGuide .contact .info {
  flex:1;
  text-align: left;
}
.newMemGuide .contact .info ._tel{
  font-size: 2.9rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.newMemGuide .contact .info .txt::before{
  content: "";
  width: 1.7rem;
  height: auto;
  aspect-ratio: 16/20;
  background: url("../img/icon_tel.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 1.5rem;
}
.newMemGuide .contact .info ._mail img{
  width: 30rem;
}
.newMemGuide .contact .info .txt._mail::before{
  width: 2.3rem;
  aspect-ratio: 23/15;
  background-image: url("../img/icon_mail.svg");
  vertical-align: -0.8rem;
}

.newMemFlow .area + .area{
  margin-top: 5.4rem;
}
.newMemFlow .stepTtl{
  background-color: var(--color-main);
  padding: 1.4rem 5rem;
  border-radius: 6rem;
  color: #fff;
  gap: 4rem;
  margin-bottom: 1.4rem;
  align-items: center;
  letter-spacing: .08em;
}
.newMemFlow .stepTtl .step{
  position: relative;
}
.newMemFlow .stepTtl .step .num{
  font-size: 3.2rem;
  display: inline-block;
  margin-left: 1rem;
  vertical-align: -0.4rem;
}
.newMemFlow .stepTtl .step::after{
  content: "";
  width: .1rem;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: -2rem;
}
.newMemFlow .stepTtl h3{
  font-size: 2.2rem;
}
.newMemFlow .cont .lead{
  padding: 0 5rem;
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
.newMemFlow .cont .c_applyRow{
  margin-top: 6.7rem;
}
.newMemFlow .cont .c_applyTerm02{
  gap: 2rem;
}
.newMemFlow .cont .schedule{
  border-radius: 1rem;
  background-color: #fff;
  padding: 3rem 5.3rem;
  margin-top: 2rem;
}
.newMemFlow .cont .schedule .day{
  gap: 2rem;
}
.newMemFlow .cont .schedule .day + .day{
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.2rem dotted var(--color-main);
}
.newMemFlow .cont .schedule .ttl{
  width: 14rem;
  background-color: var(--color-main);
  color: #fff;
  font-size: 1.8rem;
  border-radius: 1rem;
  align-content: center;
}
.newMemFlow .cont .schedule .txt{
  text-align: left;
}
.newMemFlow .cont .schedule .txt .big{
  font-size: 2.5rem;
  font-weight: 600;
  margin-right: 1rem;
}
.newMemFlow .cont .schedule .note{
  font-size: 1.3rem;
  text-align: left;
  margin-top: 1.6rem;
}
.newMemFlow .cont .imgWrap{
  padding: 0 5rem;
}
.newMemFlow .cont .imgTtl{
  text-align: left;
  margin-top: 2rem;
}
.newMemFlow .cont .img{
  grid-template-columns: repeat(3, 1fr);
}
.newMemPoint .row {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6rem;
}
.newMemPoint .row .box {
  padding: 2.2rem 3rem 1.8rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
}
.newMemPoint .row .box .txt {
  font-size: 2.5rem;
  color: #fff;
  align-content: center;
  flex: 1;
}
.newMemPoint .row .box .txt .small{
  font-size: 1.6rem;
  display: block;
}
.newMemMessa .c_actMessaArea{
  border: none;
}
.newMemWork{
  padding-bottom: 2rem;
}
.newMemWork .c_actMessaRow {
  margin-bottom: 0;
}
.c_actMessaRow .detail .profile{
  gap: 2rem;
  text-align: left;
}
.c_actMessaRow .detail .profile + .profile{
  margin-top: .5rem;
}
.c_actMessaRow .detail .profile dd{
  flex: 1;
}
.newMemWork .ttlWave100{
  display: inline-block;
  font-size: 3.4rem;
  line-height: 1;
  margin-top: 2.2rem;
}

.newMemOtome{
  padding: 2rem 0;
}
.newMemOtome .otomeTtl{
  background: url("../img/new-member/otome_ttl_bg.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  padding: 8rem 0;
  z-index: 1;
}
.newMemOtome .otomeTtl h2{
  font-size: 4.5rem;
  color: #fff;
  font-feature-settings: "palt";
}
.newMemOtome .otomeTtl h2 .small{
  font-size: 2.6rem;
  display: block;
}
.newMemOtome .otomeTtl .bgEnTxt{
  position: absolute;
  top: 11%;
  left: 0;
  right: 0;
  margin-inline: auto;
  mix-blend-mode: screen;
  background: linear-gradient(90deg, #4fbaa1 0%, #3fa9f5 35%, #ff7bac 70%,#ff931e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .5;
  font-size: 23rem;
  z-index: -2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newMemOtome .lead{
  padding: 4rem 0;
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: .02em;
  line-height: 1.8;
}
.newMemOtome .area{
  padding: 4rem 0 5rem;
}
.c_faq {
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: .02em;
}
.c_faq dt,
.c_faq dd {
  padding: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.c_faq dt::before,
.c_faq dd::before {
  content: "Q";
  font-family: var(--fontEn);
  line-height: 1;
  font-weight: 600;
  font-size: 2.2rem;
  color: #fff;
  background-color: var(--color-main);
  border-radius: 50%;
  min-width: 2.7rem;
  height: auto;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  font-weight: 500;
}
.c_faq dd::before {
  content: "A";
  color: #999;
}
.c_faq._01 dd::before{
  display: none;
}
.c_faq dt {
  transition: .2s;
  cursor: pointer;
  font-size: 2.2rem;
  line-height: 1.2;
  color: var(--color-main);
}
.c_faq dt:first-of-type {
  padding-top: 0;
}
.c_faq dd {
  padding-top: 0;
  padding-bottom: 2.4rem;
  border-bottom: .2rem dotted var(--color-main);
}
.c_faq._01 dd{
  display: block;
}
.c_faq dd:last-of-type{
  border-bottom: none;
  padding-bottom: 0;
}
.c_faq dd ul{
  gap: 4.2rem;
  margin: 2.8rem 0 3.4rem;
  justify-content: center;
}
.c_faq dd ul li{
  width: 22rem;
}
.c_faq dd ul li .img{
  border-radius: 50%;
  overflow: hidden;
}
.c_faq dd ul li .txt{
  color: #fff;
  background-color: var(--color-main);
  padding: 1rem;
  border-radius: 3rem;
  margin-top: -2rem;
  position: relative;
  z-index: 2;
  text-align: center;
}
.c_faq dd .ttlWave100Wrap{
  text-align: center;
}
.c_faq dd .ttlWave100{
  font-size: 2.2rem;
  display: inline-block;
}

.newMemOtome .message{
  padding: 3rem 4rem 4rem;
  border-radius: 2rem;
  margin-top: 4rem;
}
.newMemOtome .message h3{
  color: #fff;
  font-size: 2.7rem;
  margin-bottom: 1.6rem;
}
.newMemOtome .message h3 .small{
  font-size: 2.2rem;
  display: inline-block;
  margin-right: 2rem;
}
.newMemOtome .message .row {
  gap: 4rem;
  align-items: center;
}
.newMemOtome .message .row .box {
  flex:1;
  text-align: left;
  color: #fff;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: .02em;
}
.newMemOtome .message .row .box p + p {
  margin-top: 2.4rem;
}
.newMemOtome .message .row .img {
  width: 23rem;
  max-width: 100%;
  border: 1rem solid #fff;
  box-shadow: .8rem .8rem 0 rgb(222 19 81 / 26%);
  transform: rotate(4deg);
  margin-right: 2rem;
}
.newMemOtome .note{
  font-size: 1.3rem;
  margin-top: 2rem;
}
.newMemFaq{
  padding: 7rem 0;
  margin-top: 2rem;
}
.c_faq._02{
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem;
  overflow-y: scroll;
  max-height: 48rem;
}
.c_faq._02 dt,
.c_faq._02 dd{
  gap: 1.6rem;
}
.c_faq._02 dt{
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
}
.c_faq._02 dt::before,
.c_faq._02 dd::before{
  background-color: transparent;
  font-size: 3rem;
}
.c_faq._02 dt::before{
  color: var(--color-main);
  margin-top: -0.4rem;
}







/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1300px) {
  html {
    font-size: .8vw;
  }
}

/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 780px) {
/*全体レイアウト
---------------------------------------------------------*/
  html {
    font-size: 2.7777777vw;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  body.active {
    overflow: hidden;
  }
  article > section {
    padding: 4rem 0;
  }
  .txt-set{
    line-height: 1.8;
  }

  /*header nav
  -------------------------------------------------------*/
  #header {
    background-color: transparent;
  }
  #header.scrollClass{
    box-shadow: none;
  }
  .menuIconWrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 7rem;
    height: 4.6rem;
    z-index: 99999;
    cursor: pointer;
    display: block;
    background: #fff;
    border-radius: 0 0 0 2rem;
  }
  .menuIconWrap.scrollClass {
    box-shadow: 0 0 .2rem rgba(0,0,0,.3);
  }
  .active .menuIconWrap{
    background: transparent;
  }
  .active .menuIconWrap.scrollClass{
    box-shadow: none;
  }
  .menuIcon {
    position: absolute;
    top: 1.2rem;
    right: 2rem;
    width: 3rem;
    height: 2.2rem;
    z-index: 99999;
    cursor: pointer;
    display: block;
  }
  .menuIcon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: .15rem;
    background: var(--color-main);
    z-index: 10;
    transition: .2s;
  }
  .menuIcon span:nth-of-type(1) {top: 0;}
  .menuIcon span:nth-of-type(2) {top: .8rem;}
  .menuIcon span:nth-of-type(3) {bottom: 0.4rem;}
  .menuIcon.active span:nth-of-type(1) {
    -webkit-transform: translateY(.8rem) rotate(45deg);
    transform: translateY(.8rem) rotate(45deg);
  }
  .menuIcon.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menuIcon.active span:nth-of-type(3) {
    -webkit-transform: translateY(-.8rem) rotate(-45deg);
    transform: translateY(-.8rem) rotate(-45deg);
  }
  #nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding: 5rem 10% 4rem;
    background: var(--pink);
    visibility: hidden;
    opacity: 0;
  }
  #nav.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    z-index: 9990;
  }
  .active #header.scrollClass{
    box-shadow:none;
  }
  .spLogo{
    text-align: left;
  }
  .spLogo img{
    width: 8rem;
  }
  .headerWrap{
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 3.6rem!important;
  }
  .hLogo img {
    max-height: none;
    width: 16rem;
  }
  .hBtn{
    flex-direction: column;
    gap: 1.2rem;
    justify-content: center;
    width: 95%;
  }
  .hBtn a{
    display: block;
  }
  .hMenu{
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.4rem;
  }
  .hLink{
    align-items:flex-end;
  }
  .hNav ul{
    flex-wrap: wrap;
    gap: 2.8rem 2%;
    max-width: 94%;
    margin-inline: auto;
  }
  .hNav ul li{
    width: 49%;
    text-align: center;
  }


  /*footer
  -------------------------------------------------------*/
  #pageTop {
      width: 5rem;
  }
  .footer .container{
    padding: 2.6rem 0 1.8rem;
  }
  .fNav,.fLink ul {
    display: none;
  }
  .fRow {
    gap: 2rem;
    padding-bottom: 1.4rem;
  }
  .fLogo img{
    width: 13rem;
  }
  .fSns{
    gap: 1.4rem;
    margin-right: .4rem;
  }
  .fLink{
    display:block;
    padding-top: 1.4rem;
  }
  .fLink::before{
    width: 100%;
    right: 0;
  }
  .copyRight {
    font-size: 1.2rem;
    text-align:center;
  }


/*共通 パーツ
---------------------------------------------------------*/
/* タイトル */
.ttlEnJa {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
.ttlEnJa._row{
  gap: 0.8rem;
}
.ttlEnJa._row._center{
justify-content: center;
}
.ttlEnJa span {
  font-size: 4rem;
  margin-bottom: 0.2rem;
}
.ttlEnJa._small span{
  font-size: 3.6rem;
  margin: 0;
}
.ttlEnJa._left{
text-align: left;
}
.ttlEnJa._left span{
margin: 0;
}

.ttlJaEn{
  margin-bottom: 1.6rem;
}
.ttlJaEn h2{
  font-size: 3.2rem;
}
.ttlJaEn .fontEn{
  font-size: 1.4rem;
}
  .ttlJaEn._small{
  margin-bottom: 2.2rem;
}
.ttlJaEn._small h2{
  font-size: 2.2rem;
}
.ttlJaEn._small .fontEn{
  font-size: 1.4rem;
}



.ttlDot{
  margin-bottom: 2rem;
}
.ttlDot::after{
  width: 4.8rem;
  background-size: 1rem 0.6rem;
  background-image: radial-gradient(circle, var(--color-main) 0.1rem, transparent 0.2rem);
}
.ttlDot h2{
  font-size: 2rem;
}
.ttlDot .fontEn{
  font-size: 1.8rem;
  margin: 0.4rem 0 0.5rem;
}


/* ボタン */
.btn a,
.btn span.txt {
  padding: 1rem 3.7rem 1rem 2.4rem;
  font-size: 1.5rem;
}
.btn._arrow a::after,
.btn._arrow span.txt::after {
  width: 0.65rem;
  right: 0.9rem;
}
.btn._arrow._bottom a::after,
.btn._arrow._bottom span.txt::after {
  width: 1rem;
}
.btn._arrow._calendar a::before{
  width: 6.2rem;
  top: -1.1rem;
  left: 1.9rem;
}
.btn._blank a,
.btn._blank span{
  padding: 1.2rem 3rem;
}
._blank a::after,
.btn._blank span::after{
margin-left: 0.7rem;
vertical-align: 0.1rem;
}
.btn._blank span{
  width: 90%;
  font-size: 1.6rem;
  padding: 1.2rem;
}
.btn._arrow._03 a::after{
  right: 2rem;
}
.btn._follow._arrow a{
  font-size: 1.5rem;
}

.toggleBtn::after{
  width: 2rem;
  right: 1.8rem;
}


/* 両サイドに斜め線 */
._diagonal{
  font-size: 2rem;
  padding: 0.1rem 0 .5rem;
}

/* 背景 チェック */
._check{
  background: top 0.9rem center repeat;
  background-size: 3.6rem auto;
}
.ttlCheck{
  font-size: 2.2rem;
  padding: 0.6rem;
  margin-bottom: 1.8rem;
}

/* スライド */
.mvSlide .slick-arrow {
  width: 2.4rem;
}

/* 波線 */
.bg_wave._top::before,
.bg_wave._bottom::after{
  height: 1.5rem;
  background-size: 7rem auto;
  top: -2px;
}
.bg_wave._bottom::after{
  top: auto;
  bottom: -2px;
}

/* カギかっこ */
._brackets{
background-position: left 2rem top 2rem,
          right 2rem top 2rem,
          right 2rem bottom 2rem,
          left 2rem bottom 2rem;
background-size: 4rem;
}
._brackets._small{
background-position: left 2rem top 2rem,
          right 2rem top 2rem,
          right 2rem bottom 2rem,
          left 2rem bottom 2rem;
background-size: 3rem;
}
._brackets02{
  background-position: left 1.2rem top 1.2rem,
          right 1.2rem top 1.2rem,
          right 1.2rem bottom 1.2rem,
          left 1.2rem bottom 1.2rem;
  background-size: 3.2rem;
}


/* タイトル下 波線 */
.ttlWave{
  font-size: 2rem;
}
.ttlWave::after{
  width: 10rem;
  margin-top: 0.6rem;
}

/* テキスト下 波線 */
.ttlWave100{
  font-size: 1.6rem;
}
.ttlWave100::after{
  background-size: auto 0.5rem;
}
.ttlWave100._white::after {
    background-size: auto 0.6rem;
    margin-top: .4rem;
}
/* スクロール */
.scrollWrap {
	overflow: auto;
}
.scrollWrap .img {
	width: 56rem;
}

/*top
---------------------------------------------------------*/
.mainArea{
  margin-bottom: 3rem;
  padding-top: 2.4rem;
}
.mainArea::before{
height: 4rem;
}
.mvSlide li {
  margin: 0 0.3rem;
}
.mvSlide li img{
  border-radius: 1rem;
  height: 19rem;
  object-fit: cover;
}
.mvSlide li._01 img{
  object-position: 16% 50%;
}
.mainArea .btn a{
  transform: translateY(0%);
  width: 19rem;
  font-size: 1.6rem;
  padding: 0.8rem;
  /* position: relative; */
  /* bottom: 2rem; */
  box-shadow: 0.4rem 0.5rem 0 rgba(0, 0, 0, .12);
  position: static;
}
.mainArea .btn a::after {
  width: 1rem;
  height: 1.2rem;
}
.mainArea .btn a:hover{
  transform: none;
  box-shadow: 0.4rem 0.5rem 0 rgba(0, 0, 0, .12);
}
.newsList{
  padding: 1.8rem 1.4rem 1.4rem 2rem;
  border-radius: 1rem 0 0 0;
  width: 100%;
  position: relative;
  margin-bottom: 0.4rem;
}
.newsList a{
gap: 2rem;
}
.topEvent{
  padding-top: 5rem;
}
.topEvent .ttlWrap {
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
  gap: 2rem;
}
.topEvent .ttlWrap .btn ._diagonal{
  margin-bottom: 0.6rem;
}
.topEvent .ttlWrap .btn a{
  font-size: 2.2rem;
  width: 31rem;
  padding: 1rem 3rem;
}
.topEvent .ttlWrap .btn a span{
  font-size: 1.6rem;
  margin-left: 0.5rem;
}
.topEvent .row{
  margin-bottom: 2rem;
  flex-direction: column;
}
.postCardTtl{
  font-size: 2.4rem;
  border-radius: 4rem;
  padding: 0.8rem;
  margin-bottom: 1rem;
  width: 93%;
}
.topEvent .row .postCard{
max-width: 43rem;
height: 48rem;
}
.postCard a{
  border-radius: 1rem;
  padding: 1rem;
  margin-right:1rem;
  max-width: 93%;
  min-height: 34rem;
}
.archive .postCard a{
    min-height: auto;
    margin: 0 auto!important;
}
.postCard a:nth-child(n+2){
margin-top:1rem
}
.postCard a .box{
  padding: 1rem 0 .6rem;
}
.postCard a .box .ttl{
  width: 100%;
  font-size: 1.4rem;
}
.postCard a:hover .box{
opacity: .8;
}
.topEvent .row .postList{
flex: 1;
}
.postListWrap{
max-width: 60.8rem;
}
.postListTtl{
  font-size: 2.6rem;
  padding-bottom: 0;
}
.postList li a{
  gap: 0.2rem 1.2rem;
  padding: 1rem 0;
}
.postList li a .ttl{
  font-size: 1.6rem;
}
.date{
  font-size: 1.2rem;
}
p.cate{
  border-radius: 3rem;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
}

.topNews .row{
  gap: 3.4rem;
  flex-direction: column;
}
.topNews .ttlWrap{
  min-width: auto;
  margin-top: 1rem;
  max-width: 76%;
  margin-inline: auto;
}
.topNews .ttlEnJa{
margin-bottom: 1rem;
}
.topNews .postArrow {
  margin-bottom: 2rem;
}
.topNews .postArrow div {
  font-size: 2rem;
}
.topNews .postArrow div.prev::before,
.topNews .postArrow div.next::after{
  width: 1.6rem;
  background-size: 0.5rem auto;
  background-position: left .65rem center;
  margin-left: 1rem;
}
.topNews .postArrow div.prev::before{
transform: rotate(180deg);
margin-left: 0;
margin-right: 1rem;
}
.topNews .postCard a{
  max-width: 24rem;
  margin: 0 0.4rem!important;
}
.calendarBtn{
  margin-top: 5rem;
}
.calendarBtn .link{
  font-size: 1.5rem;
  padding: 1rem;
}
.calendarBtn .img{
position: absolute;
}
.calendarBtn .img._01{
  width: 6.7rem;
  left: -1.4rem;
  bottom: -1.6rem;
}
.calendarBtn .img._02{
  width: 8.2rem;
  right: -2.5rem;
  bottom: 0;
}
.calendarBtn a .txt::after{
  width: 1.7rem;
  background-size: .6rem auto;
  background-position: left .7rem center;
  }

.topChara{
  padding-top: 2rem;
  padding-bottom: 6rem;
}
.charaSlide {
  margin-bottom: 2.2rem;
}
.charaSlide li {
  margin: 0 0.4rem;
}
.charaSlide li img{
border-radius: 1rem;
}
.topChara .linkSquare{
  margin-top: 6rem;
}
.linkSquare._2{
  grid-template-columns: repeat(1, 1fr);
}
.linkSquare._3{
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
  height: auto;
}
.linkSquare._2 a{
  height: 34.5rem;
}
.linkSquare h2 span{
  font-size: 3.6rem;
  margin-bottom: 0.6rem;
}
.linkSquare h2::before{
  height: 4.9rem;
}
.linkSquare a._discography h2::before{
  width: 4rem;
  height: 4.1rem;
}
.linkSquare a._voiceActress h2::before{
  width: 4rem;
}
.linkSquare a p.txt{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.linkSquare._2 a .btn span.txt{
  width: 21rem;
  padding: 0.6rem 3rem;
  margin-bottom: 2rem;
}
.linkSquare._3 a .btn span.txt{
  margin-top: 1.6rem;
}
.linkSquare._3 a{
  display: block;
  gap: 0;
  height: 24rem;
}
.linkSquare h3{
  font-size: 2.4rem;
  padding-top: 1.2rem;
}

.topSns{
  padding-top: 5rem;
}
.topSns .snsLink{
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 2rem;
}
.topSns .snsLink .box{
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.twitterWrap{
  max-height: 36rem;
}
.topSns .snsbnr{
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}
.topSns .snsbnr a{
display: block;
margin-top: auto;
}
.topSns .snsguide{
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}

.topCompnay .ttl{
  font-size: 2.2rem;
  /* font-weight: 600; */
  padding: 0;
  margin-bottom: 0.9rem;
}
.topCompnay .ttl._diagonal::before,
.topCompnay .ttl._diagonal::after{
  width: 0.3rem;
  /* height: 86%; */
}
.topCompnay .box {
  padding: 2rem 2rem;
  background-position: 10% 50%;
}
.topCompnay .box .ttl02 {
  font-size: 3.5rem;
  padding-bottom: 0.8rem;
}
.topCompnay .box .txt {
  font-size: 1.4rem;
  /* padding-right: 9rem; */
}
.topCompnay .box .btn {
  margin-top: 1rem;
}
.topCompnay .box .btn a{
  width: 14rem;
  padding: 0.7rem 2.2rem 0.7rem 2rem;
}
.topCompnay .row .img {
  width: 18rem;
  bottom: 0;
  right: -2rem;
}

.topShop {
  padding: 5rem 0;
}
.topShop h2{
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
.topShop .img{
  margin-bottom: 2rem;
}
.topAudition img{
border-radius: 1rem;
}
.topAudition .term{
  margin-top: 1.4rem;
}
.topAudition dl{
  gap: 0.6rem;
  justify-content: flex-start;
}
.topAudition dl:nth-of-type(n+2){
  margin-top: 1rem;
}
.topAudition dl dt{
  padding: 0.3rem 1rem 0.4rem;
  font-size: 1.3rem;
}
.topAudition dl dd{
  font-size: 1.5rem;
  margin-top: 0;
}



/*common
---------------------------------------------------------*/
#subPage .pageTtlArea {
  height: 15rem;
  background-size: 4rem auto;
}
#subPage .pageTtl {
  padding-bottom: 2.5rem;
}
#subPage .pageTtl h1 {
  font-size: 1.4rem
}
#subPage .pageTtl .fontEn {
  font-size: 280%;
  margin-top: 1rem;
}
#subPage .pageTtl .icon img {
  max-width: 3.5rem;
  max-height: 3.5rem;
}
#subPage .pageTtl .img img{
  max-height: 13.3rem;
}
#subPage .pageTtl .img._01{
  bottom: 0;
  left: -34%;
}
#subPage .pageTtl .img._02{
  bottom: 0;
  right: -39%;
}
#subPage #aboutPage .pageTtl h1{
  width: 180%;
}
#subPage #auditionPage .pageTtl .img img{
  max-height: 11rem;
}
#subPage #auditionPage .pageTtl .img._01{
  left: -38%;
}
#subPage #auditionPage .pageTtl .img._02{
  right: -34%;
}

.waveSec::after {
  height: 1rem;
}
body#subPage #footer {
  padding-bottom: 7rem;
}
.fixNav {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.fixNav a {
  border-radius: .5rem .5rem 0 0
}
.fixNav a .fontJa {
  font-size: 1.8rem;
  justify-content: center;
  text-align: center;
  letter-spacing: .05em;
  padding: .5rem 10rem .5rem .5rem;
  border-radius: .3rem;
}
.fixNav a .fontJa::after {
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 8.5rem;
}
.fixNav a .fontJa br {
  display: none;
}
.fixNav .img {
  max-width: 8rem;
  left: auto;
  right: 0;
}
.btn._arrow._check a {
  width: auto;
  background-size: 5rem auto;
}

/*contact
-------------------------------------------------------*/
#topTxt {
  padding: 4rem 0
}
#topTxt.bg_wave._bottom {
  padding-bottom: 5.5rem;
}
#topTxt .txt {
  font-size: 1.4rem;
  text-align: left;
}
#topTxt h2 {
  font-size: 1.8rem;
  line-height: 1.6
}
.formArea {
  padding: 2rem;
  border-radius: 1rem;
}
.formArea .privacyWrap .ttl {
  font-size: 1.6rem;
}
.formTxt {
  margin-bottom: 2rem;
}
.formWrap {
  padding: 0
}
.formBox dt,.formBox dd  {
  font-size: 100%;
  width: 100%;
  padding: 10px 0 0;
  border:none!important
}
.formBox dt {
  padding: 1rem;
  background: var(--pink);
}
.formBox dt::before {
  vertical-align: .2em;
  margin-right: 10px;
}
.formBox dd {
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.formName > .txt {
  width: 100%;
  margin: .5rem 0!important
}
.formName .txt span {
  text-align: right
}
.zipBtn {
  font-size: 1rem;
  padding: 7px;
  margin-left: 2px;
}
.form-address .d-flex {
  flex-direction: column;
  gap: 1rem 0
}
.contArea {
  padding: 4rem 5%;
}
.formBox input[type="text"].size-s {
  max-width: 6rem;
  padding: 0.3em;
}
.formBox label {
  width: 100%;
  margin: 10px 0 0 0;
}
.formBox input[type="text"],.formBox input[type="tel"],.formBox input[type="email"],.formBox select,.formBox textarea {
  font-size: 1.4rem;
}
.privacyWrap {
  margin-top: 2rem;
}
.policyBox {
  margin: 1rem 0 0;
  padding: 1.5rem;
  font-size: 90%;
  height: 15rem;
}
.formArea .toggleBtn{
  padding: 1.4rem 1.4rem 1.4rem 2rem;
  margin: 4rem 0 2rem;
  border-radius: 1rem;
}
.formArea .toggleBtn .ttl{
  font-size: 1.5rem;
}
.formArea .toggleBtn .img{
  bottom: 0;
  left: -4.9rem;
  width: 9.7rem;
}
.formArea .toggleBtn::after{
  width: 1.8rem;
  right: 0.8rem;
}
.formArea .row {
    gap: 1rem;
    margin-top: 1.4rem;
    align-items: center;
    max-width: 100%;
    flex-direction: column;
}
.formArea .row .rowTtl {
  font-size: 1.8rem;
  padding: 0;
}
.formArea .row .rowTxt {
    font-size: 1.3rem;
}


/*works
-------------------------------------------------------*/
.artsWrap {
  gap: 5rem 4%;
}
.artsBox {
  width: 48%;
  font-size: 1.2rem;
}
.artsBox .img a {
  height: 11.7rem;
}
.artsBox .ttl span {
  font-size: 1rem;
  width: 4rem;
  margin-right: .5rem;
}
.artsBox .ttl + .ttl {
  margin-top: .5rem;
}
.artsBox dd::after {
  content: "";
  display: block;
  clear: both;
}
.artsBox dt {
  background-size: .3rem auto;
  padding: 1rem 0 .5rem;
}
.artsBox dd {
  display: block;
}
.artsBox dd .chara {
  float: right;
  width: 6rem;
  height: 7rem;
  margin: 0 0 .2rem .7rem;
}
.artsBox dd .txt {
  font-size: 1.1rem;
  padding-top: .8rem;
}
.zoomBtn {
  margin-top: 1rem;
}
#lightboxOverlay,
#lightbox {
  z-index: 99999!important
}
#worksBnr h2 {
  font-size: 1.8rem;
  background-size: auto 4rem;
  padding-top: 5rem;
}
#worksBnr .txt {
  padding: 0;
  line-height: 1.6;
}
#subPage .bnrWrap {
  grid-row-gap: 1rem;
  flex-direction: column;
}
#subPage .bnrWrap li {
    width: 100%;
}

/* ページャー */
.pager span, .pager a {
  width: 2.7rem;
  font-size: 1.4rem;
}

/*discography
-------------------------------------------------------*/
.discArea {
  display: block;
}
.discWrap {
  margin: 0 0 6rem;
}
.discBox {
  padding: .5rem;
  font-size: 1.2rem;
  border-radius: .5rem;
}
.discBox .img {
  margin-bottom: .5rem;
}
.discBox h2 {
  line-height: .85;
  padding-bottom: .8rem;
  background-size: .3rem auto;
}
.discBox h2 a {
  font-size: 1.2rem;
  line-height: 1
}
.discBtn {
  font-size: 1rem;
  padding: .4rem .8rem;
}
.discBtn::before {
  width: 1rem;
  height: 1rem;
}
.discBox .tags {
  margin: 1rem 0 .5rem;
}
.discBox .tags a {
  font-size: 1rem;
}
.discBox .txt {
  max-height: 5.4rem;
}
.tags a {
  font-size: 1.2rem;
  padding: .3rem .8rem
}
.sideBnr {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.sideBnr a {
  display: block;
  width: 16rem;
  margin-right: 2rem;
}
.sideBnr .txt {
  flex: 1;
  padding-top: 2rem;
}
#discBtm h2 {
  font-size: 1.8rem;
}
#discBtmBnr {
  padding-top: 2rem;
}
.displayName .chara{
  width: 8rem;
}
.displayName .ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
}
/*discography-detail
-------------------------------------------------------*/
.discDetail {
  padding: 2rem
}
.discHeader h2 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.cartWrap {
  margin-bottom: 2rem;
  flex-direction: column;
}
#discographyArea .pageset ul {
  flex-wrap: wrap;
  margin-top: 2rem;
}
#discographyArea .btn {
  order: 3;
  width: 100%;
  margin-top: 1.5rem;
}
#discographyArea .btn a {
  font-size: 1.4rem;
  width: 25rem;
}
.relatedArea h2 {
  font-size: 2rem;
}
.relatedArea .discBox {
  width: 49%;
}
.relatedArea .discBox:nth-of-type(n+4) {
  display: block;
}
.musicList .discBtn {
  margin-left: 0.4rem;
  font-size: 1.2rem;
  padding: .4rem .8rem;
}




/*news 一覧
---------------------------------------------------------*/
.newsCate {
  gap: 0.8rem 2%;
  padding-bottom: 2.2rem;
  justify-content: flex-start;
}
.newsCate li{
  min-width: 48%;
}
.newsCate li a {
  padding: 1.1rem 1rem;
  font-size: 1.6rem;
  width: 100%;
}
.newsCate li._all a{
  font-size: 1.5rem;
}
.archive .postCard{
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}




/*news 詳細
---------------------------------------------------------*/
.postRow{
  flex-direction: column;
  gap: 4rem;
}
.postArea{
  width: 100%;
}
.singleHeader {
  margin-bottom: 1rem;
  gap: 0.2rem 0.6rem;
}
.singleHeader .cate a{
  font-size: 1.2rem;
}
.singleHeader h2 {
  font-size: 1.8rem;
}
.single .img{
  margin: 0 0 2rem;
}
.single .cont h3,
.single .cont h4,
.single .cont h5,
.single .cont h6{
  font-size:1.6rem;
  margin: 1.6rem 0 0;
}
.single .cont h3{
  background-size: 3.6rem auto;
  font-size: 1.8rem;
  padding: 0.8rem 2.4rem;
}
.single .cont p{
  font-size: 1.4rem;
  margin-top: 1.2rem;
}
.pageset {
  margin-top: 4rem;
}
.pageset a {
  font-size: 1.6rem;
  width: 19rem;
}
.pageset .btn a{
  padding: 0.8rem;
}
  #newsSingle .pageset a {
    width: 19rem;
}
.pageset .postArrow.prev a::before,
.pageset .postArrow.next a::after{
  width: 1.8rem;
  background-position: left 0.65rem center;
  background-size: 0.6rem auto;
  margin-left: 0.2rem;
}
.pageset .postArrow.prev a::before{
  margin-right: 0.2rem;
}
.single .linkBtn{
  grid-template-columns: repeat(1, 1fr);
  gap: 3.2rem;
  margin-top: 5.4rem;
  max-width: 80%;
  margin-inline: auto;
}
.single .linkBtn ._diagonal{
  font-size: 2.2rem;
  line-height: 0.8;
  margin-bottom: 0.4rem;
}
.single .linkBtn .box .txt{
  background: top 1.4rem center repeat;
  background-size: 3rem auto;
  font-size: 1.8rem;
  padding: 1.4rem;
}
.single .linkBtn .box:hover{
  transform:translate(.6rem, 1rem);
}
.single .linkBtn .box:hover .txt{
  box-shadow:none!important;
}
.single .linkBtn .box._pink .txt{
  box-shadow: .6rem 1rem 0 rgba(252,102,148,.25);
}
.single .linkBtn .box._orange .txt{
  box-shadow: .6rem 1rem 0 rgba(255, 147, 30,.25);
}
.single .linkBtn .box._green .txt{
  box-shadow: .6rem 1rem 0 rgba(122, 201, 67,.25);
}
.single .linkBtn .box._blue .txt{
  box-shadow: .6rem 1rem 0 rgba(63, 169, 245,.25);
}
.single .linkBtn .box .txt::before{
  width: 2.8rem;
  background-size: 1.8rem auto;
}
.single .linkBtn .box._orange .txt::before{
  background-size: 1.7rem auto;
}
.single .linkBtn .box._green .txt::before{
  background-size: 1.7rem auto;
}
.single .linkBtn .box._blue .txt::before{
  background-size: 2rem auto;
}
.single .linkBtn .box .txt::after{
  width: 1.1rem;
  height: 1.3rem;
}
.sidebar .box:not(:first-of-type) {
    margin-top: 2rem;
}
.sidebar .box .boxTtl{
    font-size: 1.8rem;
    background-size: 0.8rem auto;
    padding-bottom: 0.6rem;
    margin-bottom: 1.4rem;
}
.sidebar .box .post{
  padding: 1.2rem 0;
}
.sidebar .box._cate ul{
  gap: .6rem .4rem;
}
.sidebar .box._cate ul a{
  font-size: 1.2rem;
}


/*calendar
---------------------------------------------------------*/
/* 共通 */
#subPage .tribe-common-c-btn{
  margin:1rem 0;
  padding:1.4rem 8rem;
}
#subPage .tribe-events .tribe-events-c-events-bar__search-container{
  display: block;
}


/*イベント情報一覧 リスト表示
---------------------------------------------------------*/
#subPage .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper,
.tribe-events-calendar-day__event-featured-image-wrapper{
    width: 100%;
}
#subPage .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details,
#subPage .tribe-events-calendar-day__event-details {
    width: 100%;
}
#subPage .tribe-events .tribe-events-calendar-day__event{
  padding:0;
}
#eventPage .archive .postCard {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}
#subPage .tribe-events .tribe-events-l-container{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#subPage .tribe-events-notices li{
  font-size: 2rem;
}


/*イベント情報詳細
---------------------------------------------------------*/
#eventDetailtPage .tribe-events-single-event-title{
  font-size: 1.8rem;
}
#eventDetailtPage .tribe-events-content,
#eventDetailtPage .tribe-events-content p{
  font-size: 1.4rem;
}
#eventDetailtPage h3{
  background-size: 4rem auto;
  font-size: 1.8rem;
  padding: 0.7rem 2.4rem;
  margin-bottom: 1rem;
}
#eventDetailtPage .tribe-events-content.event_bottom_cont{
  margin: 2rem 0;
}
#eventDetailtPage .tribe-events-event-meta dl{
  padding: 0;
}
#eventDetailtPage .tribe-events-event-meta dl dt,
#eventDetailtPage .tribe-events-event-meta dl dd{
  font-size: 1.4rem;
}
#eventDetailtPage .character ul li{
  width: calc(calc(100% - 3rem) / 4);
}

/*voice_actress
---------------------------------------------------------*/
.actChita{
  padding: 4.8rem 0;
}
.actChita h2{
    font-size: 3.2rem;
    margin-bottom: 2.2rem;
}
.actChita .lead{
  font-size: 1.4rem;
    margin-bottom: 2.6rem;
}
.actCard{
    gap: 2.4rem 1rem;
    grid-template-columns: repeat(2, 1fr);
}
.actCard .img{
    margin-bottom: 0.6rem;
}
.actCard .img .chara{
    width: 6.6rem;
}
.actCard .chara_name{
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
}
.actCard .act_name{
    font-size: 1.6rem;
    padding: 0.5rem;
    border-radius: .5rem;
    width: 14.7rem;
}
.actOther{
  padding: 6rem 0 5rem;
}
.actOther .area + .area{
    margin-top: 7rem;
}
.actOther .ttl{
    margin-bottom: 1.8rem;
    width: 100%;
}
.actOther .ttl h2{
  font-size: 1.8rem;
  padding: 0.8rem;
}
.actOther .ttl img{
  top: -3rem;
  left: -1.1rem;
  width: 5.6rem;
}
.actOther .lead{
  font-size: 1.4rem;
  text-align: left;
}
.actOther .actCard{
  margin-top: 2.4rem;
  gap: 2.4rem 1rem;
}
.actOther .actCard .img{
  margin-bottom: 1rem;
}
.actOther .actCard .img .chara{
    bottom: -0.8rem;
    right: -1.6rem;
}
._farm .actCard .act_name{
  margin-top: 1rem;
}
.actContact{
  padding: 6rem 0;
}
.actContact h2{
  margin-bottom: 1.4rem;
}
.actContact .txt{
  margin-bottom: 0.3rem;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}
.actContact .row {
    gap: 1rem;
    margin-top: 1.4rem;
    align-items: center;
    max-width: 100%;
    flex-direction: column;
}
.actContact .row .rowTtl {
  font-size: 2rem;
}
.actContact .row .rowTxt {
    font-size: 1.4rem;
}



.actInfo .lead{
  margin-bottom: 2.4rem;
  line-height: 1.8;
}
.actInfo .ttlEnJa{
  margin-bottom: 0;
}
.actInfo .calendar{
  margin: .4rem 0 1rem;
}
.actInfo .snsbnr{
  gap: 0.6rem;
  margin-bottom: 4.6rem;
  grid-template-columns: repeat(1, 1fr);
}
.actInfo .snsLink{
  gap: 1rem;
  flex-direction: column;
}
.actInfo .snsLink .ttl{
  padding: 1.2rem;
}
.actInfo .snsLink .ttl h3{
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 0;
}
.actInfo .snsLink .ttl p{
  width: 5.7rem;
  left: 3.8rem;
}
.actInfo .snsLink .box{
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  width: 100%;
}


/*voice_actress detail
---------------------------------------------------------*/
.actDetail .row {
  gap: 1.6rem;
  margin-bottom: 3.4rem;
  flex-direction: column;
}
.actDetail .row .img .chara{
  width: 13.2rem;
  right: -0.3rem;
}
.actDetail .row .box h2 {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
.actDetail .row .box .txt {
  font-size: 1.8rem;
}
.actDetail .row .box .c_sns {
  margin-top: 1.4rem;
  padding-top: 1.6rem;
}
.actDetail .c_sns a{
  width: 3rem;
}
.actDetail .c_sns a img{
  width: 1.6rem;
}
.actDetail .profile {
  grid-template-columns: repeat(1, 1fr);
   gap: 2rem;
}
.actDetail .area{
  margin-top: 4rem;
}
.actDetail .area ._diagonal{
  margin-bottom: .6rem;
  font-size: 1.6rem;
}
.actDetail .area h3{
  font-size: 2rem;
  padding: 0.7rem;
  margin-bottom: 1.4rem;
}
.actDetail .area h3 .toggleTxt{
  font-size: 1.2rem;
  padding: 0.2rem 1.4rem;
  right: 1rem;
  width: 9rem;
}
.actDetail .area h3 .toggleTxt::after{
  width: 0.8rem;
  right: 1rem;
  top: 30%;
}
.actDetail .area .messageTtl{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.actDetail .area dt{
  padding-bottom: 0.3rem;
  margin: 2.4rem 0 1rem;
}
.photoSlide li{
  margin: 0 0.4rem;
}
.photoSlide .slick-arrow {
  width: 2rem;
  right: -1rem;
}
.photoSlide .slick-arrow.prev {
  right: auto;
  left: -1rem;
}
.actDetail .snsRow{
  gap: 1rem 2rem;
  flex-wrap: wrap;
}

/* 前後の記事 */
.actPageset {
  margin-top: 4rem;
  margin-bottom: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem 5%;
}
.actPageset .link{
  flex-wrap: wrap-reverse;
  width: 47%;
}
.actPageset .link::before{
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.3rem;
}
.actPageset .txt{
  font-size: 1.6rem;
  margin: 0!important;
}
.actPageset .img{
  width: 100%;
}
.actPageset .img .chara{
width: 6.8rem;
}
.actPageset .btn{
    order: 2;
  }
.actPageset .btn a{
  width: 100%;
}

/*character
---------------------------------------------------------*/
.charaArch._chita{
  padding-top: 2.6rem;
}
.charaArch .lead h3{
  font-size: 1.9rem;
  margin-bottom: 0.8rem;
}
.charaArch .lead p{
  font-size: 1.4rem;
  text-align: justify;
}
.charaArch .post {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.6rem;
  margin-top: 1.8rem;
}
.charaArch .post .chara_name{
  font-size: 1.6rem;
  padding: 0.5rem;
  margin-top: 1rem;
}
.charaMap ._diagonal{
  font-size: 1.8rem;
  margin-bottom: .6rem;
}
.charaMap ._check{
  font-size: 1.5rem;
  padding: 1rem;
}
.charaMap .btn{
  text-align: center;
  margin-top: 1.6rem;
}
.charaMap .btn a{
  font-size: 1.4rem;
}
.charaArch._taipei .ttlJaEn .img{
  width: 20rem;
}
.charaArch._taipei .post .chara_name{
  font-size: 1.5rem;
  padding: 0.5rem;
  margin-top: 1rem;
  width: 13.6rem;
}
.charaMap._taipei .img{
  width: 100%;
}
.charaSearch .shop{
  margin-bottom: 3.6rem;
}
.charaSearch .shop .bnr{
  margin-bottom: 1.2rem;
}
.charaSearch .shop h2{
  font-size: 1.8rem;
  margin-bottom: .8rem;
}
.charaSearch .shop .txt{
  margin-bottom: 1.2rem;
  text-align: justify;
}

/*キャラクター詳細
---------------------------------------------------------*/
.charaDetail{
  padding-bottom: 5rem;
}
.charaDetail .area{
  padding: 2.4rem 2.4rem 3.2rem;
}
.charaDetail .area + .area{
  margin-top: 3.2rem;
}
.charaDetail .row {
    gap: 2rem;
    flex-direction: column;
}
.charaDetail .name{
  padding-bottom: 1.4rem;
  margin-bottom: 1.6rem;
}
.charaDetail .name h2{
    font-size: 3rem;
    padding-bottom: 0.6rem;
}
.charaDetail .name .cv {
    gap: 1rem;
}
.charaDetail .name .cv ul{
  gap: 0.6rem;
}
.charaDetail .name .cv li a{
  width: 1.8rem;
}
.charaDetail .intro{
  padding-bottom: 1.6rem;
}
.charaDetail .intro .place{
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
.charaDetail .intro dt,
.charaDetail .intro dd {
    margin: 0.4rem 0;
    font-size: 1.6rem;
}
.charaDetail .intro dt {
    width: 10rem;
}
.charaDetail .profile dt {
  padding: 0.6rem 1em;
  margin-bottom: 0.6rem;
}
  .charaDetail .profile{
  gap: 2rem;
  margin-top: 2rem;
  font-size: 1.6rem;
}
.charaDetail .profile dl{
  width: 100%;
}
.charaDetail .profile dt {
  padding: 0.7rem 1em;
  margin-bottom: 0.8rem;
}
.charaDetail .profile ._otherintro dd {
    gap: 0.6rem;
    flex-direction: column;
}
.charaDetail .profile ._otherintro dd .chara{
  width: 100%;
}
.charaDetail .profile ._otherintro dd .chara img{
  width: 9rem;
}
.charaDetail .profile dd{
  padding: 0 .2em;
}
.charaDetail .backRow{
  gap: 1.2rem;
  flex-direction: column;
}
.charaDetail .backRow .iconTtl{
  font-size: 1.8rem;
  padding: 3.1rem 2.2rem 3.8rem;
  line-height: 1.4;
}
.charaDetail .backRow .ttl{
  font-size: 2rem;
  margin-bottom: 0.4rem;
}
.charaGoods h2{
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
}
.charaGoods .bnr{
  margin-bottom: 1.4rem;
}
.charaGoods .txt{
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  text-align: left;
}
.charaDetailPageSet .pageset{
  margin:3rem 0 4rem;
}
  .charaDetailPageSet .pageset ul {
    gap: 0.2rem;
}
.charaDetailPageSet .pageset a {
      font-size: 1.4rem;
      width: 19rem;
      padding: 0.8rem 0.5rem;
  }
.charaDetailPageSet .pageset .btn a{
  padding-left:0;
}
.charaGoods h2{
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
}
.charaGoods .bnr{
  margin-bottom: 1.4rem;
}
.charaGoods .txt{
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  text-align: left;
}
.charaDetailPageSet .pageset{
  margin:3rem 0 4rem;
}
  .charaDetailPageSet .pageset ul {
    gap: 0.2rem;
}
  .charaDetailPageSet .pageset a {
        font-size: 1.4rem;
        width: 19rem;
        padding: 0.8rem 0.5rem;
    }
  .charaDetailPageSet .pageset .btn a{
    padding-left:0;
  }



/*about
---------------------------------------------------------*/
#aboutPage #topTxt {
    padding: 2.6rem 0 0.6rem;
}
.aboutStory{
  padding: 4rem 0 6rem;
}
.aboutStory::after{
  min-height: auto;
  max-height: none;
  height: 64rem;
  background-image: url(../img/about/story_bg_sp.png);
}
.aboutStory h3{
  font-size: 1.7rem;
  margin-bottom: 1.6rem;
}
.aboutStory p + p{
  margin-top: 1.2rem;
}
.aboutAnchor{
  padding-top: 3rem;
}
.aboutAnchor h2{
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.aboutAnchor ul {
  gap: 2.2rem 0.8rem;
  grid-template-columns: repeat(2, 1fr);
}
.aboutAnchor ul li a{
  padding: .7rem;
  border-radius: 2rem;
}
.aboutAnchor ul li a .in{
  font-size: 1.3rem;
  width: 100%;
  height: 8.4rem;
  border-radius: 1.4rem;
  border-width: .2rem;
}
.aboutAnchor ul li a::after{
  width: 2rem;
}
.aboutAnchor ul li a span{
  margin-top: 0.6rem;
}
.aboutComic{
  padding-top: 0;
}
.aboutComic .ttlEnJa{
  margin-top: 5rem;
}
.aboutAnchorTtl.ttlDot{
  margin:0;
  padding: 2.6rem 2rem;
}
.c_about_lead{
  font-size: 1.4rem;
  margin-bottom: 4.8rem;
}
.c_about_row {
  grid-template-columns: repeat(1, 1fr);
}
.c_about_box {
  padding: 4.4rem 2.4rem 2.4rem;
}
.c_about_box .icon {
  width: 5.4rem;
}
.c_about_box:not(._100) .img{
  min-height: auto;
}
.c_about_box .ttl {
  font-size: 1.8rem;
  padding: 1.6rem 0 1.6rem;
}
.c_about_box .btn a{
  min-width: 20rem;
  padding: 1rem 2.2rem;
}
.c_about_box._100{
  margin-top: 8.4rem;
}
.c_about_box._100 .ttl{
  font-size: 2.2rem;
  padding-top: 0;
}
.c_about_box._100 .img{
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
.c_about_box._100 .txt{
  margin-top: 1.6rem;
}
.aboutActiv{
  padding: 1rem 0 3rem;
}
.aboutActiv .lead{
  margin-top: 2rem;
  line-height: 1.8;
  text-align: left;
  padding: 0 1rem;
}
.aboutActiv .row {
    gap: 2.5rem;
    padding: 3rem 2.4rem;
    margin-top: 3rem;
    flex-direction: column;
}
.aboutActiv .row .box .ttlWave100 {
    padding-bottom: 1.6rem;
  }
  .aboutActiv .row .box .txt {
    font-size: 2rem;
    margin-bottom: 1.6rem;
}
.aboutActiv .row .box .btn a{
  width: 100%;
}
.aboutActiv .row .img {
    flex-direction: column;
}
.aboutActiv .type{
  margin-top: 6.6rem;
}
.aboutActiv .type h3{
  font-size: 2rem;
  margin-bottom: 1rem;
}
.linkSquare02{
  height: 35rem;
  grid-template-columns: repeat(2, 1fr);
}
.linkSquare02 a{
  gap: 0;
  padding: 2.6rem 0 1.6rem;
}
.linkSquare02 a .fontJa{
  font-size: 2.1rem;
}
.linkSquare02 a .fontEn{
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}
.linkSquare02 a .btn span{
  width: 14rem;
  font-size: 1.3rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.linkSquare02 a .btn._arrow span.txt::after{
  width: 1rem;
}
.c_actArea ._check{
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
  padding: 0.6rem;
}
.c_actList{
  gap: 1rem 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.c_actList li{
  font-size: 1.4rem;
}
.c_actList li::before{
  margin-right: 0.4rem;
}
.c_actTxt{
  width: 100%;
  margin-top: 2rem;
}
.c_actArea .img {
  grid-template-columns: repeat(1, 1fr);
}
.c_actArea._exchange .img {
  grid-template-columns: repeat(2, 1fr);
}
.aboutChara{
  padding-bottom: 0;
}
.aboutChara .goods{
  padding: 5rem 0;
}
.aboutHistory{
  padding: 5rem 0 0;
}
.aboutHistory .lead{
  margin: 2rem 0 3rem;
  font-size: 1.4rem;
}
.aboutHistory .lead p + p{
  margin-top: 2rem;
}
.aboutHistory .timeline h3{
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}
.aboutHistory .timeline .ttl{
  padding: 1.2rem 2.4rem 2.4rem;
  border-radius: 3rem;
}
.aboutHistory .timeline .ttl h4{
  font-size: 2rem;
  margin-bottom: 1.1rem;
}
.aboutHistory .timeline .ttl .btn span{
  width: 16rem;
  padding: 0.6rem;
}
.aboutHistory .timeline .ttl .img{
  position: absolute;
  bottom: -.05rem;
  left: -1rem;
  width: 35%;
}
.aboutHistory .timeline .ttl .img._02{
  left: auto;
  right: 0rem;
}
.aboutHistory .timeline .detail{
  width: 100%;
  padding-top: 2.4rem;
}
.aboutHistory .timeline .detail dt,
.aboutHistory .timeline .detail dd {
    padding: 1.6rem 1rem;
    width: 74%;
    font-size: 1.4rem;
}
.aboutHistory .timeline .detail dt {
    width: 26%;
}
.aboutVision .lead{
  margin-bottom: 1.6rem;
  text-align: justify;
  line-height: 1.8;
}
.aboutVision .lead p + p{
  margin-top: 1.4rem;
}
.aboutVision .img{
  width: 160%;
  margin-left: -30%;
}
.aboutVision .project{
  padding: 5.4rem 0;
}
.aboutVision .project .area{
  padding: 4.6rem 2rem 2.4rem;
}
.aboutVision .project .area + .area{
  margin-top: 3rem;
}
.aboutVision .project .row{
  gap: 4rem;
  margin-bottom: 2.6rem;
  padding: 0;
  flex-direction: column;
}
.aboutVision .project .area._03 .row{
  margin-bottom: 2rem;
}
.aboutVision .project .row .ttl{
  font-size: 2.2rem;
}
.aboutVision .project .row .ttl .fontEn{
  font-size: 1.4rem;
}
.aboutVision .project .row .txt{
  font-size: 1.4rem;
}
.aboutVision .project .toggleBtn{
  padding: 0.6rem;
}
.aboutVision .project .toggleBtn .in{
  padding: 1.4rem 4rem 1.4rem 0;
  border-radius: 1.4rem;
  border-width: .2rem;
  min-height: auto;
}
.aboutVision .project .toggleBtn .bgClr::before,
.aboutVision .project .toggleBtn .bgClr::after,
.aboutVision .project .toggleBtn::after{
    border-radius: 2rem;
}
.aboutVision .project .toggleBtn .ttl{
  font-size: 1.9rem;
  line-height: 1.3;
}
.aboutVision .project .toggleBtn .ttl .fontEn{
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
}
.aboutVision .project .toggleBtn .ttl::after{
  width: 1.8rem;
  margin-left: 0.6rem;
  vertical-align: -0.2rem;
}
.aboutVision .project .toggleBtn .img{
  width: 8.2rem;
  right: -2rem;
  bottom: -0.9rem;
}
.aboutVision .project .area._02 .toggleBtn .img{
  width: 9rem;
  right: 0rem;
}
.aboutVision .project .area._03 .toggleBtn .img{
  width: 9.2rem;
  right: -2rem;
}
.aboutVision .project .toggleCont{
  padding-top: 2.4rem;
}
.aboutVision .project h4{
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.aboutVision .project .area._03 h5{
  margin: 2rem 0 1rem;
  font-size: 1.6rem;
}
.aboutVision .project .contRow {
    gap: 1.6rem;
    margin-bottom: 1.6rem;
    flex-direction: column;
}
.aboutVision .project .contRow:nth-of-type(n+2){
  margin-top: 2.8rem;
}
.aboutVision .project .contImg {
  width: 40rem;
  max-width: 100%;
}
.aboutVision .project .contBox h4{
  margin-bottom: 1rem;
}
.aboutVision .project .contTxt02 + .contTxt02 {
    margin-top: 3rem;
}
.aboutVision .project .charaRow {
    gap: 2rem;
    padding: 1.6rem 2rem;
    position: relative;
}
.aboutVision .project .charaImg {
  width: 10rem;
  max-width: 100%;
  position: absolute;
  left: -1.1rem;
  bottom: 0;
}
.aboutVision .project .charaTxt p + p {
    margin-top: 2rem;
    padding-left: 9rem;
}
.aboutVision .project .ttlRow {
    gap: 1rem;
    padding: 2rem 2rem;
    margin-bottom: 2rem;
    flex-direction: column;
}
.aboutVision .project .ttlRow h4{
  font-size: 1.6rem;
  margin: 0;
}
.aboutVision .project .ttlRow h4 .fontEn{
  font-size: 2rem;
}
.aboutVision .project .ttlRow p {
    font-size: 1.5rem;
    text-align: center;
}
.aboutVision .project .imgRow{
  gap: 0.8rem;
  margin-top: 1.2rem;
  grid-template-columns: repeat(2, 1fr);
}




/*partners
---------------------------------------------------------*/
.partEvery{
  padding: 2rem 0 0;
}
.partEvery h2{
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
}
.partEvery .lead{
  font-size: 1.3rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.partWork .ttlBox{
  margin-bottom: 2rem;
}
.partWork h2{
  font-size: 2.2rem;
  margin-bottom: 0.2rem;
}
.partWork .note{
  font-size: 1.2rem;
}
.partWork .pick{
  padding: 5.2rem 0;
}
.partWork .pick h3{
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
.postCard02 {
  grid-template-columns: repeat(1, 1fr);
  gap: 1.4rem;
}
.postCard02 .item .box{
    padding: 1rem 1.2rem 1.4rem;
    gap: 0.3rem 0.7rem;
}
.postCard02 .item .box .ttl{
    font-size: 1.6rem;
}
.postCard02 .cate{
  padding: 0.4rem 0.8rem 0.2rem;
}
.partWork .all{
  padding-top: 4.2rem;
}
.workCate {
  gap: 0.8rem;
  padding-bottom: 2rem;
}
.workCate li{
  min-width: auto;
}
.workCate li a {
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
}
.workCate li._all a{
  font-size: 2rem;
}
.partContact .txt{
  font-size: 1.4rem;
  margin: 1.4rem 0 1rem;
}


/*audition
---------------------------------------------------------*/
.audiLead{
  padding: 3rem 0 3.4rem;
}
.audiLead h2{
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.audiLead .txt{
  font-size: 1.4rem;
  line-height: 1.8;
}
.audiLead .txt p + p{
  margin-top: 1.4rem;
}
.c_audiTtl{
  padding: 2.2rem 0;
  margin-bottom: 2rem;
}
.audiPrev .lead{
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
.audiPrev .area{
  padding: 2rem 1.6rem;
}
.audiPrev .area + .area{
  margin-top: 2rem;
}
.audiPrev .area .ttl{
  font-size: 1.8rem;
  padding: 0.8rem;
  margin-bottom: 1.4rem;
}
.audiPrev .area .dateRow{
  margin-bottom: 2rem;
  flex-direction: column;
  gap: 0.8rem;
}
.audiPrev .area dl{
  gap: 0.8rem;
}
.audiPrev .area dt{
  padding: 0.2rem 1rem;
  font-size: 1.3rem;
}
.audiPrev .area dd{
  font-size: 1.4rem;
}
.audiSlide li{
  margin: 0 .5rem;
}
.audiSlide .slick-arrow {
    width: 3rem;
    right: -3.2rem;
    top: 36%;
}
.audiSlide .slick-arrow.prev {
    right: auto;
    left: -3.2rem;
}
.audiPrev .area .txt{
    margin-top: 1.2rem;
}
.audiAct .c_audiTtl{
  margin-bottom: 0;
}
.audiAct .ttl{
  font-size: 1.8rem;
  padding: 3.6rem 1.4rem;
}
.audiAct .txt{
  margin: 2rem 0;
  font-size: 1.4rem;
}
.audiAct .row {
  gap: 2.7rem;
  margin: 0;
  flex-direction: column;
}
.audiAct .row .box .ttl02 {
  font-size: 2rem;
  padding: 0.6rem;
}
.audiAct ul.list{
  padding: 1.4rem 2.6rem 0;
  font-size: 1.5rem;
}
.audiAct li + li{
  margin-top: 1rem;
}
.audiAct ul.child{
  margin-top: 1rem;
}
.audiAct ul.child > li{
  padding-left: 0;
}
.c_actMessaArea{
  padding: 2.4rem 2rem;
}
.c_actMessaArea + .c_actMessaArea{
  margin-top: 2rem;
}
.c_actMessaRow {
  gap: 2rem;
  margin-bottom: 1.6rem;
  flex-direction: column;
}
.c_actMessaRow .img {
  width: 15.5rem;
  margin-inline: auto;
}
.c_actMessaRow .name{
  padding-bottom: 0.7rem;
  margin-bottom: 1.4rem;
  flex-direction: column;
  align-items: center;
}
.c_actMessaRow .name .act{
  font-size: 2.2rem;
}
.c_actMessaRow .name .act span{
  font-size: 1.6rem;
}
.c_actMessaRow .name .chara{
  font-size: 1.8rem;
}
.c_actMessaRow .detail .ttl {
  font-size: 1.6rem;
  padding: 0.3rem;
  margin-bottom: 1rem;
}
.c_actMessaRow .detail .txt {
  font-size: 1.6rem;
}
.c_actMessaArea .ttl02{
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
.c_actMessaArea .txt02{
  font-size: 1.4rem;
}
.audiBtmBnr{
  padding-top: 5.6rem;
}
.audiBtmBnr .line{
  border-radius: 3rem 3rem 1rem 1rem;
}
.audiBtmBnr .line h2{
  font-size: 1.8rem;
  padding: 1rem 1.6rem 1rem 0.6rem;
  border-radius: 2.6rem 2.6rem 0 0;
  display: flex;
  align-items: center;
  text-align: left;
  gap: .4rem;
}
.audiBtmBnr .line h2::before{
  width: 4.4rem;
  position: relative;
}
.audiBtmBnr .line .row {
  padding: 0.8rem 1.8rem 1.2rem;
  display: block;
}
.audiBtmBnr .line .row .img {
  width: 14.1rem;
  bottom: 0;
  left: auto;
  right: 0.2rem;
}
.audiBtmBnr .line .row .box .ttl {
  font-size: 2.1rem;
  padding-bottom: 0.2rem;
}
.audiBtmBnr .line .row .box p.txt {
  font-size: 1.3rem;
  font-feature-settings: "palt";
  margin-bottom: 0.7rem;
  line-height: 1.4;
}
.audiBtmBnr .line .row .qr {
  width: 12rem;
}



/*new-member
---------------------------------------------------------*/
.newMemPageTtl{
  padding: 4rem 0;
}
.newMemPageTtl h1 .logo{
  width: 15rem;
  margin-bottom: 0.5rem;
}
.newMemPageTtl h1 .jaTxt{
  width: 100%;
}
.newMemPageTtl .enTxt{
  font-size: 1.7rem;
  margin-top: 0.6rem;
}
.newMemPageTtl .img{
  width: 14.5rem;
  left: -15%;
}
.newMemPageTtl .img._02{
  width: 13.3rem;
  left: auto;
  right: -13%;
}
.newMemPageTtlArea .bgEnTxt{
  top: 17%;
  font-size: 15rem;
}
.newMemAnnounce{
  padding: 2.4rem 0 4rem;
}
.newMemAnnounce h2{
  font-size: 2rem;
  margin-bottom: 2rem;
}
.newMemAnnounce .img{
  gap: 1rem 2%;
  margin-bottom: 2rem;
}
.newMemAnnounce .img figure{
  width: 49%;
}
.newMemAnnounce .txt{
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
.newMemAnnounce .btn._follow._arrow a{
  font-size: 1.6rem;
}
.newMemAnnounce .btn._follow._arrow a::after{
  width: 0.9rem;
}
.newMemAnnounce h3{
  font-size: 1.8rem;
  padding: 1.2rem;
  margin: 4rem 0 2rem;
}
.newMemAnnounce .chara{
  gap: 1.4rem;
  flex-direction: column;
}
.newMemAnnounce .chara a{
  width: 100%;
}
.c_apply{
  padding: 3.4rem 0;
}
.c_applyTtl{
  font-size: 2rem;
  margin-bottom: 3.6rem;
}
.c_applyRow{
  gap: 3rem;
  margin-bottom: 2.2rem;
  flex-direction: column;
}
.c_applyLink{
  width: 100%;
  padding: .8rem;
}
.c_applyLink .in{
  padding: 2.8rem 2rem 1.9rem;
  border-width: .2rem;
}
.c_applyLink::before{
  width: 4.4rem;
  top: -13%;
}
.c_applyLink .ttl{
    font-size: 2.2rem;
    margin-bottom: 1rem;
}
.c_applyLink .btn._blank span {
    width: 80%;
    font-size: 1.4rem;
    padding: 1rem;
}
.c_applyTerm{
  gap: 1rem;
  flex-direction: column;
}
.c_applyTerm dl{
  gap: 1rem;
}
.c_applyTerm dl dt{
  padding: 0.2rem 1rem;
  font-size: 1.3rem;
}
.c_applyTerm dl dd{
  font-size: 1.5rem;
  margin-top: -0.2rem;
}

.newMemNews .postList{
  max-height: 20rem;
  padding: 1rem 2rem 2rem;
}
.newMemGuide{
  padding: 1rem 0 4rem;
}
.newMemGuide .profile {
  margin-bottom: 3rem;
}
.newMemGuide .profile dt,
.newMemGuide .profile dd {
  padding: 1.2rem 2rem;
  width: 100%;
}
.newMemGuide .profile dt {
  font-size: 1.6rem;
}
.newMemGuide .check{
  margin-bottom: 2.4rem;
}
.newMemGuide .check h3{
  font-size: 1.6rem;
  padding-bottom: 0.8rem;
}
.newMemGuide .check ul{
  font-size: 1.45rem;
}
.newMemGuide .check li::before{
  margin-right: 0.2rem;
}
.newMemGuide .contact{
  flex-direction: column;
}
.newMemGuide .contact > div{
  padding: 1.8rem 2rem;
}
.newMemGuide .contact .ttlWrap .ttl{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.newMemGuide .contact .ttlWrap .txt{
  padding: 0.6rem 1.6rem;
  width: 100%;
}
.newMemGuide .contact .info ._tel{
  font-size: 2.4rem;
  margin-bottom: 0.6rem;
}
.newMemGuide .contact .info .txt::before{
  width: 1.5rem;
  margin-right: 1rem;
}
.newMemGuide .contact .info .txt._tel::before{
  margin-left: .4rem;
}
.newMemGuide .contact .info ._mail img{
  width: 24rem;
}
.newMemGuide .contact .info .txt._mail::before{
  width: 2.1rem;
}
.newMemFlow .area + .area{
  margin-top: 3.2rem;
}
.newMemFlow .stepTtl{
  padding: 1rem 2.4rem;
  gap: 2.8rem;
}
.newMemFlow .stepTtl .step .num{
  font-size: 2rem;
  margin-left: 0;
  display: block;
  margin-top: .2rem;
}
.newMemFlow .stepTtl .step::after{
  right: -1.4rem;
}
.newMemFlow .stepTtl h3{
  font-size: 1.8rem;
}
.newMemFlow .cont .lead{
  padding: 0 1rem;
}
.newMemFlow .cont .c_applyRow{
  margin: 3.2rem 0 1.4rem;
}
.newMemFlow .cont .c_applyTerm02{
  gap: 0.4rem;
  flex-direction: column;
}
.newMemFlow .cont .schedule{
  padding: 1.8rem;
  margin-top: 2rem;
}
.newMemFlow .cont .schedule .day{
  gap: 0.8rem;
  flex-direction: column;
}
.newMemFlow .cont .schedule .day + .day{
  margin-top: 1.4rem;
  padding-top: 1.4rem;
}
.newMemFlow .cont .schedule .ttl{
  width: 100%;
  font-size: 1.6rem;
  padding: .4rem;
  border-radius: .5rem;
}
.newMemFlow .cont .schedule .txt .big{
  font-size: 2rem;
  margin-right: 0.8rem;
}
.newMemFlow .cont .schedule .note{
  font-size: 1.2rem;
  margin-top: 1rem;
}
.newMemFlow .cont .imgWrap{
  padding: 0 1rem;
}
.newMemFlow .cont .imgTtl{
  margin-top: 1.5rem;
}
.newMemFlow .cont .img{
  grid-template-columns: repeat(2, 1fr);
}
.newMemPoint .row {
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.newMemPoint .row .box {
  padding: 2rem 2.4rem 1.6rem;
  flex-direction: column;
}
.newMemPoint .row .box:nth-of-type(3){
  order: 4;
}
.newMemPoint .row .box .txt {
  font-size: 1.8rem;
}
.newMemPoint .row .box .txt .small{
  font-size: 1.4rem;
}
.newMemWork{
  padding-bottom: 0rem;
}
.c_actMessaRow .detail .profile{
  gap: 1.4rem;
}
.c_actMessaRow .detail .profile + .profile{
  margin-top: .5rem;
}
.newMemWork .ttlWave100{
  font-size: 2.2rem;
  margin-top: 2rem;
}
.newMemOtome{
  padding: 0;
}
.newMemOtome .otomeTtl{
  padding: 4rem 0;
}
.newMemOtome .otomeTtl h2{
  font-size: 2.2rem;
}
.newMemOtome .otomeTtl h2 .small{
  font-size: 1.8rem;
}
.newMemOtome .otomeTtl .bgEnTxt{
  top: 27%;
  font-size: 8rem;
}
.newMemOtome .lead{
  padding: 2rem 0;
}
.newMemOtome .area{
  padding: 3rem 0 3.6rem;
}
.c_faq dt,
.c_faq dd {
  padding: 1.8rem 0 1rem;
  gap: 0.8rem;
}
.c_faq dt::before,
.c_faq dd::before {
  font-size: 1.8rem;
  min-width: 2.2rem;
}
.c_faq dt {
  font-size: 1.8rem;
}
.c_faq dd {
  padding-bottom: 1.8rem;
  padding-top: 0;
}
.c_faq dd ul{
  gap: 1.6rem;
  margin: 2.8rem 0 3.4rem;
  flex-wrap: wrap;
}
  .c_faq dd ul li{
    width: 47%;
  }
.c_faq dd ul li .txt{
  padding: 0.8rem 1.2rem;
  margin-top: -2rem;
  font-size: 1.3rem;
}
.c_faq dd .ttlWave100{
  font-size: 1.8rem;
}
.newMemOtome .message{
  padding: 1.8rem 1.6rem;
  margin-top: 2rem;
}
.newMemOtome .message h3{
  font-size: 2rem;
  margin-bottom: 2.2rem;
}
.newMemOtome .message h3 .small{
  font-size: 1.6rem;
  margin-right: 1.2rem;
}
.newMemOtome .message .row {
  gap: 2rem;
  flex-direction: column-reverse;
}
.newMemOtome .message .row .box p + p {
  margin-top: 1.4rem;
}
.newMemOtome .message .row .img {
  width: 18rem;
  margin-right: 0;
}
.newMemOtome .note{
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
.newMemFaq{
  padding: 4rem 0;
  margin-top: 2rem;
}
.c_faq._02{
  padding: 2rem;
  max-height: 30rem;
}
.c_faq._02 dt,
.c_faq._02 dd{
  gap: 1rem;
}
.c_faq._02 dt{
  font-size: 1.6rem;
}
.c_faq._02 dt::before,
.c_faq._02 dd::before{
  font-size: 2.2rem;
}
.c_faq._02 dt::before{
  margin-top: 0;
}
.c_faq._02 dt::before{
  margin-top: 0;
}


}