@charset "UTF-8";

*,:after,:before{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

:where([hidden]:not([hidden=until-found])){
  display:none !important;
}

:where(html){
  -webkit-text-size-adjust:none;
}

@supports not (min-block-size:100dvb){
  :where(html){
    block-size:100%;
  }
}
:where(body){
  block-size:100%;
  block-size:100 dvb;
  line-height:1.5;
  font-family:system-ui,sans-serif;
  -webkit-font-smoothing:antialiased;
}

:where(input,button,textarea,select){
  color:inherit;
  font:inherit;
}

:where(textarea){
  resize:vertical;
  resize:block;
}

:where(button,label,select,summary,[role=button],[role=option]){
  cursor:pointer;
}

:where(:disabled){
  cursor:not-allowed;
}

:where(label:has(>input:disabled),label:has(+input:disabled)){
  cursor:not-allowed;
}

:where(button){
  border-style:solid;
}

:where(a){
  text-underline-offset:.2ex;
}

:where(ul,ol){
  list-style:none;
}

:where(img,svg,video,canvas,audio,iframe,embed,object){
  display:block;
}

:where(img,picture,svg){
  max-inline-size:100%;
  block-size:auto;
}

:where(p,h1,h2,h3,h4,h5,h6){
  overflow-wrap:break-word;
}

:where(h1,h2,h3){
  line-height:calc(1em + .5rem);
}

:where(hr){
  block-size:0;
  overflow:visible;
  border:none;
  border-block-start:1px solid;
  color:inherit;
}

:where(:focus-visible){
  outline:2px solid var(--focus-color, Highlight);
  outline-offset:2px;
}

:where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)){
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  border:0 !important;
  white-space:nowrap !important;
  clip-path:inset(50%) !important;
}

.is-hide{
  opacity:0;
}

.fadeInUp.is-visible{
  animation-duration:.6s;
  animation-timing-function:ease-out;
  animation-iteration-count:1;
  animation-fill-mode:forwards;
  animation-name:fadeInUp;
}

.fadeIn.is-visible{
  animation-duration:1.2s;
  animation-timing-function:ease-out;
  animation-iteration-count:1;
  animation-fill-mode:forwards;
  animation-name:fadeIn;
}

.fadeInFromRight.is-visible{
  animation-duration:.6s;
  animation-timing-function:ease-out;
  animation-iteration-count:1;
  animation-fill-mode:forwards;
  animation-name:fadeInFromRight;
}

.fadeInFromLeft.is-visible{
  animation-duration:.6s;
  animation-timing-function:ease-out;
  animation-iteration-count:1;
  animation-fill-mode:forwards;
  animation-name:fadeInFromLeft;
}

html{
  width:100%;
  font-size:17px;
}
@media (min-width:768px){
  html{
    font-size:16px;
  }
}

body{
  width:100%;
  background-color:#fff;
  font-weight:600;
  font-family:Hiragino Mincho ProN,ヒラギノ明朝 ProN,Yu Mincho,游明朝,YuMincho,serif;
}

#menu{
  transform:translateX(100%);
  transition:transform .3s ease-out;
}

#menu.is-active{
  transform:translateX(0);
}

@media screen and (min-width:768px){
  #menu.is-active+#navi-overlay{
    display:block;
  }
}
#navi-overlay{
  display:none;
  z-index:-1;
  position:absolute;
  top:80px;
  left:0;
  width:100%;
  height:calc(100dvh - 80px);
  background-color:rgba(35,24,21,.7);
}

.kurashi_link{
  transition:opacity .3s ease-in-out;
}

.kurashi_link:hover{
  opacity:.66;
}

.js_youtube img{
  transition:opacity .3s ease-in-out;
}

.js_youtube img:hover{
  opacity:.8;
}

@keyframes fadeInUp{
  0%{
    transform:translateY(20px);
    opacity:0;
  }
  to{
    transform:translateY(0);
    opacity:1;
  }
}
@keyframes fadeInFromRight{
  0%{
    transform:translateX(30px);
    opacity:0;
  }
  to{
    transform:translateX(0);
    opacity:1;
  }
}
@keyframes fadeInFromLeft{
  0%{
    transform:translateX(-30px);
    opacity:0;
  }
  to{
    transform:translateX(0);
    opacity:1;
  }
}
@keyframes fadeIn{
  0%{
    opacity:0;
  }
  30%{
    opacity:0;
  }
  to{
    opacity:1;
  }
}
.l-footer{
  display:flex;
  position:relative;
  align-items:center;
  justify-content:center;
  height:74px;
  margin-top:60px;
  background:#502319;
  color:#fff;
  font-weight:500;
  font-size:.7411764706rem;
  line-height:1.7916666667;
  font-family:Hiragino Sans,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,Yu Gothic,游ゴシック,YuGothic,游ゴシック体,Noto Sans CJK,Noto Sans JP,sans-serif;
  text-align:center;
}
@media (min-width:768px){
  .l-footer{
    height:60px;
    font-size:.875rem;
  }
}

.l-header{
  display:flex;
  z-index:1001;
  position:fixed;
  top:0;
  align-items:center;
  justify-content:space-between;
  width:100%;
  height:55px;
  background-size:100%;
  background-color:#fff;
}
@media (min-width:768px){
  .l-header{
    height:80px;
  }
}
.l-header__navi{
  position:absolute;
  top:55px;
  right:0;
  width:100%;
  height:calc(100dvh - 55px);
  background-color:#fff;
}
@media (min-width:768px){
  .l-header__navi{
    top:80px;
    max-width:293px;
    height:calc(100vh - 80px);
    padding:11px 0;
  }
}
.l-header__navi-inner{
  display:flex;
  width:100%;
  height:100%;
  overflow:scroll;
}
.l-header__navi-items{
  display:flex;
  flex-direction:column;
  width:100%;
  padding:20px 45px 30px;
}
@media (min-width:768px){
  .l-header__navi-items{
    padding:44px 29px;
  }
}
.l-header__navi-item{
  padding:0;
}
.l-header__navi-link{
  display:flex;
  flex-direction:column;
  padding:10px;
  color:#502319;
  font-weight:700;
  font-size:.7058823529rem;
  line-height:1;
  letter-spacing:.1em;
  text-decoration:none;
  white-space:nowrap;
}
@media (min-width:768px){
  .l-header__navi-link{
    font-size:.75rem;
  }
}
.l-header__navi-link--small{
  font-size:16px;
  line-height:2.0625;
}
@media (min-width:768px){
  .l-header__navi-link--small{
    font-size:12px;
  }
}
.l-header__navi-link:hover .l-header__navi-head{
  color:#ca0d30;
}
.l-header__navi-head{
  display:flex;
  align-items:center;
  margin-bottom:10px;
  font-size:1.1764705882rem;
  font-family:Sabon LT Pro,Hiragino Mincho ProN,ヒラギノ明朝 ProN,Yu Mincho,游明朝,YuMincho,serif;
  letter-spacing:.1em;
}
@media (min-width:768px){
  .l-header__navi-head{
    font-size:1.125rem;
    transition:color .3s ease-out;
  }
}
.l-header__navi-head-first-letter{
  color:#ca0d30;
}
.l-header__navi-head-line{
  display:inline-block;
  width:100%;
  height:3px;
  margin-left:10px;
  background:radial-gradient(circle farthest-side, #502319, #502319 23%, transparent 0, transparent);
  background-position:100% 0;
  background-size:13px 3px;
  content:"";
}
.l-header__navi-head-line--narrow{
  margin-left:7px;
}
.l-header__navi-body span{
  transition:border-bottom .3s;
}
.l-header__logo{
  width:119px;
  margin-left:20px;
}
@media (min-width:768px){
  .l-header__logo{
    width:208px;
    margin-left:35px;
  }
}

.l-header__btn-mobile-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  margin-right:8px;
}
@media (min-width:768px){
  .l-header__btn-mobile-menu{
    cursor:pointer;
  }
}

