@charset "UTF-8";
.spnone{
    display:none!important;
}

:root {
        /* px translate */
    --v4-px: 1.06666666vw;
    --v3-px: 0.8vw;
    --v8-px: 2.13333333vw;
    --v12-px: 3.2vw;
    --v16-px: 4.266666666vw;
    --v20-px: 5.333333333vw;
    --v24-px: 6.4vw;
    --v28-px: 7.466666666vw;
    --v32-px: 8.533333333vw;
    --v40-px: 10.66666666vw;
    --v48-px: 12.8vw;
    --v52-px: 13.86666666vw;
    --v56-px: 14.93333333vw;
    --v64-px: 17.06666666vw;
    --v72-px: 19.2vw;
    --v80-px: 21.33333333vw;
    --v88-px: 23.46666666vw;
    --v96-px: 25.6vw;
    --v104-px: 27.7333333vw;
    --v112-px: 29.8666666vw;
    --v120-px: 32vw;
    --v128-px: 34.1333333vw;
    --v136-px: 36.2666666vw;
    --v144-px: 38.4vw;
    --v152-px: 40.5333333vw;
    --v160-px: 42.6666666vw;
    --v168-px: 44.8vw;
    --v176-px: 46.9333333vw;
    --v184-px: 49.0666666vw;
    --v192-px: 51.2vw;
    --v196-px: 52.2666666vw;
    --v200-px: 53.3333333vw;
    --v208-px: 55.4666666vw;
    --v216-px: 57.6vw;
    --v224-px: 59.7333333vw;
    --v232-px: 61.8666666vw;
    --v240-px: 64vw;
    --v248-px: 66.1vw;
    --v256-px: 68.2666666vw;
    --v264-px: 70.4vw;
    --v280-px: 74.6666666vw;
    
    /* ネガティブマージン */
        --r52-px: -13.86666666vw;
    
    /* color */
    --text-color: #333238;
    --dark-color: #333238;
    --light-color: #B6BCBE;
    --line-color: #D4D4D9;
    --white-color: #f8f7fc;
    --white-color2: #fdfdff;
    --base-color: #f5f5fa;
    /* width */
    --content-width: 86.666666vw;
    /* margin */
    --content-space: 17.0666vw; /*コンテンツとコンテンツの間 */
    --content-spacehalf: 8.53333vw; /*コンテンツとコンテンツの間 */
    --content-spacebig: 34.1333vw; /*コンテンツとコンテンツの間 */
    --content-space2: -17.0666vw; /*コンテンツとコンテンツの間 */
    --content-space2half: -8.53333vw; /*コンテンツとコンテンツの間 */
    --content-sidespace: 7.2vw;
    --content-r_sidespace: -7.2vw;

    font-size: 3.466666vw;
    
    --gimicwhite-color : #ffffff;
    
    --gimic1main-color: #5338a4;
    --gimic1light-color: #6e54c8;
    --gimic1dark-color: #37314d;
    --gimic1black-color: #25242a;
    
    --gimic2main-color: #f2ba11;
    --gimic2txt-color: #cc9c0d;
    --gimic2dark-color: #312605;
    --gimic2white-color: #fcfaf3;
    
    --gimic3main-color: #6ad62f;
    --gimic3txt-color: #42b108;
    --gimic3shadow-color: #5cc921;
    --gimic3white-color: #f4f7f2;

    --gimic4main-color: #e0325f;
    
    --optransition-time:3.2s;
    --optransition-delay:0.3s;
    
    --hold-time: 2.0s;
}

.loading{
    position: fixed;
    z-index:9999;
    left:0;
    top:0;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    background: var(--base-color);
    display: flex;
    justify-content: center;
    align-items: center;;
}

.loading img{
    width: 45vw;
    margin-left: 0.5vw}

.loading.off{
    opacity:0;
    transition: 0.7s;
    pointer-events: none;
}

.loading.off img{
    opacity:0;
    transition: 0.7s;
    animation: none;
    display: none;
}

