@charset "UTF-8";

/*===================================================
	root
====================================================*/
:root {
  --main-gap: 56px;
  --sub-gap: 24px;
  --links-color: #FF6188;
  --links-active: #f91950;
  --pink: #FF6188;
}

/* FRAME 960 */
@media screen and (max-width: 960px){
:root {
  --main-gap: 32px;
  --sub-gap: 16px;
}
}
/*==============================================
    all
================================================*/
.grecaptcha-badge { visibility: hidden; }

.btn{

}
.btn a{

}
.pink{
    color:var(--pink);
}
.btnSubmit{
    text-align: center;
    position: relative;
}
.btnSubmit br{
    display: none;
}
.btnSubmit .wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.btnSubmit input{
    display: inline-block;
    max-width: 600px;
    background: var(--links-color);
    color: #FFF;
    text-align: center;
    padding: 20px 60px;
    font-size: 130%;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 100px;
    transition: 0.3s ease;
}
.wp-block-group {
    box-sizing: border-box;
    margin-block-start: 0;
    margin-block-end: 0;
}

/* PC */
@media screen and (min-width: 961px){
.btn a:hover{
    background-color: var(--links-active);
}
.btnSubmit input:hover{
    background-color: var(--links-active);
}
}

@media screen and (max-width: 400px){
.btnSubmit input{
display: block;
width: 100%;
box-sizing: border-box;
background: var(--links-color);
color: #FFF;
text-align: center;
padding: 20px 24px;
font-size: 130%;
font-weight: 500;
border-radius: 100px;
transition: 0.3s ease;
}
}

/*==============================================
    .loader
================================================*/
.loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFD3E9;
    background: linear-gradient(45deg, rgba(255, 211, 233, 1) 8%, rgba(255, 229, 172, 1) 47%, rgba(255, 211, 233, 1) 88%);
    z-index: 9999;
}

/*==============================================
    bg
================================================*/
.bg{
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    gap: 32px;
    background: #FFD3E9;
    background: linear-gradient(45deg, rgba(255, 211, 233, 1) 8%, rgba(255, 229, 172, 1) 47%, rgba(255, 211, 233, 1) 88%);
    z-index: -1;
}
.loopTxtBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.loopTxt{
    display: flex;
    gap: 32px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.loaded .loopTxt{
    opacity: 1;
    animation: loop-text 120s linear infinite reverse;
}
.loopTxt li{
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 120px;
    font-weight: 900;
    line-height: 1.6em;
}
.loopTxt li img{
    height: 180px;
    max-width: unset!important;
}
@keyframes loop-text {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.loopTxtBox:nth-child(1) li img{
    height: 200px;
    width: 4808px;
}
.loopTxtBox:nth-child(2) li img{
    height: 240px;
    width:5390px;
}
.loopTxtBox:nth-child(3) li img{
    height: 160px;
    width: 3430px;
}
.loopTxtBox:nth-child(4) li img{
    height: 190px;
    width: 4929px;
}
.loopTxtBox:nth-child(5) li img{
    height: 220px;
    width: 5297px;
}
.loopTxtBox:nth-child(6) li img{
    height: 180px;
    width: 4053px;
}

/*==============================================
    header
================================================*/
.headerOuter{
    position: fixed;
    width: 100%;
    z-index: 999;
}
.headerInner{
    padding: 32px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 999;
    transition: 0.3s ease;
    border-radius: 100px;
}
.pageTop .headerOuter{
    opacity: 0;
    transition: 0.5s ease 2.8s;
}
.loaded.pageTop .headerOuter{
    opacity: 1;

}
.headerOuter:before{
    background: rgba(255, 255, 255, 0.6);
    content: "";
    position: absolute;
    left: 16px;
    top: 16px;
    width: 0;
    height: calc(100% - 32px);
    z-index: -1;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.6);
    transition: 0.5s ease;
    opacity: 0;
    backdrop-filter: blur(10px);
}
.headerFix .headerOuter:before{
    opacity: 1;
    width: calc(100% - 32px);
}
.headerInner h1{
    width: 38%;
    max-width: 480px;
    margin-left: 8px;
}
.headerInner h1 a img{
    transition: 0.3s ease;
}
.headerInner .headTit{
    width: 38%;
    max-width: 480px;
    margin-left: 8px;
}
.headerInner .headTit a img{
    transition: 0.3s ease;
}

.headerInner .navigation{
    background: #FFF;
    border-radius: 100px;
}
.headerInner .navigation .gNav{
    display: flex;
    gap: min(2vw, 32px);
    padding: 0 0 0 32px;
}
.headerInner .navigation .gNav li{
    padding: 0;
    padding-top: min(1.6vw, 24px);
    padding-bottom: min(1.6vw, 24px);
    line-height: 0;
}
.headerInner .navigation .gNav li a{
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 110%;
    font-weight: 800;
    color: #000;
    line-height: 1em;
}
.headerInner .navigation .gNav li a.pink{
    color:var(--pink);
}
.headerInner .navigation .gNav li a .icon{
    display: block;
    width: 16px;
    transition: 0.3s ease;
    line-height: 0;
}
.headerInner .navigation .gNav li a .icon svg{
    transition: 0.3s ease;
}
.headerInner .navigation .gNav li a.pink svg{
    fill:var(--pink);
}
.headerInner .navigation .gNav li.floating{
    padding: 0;
    position: relative;
}
.headerInner .navigation .gNav li.floating .floatingBtn{
    padding: 0 32px;
    padding-top: min(1.6vw, 24px);
    padding-bottom: min(1.6vw, 24px);
    background-color: var(--pink);
    border-radius: 100px;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 110%;
    font-weight: 800;
    line-height: 1em;
    cursor: pointer;
    transition: 0.3s ease;
}
.headerInner .navigation .gNav li.floating .floatingBtn .icon{
    transform: rotate(90deg);
    filter: invert(1);
    display: block;
    width: 16px;
}
.headerInner .navigation .gNav li.floating .floatingNav{
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 8px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease;
    width: max-content;
    transform: translate(0, -10%);
}
/*
.headerInner .navigation .gNav li.floating:hover .floatingNav{
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
*/
.headerInner .navigation .gNav li.floating .floatingNav .floatingNavInner{
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    background: #ff6188;
    border-radius: 24px;
}
.headerInner .navigation .gNav li.floating .floatingNav a{
    color: #FFF;
}
.headerInner .navigation .gNav li.floating .floatingNav a .icon svg{
    fill: #FFF;
}

/* PC */
@media screen and (min-width: 961px){

.headerInner h1 a:hover img{
    transform: scale(1.05);
}
.headerInner .headTit a:hover img{
    transform: scale(1.05);
}
.headerInner .navigation .gNav li a:hover{
    color: #F91950;
}
.headerInner .navigation .gNav li a:hover svg{
    fill: #F91950;
}
.headerInner .navigation .gNav li a:hover .icon{
    transform: translate(6px);
}
.headerInner .navigation .gNav li.floating .floatingNav a:hover{
    color: #830020;
}
.headerInner .navigation .gNav li.floating .floatingNav a:hover .icon svg{
    fill: #830020;
}

.headerInner .navigation .navigationLogo{
    display: none;
}
.headerInner .navigation .gNav li.floating:hover .floatingBtn{
    background-color: var(--links-active);
}
.headerInner .navigation .gNav li.channel{
    display: none;
}
}

/* SP */
@media screen and (max-width: 960px){
.headerOuter:before{
    left: 8px;
    top: 8px;
    width: 0;
    height: calc(100% - 16px);
}
.headerFix .headerOuter:before {
    width: calc(100% - 16px);
}
.headerInner{
    padding: 24px;
}
.headerInner h1 {
    width: 65%;
    max-width: 300px;
    margin-left: 4px;
    line-height: 0;
}
.headerInner .headTit {
    width: 65%;
    max-width: 300px;
    margin-left: 4px;
    line-height: 0;
}
.hamSwitch {
    background: #FFF;
    display: block;
    position: absolute;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding: 10px;
    right: 20px;
    top: calc(50% - 20px);
    border-radius: 4px;
}
.headerFix .hamSwitch{
    border-radius: 100px;
    transition: border-radius 0.5s ease 0.3s;
}

.hamSwitch .hamMenu{
    position: relative;
    width: 100%;
    height: 100%;
}
.hamSwitch span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #333;
    transition: all .3s ease;
}
.hamSwitch .hamMenu span:nth-of-type(1) {
    top: 2px;
}
.hamSwitch .hamMenu span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamSwitch .hamMenu span:nth-of-type(3) {
    bottom: 2px;
}
.hamSwitch.open{

}
.hamSwitch.open span {

}
.hamSwitch.open span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}
.hamSwitch.open span:nth-of-type(2) {
    opacity: 0;
}
.hamSwitch.open span:nth-of-type(3) {
    transform: translateY(50%) rotate(45deg);
    bottom: 50%;
}
.headerInner .navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #FFE2B4;
    pointer-events: none;
    opacity: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    gap: 24px
}
.headerInner .navigation.active {
    transition: opacity 0.5s ease;
    pointer-events: auto;
    opacity: 1;
}
.headerInner .navigation .navigationLogo{
    width: 55%;
    margin-bottom: 16px;
}
.headerInner .navigation .navigationLogo a{
    display: block;
}
.headerInner .navigation .gNav {
    flex-direction: column;
    padding: 0;
    gap: 14px;
}
.headerInner .navigation .navTit {
    right: 40px;
    bottom: 40px;
    max-width: 120px;
}
.headerInner .navigation .gNav li{
        margin: 0;
        padding: 0;
}
.headerInner .navigation .gNav li a{
        font-size: 100%;
        display: inline-flex;
        border-radius: 100px;
        padding: 12px 16px;
        background: #F2F2F2;
}
.headerInner .navigation .gNav li a .icon{
    margin-bottom: 1px;
}
.headerInner .navigation .gNav li.floating .floatingBtn{
    display: none;
}
.headerInner .navigation .gNav li.floating .floatingNav {
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
}
.headerInner .navigation .gNav li.floating .floatingNav .floatingNavInner {
    padding: 0;
    gap: 14px;
    align-items: flex-start;
    background: transparent;
    border-radius: 0;
}
.headerInner .navigation .gNav li.floating .floatingNav a{
    color: #FFF;
    background: var(--links-color);
    padding: 12px 16px;
    border-radius: 100px;
    display: flex;
}
.headerInner .navigation .gNav li.floating .floatingNav a .icon {

}
.headerInner .navigation .gNav li.floating .floatingNav a .icon svg {
    fill: #FFF;
}
.headerInner .navigation .gNav li.channel a{
    color: #FFF;
    background: #FF0033;
    padding: 12px 18px;
    border-radius: 100px;
    display: inline-flex;
}
.headerInner .navigation .gNav li.channel a .icon svg{
    fill: #FFF;
}

}