.l-header__btn-mobile-menu-icon{
  position:relative;
  width:32px;
  height:2px;
  background-color:#3e3a39;
  transition:background-color .2s ease-out;
}

.is-active .l-header__btn-mobile-menu-icon{
  background-color:transparent;
}

.l-header__btn-mobile-menu-icon:after,.l-header__btn-mobile-menu-icon:before{
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:2px;
  background-color:#3e3a39;
  content:"";
  transition:top .2s ease-out .2s,transform .2s ease-out;
}

@media screen and (min-width:768px){
  .l-header__btn-mobile-menu-icon:after,.l-header__btn-mobile-menu-icon:before{
    height:2px;
  }
}
.is-active .l-header__btn-mobile-menu-icon:after,.is-active .l-header__btn-mobile-menu-icon:before{
  transition:top .2s ease-out,transform .2s ease-out .2s;
}

.l-header__btn-mobile-menu-icon:before{
  top:-9px;
}

.is-active .l-header__btn-mobile-menu-icon:before{
  top:0;
  transform:rotate(-45deg);
}

.l-header__btn-mobile-menu-icon:after{
  top:9px;
}

.is-active .l-header__btn-mobile-menu-icon:after{
  top:0;
  transform:rotate(45deg);
}

@media (min-width:768px){
  .c-br--sp{
    display:none;
  }
}
.c-br--pc{
  display:none;
}
@media (min-width:768px){
  .c-br--pc{
    display:inline;
  }
}

.c-container{
  margin:0 auto;
  padding:0;
}
@media (min-width:768px){
  .c-container{
    width:100%;
    max-width:1024px;
    padding:0;
  }
}

@media screen and (max-width:374px){
  .c-container{
    padding:0 5.3333333333vw;
  }
}
.c-border-container{
  padding:25px;
  border:1px solid #fff;
}

@media screen and (min-width:768px){
  .c-border-container{
    padding:10px 38px 30px;
  }
}
.c-border-container--primary{
  border-color:#b51332;
}

.c-headline{
  display:flex;
  align-items:center;
  margin:25px auto 30px;
  color:#502319;
  font-weight:700;
  letter-spacing:.13em;
  text-align:center;
}
@media (max-width:375px){
  .c-headline{
    margin:6.6666666667vw auto 8vw;
  }
}
@media (min-width:768px){
  .c-headline{
    max-width:768px;
    margin-bottom:65px;
  }
}
.c-headline:after,.c-headline:before{
  display:inline-block;
  width:100%;
  height:3px;
  background:radial-gradient(circle farthest-side, #502319, #502319 23%, transparent 0, transparent);
  background-size:13px 3px;
  content:"";
}
.c-headline:before{
  background-position:100% 0;
}
.c-headline:after{
  background-position:0 0;
}
.c-headline__body{
  display:inline-block;
  padding:0 12px;
  font-size:1.2352941176rem;
  line-height:1;
  white-space:nowrap;
}
@media (max-width:375px){
  .c-headline__body{
    padding:0 3.2vw;
    font-size:5.6vw;
  }
}
@media (min-width:768px){
  .c-headline__body{
    font-size:1.75rem;
  }
}
.c-headline__body:first-letter{
  color:#ca0d30;
}

.c-movie{
  width:100%;
  margin:0 auto;
}
.c-movie--new .c-movie__head{
  position:relative;
}
@media (min-width:768px){
  .c-movie--new .c-movie__head{
    margin-top:60px;
  }
}
.c-movie--new .c-movie__head:after{
  display:block;
  position:absolute;
  top:50%;
  left:0;
  left:-45px;
  width:65px;
  height:65px;
  transform:translateY(-50%);
  background-image:url(../image/movie-1.png);
  background-size:100% 100%;
  content:"";
  filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, .5));
}
@media (min-width:768px){
  .c-movie--new .c-movie__head:after{
    left:-15px;
    width:105px;
    height:105px;
    font-size:1.875rem;
  }
}
.c-movie--new .c-movie__main{
  margin-top:25px;
}
@media (max-width:374px){
  .c-movie--new .c-movie__main{
    margin-top:5.8666666667vw;
  }
}
@media (min-width:768px){
  .c-movie--new .c-movie__main{
    margin-top:20px;
  }
}
.c-movie--new .c-movie__text{
  margin-top:40px;
}
@media (max-width:374px){
  .c-movie--new .c-movie__text{
    margin-top:10.6666666667vw;
  }
}
@media (min-width:768px){
  .c-movie--new .c-movie__text{
    margin-top:40px;
  }
}
.c-movie--new .c-movie__image{
  width:275px;
}
@media (max-width:374px){
  .c-movie--new .c-movie__image{
    width:73.3333333333vw;
  }
}
@media (min-width:768px){
  .c-movie--new .c-movie__image{
    width:480px;
  }
}
.c-movie--new .c-movie__image:after{
  width:54px;
  height:54px;
}
@media (max-width:374px){
  .c-movie--new .c-movie__image:after{
    width:14.4vw;
    height:14.4vw;
  }
}
@media (min-width:768px){
  .c-movie--new .c-movie__image:after{
    width:93px;
    height:93px;
  }
}
.c-movie__head{
  width:275px;
  margin:40px auto 0;
  padding:4px;
  color:#fff;
  font-weight:700;
  font-size:.8823529412rem;
  line-height:1;
  font-family:Hiragino Sans,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,Yu Gothic,游ゴシック,YuGothic,游ゴシック体,Noto Sans CJK,Noto Sans JP,sans-serif;
  letter-spacing:.085em;
  text-align:center;
}
@media (max-width:374px){
  .c-movie__head{
    width:73.3333333333vw;
    margin:10.6666666667vw auto 0;
    padding:1.0666666667vw;
    font-size:4vw;
  }
}
@media (min-width:768px){
  .c-movie__head{
    width:480px;
    margin:50px auto 0;
    padding:4px;
    font-size:1.125rem;
  }
}
.c-movie__head--1{
  background:#8abf13;
}
.c-movie__head--2{
  background:#e8617b;
}
.c-movie__head--3{
  background:#53a8ca;
}
.c-movie__main{
  margin-top:20px;
}
@media (max-width:374px){
  .c-movie__main{
    margin-top:5.3333333333vw;
  }
}
@media (min-width:768px){
  .c-movie__main{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    margin-top:30px;
    gap:39px;
  }
}
.c-movie__image{
  position:relative;
  width:210px;
  margin:0 auto;
}
@media (max-width:374px){
  .c-movie__image{
    width:56vw;
  }
}
@media (min-width:768px){
  .c-movie__image{
    flex:0 0 auto;
    width:370px;
  }
}
.c-movie__image:after{
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  width:41px;
  height:41px;
  transform:translate(-50%, -50%);
  background-image:url(../image/movie-play.png);
  background-size:contain;
  content:"";
  pointer-events:none;
}
@media (max-width:374px){
  .c-movie__image:after{
    width:10.9333333333vw;
    height:10.9333333333vw;
  }
}
@media (min-width:768px){
  .c-movie__image:after{
    width:72px;
    height:72px;
  }
}
.c-movie__image--big{
  width:300px;
}
@media (max-width:374px){
  .c-movie__image--big{
    width:80vw;
  }
}
@media (min-width:768px){
  .c-movie__image--big{
    width:440px;
  }
}
.c-movie__image--big:after{
  width:65px;
  height:65px;
}
@media (max-width:374px){
  .c-movie__image--big:after{
    width:17.3333333333vw;
    height:17.3333333333vw;
  }
}
@media (min-width:768px){
  .c-movie__image--big:after{
    width:95px;
    height:95px;
  }
}
.c-movie__text{
  margin-top:20px;
  font-weight:700;
  text-align:center;
}
@media (max-width:374px){
  .c-movie__text{
    margin-top:5.3333333333vw;
  }
}
@media (min-width:768px){
  .c-movie__text{
    margin-top:35px;
    font-size:1.25rem;
    line-height:2;
    letter-spacing:.07em;
  }
}
.c-movie__title{
  font-size:1.0588235294rem;
  line-height:1.4444444444;
  letter-spacing:.05em;
}
@media (max-width:374px){
  .c-movie__title{
    font-size:4.5333333333vw;
  }
}
@media (min-width:768px){
  .c-movie__title{
    font-size:1.125rem;
    line-height:2;
  }
}
.c-movie__description{
  margin-top:20px;
  font-size:.9411764706rem;
  line-height:2.09375;
  letter-spacing:0;
}
@media (max-width:374px){
  .c-movie__description{
    margin-top:5.3333333333vw;
    font-size:4.2666666667vw;
  }
}
@media (min-width:768px){
  .c-movie__description{
    margin-top:18px;
    font-size:1rem;
    line-height:2;
    letter-spacing:.04em;
  }
}
.c-movie__caption{
  margin-top:16px;
  font-size:.7058823529rem;
  line-height:1;
  letter-spacing:.04em;
  text-align:center;
}
@media (max-width:374px){
  .c-movie__caption{
    margin-top:4.2666666667vw;
    font-size:3.2vw;
  }
}
@media (min-width:768px){
  .c-movie__caption{
    margin-top:18px;
    font-size:1rem;
    letter-spacing:.1em;
  }
}
.c-movie__links{
  display:flex;
  z-index:1;
  position:relative;
  flex-direction:column;
  align-items:center;
  margin-top:35px;
  gap:25px;
}
@media (max-width:374px){
  .c-movie__links{
    margin-top:9.3333333333vw;
    gap:6.6666666667vw;
  }
}
@media (min-width:768px){
  .c-movie__links{
    margin-top:40px;
    gap:25px;
  }
}
.c-movie__link{
  display:block;
  display:flex;
  position:relative;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:275px;
  height:65px;
  gap:2px;
  border-top:2px solid #000;
  border-bottom:2px solid #000;
  color:#000;
  font-weight:700;
  font-size:.8823529412rem;
  line-height:1.4;
  letter-spacing:.04em;
  text-align:center;
  text-decoration:none;
}
@media (max-width:374px){
  .c-movie__link{
    width:73.3333333333vw;
    height:17.3333333333vw;
    gap:.5333333333vw;
    font-size:4vw;
  }
}
@media (min-width:768px){
  .c-movie__link{
    width:390px;
    height:73px;
    gap:10px;
    font-size:1.0625rem;
    line-height:1;
    transition:transform .3s ease-out;
  }
}
@media (min-width:768px){
  .c-movie__link--small{
    font-size:1rem;
  }
}
@media (min-width:768px){
  .c-movie__link:hover{
    z-index:1;
    transform:scale(1.05);
  }
}
.c-movie__link:after{
  display:block;
  position:absolute;
  top:50%;
  right:8px;
  width:20px;
  height:18px;
  transform:translateY(-50%);
  background-image:url(../image/tvcm-17.svg);
  background-size:100% 100%;
  background-repeat:no-repeat;
  content:"";
}
@media (max-width:374px){
  .c-movie__link:after{
    right:2.1333333333vw;
    width:5.3333333333vw;
    height:4.8vw;
  }
}
@media (min-width:768px){
  .c-movie__link:after{
    right:15px;
    width:30px;
    height:27px;
  }
}
.c-movie__link span{
  font-size:.7352941176rem;
  letter-spacing:.02em;
}
@media (max-width:374px){
  .c-movie__link span{
    font-size:3.3333333333vw;
  }
}
@media (min-width:768px){
  .c-movie__link span{
    font-size:.9375rem;
  }
}