/*
img {
    max-width: 100%;
}
*/
body {
    background: var(--base-color);
/*    font-family: 'Poppins', 'IBM Plex Sans','Noto Sans JP', sans-serif;*/
    font-family: 'Poppins', 'Noto Sans JP', sans-serif;
    color: var(--text-color);
    letter-spacing: 0.08em;
    line-height: 2.0;
    width: 100vw;
    overflow-x: hidden;
    transition: 0.7s;
}
/*
body.black{
    background: var(--dark-color);
    transition: 0.7s;
}
*/

a {
    color: var(--text-color);
    opacity: 1.0;
    transition: 0.2s;
}
a:hover {
    opacity: .7;
    transition: 0.2s;
}
header {
    position: fixed;
    top: 12.8vw;
    left: 5.333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100vw - 120px);
    z-index: 200;
}
header h1 img {
    width: 37vw;
}
header h1{
    opacity:1.0;
    transition: 0.4s;
    margin-top: 0.35vw;
}
header.scr h1{
    opacity:0;
    transition: 0.4s;
    margin-top:-2vw;
}
header .gnav ul {
    display: flex;
    font-size: 0.875rem;
    gap: 24px;
    align-items: center;
}
header .gnav ul li.contact{
    background: var(--dark-color);
    border-radius: 5vw;
    padding: 0.8888vw 1.66666vw;
    line-height: 1.0rem;
    font-weight: 500;
    margin-left: 0.2vw;}
header .gnav ul li.contact a{
    color: var(--white-color);
}

ul.item{
    position : fixed;
    background: #fcfcff;
    width: 12.26vw;
    height: 12.26vw;
    right: 5.33333vw;
    top:10vw;
    border-radius: 12.26vw;
    z-index:5001;
}

ul.item li{
    width: 0.8vw;
    height: 0.8vw;
    border-radius: 1.6vw;
    background: var(--dark-color);
    transition : 0.3s;
}

ul.item li{
    position: absolute;
}

ul.item li:nth-child(1){
    left: 4vw; top:5.6vw;
}
ul.item li:nth-child(2){
    left: 5.86666vw; top:5.6vw;
}
ul.item li:nth-child(3){
    left: 7.73333vw; top:5.6vw;
}

ul.item.on li:nth-child(1){
    width: 4.4vw;
    height: 0.5vw;
    transform: rotate(45deg);
    transition: 0.4s;
    left: 4.2vw;
    top:6vw;
}
ul.item.on li:nth-child(2){
    width: 0;
    height:0;
    transition: 0.4s;
}
ul.item.on li:nth-child(3){
    width: 4.4vw;
    height: 0.5vw;
    transform: rotate(-45deg);
    transition: 0.4s;
    left: 4.2vw; top:6vw;
}


footer {
    color: var(--white-color);
}
footer .footTop .inner {
    width: var(--content-width);
    margin: 0 auto;
    padding:var(--content-space) 0;
    position: relative;
}
footer .footTop .deco {
    width: 100vw;
    position: absolute;
    top: 3vw;
    left:0;
    height: 100%;
}
footer .footTop .deco img {
    width: 100%;
    height: 110%;
    object-fit: cover;
}
footer .footTop {
    width: 100vw;
    /*
    background: url("/img/common/footbg.png") no-repeat;
    background-size: cover;
*/
    background: var(--dark-color);
    margin-top: var(--content-space);
    position: relative;
    overflow: hidden;
}

.area7.act + footer .footTop{
    margin-top:0;
}

footer .footTop h2 {
    font-size: 1.846rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}
footer .footTop h2 span {
    font-weight: 400;
}
footer .footTop .inner a {
    color: var(--white-color);
    display: flex;
    gap: 0.5rem;
    align-items: center;
    width: 65.3333vw;
    height: 65.3333vw;
    border: 1px solid #424148;
    justify-content: center;
    border-radius: 65.3333vw;
    margin: 10.6666vw auto 0;
}