@media (hover: hover) and (pointer: fine) {
.headerInner .navigation .gNav li.floating:hover .floatingNav{
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
}


@media (hover: none), (pointer: coarse) {
.headerInner .navigation .gNav li.floating.clicked .floatingNav{
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
}






/*===================================================
  footer
====================================================*/
.footerOuter{
    position: relative;
    padding: 100px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 100px 100px 0 0;
}
.footerInner{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
}
.footerLogo{
    line-height: 0;
    width: 26%;
    max-width: 220px;
}
.credit{
    display: inline-block;
    font-size: 80%;
    font-weight: 500;
}
.credit span{
    font-size: 85%;
}
.footerNav{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footerNav .mainBtn{
    display: flex;
    gap: 16px;
}
.footerNav .mainBtn li{

}
.footerNav .mainBtn li a{
    display: block;
    padding: 12px 28px;
    background: #FF6188;
    border-radius: 100px;
    color: #FFF;
    font-weight: 600;
    font-size: 100%;
}
.footerNav .mainBtn li a.redBtn{
    background: #FF0033;
}
.footerNav .subBtn{
    display: flex;
    gap: 16px;
}
.footerNav .subBtn li{

}
.footerNav .subBtn li a{
    display: block;
    padding: 8px 28px;
    background: #F2F2F2;
    border-radius: 100px;
    color: #000;
    font-weight: 800;
    font-size: 80%;
}
.footerNav .subBtn li a.redBtn{
    background: #FF0033;
    color: #FFF;
}

/* PC */
@media screen and (min-width: 961px){
.footerNav .mainBtn li a:hover{
    background-color: var(--links-active);
}
.footerNav .subBtn li a:hover {
    background: #d4d4d4;
}
.footerNav .subBtn li a.redBtn:hover {
    background-color: var(--links-active);
}

}

/* SP */
@media screen and (max-width: 960px){
.footerOuter{
    padding: 40px 24px;
    gap: 32px;
    border-radius: 48px 48px 0 0;
}
.footerInner {
    flex-direction: column;
}
.footerLogo {
    width: 50%;
    margin-bottom: 24px;
}
.footerNav .mainBtn {
    display: flex;
    flex-wrap: wrap;
        justify-content: flex-start;
    gap: 8px;
}
.footerNav .mainBtn li a {
    padding: 12px 24px;
    font-size: 90%;
}
.footerNav .subBtn {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.footerNav .subBtn li a {
    padding: 6px 16px 6px;
    font-weight: 900;
    font-size: 80%;
}
.credit {
    text-align: center;
}
}


/*==============================================
    pageTop
================================================*/
.pageTop .copy{
    clip-path: inset(0 100% 0 0);
    transition: 1s ease;
}
.pageTop .copy .c00{
    clip-path: inset(0 0 0 0);
}
.loaded.pageTop .copy{
    clip-path: inset(0 0 0 0);
}
.pageTop .copy.c11{
    transition-delay: 1.0s;
}
.pageTop .copy.c22{
    transition-delay: 1.2s;
}
.pageTop .copy.c33{
    transition-delay: 1.4s;
}

.pageTop .copy.c01{
    transition-delay: 1.2s;
}
.pageTop .copy.c02{
    transition-delay: 1.4s;
}
.pageTop .copy.c03{
    transition-delay: 1.6s;
}

/*==============================================
    visual
================================================*/
.visual{
    position: relative;
}
.visual .heroView{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 152px 60px 0;
    min-height: 100svh;
}
@supports (height: 100dvh) {
  .visual .heroView{
      min-height: 100dvh;
  }
}
.visual .heroView .heroCont{
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100%;
    gap: 3%;
    max-width: 1780px;
}
.visual .clmL{
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 55%;
    position: relative;
    padding-bottom: 0;
    box-sizing: border-box;
}
.visualCopy{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    gap: 24px;
    aspect-ratio: 28 / 13;
    max-width: 100%;
    height: 100%;
    position: relative;
}
.visualCopy .copy{
    position: absolute;
}
.visualCopy .copy img{

}
.visualCopy .copy.c00{
    position: relative;
}
.visualCopy .copy.c01{

}
.visual .badgeList{
    display: flex;
    gap: 32px;
    height: 120px;
    opacity: 0;
    transition: 0.5s ease 2.8s;
}
.loaded .visual .badgeList{
    opacity: 1;
}
.visual .badgeList li{
    aspect-ratio: 1;
    line-height: 0;
    height: 9vw;
    max-height: 140px;
    position: relative;
}
.visual .badgeList li a{
    display: block;
    aspect-ratio: 1;
}
.visual .badgeList li a img{
    aspect-ratio: 1;
    transition: 0.3s ease;
}
.visual .badgeList li .cursor{
    right: -10%;
    bottom: -10%;
    position: absolute;
    pointer-events: none;
    width: 35%;
    transform: translate(30%, 30%);
    animation: cursor 1.8s linear infinite;
}
@keyframes cursor {
  0% {
    opacity: 0;
    transform: translate(30%, 30%);
  }
  10% {
    opacity: 1;
    transform: translate(30%, 30%);
  }
  40% {
    opacity: 1;
    transform: translate(0, 0);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0);
  }
  70% {
    opacity: 0;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}


.visual .clmR{
    aspect-ratio: 200 / 181;
    max-width: 45%;
    position: relative;
    overflow: hidden;
}
.visual .clmR .keyword{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0.9);
    transition: 0.3s ease 2.2s;
}
.loaded .visual .clmR .keyword{
    opacity: 1;
    transform: scale(1);
}
.visual .clmR .trackCm{
    position: absolute;
    width: 20%;
    max-width: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    color: #000;
    border-radius: 8px;
    padding: 14px 4px 16px;
    text-align: center;
    pointer-events: none;
    aspect-ratio: 500 / 317;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 200%;
    font-weight: 800;
    line-height: 1.1em;
}
.visual .clmR .trackCm .slideInner{
    display: block;
    width: 100%;
    height: auto;

}
.visual .clmR .trackCm .slick-track{
    opacity: 0;
}
.visual .clmR .trackCm.cm01{
    left: 0;
    top: 7%;
    background-image: url(/wp-content/uploads/assets/images/ph_track_comment_01.png);
    padding-bottom: 20px;
}
.visual .clmR .trackCm.cm02{
    right: 0;
    top: 0;
    background-image: url(/wp-content/uploads/assets/images/ph_track_comment_02.png);
    padding-bottom: 20px;
}
.visual .clmR .trackCm.cm03{
    right: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/assets/images/ph_track_comment_03.png);
    padding-top: 20px;
}


.visual .clmR .track{
    opacity: 0;
    transform: translate(150%,0);
    transition: opacity 1s ease 1.6s,transform 1s ease 1s;

}
.loaded .visual .clmR .track{
    opacity: 1;
    transform: translate(0,0);
}


/* PC */
@media screen and (min-width: 961px){
.visual .badgeList li a:hover img{
    transform: scale(1.1);
}
.visual .heroCont + .badgeList {
    display: none;
}
}

/* SP */
@media screen and (max-width: 960px){
.visual {
    max-width: 640px;
    margin: 0 auto;
}
.visual .heroView {
    align-items: center;
    padding: 72px 24px 56px;
    min-height: unset;
}
.visual .heroView .heroCont {
    display: block;
}
.visual .clmL {
    max-width: 100%;
    margin-bottom: 24px;
    z-index: 1;
}
.visual .clmR {
    margin: 0 auto;
    width: 85%;
    max-width: 420px;
}
.visual .visualCopy + .badgeList {
    display: none;
}
.visual .badgeList {
    position: fixed;
    left: 24px;
    bottom: 24px;
    height: auto;
    gap: 16px;
    z-index: 10;
}
.scrolled .visual .badgeList {
    transition: 0.5s ease ;
}
.footerFix .visual .badgeList {
    opacity: 0;
    pointer-events: none;
}
.visual .badgeList li {
    height: 16vw;
    max-height: 100px;
}
.visual .clmR .trackCm{
    width: 25%;
    font-size: 150%;
}
.visual .clmR .trackCm.cm01{
    padding: 10px 4px 12px;
}
.visual .clmR .trackCm.cm02{
    padding: 10px 4px 12px;
}
.visual .clmR .trackCm.cm03{
    padding: 14px 4px 8px;
}
}


/*==============================================
    latest
================================================*/
.latestBox{
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 130vh;
    min-height: 400px;
    max-height: 80vw;
    margin-bottom: 80px;
}
.latestBox .contentBox{
    width: 100%;
    padding: 200px 0;
}
.latestContent{
    display: flex;
    gap: min(3vw, 56px);
    align-items: center;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    opacity: 0;
    transition: 1s ease;
}
.showing .latestContent{
    opacity: 1;
}
.latestContent .mov-item{
    border-radius: 60px;
    overflow: hidden;
}
.latestContent .mov-item li a{
    display: block;
    position: relative;
    border-radius: 60px;
    overflow: hidden;

}
.latestContent .mov-item li a:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/wp-content/uploads/assets/images/icon_youtube.png);
    background-size: contain;
    width: 14%;
    aspect-ratio: 200 / 141;
    pointer-events: none;
    z-index: 1;
}
.latestContent .mov-item li a img{
    transition: 0.3s ease;
}
.latestContent .thumb{
    width: calc(60% - (min(3vw, 56px)));
    z-index: 1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.latestContent .detail{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: min(56px, 4vw);
    position: relative;
    z-index: 0;
    color: #FFF;
    padding-left: 62%;
}
.latestContent .detail:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 80%;
    aspect-ratio: 1;
    height: 120vh;
    max-height: 80vw;
    background: #FFA482;
    background: linear-gradient(45deg, rgba(255, 164, 130, 1) 0%, rgba(254, 130, 184, 1) 100%);
    z-index: -1;
    border-radius: 1000px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6) rotate(360deg);
    transition: 0.5s ease;
}
.showing .latestContent .detail:before{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.latestContent .detail h2{
    text-align: center;
    line-height: 1em;
    font-weight: 900;
    font-size: 560%;
    letter-spacing: 0.2em;
}
.latestContent .detail .txt{
    font-size: 110%;
    font-weight: 600;
}
.latestContent .detail .control{
    display: flex;
    align-items: center;
    gap: 8%;
}
.latestContent .detail .control .slidePager{
    display: flex;
    gap: 15%;
}
.latestContent .detail .control .slidePager li{
    width: 4vw;
    min-width: 48px;
    max-width: 80px;
    cursor: pointer;
    line-height: 0;
}
.latestContent .detail .control .slidePager li:nth-child(even){
    transform: rotate(180deg);
}
.latestContent .detail .control .slidePager li circle{
    fill: #fff;
    transition: 0.3s ease;
}
.latestContent .detail .control .slidePager li polyline{
    fill: none;
    fill-rule: evenodd;
    stroke: #ff7591;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 12px;
    transition: 0.3s ease;
}
/* PC */
@media screen and (min-width: 961px){

.latestContent .mov-item li a:hover img{
    transform: scale(1.1);
}

.latestContent .detail .control .slidePager li:hover circle{
    fill: var(--links-active);
}
.latestContent .detail .control .slidePager li:hover polyline{
    stroke: #FFF;
}
}


/* SP */
@media screen and (max-width: 960px){
.latestBox {
    height: auto;
    max-height: max-content;
}

.latestBox .contentBox {
    padding: 0;
    max-width: 640px;
    margin: 0 auto;
}

.latestContent {
    flex-direction: column;
}
.latestContent .detail {
    padding: 110px 0 110px;
}
.latestContent .detail:before {
    left: 50%;
    max-height: unset;
    height: 100%;
}
.latestContent .detail h2{
    font-size: 400%;
}
.latestContent .detail .txt {
    font-size: 100%;
}
.latestContent .detail .control{
    justify-content: center;
}
.latestContent .detail .control .moreBtn a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
}
.latestContent .thumb {
    position: relative;
    width: 100%;
    left: unset;
    top: unset;
    transform: unset;
}
.latestContent .mov-item{
    border-radius: 40px;
}
.latestContent .mov-item li a{
    border-radius: 40px;
}
}