.c-page-top{
  z-index:1000;
  position:fixed;
  right:22px;
  bottom:22px;
  width:60px;
  height:60px;
  border-radius:10000px;
  background-color:#502319;
  color:#fff;
  font-weight:600;
  font-size:16px;
  line-height:1;
  text-align:center;
  opacity:0;
  transition:opacity .6s ease-out;
}

.c-page-top.is-active{
  opacity:1;
}

.c-page-top__link{
  display:flex;
  position:relative;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  padding-top:12px;
  color:#fff;
  text-decoration:none;
  transition:opacity .3s ease-out;
}

@media screen and (min-width:768px){
  .c-page-top__link:hover{
    opacity:.7;
  }
}
.c-page-top__link:before{
  display:block;
  position:absolute;
  top:12px;
  width:0;
  height:0;
  border-color:transparent transparent #fff;
  border-style:solid;
  border-width:0 6.5px 7px;
  content:"";
}

.c-profile{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:45px;
}
@media (max-width:374px){
  .c-profile{
    gap:12vw;
  }
}
@media (min-width:768px){
  .c-profile{
    gap:30px;
  }
}
.c-profile__name{
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.5294117647rem;
  letter-spacing:.04em;
}
@media (max-width:374px){
  .c-profile__name{
    font-size:6.9333333333vw;
  }
}
@media (min-width:768px){
  .c-profile__name{
    font-size:1.6875rem;
    letter-spacing:.08em;
  }
}
.c-profile__name span{
  font-size:1.2352941176rem;
}
@media (max-width:374px){
  .c-profile__name span{
    font-size:5.6vw;
  }
}
@media (min-width:768px){
  .c-profile__name span{
    font-size:1.125rem;
  }
}
.c-profile__text{
  width:272px;
  font-size:.9411764706rem;
  line-height:2.09375;
  letter-spacing:0;
}
@media (max-width:374px){
  .c-profile__text{
    width:72.5333333333vw;
    font-size:4.2666666667vw;
  }
}
@media (min-width:768px){
  .c-profile__text{
    width:100%;
    max-width:660px;
    font-size:1rem;
    line-height:2;
  }
}

.c-separator{
  margin-top:45px;
  margin-bottom:45px;
}

.u-bg--white{
  background-color:#fff;
}

