@charset "UTF-8";
:root {
    /* px translate */
    --v4-px: 0.27777777vw;
    --v8-px: 0.55555555vw;
    --v11-px: 0.763888888vw;
    --v12-px: 0.833333333vw;
    --v16-px: 1.111111111vw;
    --v20-px: 1.388888888vw;
    --v24-px: 1.666666666vw;
    --v28-px: 1.944444444vw;
    --v32-px: 2.222222222vw;
    --v36-px: 2.5vw;
    --v40-px: 2.777777777vw;
    --v48-px: 3.333333333vw;
    --v52-px: 3.611111111vw;
    --v56-px: 3.888888888vw;
    --v64-px: 4.444444444vw;
    --v72-px: 5vw;
    --v80-px: 5.555555555vw;
    --v88-px: 6.111111111vw;
    --v96-px: 6.666666666vw;
    --v104-px: 7.22222222vw;
    --v112-px: 7.77777777vw;
    --v120-px: 8.33333333vw;
    --v144-px: 10vw;
    --v160-px: 11.1111111vw;
    --v196-px: 13.6111111vw;
    
    
    /* 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: 82.222222vw;
    --content-widthMini: 53.88888vw;
    /* margin */
    --content-space: 13.888888vw; /*コンテンツとコンテンツの間 */
    --content-spacehalf: 6.94444vw; /*コンテンツとコンテンツの間 */
    --content-spacebig: 27.66666vw; /*コンテンツとコンテンツの間 */
    --content-space2: -13.888888vw; /*コンテンツとコンテンツの間 */
    --content-space2half: -6.94444vw; /*コンテンツとコンテンツの間 */
    --content-spaceUnder: 6.666666vw;
    --content-sidespace: 9.166666vw;
    --content-rsidespace: -9.166666vw;
    
    --border-rad: 0.55555vw;
    
    /*    font-size: 15px;*/
    font-size: max(1.11111vw, 12px);
    
    --gimicwhite-color : #ffffff;
    
    --gimic1main-color: #5338a4;
    --gimic1light-color: #6e54c8;
    --gimic1dark-color: #37314d;
    
    --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:0s;
    --optransition-delay:0s;
*/
    --optransition-time:3.2s;
    --optransition-delay:0.3s;
    
    --hold-time: 2.0s;
    
}


ul.item{
    position : fixed;
    right: var(--v56-px);
    top: 3.9vw;
    background: #fcfcff;
    width: 2.91vw;
    height: 2.91vw;
    border-radius: 12.26vw;
    z-index:5001;
    box-shadow: var(--v4-px) var(--v4-px) var(--v8-px) rgba(51,50,56,0.03);
    transition: 0.7s;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.4s;
    transform: scale(1.0);
    transition: 0.7s;
    
}
ul.item:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

ul.item:before{
    content: "";
    background: var(--dark-color);
    width:2.91vw;
    height: 2.91vw;
    position: absolute;
    right:0;
    top:0;
    transform: scale(0);
    border-radius: 50%;
    transition: 0.3s;
    opacity:1.0;
}
ul.item:hover:before{
    right:0;
    top:0;
    transform: scale(1.0);
    border-radius:50%;
    transition: 0.3s;
}

ul.item.on:before{
        opacity:0.5;
    transition: 0.4s;
}

ul.item.on:hover:before{
    background: var(--line-color);
    transition: 0.4s;
}

ul.item:hover li{
    background: var(--white-color);
    transition: 0.4s;
}

ul.item.on:hover li{
    background: var(--dark-color);
    transition: 0.4s;
}



header.scr + ul.item{
    top: var(--v24-px);
    right: var(--v32-px);
    transition: 0.7s;
}



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

ul.item li{
    position: absolute;
}

ul.item li:nth-child(1){
    left: 0.9vw; top:1.355555vw;
}
ul.item li:nth-child(2){
    left: 1.355555vw; top:1.35555vw;
}
ul.item li:nth-child(3){
    left: 1.8vw; top:1.3555555vw;
}

ul.item.on li:nth-child(1){
    position: absolute;
    width: 0.9vw;
    height: 0.1vw;
    transform: rotate(45deg);
    transition: 0.4s;
    left: 1vw;
    top: 1.4vw;
}
ul.item.on li:nth-child(2){
    width: 0;
    height:0;
    transition: 0.4s;
}
ul.item.on li:nth-child(3){
    width: 0.9vw;
    height: 0.1vw;
    transform: rotate(-45deg);
    transition: 0.4s;
    left: 1vw; top:1.4vw;
}


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

.loading img{
    width: 20vw;
    opacity:1.0;}

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