/*==============================================
    about
================================================*/
.aboutBox{
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100px 100px 0 0;
    padding: 184px 60px 260px;
    padding-top: min(12vw, 184px);
    padding-bottom: min(17vw, 260px);
}
.aboutBox h2{
    line-height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    width: 40%;
    max-width: 520px;
    transform: translate(-50%, -20%);
    opacity: 0;
    transition: 1s ease;
}
.aboutBox.showing h2{
    opacity: 1;
    transform: translate(-50%, -50%);
}
.aboutBox .contentBox{
    padding: 0;
    position: relative;
    flex-direction: row;
    max-width: 1200px;
    justify-content: center;
    gap: 0;
    transform: translate(0, 40px);
    opacity: 0;
    transition: 1s ease 0.3s;
}
.aboutBox.showing .contentBox{
    opacity: 1;
    transform: translate(0, 0);
}
.aboutBox .contentInner{
    gap: 64px;
    width: 65%;
}
.aboutBox .contentInner .tit{
    display: flex;
    align-items: flex-end;
    font-size: unset;
}
.aboutBox .contentInner .tit img{
    width: 60%;
    max-width: 420px;
}
.aboutBox .contentInner .tit span{
    font-size: 500%;
    font-weight: 900;
    line-height: 1em;
    vertical-align: 17px;
    margin: 0 0 0 16px;
}
.aboutBox .contentInner .txt{
    font-size: 120%;
    font-weight: 600;
    line-height: 1.7em;
}
.aboutBox .imageCap{
    width: 35%;
    position: relative;
}
.aboutBox .imageCap figure{
    position: absolute;
}
.aboutBox .imageCap figure:nth-child(1){
    width: 50%;
    min-width: 150px;
    top: 0;
    left: 0;
}
.aboutBox .imageCap figure:nth-child(2){
    width: 30%;
    min-width: 120px;
    bottom: 0;
    left: 20%;
}
.aboutBox .imageCap figure:nth-child(3){
    width: 40%;
    min-width: 140px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

/* SP */
@media screen and (max-width: 960px){
.aboutBox {
    border-radius: 48px 48px 0 0;
    padding: 24px 24px 160px;
    max-width: 640px;
    margin: 0 auto;
}
.aboutBox h2 {
    width: 55%;
}
.aboutBox .contentBox {
    padding: 72px 0 0;
}
.aboutBox .contentInner {
    width: 100%;
    max-width: 100%;
    gap: 24px;
}
.aboutBox .contentInner .tit{
    font-size: unset;
}
.aboutBox .contentInner .tit img {
    width: 45%;
}
.aboutBox .contentInner .tit span {
    font-size: 200%;
}
.aboutBox .contentInner .txt {
    font-size: 100%;
    letter-spacing: 0.025em;
}
.aboutBox .imageCap {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    aspect-ratio: 1;
}
.aboutBox .imageCap figure:nth-child(1) {
    width: 50%;
    min-width: unset;
    top: 0;
    left: auto;
    right: 0;
}
.aboutBox .imageCap figure:nth-child(2) {
    width: 35%;
    min-width: unset;
    top: 10%;
    bottom: auto;
    left: 0;
}
.aboutBox .imageCap figure:nth-child(3) {
    width: 35%;
    min-width: auto;
    right: 0;
    top: auto;
    bottom: 0;
    transform: unset;
}

}

/*==============================================
    informationBox
================================================*/
.informationBox{
    background: #FFF;
    border-radius: 100px;
    margin-top: -100px;
    position: relative;
    overflow: hidden;
}
.informationBg{
    pointer-events: none;
    position: absolute;
}
.informationBg.bg1{
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    aspect-ratio: 200 / 489;
}
.informationBg.bg2{
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    aspect-ratio: 75 / 179;
}
.informationBox .contentBox{
    position: relative;
}
.informationBox h2{
    max-width: 360px;
    margin: 0 auto;
    transform: translate(0, 40px);
    opacity: 0;
    transition: 1s ease;
    line-height: 0;
}
.informationBox.showing h2{
    opacity: 1;
    transform: translate(0, 0);
}
.informationBox .txt{
    font-size: 400%;
    text-align: center;
    font-weight: 900;
    transform: translate(0, 40px);
    opacity: 0;
    transition: 1s ease 0.3s;
}
.informationBox.showing .txt{
    opacity: 1;
    transform: translate(0, 0);
}
.informationBox .lead{
    text-align: center;
    font-size: 130%;
    line-height: 2em;
    font-weight: 600;
    transform: translate(0, 40px);
    opacity: 0;
    transition: 1s ease 0.6s;
}
.informationBox.showing .lead{
    opacity: 1;
    transform: translate(0, 0);
}
.informationBox .btn{
    transform: translate(0, 40px);
    opacity: 0;
    transition: 1s ease 0.9s;
}
.informationBox.showing .btn{
    opacity: 1;
    transform: translate(0, 0);
}
/* SP */
@media screen and (max-width: 960px){
.informationBox {
    padding: 48px 24px 40px;
    border-radius: 48px;
    max-width: 640px;
    margin: -100px auto 0;
}
.informationBg.bg1,
.informationBg.bg2{
    aspect-ratio: 6 / 19;
}
.informationBg.bg1 img,
.informationBg.bg2 img{
        width: auto;
        height: 100%;
}
.informationBox .contentBox {
    position: relative;
    padding: 0;
    gap: 0;
}
.informationBox h2 {
    width: 60%;
    margin-bottom: 16px;
}
.informationBox .txt {
    font-size: 190%;
    margin-bottom: 24px;
}
.informationBox .lead {
    text-align: left;
    font-size: 100%;
    margin-bottom: 32px;
    letter-spacing: 0.025em;
}
}

/*==============================================
    sponsorBox
================================================*/
.sponsorBox{

}
.sponsorBox h3{
    font-weight: 900;
    font-size: 460%;
    letter-spacing: 0.1em;
    transform: translate(0, 40px);
    opacity: 0;
    transition: 1s ease;
}
.sponsorBox.showing h3{
    opacity: 1;
    transform: translate(0, 0);
}
.sponsorBox .contentBox{
    text-align: center;
    padding: 100px 0;
}
.sponsorBox .contentInner{
    gap: 8px;
    text-align: center;
    font-size: 130%;
    line-height: 2em;
    font-weight: 600;
    transform: translate(0, 40px);
    opacity: 0;
    transition: 1s ease 0.3s;
}
.sponsorBox.showing .contentInner{
    opacity: 1;
    transform: translate(0, 0);
}
.sponsorBox .contentInner .txtList{
    display: flex;
    justify-content: center;
    gap: 16px;
}
.sponsorBox .contentInner .txtList li .marker{
    font-weight: 900;
    background: linear-gradient(transparent 64%, #FFCA57 0%);
}
.sponsorBox .btnList{
    transform: translate(0, 40px);
    opacity: 0;
    transition: 1s ease 0.6s;
}
.sponsorBox.showing .btnList{
    opacity: 1;
    transform: translate(0, 0);
}
/* SP */
@media screen and (max-width: 960px){
.sponsorBox {
    padding: 40px 24px;
    max-width: 640px;
    margin: 0 auto;
}
.sponsorBox .contentBox{
    padding: 0;
}
.sponsorBox .contentInner {
    text-align: left;
    font-size: unset;
}
.sponsorBox .contentInner .txt{
    font-size: 100%;
}
.sponsorBox h3 {
    font-size: 260%;
}
.sponsorBox .contentInner .txtList {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.sponsorBox .btnList{
    display: flex;
}
.sponsorBox .btnList li{
    margin: 0;
}
.sponsorBox .btnList li a{
    padding: 16px 16px 14px;
    font-weight: 800;
    font-size: 110%;
}
}





/*==============================================
    pages
================================================*/
.pages{

}
.pages .wrap{
    padding: 200px 0 0;
}
.pages section{
    padding: 0 60px;
    margin-bottom: 180px;
}
.pages section .contentInner{
    max-width: 1400px;
    margin: 0 auto;
}

/* SP */
@media screen and (max-width: 960px){
.pages .wrap{
    padding: 100px 0 0;
}
.pages section{
    padding: 0 14px;
    margin-bottom: 90px;
}
}

/*==============================================
    pages:pagesTitBox
================================================*/
.pages .pagesTitBox{
    position: relative;
    margin-bottom: 80px;
    padding: 0 60px 0;
}
.pages .pagesTitInner{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.pages .pagesTitBox .bread{
    width: fit-content;
    display: flex;
    gap: 8px;
    clip-path: inset(0 100% 0 0);
    transition: 0.5s ease;
}
.loaded.pages .pagesTitBox .bread{
    clip-path: inset(0 0 0 0);
}
.pages .pagesTitBox .bread{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pages .pagesTitBox .bread li{

}
.pages .pagesTitBox .bread li a{
    display: flex;
    line-height: 1em;
    padding: 8px 16px;
    background: #000;
    border-radius: 100px;
    color: #FFF;
    font-size: 90%;
    font-weight: 600;
}
.pages .pagesTitBox h1{
    width: fit-content;
    font-weight: 900;
    letter-spacing: 0.1em;
    font-size: 300%;
    clip-path: inset(0 100% 0 0);
    transition: 0.5s ease 0.2s;
    line-height: 1.2em;
    margin: 16px 0 8px 0;
}
.loaded.pages .pagesTitBox h1{
    clip-path: inset(0 0 0 0);
}
.pages .pagesTitBox .subTit{
    width: fit-content;
    font-family: "Cal Sans", sans-serif;
    font-size: 140%;
    letter-spacing: 0.05em;
    clip-path: inset(0 100% 0 0);
    transition: 0.5s ease 0.4s;
    word-spacing: -0.4em;
}
.loaded.pages .pagesTitBox .subTit{
    clip-path: inset(0 0 0 0);
}
/* SP */
@media screen and (max-width: 960px){
.pages .pagesTitBox{
    position: relative;
    padding: 0 24px 0;
    margin-bottom: 40px;
}

.pages .pagesTitBox h1 {
    margin: 10px 0 0 0;
}

.pages .pagesTitBox .bread li a {
    padding: 8px 16px 6px;
}
.pages .pagesTitBox h2{
    font-size: 260%;
}
.pages .pagesTitBox .subTit{
    font-size: 120%;
}
}

/*==============================================
    pages:404 pagesTitBox
================================================*/

    .wrap404 {
        padding: 250px 0 0;
    }
    .wrap404 .pagesTitBox {
        position: relative;
        margin-bottom: 80px;
        padding: 0 60px 0;
    }
    .wrap404 .pagesTitInner {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .wrap404 .pagesTitBox h1 {
        width: fit-content;
        font-weight: 900;
        letter-spacing: 0.1em;
        font-size: clamp(12px, 3vw + 12px, 48px);
        transition: 0.5s ease 0.2s;
        line-height: 1.2em;
    }
    .wrap404 .pagesTitBox .subTit {
        width: fit-content;
        font-family: "Cal Sans", sans-serif;
        font-size: 140%;
        letter-spacing: 0.05em;
        transition: 0.5s ease 0.4s;
    }
    .wrap404 .btn{
       margin: 100px;
    }
   
    @media screen and (max-width: 480px){
    .wrap404 {
        padding: 150px 0;
    }
    .wrap404 .pagesTitBox{
        padding: 0 24px 0;
    }
    .wrap404 .pagesTitInner {
    gap: 0;
}    }

/*==============================================
    pages:MOVIE
================================================*/
.movieList{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    position: relative;
    width: 100%;
    padding-bottom: 80px;
}
.movieList li{
    width: calc((100% / 3) - ((24px * 2) / 3));
    opacity: 0;
    transform: translate(0, 30%);
    animation: movieShow 0.8s ease forwards;
}
@keyframes movieShow {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.movieList li a{
    color: #3A3A3A;
    font-weight: 600;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.movieList li a figure{
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    transition: 0.3s ease;
}
.movieList li a .movName{
    background: #FFF;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 0 0 24px 24px;
}
.movieList li a .movName span{
    font-size: 90%;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.spinner {
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    display: none;
    width: 40px;
    height: 40px;
    border: 4px solid #FFF;
    border-top-color: #ff88a5;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    }

@keyframes spin {
  to { transform: rotate(360deg); }
}


/* PC */
@media screen and (min-width: 961px){
.movieList li a:hover figure{
    filter: brightness(1.1);
}
.movieList li a:hover{
    color: var(--links-active);
}
}
/* SP */
@media screen and (max-width: 960px){
.movieList  {
    gap: 16px;
}
.movieList  li {
    width:100%;
}
}


/*==============================================
    pages:SPONSOR
================================================*/

.pages section.sponsorListBox{
    margin-bottom: 180px;
}

.sponsorList{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    position: relative;
    width: 100%;
}
.sponsorList li{
    width: calc((100% / 4) - ((24px * 3) / 4));
}
.sponsorList li a{
    color: #3A3A3A;
    font-weight: 600;
}
.sponsorList li a .inner{
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 24px;
    overflow: hidden;
}
.sponsorList li a img{
    transition: 0.3s ease;
}
.sponsorList .sponsorLogo{
    background: #FFF;
    border-radius: 24px 24px 0 0;
    aspect-ratio: 1 / 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sponsorList .sponsorLogo img{
    width: 100%;
    height: 100%;
    max-width: 60%;
    max-height: 80%;
    object-fit: contain;
}
.sponsorList .sponsorName{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    aspect-ratio: 1 / 0.2;
}
.sponsorList .sponsorName .txt{
    font-size: 90%;
    text-align: center;
    padding: 0 16px;
    line-height: 1.4em;
    font-weight: 700;
}

/* PC */
@media screen and (min-width: 961px){
.sponsorList li a:hover{
    color: var(--links-color);
}
.sponsorList li a:hover img{
    transform: scale(1.1);
}
}
/* SP */
@media screen and (max-width: 960px){
.pages section.sponsorListBox{
    margin-bottom: 90px;
}
.sponsorList {
    gap: 16px;
}
.sponsorList li {
    width: calc((100% / 2) - (16px / 2));
}
.sponsorList li a .inner{
    gap: 2px;
}
.sponsorList .sponsorName {
    aspect-ratio: 1 / 0.24;
}
}

/*==============================================
    pages:SPONSOR詳細
================================================*/
.pages .sponsorDetailBox{
    background: #FFF;
    border-radius: 100px;
    padding: 100px 60px;
    box-sizing: border-box;
    width: 1400px;
    max-width: calc(100% - 120px);
    margin: 0 auto 180px;
}
.pages .sponsorDetailBox .contentInner{
    gap:0;
}
.pages .sponsorDetail{
    display: flex;
    padding: 0;
    margin-bottom: 80px;
    gap: 60px;
}
.pages .sponsorDetail:last-child{
    margin-bottom: 0;
}
.pages .sponsorDetail .sponsorLogo{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages .sponsorDetail .sponsorLogo img{
    width: 100%;
    height: 100%;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}
.pages .sponsorDetail .op_detail{
    width: 70%;
}
.pages .slideBox{
    padding-left: 6%;
    position: relative;
}
.pages .slideBox .tit{
    font-family: "Cal Sans", sans-serif;
    font-size: 440%;
    margin-bottom: 60px;
    position: absolute;
    writing-mode: vertical-rl;
    left: 0;
}
.pages .slideBox .intervew_mov{

}
.pages .slideBox .intervew_mov a{
    display: block;
    position: relative;
    overflow: hidden;
}
.pages .slideBox .intervew_mov a:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/wp-content/uploads/assets/images/icon_youtube.png);
    background-size: contain;
    width: 14%;
    aspect-ratio: 200 / 141;
    pointer-events: none;
    z-index: 1;
}
.pages .slideBox .intervew_mov a img{
    transition: 0.3s ease;
}
/* PC */
@media screen and (min-width: 961px){
.pages .slideBox .intervew_mov a:hover img{
    transform: scale(1.1);
}
}

/* SP */
@media screen and (max-width: 960px){
.pages .sponsorDetailBox {
    border-radius: 40px;
    padding: 40px 24px;
    margin: 0 auto 100px;
    max-width: calc(100% - 48px);
}
.pages .sponsorDetail {
    flex-direction: column;
    margin-bottom: 40px;
}
.pages .sponsorDetail .sponsorLogo {
    width: 100%;
    margin: 0 auto;
}
.pages .sponsorDetail .sponsorLogo img {
    width: 100%;
    height: 100%;
    max-width: 80%;
    max-height: 80%;
}
.pages .sponsorDetail .op_detail {
    width: 100%;
}
.pages .sponsorDetailBox .slideBox {
    padding-left: 0;
}
.pages .sponsorDetailBox .slideBox .tit{
    position: relative;
    writing-mode: unset;
    font-size: 260%;
    margin-bottom: 24px;
}
.pages .sponsorDetailBox .slideBox .slick-dots{
        display: flex;
        left: auto;
        right: 0;
        bottom: -20px;
        width: auto;
}
.pages .sponsorDetailBox .slideBox .slick-dots li{
        width: 8px;
}
}


/*==============================================
    regist
================================================*/
.regist{

}
.regist .wrap{

}
.regist .pagesTitBox{

}
.regist .registlBox{
    background: #FFF;
    border-radius: 100px;
    padding: 100px 60px;
    width: 1400px;
    max-width: calc(100% - 120px);
    margin: 0 auto 80px;
}
.regist .registlBox:last-child{
    margin: 0 auto 180px;
}
.regist .registlBox .contentInner{
    gap:0;
}
.regist .formBox{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 40px;
}
.regist .formBox .lead{
    font-size: 110%;
    line-height: 1.6em;
    margin-bottom: 60px;
    border-bottom: 1px solid;
    padding-bottom: 60px;
}
.regist .formBox .form{

}
.regist .formList{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}
.regist .formList li{
    display: flex;
    align-items: flex-start;
    border-left: 1px solid;
}
.regist .formList li .tit{
    width: 30%;
    padding: 12px;
}
.regist .formList li .tit .required{
    background: #ff6188;
    color: #FFF;
    font-size: 80%;
    padding: 3px 8px;
    margin: 0 0 0 4px;
    border-radius: 4px;
    vertical-align: 1px;
}
.regist .formList li .inputBox{
    width: 70%;
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.regist .formList li .inputBox.horizontal{
    flex-direction:row;
}
.regist .formList li .privacypolicy{
    position: relative;
    color: #000;
    display: block;
    width: 90%;
    text-align: center;
    font-size: 100%;
    font-weight: 500;
    padding: 20px 60px;
    margin: 0 0 0 auto;
    border-radius: 100px;
    transition: 0.3s;
    background: #f2f2f2;
}

.regist .formList li .privacypolicy:hover{
    background: #ffd9e2;
}


.regist .formList li input{

}
.regist .formList li input[type=text],
.regist .formList li input[type=email],
.regist .formList li input[type=tel],
.regist .formList li textarea{
    width: 100%;
    background: #F6F6F6;
    padding: 12px;
    font-size: 110%;
    border-radius: 4px;
    letter-spacing: 0.06em;
    font-weight: 400;
}
.regist .formList li input[type=mail]{
}
.regist .formList li input[type=tel]{

}
.regist .formList li textarea{

}
.regist .formList li .inputBox .inputInner{
    display: flex;
    flex-wrap: wrap;
    background: #efefef;
    align-items: center;
    border-radius: 4px;
}
.regist .formList li .inputBox .inputInner input{
    border-radius: 0 4px 4px 0;
}
.regist .formList li .inputBox .inputInner .inputCap{
    border-radius: 100px;
    margin: 0 16px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1em;
    width: 140px;
    text-align: center;
    color: #5f5f5f;
}
.regist .formList li .inputBox .inputInner .inputCap + p{
    width: calc(100% - 172px);
}
.regist .formList li .inputBox .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.regist .formList li .inputBox .wpcf7-not-valid-tip{
    color: #dc3232;
    font-size: 70%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    font-weight: 700;
    line-height: 1em;
    background: #f6f6f6;
    padding: 4px 8px;
    border-radius: 4px;
    transform: translate(0, 50%);
}
.cf-turnstile{
    display: block;
    width: 100%;
    max-width: 300px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #dc3232;
    border: none;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    width: fit-content;
    margin: 32px auto 0;
    padding: 8px 24px;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    border: none;
    text-align: center;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    width: fit-content;
    margin: 32px auto 0;
    padding: 8px 24px;
}
.regist .formBox .compTit{
    text-align: center;
    font-size: 200%;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.3em;
}
.regist .formBox .compTxt{
    margin-bottom: 40px;
}
.regist .formBox .compInfo{
    border: 1px solid;
    padding: 40px;
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}
.regist .formBox .compInfo dt{

}
.regist .formBox .compInfo dd{
    border-left: 1px solid;
    padding-left: 40px;
}
.regist .formBox .compInfo dd .infoName{
    font-weight: 600;
}
.regist .formBox .compInfo dd .infoAddress{

}
.regist .formBox .compInfo dd .infoAddress span{
    background: #000;
    color: #FFF;
    font-size: 80%;
    padding: 4px 8px 2px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1em;
    margin: 0 8px 0 0;
}
.regist .formBox .compInfo dd .infoAddress a{
    display: inline-block;
}
.regist .agreement_txt{
    text-align: center;
    margin: 20px;
}
.regist .agreement_txt{
    text-align: center;
    margin: 20px;
}

.regist .modaal-wrapper .contentInner{
    border-bottom: 1px solid;
}
.regist .modaal-wrapper .contentInner:last-child{
    border-bottom: none;
}
/* SP */
@media screen and (max-width: 960px){
.regist .registlBox {
    border-radius: 40px;
    padding: 40px 24px;
    margin: 0 auto 40px;
    max-width: calc(100% - 48px);
}
.regist .registlBox:last-child{
    margin: 0 auto 90px;
}
.regist .formBox .lead {
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.regist .formList{
    margin-bottom: 32px;
}
.regist .formList li {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border: none;
}
.regist .formList li .tit {
    width: 100%;
    padding: 0;
}
.regist .formList li .inputBox {
    width: 100%;
}
.regist .formList li .inputBox .inputInner{
    flex-direction: column;
    align-items: flex-start;
}
.regist .formList li .inputBox .inputInner .inputCap {
    margin: 0;
    width: auto;
    text-align: left;
    padding: 8px 12px;
}
.regist .formList li .inputBox .inputInner input{
    border-radius: 0 0 4px 4px;
}
.regist .formList li .inputBox .inputInner .inputCap + p{
    width: 100%;
}
.regist .formBox .compInfo {
    border: 1px solid;
    padding: 24px;
    flex-direction: column;
    gap: 24px
}
.regist .formBox .compTit{
    font-size: 140%;
    margin-bottom: 24px;
}
.regist .formBox .compTxt {
    margin-bottom: 24px;
}
.regist .formBox .compInfo dt {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 24px;
}
.regist .formBox .compInfo dd {
    width: 100%;
    border-left: none;
    padding-left: 0;
}
.regist .formList li .privacypolicy{
    width: 100%;
    font-size: 80%;
    padding: 16px;
    letter-spacing: 0.02em;
}
.regist .formList li .privacypolicy:hover{
    background: #f2f2f2;
}
.regist .agreement_txt{
   font-size: 80%;
   line-height: 1.5em;
    margin: 20px 0;
}
.regist .modaal-wrapper .contentInner{
    gap: 32px;
    margin-bottom: 32px;
}
.regist .modaal-wrapper .contentInner:last-child {
    margin-bottom: 0;
}
}


/*==============================================
    privacypolicy モーダル
================================================*/
.modaal-close {
    right: 40px;
    top: 40px;
}
.modaal-close:after, 
.modaal-close:before {
  background:#da5151;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #ca353b;
}

#privacypolicyBox{
    display:none;
}
.modaal-wrapper{
    top: 20px;
}
.modaal-container{
    max-width: 1200px;
    border-radius: 40px;
}
.modaal-content-container{
    background: #F2F2F2;
    border-radius: 40px;
}

.modaal-content-container .accordionTit{
    position: relative;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 60px;
    font-size: 130%;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 100px;
    transition: 0.3s ease;
}
.modaal-content-container .accordionTit{
    padding: 60px;
}
.modaal-content-container .accordionDetail{
    background: #F2F2F2;
    padding: 0 30px 60px;
}
.modaal-content-container .lead{
    margin-bottom: 60px;
    font-size: 110%;
    line-height: 1.6em;
}
.modaal-content-container .innerList{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.modaal-content-container .innerList > li{
    position: relative;
    padding-left: 1.8em;
}
.modaal-content-container .innerList > li > .point{
    position: absolute;
    left: 0;
    color: #ff6188;
    font-weight: 600;
}
.modaal-content-container .innerBox{
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.modaal-content-container .innerBox:last-child{
    margin-bottom:0;
}
.modaal-content-container .innerTit{
    font-size: 120%;
    font-weight: 600;
}
.modaal-content-container .innerList{
    margin-bottom: 8px;
}
.modaal-content-container .innerList li .innerList{
    margin-top: 16px;
}
.modaal-content-container .txt {
  font-size: 100%;
}

.modaal-content-container .frame {
    display: inline-grid;
    grid-template-columns: max-content fit-content(100%);
    width: 100%;
    max-width: 100%;
}

.modaal-content-container .frame .txt {
    display: flex;
    align-items: center;
    white-space: normal;
    overflow-wrap: anywhere;
    padding: 12px 2vw 10px;
    border-bottom: 1px #000 solid;
    border-left: 1px #000 solid;
    box-sizing: border-box;
}

.modaal-content-container .frame .txt:nth-child(1),
.modaal-content-container .frame .txt:nth-child(2) {
  border-top: 1px #000 solid;
}
.modaal-content-container .frame .txt:nth-child(odd) {
  justify-content: center;
}
.modaal-content-container .frame .txt:nth-child(2n) {
  border-right: 1px #000 solid;
}

/* PC */
@media screen and (min-width: 961px){
}

/* SP */
@media screen and (max-width: 960px){
#privacypolicyBox{
    margin-bottom: 90px;
    padding: 0 24px;
}
.modaal-content-container{
    padding: 40px 16px;
}
.modaal-content-container .accordionTit {
    padding: 0 24px;
}
.modaal-content-container .accordionDetail {
    padding: 0 12px 32px;
}
.modaal-content-container .lead {
    margin-bottom: 32px;
    font-size: 100%;
}
.modaal-content-container .txt {
    font-size: 100%;
}

.modaal-content-container .innerBox {
    margin-bottom: 32px;
}
.modaal-content-container .innerList {
    margin-top: 0;
    margin-bottom: 8px;
}
.modaal-content-container .innerList li .innerList {
    margin-top: 16px;
    margin-bottom: 8px;
}
}

/*==============================================
    privacypolicy
================================================*/
#privacypolicyPage{

}
#privacypolicyPage .contentInner{
    max-width: 1200px;
    border-radius: 40px;
    background: #F2F2F2;
    margin-bottom: 100px;
}
#privacypolicyPage .accordionTit{
    position: relative;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 60px;
    font-size: 130%;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 100px;
    transition: 0.3s ease;
    padding: 100px 60px 60px;
}
#privacypolicyPage .accordionDetail{
    padding: 0 60px 100px;
}
#privacypolicyPage .lead{
    margin-bottom: 60px;
    font-size: 110%;
    line-height: 1.6em;
}
#privacypolicyPage .innerList{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#privacypolicyPage .innerList > li{
    position: relative;
    padding-left: 1.8em;
}
#privacypolicyPage .innerList > li > .point{
    position: absolute;
    left: 0;
    color: #ff6188;
    font-weight: 600;
}
#privacypolicyPage .innerBox{
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#privacypolicyPage .innerBox:last-child{
    margin-bottom:0;
}
#privacypolicyPage .innerTit{
    font-size: 120%;
    font-weight: 600;
}
#privacypolicyPage .innerList{
    margin-bottom: 8px;
}
#privacypolicyPage .innerList li .innerList{
    margin-top: 16px;
}
#privacypolicyPage .txt {
  font-size: 100%;
}