.u-bg-gradient--gray{
  background:linear-gradient(50deg, #dddddc, hsla(60,1%,86%,0));
}

.u-bg-gradient--primary{
  background:linear-gradient(50deg, #d02e2f, 69%, rgba(208,46,47,.3));
  color:#fff;
}

@media screen and (min-width:768px){
  .u-display--small-only{
    display:none;
  }
}
.u-display--medium-down{
  display:block;
}

@media screen and (min-width:992px){
  .u-display--medium-down{
    display:none !important;
  }
}
.u-display--medium{
  display:none !important;
}

@media screen and (min-width:768px){
  .u-display--medium{
    display:block !important;
  }
}
.u-inline--medium{
  display:none !important;
}

@media screen and (min-width:768px){
  .u-inline--medium{
    display:inline !important;
  }
}
.u-page-anchor-target{
  margin-top:-55px;
  padding-top:55px;
}
@media screen and (min-width:768px){
  .u-page-anchor-target{
    margin-top:-80px;
    padding-top:80px;
  }
}
.u-page-anchor-target--top{
  margin-top:0;
  padding-top:0;
}

.p-top{
  font-size:17px;
}

@media screen and (min-width:768px){
  .p-top{
    font-size:16px;
  }
}
@media screen and (max-width:374px){
  .p-top{
    font-size:4.5333333333vw;
  }
}
.p-top-kv{
  position:relative;
  width:100%;
  margin:0;
  overflow:hidden;
}
@media (min-width:768px){
  .p-top-kv{
    width:100%;
    margin:0;
    background-image:url(../image/frame-shadow-1-pc.png);
    background-position:calc(50% + 35px) -30px;
    background-size:886px auto;
    background-repeat:no-repeat;
  }
}
.p-top-kv__inner{
  position:relative;
}
@media (min-width:768px){
  .p-top-kv__inner{
    width:auto;
    max-width:882px;
    margin:0 auto;
    box-shadow:3px -15px 15px rgba(0,0,0,.8);
  }
}
.p-top-kv__bg{
  position:relative;
  aspect-ratio:16/9;
  width:100%;
  background:#000;
}
.p-top-kv__bg iframe{
  position:absolute;
  width:100%;
  height:100%;
  pointer-events:none;
}
.p-top-kv__bg img{
  width:100%;
  height:auto;
}
.p-top-kv__bg video{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
}
.p-top-kv__overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  padding-top:26.6666666667vw;
  padding-left:6.6666666667vw;
  color:#fff;
}
@media (min-width:768px){
  .p-top-kv__overlay{
    padding-top:33.3333333333vw;
    padding-left:5.89569161vw;
  }
}
@media (min-width:882px){
  .p-top-kv__overlay{
    padding-top:290px;
    padding-left:55px;
  }
}
.p-top-kv__head{
  font-size:6.8vw;
  line-height:1.4705882353;
  letter-spacing:.23em;
  text-shadow:0 0 1.8666666667vw #000;
  white-space:nowrap;
}
@media (min-width:768px){
  .p-top-kv__head{
    font-size:4.5351473923vw;
    line-height:1.275;
    text-shadow:0 0 1.7006802721vw #000;
  }
}
@media (min-width:882px){
  .p-top-kv__head{
    font-size:2.75rem;
    line-height:1.4772727273;
    letter-spacing:.3em;
    text-shadow:0 0 15px #000;
  }
}
.p-top-kv__text{
  padding-top:1.3333333333vw;
  font-size:4.1333333333vw;
  line-height:1.3793103448;
  letter-spacing:.07em;
  text-shadow:0 0 1.0666666667vw #000;
}
@media (min-width:768px){
  .p-top-kv__text{
    padding-top:1.1337868481vw;
    font-size:2.380952381vw;
    line-height:1.4761904762;
    text-shadow:0 0 1.1337868481vw #000;
  }
}
@media (min-width:882px){
  .p-top-kv__text{
    padding-top:10px;
    font-size:1.25rem;
    letter-spacing:.07em;
    text-shadow:0 0 10px #000;
  }
}

.p-top-board{
  margin-top:55px;
  padding-bottom:53px;
  overflow:hidden;
  background-image:url(../image/bg-sprite-3.png), url(../image/bg-sprite-3.png), url(../image/bg-sprite-3.png), url(../image/bg-sprite-3.png), url(../image/bg-sprite-3.png), url(../image/bg-sprite-3.png), url(../image/bg-sprite-3.png), url(../image/bg-sp.jpg);
  background-position:-135px 3700px, 225px 2730px, -30px 2340px, 330px 1840px, 175px 280px, -40px 950px, -210px -170px, top;
  background-size:200px auto, 200px auto, 200px auto, 200px auto, 300px auto, 300px auto, 300px auto, 100% auto;
  background-repeat:no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
}
@media (max-width:374px){
  .p-top-board{
    background-position:-36vw 986.6666666667vw, 60vw 728vw, -8vw 624vw, 88vw 490.6666666667vw, 46.6666666667vw 74.6666666667vw, -10.6666666667vw 253.3333333333vw, -56vw -45.3333333333vw, top;
    background-size:53.3333333333vw auto, 53.3333333333vw auto, 53.3333333333vw auto, 53.3333333333vw auto, 80vw auto, 80vw auto, 80vw auto, 100% auto;
  }
}
@media (min-width:768px){
  .p-top-board{
    margin-top:80px;
    background-image:url(../image/bg-sprite-3.png), url(../image/bg-sprite-3.png), url(../image/bg-sprite-3.png), url(../image/bg-sprite-4.png), url(../image/bg-1-pc.jpg);
    background-position:91.30859375vw 265.625vw, -2.9296875vw 208.0078125vw, 74.21875vw 125vw, -26.3671875vw 4.8828125vw, top;
    background-size:39.0625vw auto, 39.0625vw auto, 39.0625vw auto, 39.0625vw auto, 100% auto;
    background-repeat:no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
  }
}

.p-top-frame{
  padding:0 0 20px;
  background-image:url(../image/frame-shadow-1-sp.png), url(../image/frame-shadow-2-sp.png);
  background-position:calc(50% + 35px) -10px, calc(50% + 12px) bottom;
  background-size:314px auto, 343px auto;
  background-repeat:no-repeat, no-repeat;
}
@media (max-width:374px){
  .p-top-frame{
    background-position:calc(50% + 9.33333vw) -2.6666666667vw, calc(50% + 3.2vw) bottom;
    background-size:83.7333333333vw auto, 91.4666666667vw auto;
  }
}
@media (min-width:768px){
  .p-top-frame{
    padding:0 0 45px;
    background-image:url(../image/frame-shadow-2-pc.png);
    background-position:calc(50% + 15px) bottom;
    background-size:891px auto;
    background-repeat:no-repeat;
  }
}
.p-top-frame__inner{
  width:345px;
  margin:0 auto;
  padding:0 15px 40px;
  background-image:url(../image/frame-bg-sp.jpg);
  background-size:100% auto;
  box-shadow:0 5px 10px rgba(0,0,0,.8);
}
@media (max-width:374px){
  .p-top-frame__inner{
    width:92vw;
    padding:0 4vw 10.6666666667vw;
  }
}
@media (min-width:768px){
  .p-top-frame__inner{
    width:auto;
    max-width:882px;
    padding:0 55px 50px;
    background-image:url(../image/frame-bg-1-pc.jpg);
    box-shadow:3px -15px 15px rgba(0,0,0,.8);
  }
}

.p-top-prologue__inner{
  padding-top:1px;
}
.p-top-prologue__body{
  padding-top:45px;
  padding-bottom:50px;
}
@media (max-width:374px){
  .p-top-prologue__body{
    padding-top:12vw;
    padding-bottom:13.3333333333vw;
  }
}
@media (min-width:768px){
  .p-top-prologue__body{
    position:relative;
    padding-top:45px;
    padding-bottom:70px;
  }
}
.p-top-prologue__text-1{
  padding-bottom:45px;
  font-size:1rem;
  line-height:2.1176470588;
  letter-spacing:.03em;
  text-align:center;
}
@media (max-width:374px){
  .p-top-prologue__text-1{
    padding-bottom:12vw;
    font-size:4.5333333333vw;
  }
}
@media (min-width:768px){
  .p-top-prologue__text-1{
    padding-bottom:0;
    font-size:1.25rem;
    line-height:2.75;
    letter-spacing:.04em;
  }
}
.p-top-prologue__text-2{
  margin-top:50px;
  margin-bottom:50px;
  font-size:1.2058823529rem;
  line-height:2;
  letter-spacing:.04em;
  text-align:center;
}
@media (max-width:374px){
  .p-top-prologue__text-2{
    font-size:5.4666666667vw;
  }
}
@media (min-width:768px){
  .p-top-prologue__text-2{
    font-size:1.125rem;
    line-height:2;
  }
}
.p-top-prologue__image{
  width:275px;
  margin:0 auto 20px;
  box-shadow:5px 5px 10px rgba(0,0,0,.3);
}
@media (max-width:375px){
  .p-top-prologue__image{
    width:73.3333333333vw;
    margin:0 auto 5.3333333333vw;
  }
}
@media (min-width:768px){
  .p-top-prologue__image{
    position:absolute;
    width:252px;
    margin:0;
  }
}
@media (min-width:768px){
  .p-top-prologue__image--1{
    top:50px;
    right:calc(50% - 470px);
  }
}
@media (min-width:768px){
  .p-top-prologue__image--2{
    top:176px;
    left:calc(50% - 512px);
  }
}
@media (min-width:768px){
  .p-top-prologue__image--3{
    top:356px;
    right:calc(50% - 512px);
  }
}

@media (min-width:768px){
  .p-top-tvcm__head{
    margin-top:0;
    margin-bottom:50px;
  }
}
.p-top-tvcm__inner{
  padding-top:1px;
}
.p-top-tvcm__body{
  padding-bottom:50px;
}
@media (min-width:768px){
  .p-top-tvcm__body{
    position:relative;
    padding-top:0;
    padding-bottom:70px;
  }
}
.p-top-tvcm__text-1{
  font-size:1rem;
  line-height:2.1176470588;
  letter-spacing:.04em;
  text-align:center;
}
@media (max-width:374px){
  .p-top-tvcm__text-1{
    font-size:4.5333333333vw;
  }
}
@media (min-width:768px){
  .p-top-tvcm__text-1{
    font-size:1.25rem;
    line-height:2;
    letter-spacing:.04em;
  }
}
.p-top-tvcm__card{
  position:relative;
  margin:50px -15px 0 0;
  background-image:url(../image/tvcm-1-sp.png);
  background-size:100% 100%;
  background-repeat:no-repeat;
}
@media (max-width:374px){
  .p-top-tvcm__card{
    margin:13.3333333333vw -4vw 0 0;
  }
}
@media (min-width:768px){
  .p-top-tvcm__card{
    width:93.3937823834%;
    margin-top:70px;
    margin-left:35px;
    background-image:url(../image/tvcm-1-pc.png);
    background-size:100% 100%;
    background-repeat:no-repeat;
  }
}
.p-top-tvcm__card:after{
  display:block;
  position:absolute;
  top:280px;
  left:135px;
  width:36px;
  height:75px;
  background-image:url(../image/tvcm-2-sp.png);
  background-size:100% 100%;
  background-repeat:no-repeat;
  content:"";
}
@media (max-width:374px){
  .p-top-tvcm__card:after{
    top:74.6666666667vw;
    left:36vw;
    width:9.6vw;
    height:20vw;
  }
}
@media (min-width:768px){
  .p-top-tvcm__card:after{
    top:45.0819672131%;
    left:41.6088765603%;
    width:14.2857142857%;
    height:13.3879781421%;
    background-image:url(../image/tvcm-2-pc.png);
  }
}
.p-top-tvcm__card--2:after{
  background-image:url(../image/tvcm-7-sp.png);
}
@media (min-width:768px){
  .p-top-tvcm__card--2:after{
    background-image:url(../image/tvcm-7-pc.png);
  }
}
.p-top-tvcm__card--3:after{
  background-image:url(../image/tvcm-12-sp.png);
}
@media (min-width:768px){
  .p-top-tvcm__card--3:after{
    background-image:url(../image/tvcm-12-pc.png);
  }
}
.p-top-tvcm__card-head{
  position:absolute;
  top:-15px;
  left:47.5%;
  width:275px;
  padding:4px;
  color:#fff;
  font-weight:400;
  font-size:1.1764705882rem;
  line-height:1;
  font-family:Hiragino Sans,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,Yu Gothic,游ゴシック,YuGothic,游ゴシック体,Noto Sans CJK,Noto Sans JP,sans-serif;
  letter-spacing:.085em;
  text-align:center;
}
@media (max-width:374px){
  .p-top-tvcm__card-head{
    top:-4vw;
    width:73.3333333333vw;
    padding:1.0666666667vw;
    font-size:5.8666666667vw;
  }
}
@media (min-width:768px){
  .p-top-tvcm__card-head{
    top:-6.0052219321%;
    left:49%;
    width:77.0725388601%;
    padding:5px;
    font-size:clamp(10px, 2.6136363636vw, 1.4375rem);
    letter-spacing:.17em;
  }
}
.p-top-tvcm__card-head--1{
  transform:translateX(-50%);
  background:#8abf13;
}
.p-top-tvcm__card-head--2{
  transform:translateX(-50%);
  background:#e8617b;
}
.p-top-tvcm__card-head--3{
  transform:translateX(-50%);
  background:#53a8ca;
}
.p-top-tvcm__card-body{
  box-sizing:border-box;
  padding:50px 34px 50px 19px;
}
@media (max-width:374px){
  .p-top-tvcm__card-body{
    padding:13.3333333333vw 9.0666666667vw 13.3333333333vw 5.0666666667vw;
  }
}
@media (min-width:768px){
  .p-top-tvcm__card-body{
    display:flex;
    justify-content:space-between;
    padding:9.067357513% 9.067357513% 7.1243523316% 6.4766839378%;
  }
}
.p-top-tvcm__card-col{
  margin-right:30px;
}
@media (max-width:374px){
  .p-top-tvcm__card-col{
    margin-right:8vw;
  }
}
@media (min-width:768px){
  .p-top-tvcm__card-col{
    display:flex;
    flex:0 0 auto;
    flex-direction:column-reverse;
    justify-content:flex-end;
    width:43.2565789474%;
    margin-right:0;
  }
}
.p-top-tvcm__card-col:nth-of-type(2n){
  margin-top:50px;
  margin-right:0;
  margin-left:30px;
}
@media (max-width:374px){
  .p-top-tvcm__card-col:nth-of-type(2n){
    margin-top:13.3333333333vw;
    margin-left:8vw;
  }
}
@media (min-width:768px){
  .p-top-tvcm__card-col:nth-of-type(2n){
    margin-top:0;
    margin-left:0;
  }
}
.p-top-tvcm__card-col-image--right{
  margin-bottom:13px;
}
@media (max-width:374px){
  .p-top-tvcm__card-col-image--right{
    margin-bottom:3.4666666667vw;
  }
}
@media (min-width:768px){
  .p-top-tvcm__card-col-image--right{
    margin-top:10px;
    margin-bottom:0;
  }
}
.p-top-tvcm__card-col-text{
  display:flex;
  position:relative;
  justify-content:center;
  padding:7px 0;
  font-size:.9705882353rem;
  line-height:1.5757575758;
  letter-spacing:.02em;
}
@media (max-width:374px){
  .p-top-tvcm__card-col-text{
    padding:1.8666666667vw 0;
    font-size:4.4vw;
  }
}
@media (min-width:768px){
  .p-top-tvcm__card-col-text{
    padding:1.9011406844% 0;
    font-size:clamp(10px, 1.9318181818vw, 1.0625rem);
    line-height:1.6111111111;
    letter-spacing:.04em;
  }
}
.p-top-tvcm__card-col-text--left{
  margin-bottom:13px;
}
@media (max-width:374px){
  .p-top-tvcm__card-col-text--left{
    margin-bottom:3.4666666667vw;
  }
}
@media (min-width:768px){
  .p-top-tvcm__card-col-text--left{
    margin-top:10px;
    margin-bottom:0;
  }
}
.p-top-tvcm__card-col-text:after,.p-top-tvcm__card-col-text:before{
  display:block;
  position:absolute;
  width:14px;
  height:14px;
  content:"";
}
@media (max-width:374px){
  .p-top-tvcm__card-col-text:after,.p-top-tvcm__card-col-text:before{
    width:3.7333333333vw;
    height:3.7333333333vw;
  }
}
@media (min-width:768px){
  .p-top-tvcm__card-col-text:after,.p-top-tvcm__card-col-text:before{
    width:6.0836501901%;
    height:29.0909090909%;
  }
}
.p-top-tvcm__card-col-text:before{
  top:0;
  left:0;
  border-top:1px solid #000;
  border-left:1px solid #000;
}
@media (max-width:374px){
  .p-top-tvcm__card-col-text:before{
    border-top:.2666666667vw solid #000;
    border-left:.2666666667vw solid #000;
  }
}
@media (min-width:768px){
  .p-top-tvcm__card-col-text:before{
    border-top:1px solid #000;
    border-left:1px solid #000;
  }
}
.p-top-tvcm__card-col-text:after{
  right:0;
  bottom:0;
  border-right:1px solid #000;
  border-bottom:1px solid #000;
}
@media (max-width:374px){
  .p-top-tvcm__card-col-text:after{
    border-right:.2666666667vw solid #000;
    border-bottom:.2666666667vw solid #000;
  }
}
@media (min-width:768px){
  .p-top-tvcm__card-col-text:after{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
  }
}

.p-top-making__anchor{
  margin-top:-71px;
  padding-top:71px;
}
@media screen and (min-width:768px){
  .p-top-making__anchor{
    margin-top:-110px;
    padding-top:110px;
  }
}
.p-top-making__head{
  position:relative;
  width:297px;
  margin:0 auto;
  padding:5px;
  background:red;
  color:#fff;
  font-size:1.2352941176rem;
  line-height:1;
  letter-spacing:.17em;
  text-align:center;
}
@media (max-width:374px){
  .p-top-making__head{
    width:79.2vw;
    padding:1.3333333333vw;
    font-size:5.6vw;
  }
}
@media (min-width:768px){
  .p-top-making__head{
    width:595px;
    padding:8px;
    font-size:1.875rem;
  }
}
.p-top-making__head:after{
  display:block;
  position:absolute;
  top:50%;
  left:calc(50% - 180px);
  width:64px;
  height:64px;
  transform:translateY(-50%);
  background-image:url(../image/movie-2.png);
  background-size:100% 100%;
  content:"";
  filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, .5));
}
@media (max-width:374px){
  .p-top-making__head:after{
    left:calc(50% - 48vw);
    width:17.0666666667vw;
    height:17.0666666667vw;
    filter:drop-shadow(.2666666667vw .2666666667vw .2666666667vw rgba(0, 0, 0, .5));
  }
}
@media (min-width:768px){
  .p-top-making__head:after{
    left:calc(50% - 270px);
    width:105px;
    height:105px;
    filter:drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));
  }
}
.p-top-making__body{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  margin-top:45px;
  padding:0 0 40px;
}
@media (max-width:374px){
  .p-top-making__body{
    margin-top:12vw;
    padding:0 0 10.6666666667vw;
  }
}
@media (min-width:768px){
  .p-top-making__body{
    flex-direction:row;
    flex-wrap:wrap;
    margin-top:55px;
    padding:0 0 15px;
  }
}