.loading.off img{
    opacity:0;
    transition: 0.7s;
    transition-delay: 0.1s;
}


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;
    position: relative;
}
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: var(--v56-px);
    left: 0;
    margin-top: -0.25vw;
    width: 100vw;
    z-index: 200;
    transition: 0.7s;
    opacity:1.0;
/*    min-width: 800px;*/
    height: 6.5vw;
}

header h1{
    width:13.26388888vw;
    margin-left: var(--v56-px);
    transition: 0.7s;
}
header.scr h1{
    margin-left:0;
    trnsition: 0.7s;
}

header.scr{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    z-index: 200;
    background: rgba(245,245,250,0.9);
    padding: var(--v24-px) var(--v32-px);
    transition: 0.7s;
    backdrop-filter: blur(4px);
}
header.none{
    top: -100px;
    transition: 0.7s;
    opacity:0;
}
header h1 img {
    margin-top: 0.55vw;
    width: 17vw;
    transition: 0.4s;
}
header.scr h1 img {
    margin-top: 0.65vw;
    width: 11.16666vw;
    transition: 0.4s;
}

header .gnav  > ul {
    display: flex;
    font-size: 0.825rem;
    gap: var(--v24-px);
    align-items: center;
    position: absolute;
    right: 7.7vw;
    top: 0.2vw;
    transition: 0.7s;
    justify-content: flex-end;
}

.noretina header .gnav  > ul {
    right: 8.5vw;
}
.win header .gnav  > ul{
    right: 9.5vw;
}
header.scr .gnav  > ul{
    right: 6vw;
    top: 1.8vw;
    transition: 0.7s;
}

.noretina header.scr .gnav > ul{
    right: 6.8vw;
}
.win header.scr .gnav > ul{
    right: 7.5vw;
}

header .gnav ul li:not(.contact){
    overflow:hidden;
    height: 1.2em;
    font-weight: 500;
}

header .gnav ul li:not(.contact) a{
    margin-top: -0.3em;
    display: block;
    transition: 0.7s;
}

header .gnav ul li:not(.contact):hover a{
    margin-top: -2.4em;
    transition: 0.4s;
    opacity:1.0;
}

header .gnav ul li.contact{
    background: var(--dark-color);
    border-radius: 5vw;
    line-height: 1.0rem;
    font-weight: 500;
    margin-left: 0.2vw;
/*    margin-right: 3.2vw;*/
    position: relative;
    overflow: hidden;
    border: 1px solid var(--dark-color);
    transition: 0.7s;
}
header .gnav ul li.contact:hover{
    transition: 0.4s;
    background: var(--white-color);
}

/*
header.scr .gnav ul li.contact{
    margin-right: 4.3vw;
    transition: 0.7s;
}
*/
header .gnav ul li.contact a{
    color: var(--white-color);
    transition: 0.4s;
    padding: 0.8888vw 1.66666vw;
display: flex;}

header .gnav ul li.contact:hover a{
    opacity:1.0;
    color: var(--dark-color);
    transition: 0.4s;
    position: relative;
}

/*
header .gnav ul li.contact:before{
    content: "";
    position: absolute;
    left:0vw;
    top:0vw;
    transform: scale(0.9);
    opacity:0;
    width: 100%;
    height: 100%;
    background: var(--white-color);
    transition: 0.4s;
    border-radius: 20vw;
}
header .gnav ul li.contact:hover:before{
    transform: scale(1.1);
    opacity: 1.0;
    transition: 0.4s;
    left:0;
    top:0;

}
*/
header .gnav ul li.contact a{
    color: var(--white-color);
}
footer {
    color: var(--white-color);
}
footer .footTop .inner {
    width: var(--content-width);
    margin: 0 auto;
    padding: calc(var(--content-space) / 2) 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .footTop .deco {
    width: 100vw;
    position: absolute;
    top: 3vw;
    left:0;
}
footer .footTop .deco img {
    width: 100vw;
}
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: 2.5rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 0.75rem;
}
footer .footTop h2 span {
    font-weight: 400;
}
footer .footTop .inner a {
    color: var(--white-color);
    display: flex;
    gap: 0.5rem;
    align-items: center;
    width: 24.09vw;
    height: 24.09vw;
    border: 1px solid #424148;
    justify-content: center;
    border-radius: 24vw;
    overflow: hidden;
}
/*
footer .footTop a:hover{
    transform: scale(1.02)!important;
    transition: 0.4s;
}
*/

footer .footTop a:before{
    content:"";
    width: 24.09vw;
    height: 24.09vw;
    position: absolute;
    left:0;
    bottom:0;
    background: var(--white-color);
    border-radius:50%;
    transition: 0.4s;
    opacity:0;
    transform:scale(0.8);
}