#privacypolicyPage .frame {
    display: inline-grid;
    grid-template-columns: max-content fit-content(100%);
    width: 100%;
    max-width: 100%;
}

#privacypolicyPage .frame .txt {
    display: flex;
    align-items: center;
    white-space: normal;
    overflow-wrap: anywhere;
    padding: 12px 2vw 10px;
    border-bottom: 1px #000 solid;
    border-left: 1px #000 solid;
    box-sizing: border-box;
}

#privacypolicyPage .frame .txt:nth-child(1),
#privacypolicyPage .frame .txt:nth-child(2) {
  border-top: 1px #000 solid;
}
#privacypolicyPage .frame .txt:nth-child(odd) {
  justify-content: center;
}
#privacypolicyPage .frame .txt:nth-child(2n) {
  border-right: 1px #000 solid;
}

/* PC */
@media screen and (min-width: 961px){
}

/* SP */
@media screen and (max-width: 960px){
#privacypolicyPage{
    margin-bottom: 90px;
    padding: 0 24px;
}
#privacypolicyPage .contentInner{
    padding: 40px 16px;
}
#privacypolicyPage .accordionTit {
    padding: 0 24px;
}
#privacypolicyPage .accordionDetail {
    padding: 0 12px 32px;
}
#privacypolicyPage .lead {
    margin-bottom: 32px;
    font-size: 100%;
}
#privacypolicyPage .txt {
    font-size: 100%;
}

#privacypolicyPage .innerBox {
    margin-bottom: 32px;
}
#privacypolicyPage .innerList {
    margin-top: 0;
    margin-bottom: 8px;
}
#privacypolicyPage .innerList li .innerList {
    margin-top: 16px;
    margin-bottom: 8px;
}
}