.p-top-cast__body{
  margin-top:45px;
  padding:0 0 40px;
}
@media (max-width:374px){
  .p-top-cast__body{
    margin-top:12vw;
    padding:0 0 10.6666666667vw;
  }
}
@media (min-width:768px){
  .p-top-cast__body{
    margin-top:55px;
    padding:0 0 60px;
  }
}
.p-top-cast__image{
  width:203px;
}
@media (max-width:374px){
  .p-top-cast__image{
    width:54.1333333333vw;
  }
}
@media (min-width:768px){
  .p-top-cast__image{
    width:178px;
  }
}
.p-top-cast__inner .c-profile__name{
  gap:20px;
}
@media (max-width:374px){
  .p-top-cast__inner .c-profile__name{
    gap:5.3333333333vw;
  }
}
@media (min-width:768px){
  .p-top-cast__inner .c-profile__name{
    gap:18px;
  }
}
.p-top-cast__inner .c-profile__text{
  width:278px;
  font-size:1rem;
  line-height:2.0588235294;
  letter-spacing:.02em;
}
@media (max-width:374px){
  .p-top-cast__inner .c-profile__text{
    width:74.1333333333vw;
    font-size:4.5333333333vw;
  }
}
@media (min-width:768px){
  .p-top-cast__inner .c-profile__text{
    width:100%;
    max-width:550px;
    font-size:1rem;
    line-height:2;
  }
}