footer .footTop a:hover:before{
    transform: scale(1.0);
    transition: 0.4s;
    opacity:0.05;
}
footer .footTop .inner a img {
    width: 0.83333vw;
}
footer .footBottom{
    background: #1b1b1d;
    padding: 5.5555vw;
}

footer .footBottom .inner div:nth-child(1) strong img{
    width: 16vw;
    margin-top: -0.3vw;
}
footer .footBottom .inner{
    display: flex;
    justify-content: space-between;
    width: var(--content-width);
    margin: 0 auto;
}

footer .footBottom .inner div:nth-child(2) ul{
    display: flex;
    gap: 1.1111vw 2.2222vw;
    width: 43vw;
    flex-wrap: wrap;
    text-align:right; 
    justify-content: flex-end;
    font-size: 0.875rem;
    list-style: none;
}

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: 5.5555vw;
}
.pcnone{
    display:none!important;
}


.spnav {
    position: fixed;
    z-index:1499;
    pointer-events: none;
    opacity:0;
    left:0;
    top:-0.555555vw;
     width: 100vw;
    height: 100vh;
    background: rgba(248,247,252,0.5);
    transition: 0.4s;
    backdrop-filter: blur(2px);
}

.spnav .inner{
    position: fixed;
    z-index:1500;
    right:var(--v40-px);
    top:var(--v48-px);
    width: 51.25vw;
    background: var(--dark-color);
     border-radius: var(--v8-px);
    padding: var(--v96-px) var(--v64-px);
    transition: 0.7s;
}

.scr + .item + .spnav .inner{
    right:0;
    top:0;
    border-radius: 0 0 0  var(--v8-px);
    transition: 0.7s;
}

.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 .main li{
    color: var(--white-color);
    border-bottom: #3d3c42 1px solid; 
    position: relative;
}

.spnav ul.main{
    display: flex;
    flex-wrap: wrap;
    gap: 0 var(--v32-px);
}

.spnav .main li{
    width: 20vw;
}

.spnav .main li a{
    color: var(--white-color);
    font-size: 1.00rem;
    line-height:1.5;
    font-weight: 600;
    display: block;
    padding: var(--v16-px) var(--v12-px);
}

.spnav .main li:after{
    content: "";
    position: absolute;
    right: var(--v12-px);
    top: 46%;
    width: 0.7638888vw;
    height: 0.65vw;
    background: url(/img/common/arrow_white.svg) no-repeat;
    background-size: contain;
    opacity:1.0;
    transition: 0.2s;
}
.spnav .main li:hover:after{
    right: var(--v8-px);
    opacity:0.7;
    transition: 0.2s;
}

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

.spnav .sub{
    display: flex;
    gap: var(--v32-px);
    margin: var(--v32-px) 0 var(--v24-px);
}

.spnav .sub a{
    padding-left: var(--v12-px);
    display: block;
    color: var(--white-color);
}

.spnav a.policy{
    color:  #7e7d80;
    font-size: 0.75rem;
    display:block;
    margin-left: var(--v12-px);
}

.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(--v64-px);
    height:var(--v64-px);
    background: var(--dark-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;    
    transform: scale(1.0);
    transition: 0.4s;
    position: relative;
    border: 1px solid var(--dark-color);
    transition: 0.4s;
}

.btn2:hover figure{
    background: var(--white-color);
    transition: 0.4s;
}

.btn2 figure img{
    width: var(--v12-px);
    position: absolute;
    top: 1.8vw;
    left: 1.7vw;
    opacity:1.0;
    transition: 0.4s;
}

.btn2 figure img:nth-child(2){
    opacity:0;
    transition: 0.4s;
}

.btn2:hover figure img:nth-child(1){
    opacity:0;
    transition: 0.4s;    
}
.btn2:hover figure img:nth-child(2){
    opacity: 1.0;
    transition: 0.4s;
}

.btn2:hover figure{
    transform: scale(1.05);
    transition: 0.4s;
}

.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: 5vw;
    gap: var(--v16-px);
    font-weight: 500;
    color: var(--white-color);
}
.btnGhostW:hover{
    opacity:1.0;
    background: var(--white-color);
    color: var(--dark-color);
    transition: 0.4s;
}
.btnGhostW:after{
    content: "";
    background: url("/img/common/arrow_white.svg") no-repeat;
    width: 0.65vw;
    height: 0.56vw;
    background-size: cover;
    transition: 0.4s;
}
.btnGhostW:hover:after{
   background: url("/img/common/arrow_dark.svg") no-repeat; 
}