footer .footTop .inner a img {
    width: 1.86666vw;
}
footer .footBottom{
    background: #1b1b1d;
    padding: 14.93333vw 0;
}

footer .footBottom .inner div:nth-child(1) strong img{
    width: 50.6666vw;
}
footer .footBottom .inner{
    width: var(--content-width);
    margin: 0 auto;
}

footer .footBottom .inner div:nth-child(2) ul{
    display: flex;
    gap: 4.8vw 2.2222vw;
    width: 100%;
    flex-wrap: wrap;
    text-align:left; 
    justify-content: flex-start;
    font-size: 1.0rem;
    margin-top: 14.93333vw;
}
footer .footBottom .inner div:nth-child(2) ul li{
    width: 39.3333vw;
}

footer .footBottom .inner div:nth-child(2) a{
    color: var(--white-color);
}
footer .footBottom span{
    opacity: 0.25;
    font-size: 0.875rem;
    text-align: center;
    display: block;
    padding-top: 14.93333vw;
}

.spnav{
    position: fixed;
    z-index:1500;
    left:0;
    top:0;
    width: 100vw;
    height: 100vh;
    overflow-y:scroll;
    background: var(--dark-color);
    opacity:0;
    pointer-events: none;
    transition: 0.4s;
    padding-bottom: var(--v48-px);
}

.spnav.on{
    opacity: 1.0;
    pointer-events: auto;
    transition: 0.4s;
}

.spnav .logo img {
    width: 31.73vw;
    position: fixed;
    top: 12.8vw;
    left: 5.333vw;
}

.spnav a{
    color: var(--white-color);
}

.spnav .main li{
    color: var(--white-color);
    width: var(--content-width);
    margin: 0 auto;
    border-bottom: #3d3c42 1px solid; 
    padding:5.6vw 4.2666vw;
    position: relative;
}

.spnav ul.main{
    margin-top: var(--v136-px);
}

.spnav .main li a{
    color: var(--white-color);
    font-size: 1.23rem;
    line-height:1.0;
    font-weight: 600;
}

.spnav .main li:after{
    content: "";
    position: absolute;
    right: 4.26666vw;
    top: 46%;
    width: 3.2666vw;
    height: 3vw;
    background: url(/img/common/arrow_white.svg) no-repeat;
    background-size: contain;
}

.spnav .main li a span{
    display: block;
    font-size: 0.923rem;
    color: #7e7d80;
    font-weight: 400;
    letter-spacing: 0.02em;
}


.spnav .sub{
    display: flex;
    width: var(--content-width);
    margin: var(--v32-px) auto var(--v16-px);
    flex-wrap: wrap;
    padding: 0 4.26666vw;
}


.spnav .sub li{
    width: 50%;
    line-height: 3;
}

.spnav a.policy{
    color: #7e7d80;
    margin-left: var(--content-sidespace);
    padding-left: 4.2666vw;
}

.btn2{
    font-size: 1.125rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: var(--v12-px);
}
.btn2:hover{
    opacity:1.0;
}

.btn2 figure{
    width: var(--v48-px);
    height:var(--v48-px);
    background: var(--dark-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;    
    transform: scale(1.0);
    transition: 0.4s;
}

.btn2 figure img{
    width: var(--v12-px);
}

.btn2.dark{
    color: var(--white-color);
}
.btn2.dark figure{
    background: var(--white-color);
}
.btnGhostW{
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    height: var(--v48-px);
    line-height: var(--v48-px);
    padding: 0 var(--v32-px);
    margin: 0 auto;
    border: 1px solid var(--white-color);
    border-radius: 10vw;
    gap: var(--v16-px);
    font-weight: 500;
    color: var(--white-color);
}
.btnGhostW:after{
    content: "";
    background: url("/img/common/arrow_white.svg") no-repeat;
    width: 2vw;
    height: 1.71vw;
    background-size: cover;
}