.p-top-character__sp{
  display:flex;
  flex-direction:column;
  align-items:center;
  margin-top:40px;
  padding-bottom:35px;
}
@media (max-width:374px){
  .p-top-character__sp{
    margin-top:10.6666666667vw;
    padding-bottom:9.3333333333vw;
  }
}
@media (min-width:768px){
  .p-top-character__sp{
    display:none;
  }
}
.p-top-character__pc{
  display:none;
}
@media (min-width:768px){
  .p-top-character__pc{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:54px;
    padding-bottom:67px;
  }
}
.p-top-character__master{
  width:175px;
}
@media (max-width:374px){
  .p-top-character__master{
    width:46.6666666667vw;
  }
}
@media (min-width:768px){
  .p-top-character__master{
    width:27.1929824561vw;
    padding-bottom:3.8377192982vw;
  }
}
@media (min-width:912px){
  .p-top-character__master{
    width:248px;
    padding-bottom:35px;
  }
}
.p-top-character__master-name{
  padding:10px 0 13px;
  background:#fff;
  color:#000;
  font-size:.8823529412rem;
  letter-spacing:.04em;
  text-align:center;
}
@media (max-width:374px){
  .p-top-character__master-name{
    padding:2.6666666667vw 0 3.4666666667vw;
    font-size:4vw;
  }
}
@media (min-width:768px){
  .p-top-character__master-name{
    padding:2.1929824561vw 0;
    font-size:2.1929824561vw;
    letter-spacing:.08em;
  }
}
@media (min-width:912px){
  .p-top-character__master-name{
    padding:20px 0;
    font-size:1.25rem;
  }
}
.p-top-character__group-sp{
  width:300px;
  margin-top:40px;
}
@media (max-width:374px){
  .p-top-character__group-sp{
    width:80vw;
    margin-top:10.6666666667vw;
  }
}
.p-top-character__group-pc{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:5.4824561404vw;
}
@media (min-width:912px){
  .p-top-character__group-pc{
    gap:50px;
  }
}
.p-top-character__group-head-sp{
  margin-bottom:17px;
  padding:8px;
  font-size:.8823529412rem;
  line-height:1;
  letter-spacing:.04em;
  text-align:center;
}
@media (max-width:374px){
  .p-top-character__group-head-sp{
    margin-bottom:4.5333333333vw;
    padding:2.1333333333vw;
    font-size:4vw;
  }
}
.p-top-character__group-head-sp.p-top-character__color-1{
  background:#8abf13;
  color:#fff;
}
.p-top-character__group-head-sp.p-top-character__color-2{
  background:#53a8ca;
  color:#fff;
}
.p-top-character__group-head-sp.p-top-character__color-3{
  background:#e8617b;
  color:#fff;
}
.p-top-character__item{
  display:flex;
}
@media (min-width:768px){
  .p-top-character__item{
    flex-direction:column;
    align-items:center;
    width:22.3684210526vw;
  }
}
@media (min-width:912px){
  .p-top-character__item{
    width:204px;
  }
}
.p-top-character__item-head{
  width:100%;
  padding:.4385964912vw 0 .6578947368vw;
  font-size:1.3157894737vw;
  line-height:1;
  letter-spacing:.08em;
  text-align:center;
}
@media (min-width:912px){
  .p-top-character__item-head{
    padding:4px 0 6px;
    font-size:.75rem;
  }
}
.p-top-character__item-head.p-top-character__color-1{
  background:#8abf13;
  color:#fff;
}
.p-top-character__item-head.p-top-character__color-2{
  background:#53a8ca;
  color:#fff;
}
.p-top-character__item-head.p-top-character__color-3{
  background:#e8617b;
  color:#fff;
}
.p-top-character__image{
  width:127px;
}
@media (min-width:768px){
  .p-top-character__image{
    width:100%;
  }
}
.p-top-character__name{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  background:#fff;
  color:#000;
  font-size:.7647058824rem;
  line-height:1.5769230769;
  letter-spacing:.08em;
}
@media (max-width:374px){
  .p-top-character__name{
    font-size:3.4666666667vw;
  }
}
@media (min-width:768px){
  .p-top-character__name{
    width:100%;
    padding:1.5350877193vw 0;
    font-size:1.5350877193vw;
    line-height:1.5714285714;
    letter-spacing:.1em;
  }
}
@media (min-width:912px){
  .p-top-character__name{
    padding:14px 0;
    font-size:.875rem;
  }
}
.p-top-character__name span{
  font-size:1.0588235294rem;
  line-height:1.1666666667;
}
@media (max-width:374px){
  .p-top-character__name span{
    font-size:4.8vw;
  }
}
@media (min-width:768px){
  .p-top-character__name span{
    font-size:1.8640350877vw;
    line-height:1;
  }
}
@media (min-width:912px){
  .p-top-character__name span{
    font-size:1.0625rem;
  }
}
.p-top-character__name.p-top-character__color-1 span{
  color:#669f00;
}
.p-top-character__name.p-top-character__color-2 span{
  color:#0c84b4;
}
.p-top-character__name.p-top-character__color-3 span{
  color:#e8617b;
}
.p-top-character__arrow-pc{
  display:flex;
  justify-content:space-between;
  width:67.4342105263vw;
  margin:1.5350877193vw 0;
}
@media (min-width:912px){
  .p-top-character__arrow-pc{
    width:615px;
    margin:14px 0;
  }
}
.p-top-character__arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:60px;
  margin:8px 0;
  gap:15px;
  font-size:.7647058824rem;
  line-height:1;
  letter-spacing:.08em;
}
@media (max-width:374px){
  .p-top-character__arrow{
    height:16vw;
    margin:2.1333333333vw 0;
    font-size:3.4666666667vw;
  }
}
@media (min-width:768px){
  .p-top-character__arrow{
    width:auto;
    height:10.4166666667vw;
    font-size:1.5350877193vw;
  }
}
@media (min-width:912px){
  .p-top-character__arrow{
    height:95px;
    font-size:.875rem;
  }
}
.p-top-character__arrow:nth-of-type(2){
  flex-direction:row-reverse;
}
.p-top-character__arrow:nth-of-type(2):before{
  transform:scaleX(-1);
}
.p-top-character__arrow:before{
  display:block;
  width:16px;
  height:100%;
  background-image:url(../image/character-arrow.png);
  background-size:auto 100%;
  content:"";
}
@media (max-width:374px){
  .p-top-character__arrow:before{
    width:4.2666666667vw;
  }
}
@media (min-width:768px){
  .p-top-character__arrow:before{
    width:5.4824561404vw;
    background-image:url(../image/character-arrow-pc.png);
  }
}
@media (min-width:912px){
  .p-top-character__arrow:before{
    width:50px;
  }
}

@media (min-width:768px){
  .p-top-song__head{
    margin-bottom:40px;
  }
}
@media (min-width:768px){
  .p-top-song__head span{
    padding:0 15px;
  }
}
.p-top-song__song{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.p-top-song__song-head{
  margin-top:35px;
  font-size:.8823529412rem;
  line-height:2;
  letter-spacing:.08em;
}
@media (max-width:374px){
  .p-top-song__song-head{
    margin-top:9.3333333333vw;
    font-size:4vw;
  }
}
@media (min-width:768px){
  .p-top-song__song-head{
    margin-top:30px;
    font-size:.9375rem;
  }
}
.p-top-song__song-name{
  font-size:1.5294117647rem;
  line-height:1;
  letter-spacing:.04em;
}
@media (max-width:374px){
  .p-top-song__song-name{
    font-size:6.9333333333vw;
  }
}
@media (min-width:768px){
  .p-top-song__song-name{
    font-size:1.5625rem;
    letter-spacing:.08em;
  }
}
.p-top-song__song-text{
  margin-top:25px;
  font-size:1rem;
  line-height:1.9705882353;
  letter-spacing:.02em;
}
@media (max-width:374px){
  .p-top-song__song-text{
    margin-top:6.6666666667vw;
    font-size:4.5333333333vw;
  }
}
@media (min-width:768px){
  .p-top-song__song-text{
    max-width:550px;
    margin-top:30px;
    font-size:1rem;
    line-height:2;
    letter-spacing:.04em;
  }
}
.p-top-song__message{
  margin-top:40px;
  margin-right:-30px;
  margin-left:-20px;
  padding:45px 0 55px;
  background-image:url(../image/song-bg-1-sp.png);
  background-size:100% 100%;
  text-align:center;
}
@media (max-width:374px){
  .p-top-song__message{
    margin-top:10.6666666667vw;
    margin-right:-8vw;
    margin-left:-5.3333333333vw;
    padding:12vw 0 14.6666666667vw;
  }
}
@media (min-width:768px){
  .p-top-song__message{
    margin-top:42px;
    padding:65px 0;
    background-image:url(../image/song-bg-1-pc.png);
  }
}
.p-top-song__message-head{
  font-size:.8823529412rem;
  line-height:2.1612903226;
  letter-spacing:.08em;
}
@media (max-width:374px){
  .p-top-song__message-head{
    font-size:4vw;
  }
}
@media (min-width:768px){
  .p-top-song__message-head{
    font-size:.9375rem;
    line-height:2.1333333333;
  }
}
.p-top-song__message-title{
  font-size:1.5294117647rem;
  line-height:1.6153846154;
  letter-spacing:.08em;
}
@media (max-width:374px){
  .p-top-song__message-title{
    font-size:6.9333333333vw;
  }
}
@media (min-width:768px){
  .p-top-song__message-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:13px;
    font-size:1.5625rem;
  }
}
@media (min-width:768px){
  .p-top-song__message-title:after,.p-top-song__message-title:before{
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#000;
    content:"";
  }
}
.p-top-song__message-text{
  margin-top:20px;
  font-size:.8823529412rem;
  line-height:2.09375;
  letter-spacing:-.03em;
}
@media (max-width:374px){
  .p-top-song__message-text{
    margin-top:5.3333333333vw;
    font-size:4vw;
  }
}
@media (min-width:768px){
  .p-top-song__message-text{
    margin-top:30px;
    font-size:1rem;
    line-height:2;
    letter-spacing:.04em;
  }
}
.p-top-song__profile{
  margin-top:43px;
}
@media (max-width:374px){
  .p-top-song__profile{
    margin-top:11.4666666667vw;
  }
}
@media (min-width:768px){
  .p-top-song__profile{
    margin-top:55px;
  }
}
.p-top-song__image{
  width:231px;
}
@media (max-width:374px){
  .p-top-song__image{
    width:61.6vw;
  }
}
@media (min-width:768px){
  .p-top-song__image{
    width:280px;
  }
}

.p-top-purpose{
  margin:0 auto;
  padding:0;
}
@media (min-width:768px){
  .p-top-purpose{
    width:100%;
    max-width:1024px;
    padding:0;
  }
}
.p-top-purpose__inner{
  width:100%;
  margin:0 auto;
  padding-top:26px;
  padding-bottom:70px;
  overflow:hidden;
}
@media (max-width:374px){
  .p-top-purpose__inner{
    padding-top:6.9333333333vw;
    padding-bottom:18.6666666667vw;
  }
}
@media (min-width:768px){
  .p-top-purpose__inner{
    width:768px;
    padding:105px 0 25px;
  }
}
.p-top-purpose__head{
  padding-right:15px;
  padding-left:15px;
}
@media (max-width:374px){
  .p-top-purpose__head{
    padding-right:4vw;
    padding-left:4vw;
  }
}
@media (min-width:768px){
  .p-top-purpose__head{
    padding-right:0;
    padding-left:0;
  }
}
@media (min-width:768px){
  .p-top-purpose__head span{
    padding:0 15px;
  }
}
.p-top-purpose__body{
  width:375px;
  margin:53px auto 0;
  padding-left:30px;
  overflow:hidden;
}
@media (max-width:374px){
  .p-top-purpose__body{
    width:100vw;
    margin:14.1333333333vw auto 0;
    padding-left:8vw;
  }
}
@media (min-width:768px){
  .p-top-purpose__body{
    width:670px;
    margin:55px 0 0 77px;
    padding:0;
  }
}
.p-top-purpose__copy{
  font-size:2.6470588235rem;
  line-height:1.3333333333;
  letter-spacing:.11em;
  white-space:nowrap;
}
@media (max-width:374px){
  .p-top-purpose__copy{
    font-size:12vw;
  }
}
@media (min-width:768px){
  .p-top-purpose__copy{
    font-size:2.6875rem;
    line-height:1;
  }
}
.p-top-purpose__text{
  margin:60px 0 0;
  font-size:.9411764706rem;
  line-height:2.1764705882;
  letter-spacing:.02em;
}
@media (max-width:374px){
  .p-top-purpose__text{
    margin-top:16vw;
    font-size:4.2666666667vw;
  }
}
@media (min-width:768px){
  .p-top-purpose__text{
    font-size:.9375rem;
    line-height:2.2333333333;
    letter-spacing:.1em;
  }
}
.p-top-purpose__logo{
  width:278px;
  margin:50px auto 0;
}
@media (max-width:374px){
  .p-top-purpose__logo{
    width:74.1333333333vw;
    margin-top:13.3333333333vw;
  }
}
@media (min-width:768px){
  .p-top-purpose__logo{
    width:290px;
    margin:55px auto 0;
  }
}

.p-top-our-purpose{
  margin:0 auto;
  padding:0;
}
@media (min-width:768px){
  .p-top-our-purpose{
    width:100%;
    max-width:1024px;
    padding:0;
  }
}
@media (min-width:768px){
  .p-top-our-purpose__inner{
    padding:45px 0 55px;
  }
}
.p-top-our-purpose__head{
  padding-right:15px;
  padding-left:15px;
}
@media (max-width:374px){
  .p-top-our-purpose__head{
    padding-right:4vw;
    padding-left:4vw;
  }
}
@media (min-width:768px){
  .p-top-our-purpose__head{
    padding-right:0;
    padding-left:0;
  }
}
@media (min-width:768px){
  .p-top-our-purpose__head span{
    padding:0 15px;
  }
}
.p-top-our-purpose__link{
  display:block;
  width:318px;
  margin:33px auto 0;
  transition:transform .3s ease-out;
}
@media (max-width:374px){
  .p-top-our-purpose__link{
    width:84.8vw;
    margin:8.8vw auto 0;
  }
}
@media (min-width:768px){
  .p-top-our-purpose__link{
    width:542px;
    margin-top:30px;
  }
}
@media (min-width:768px){
  .p-top-our-purpose__link:hover{
    transform:scale(1.05);
  }
}

.p-top-group__inner{
  width:100%;
  margin:0 auto;
  padding-top:15px;
  padding-bottom:60px;
}
@media (max-width:374px){
  .p-top-group__inner{
    padding-top:4vw;
    padding-bottom:16vw;
  }
}
@media (min-width:768px){
  .p-top-group__inner{
    width:768px;
  }
}
.p-top-group__head{
  padding-right:15px;
  padding-left:15px;
}
@media (max-width:374px){
  .p-top-group__head{
    padding-right:4vw;
    padding-left:4vw;
  }
}
@media (min-width:768px){
  .p-top-group__head{
    padding-right:0;
    padding-left:0;
  }
}

.p-top-group__category{
  margin-top:70px;
}
@media (max-width:374px){
  .p-top-group__category{
    margin-top:18.6666666667vw;
  }
}

@media screen and (min-width:768px){
  .p-top-group__category{
    max-width:680px;
    margin:70px auto 0;
  }
}
.p-top-group__category-title{
  color:#000;
  font-weight:600;
  font-size:20px;
  font-family:Hiragino Sans,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Meiryo,メイリオ,Yu Gothic,游ゴシック,YuGothic,游ゴシック体,Noto Sans CJK,Noto Sans JP,sans-serif;
  letter-spacing:.08em;
  text-align:center;
}
@media (max-width:374px){
  .p-top-group__category-title{
    font-size:5.3333333333vw;
  }
}

@media screen and (min-width:768px){
  .p-top-group__category-title{
    font-size:16px;
  }
}
.p-top-group__items{
  margin-top:35px;
}
@media (max-width:374px){
  .p-top-group__items{
    margin-top:9.3333333333vw;
  }
}

@media screen and (min-width:768px){
  .p-top-group__items{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:flex-start;
  }
}
.p-top-group__item:not(:first-child){
  margin-top:35px;
}
@media (max-width:374px){
  .p-top-group__item:not(:first-child){
    margin-top:9.3333333333vw;
  }
}

@media screen and (min-width:768px){
  .p-top-group__item{
    width:calc(50% - 28px);
    margin:40px 14px 0;
  }
  .p-top-group__item:first-child,.p-top-group__item:nth-child(2){
    margin-top:0;
  }
}
.p-top-group__main-logo{
  width:325px;
  max-width:100%;
  margin:35px auto 0;
}
@media (max-width:374px){
  .p-top-group__main-logo{
    width:86.6666666667vw;
    margin-top:9.3333333333vw;
  }
}

@media screen and (min-width:768px){
  .p-top-group__main-logo{
    width:370px;
  }
}
.p-top-group__logo{
  width:275px;
  max-width:calc(100% - 8vw);
  margin:0 auto;
}
@media (max-width:374px){
  .p-top-group__logo{
    width:73.3333333333vw;
  }
}

@media screen and (min-width:768px){
  .p-top-group__logo{
    width:100%;
    max-width:none;
  }
}
a.p-top-group__link img{
  transition:transform .3s ease-out;
}

@media screen and (min-width:768px){
  a.p-top-group__link:hover img{
    transform:scale(1.05);
  }
}
/*# sourceMappingURL=app.css.map */
