@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

*{
margin: 0;
padding: 0;
box-sizing: border-box;
position: relative;
}

html{
font-size: 62.5%;
/*\*/
_font-size: 62.5%;
/**/
}

a{
text-decoration: none;
}
a.link_txt{
text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 3px;
}

a.out:after{
content: url(../img/ico_out.png);
display: inline-block;
margin-left: 3px;
}

a:hover, a:focus{text-decoration: none;}

a:hover,a:focus,
a:hover img,
a:focus img{
filter: alpha(opacity=1) !important;
-moz-opacity: 1 !important;
opacity: 1 !important;
}

img {
width: 100%;
height: auto;
margin: 0;
padding: 0;
border: 0;
vertical-align:top;
}

ul, ol {
list-style: none;
}

.clearfix:after {
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.embed{
width: 100%;
display: block;
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.embed iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.embed video{
width: 100%;
height: auto;
margin: 0;
padding: 0;
background-size: contain;
}
video::-internal-media-controls-download-button {
display:none;
}
video::-webkit-media-controls-enclosure {
overflow:hidden;
}
video::-webkit-media-controls-panel {
width: calc(100% + 30px);
}

body{
background-color: var(--base);
color: var(--white);
font-family: var(--font-family-base);
font-size: var(--font-base);
font-weight: 600;
line-height: 1.8;
letter-spacing: 1px;
font-feature-settings: "palt";
word-break: break-all;
}
body.scroll-prevent{
overflow: hidden;
}

/* Layout */
#page{
width: 100vw;
display: block;
overflow: clip;
}
.scroll-prevent #page{
overflow: hidden;
}
section{
width: 100vw;
display:block;
}
.wrapper{
width: 1200px;
display: block;
margin: 0 auto 0 auto;
text-align: center;
position: relative;
overflow: visible;
z-index: 1000;
text-align: center;
}
.wrapper *{
position: relative;
}

h2{
display: block;
font-size: var(--font-h2);
font-weight: 700;
line-height: 1;
letter-spacing: 2px;
}

h3{
display: block;
font-size: var(--font-h3);
font-weight: 700;
line-height: 1;
letter-spacing: 1px;
}

h4{
display: block;
font-size: var(--font-h4);
font-weight: 700;
line-height: 1;
letter-spacing: 1px;
}

h5{
display: block;
font-size: var(--font-h5);
font-weight: 700;
line-height: 1;
letter-spacing: 1px;
}
h6{
font-size: var(--font-s);
font-weight: 700;
}

.txt{
display: block;
}

.nolink{
color: var(--gray);
pointer-events: none;
cursor: default;
}

.pcHide{
display: none !important;
}
.spHide{
display: block !important;
}
.pc_br{
display: inline;
}
.sp_br{
display: none;
}

/* fixed btn */
#fixed_apply{
width: 320px;
height: 142px;
display: block;
padding: 0 60px 0 0;
position: fixed;
top: -30px;
right: -20px;
z-index: 9000;
box-sizing: border-box;

}
#fixed_apply a{
width: 320px;
height: 142px;
display: block;
font-size: var(--font-l);
font-weight: 700;
transform: skew(0deg, -7.5deg);
}
#fixed_apply a:before{
content: "";
width: 320px;
height: 142px;
display: block;
background-color: var(--base);
box-shadow: 0 4px 8px 5px var(--shadow);
}
#fixed_apply a span{
width: 320px;
display: inline-block;
color: var(--white);
line-height: 142px;
text-align: center;
position: absolute;
top: 0;
left: 0;
z-index: 9200;
}
#fixed_apply a:after{
content: "";
width: 78%;
height: 20px;
display: block;
background-color: var(--black);
position: absolute;
top: 53%;
left: 10%;
z-index: 9190;
}
#fixed_apply.off{
opacity: 0;
transition: all .5s;
}
#fixed_apply a:hover:before{
background-color: var(--blue-purple);
box-shadow: 0 2px 4px 2px var(--shadow);
}
#fixed_apply a:hover span{
color: var(--yellow);
}
#fixed_apply a:hover:after{
background-color: var(--base);
}

@keyframes in_fixed_apply{
0% {
transform: translate(0,-160px);
opacity: 0;
}
100% {
transform: translate(0,0);
opacity: 1;
}
}

/* menu */
#menu{
display: none;
}
#gNav{
display: none;
}

/* footer */
footer{
display: block;
margin: 0 0 -60px 0;
padding: 200px 0 80px 0;
background-color: var(--blue-purple);
}
footer:after{
content: "";
width: 200svw;
height: 300px;
display: block;
background-color: var(--blue-purple);
transform: skew(-7.5deg, -7.5deg);
position: absolute;
top: -100px;
left: 0;
}
.footer__box{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
margin: 140px 0 0 0;
font-size: var(--font-s);
line-height: 1;
}
.footer_left{
width: 50%;
display: block;
text-align: left;
}
.footer_right{
width: 50%;
display: block;
text-align: right;
}
.footer__link{
display: block;
}
.footer__link li{
display: inline-block;
margin-left: 20px;
padding-left: 20px;
border-left: 2px solid var(--gray);
}
.footer__link li:first-child{
margin-left: 0;
padding-left: 0;
border-left: none;
}
.footer__link li a{
color: var(--white);
}
#copyright{
display: block;
font-size: var(--font-s);
line-height: 1;
}

.footer__banner{
width: 100%;
display: block;
text-align: center;
}
.footer__banner a{
width: 100%;
padding: 0;
display: block;
text-align: center;
}
.footer__banner a:after{
content: "";
width: 100%;
height: 100%;
display: block;
background-color: var(--base);
transform: skew(-7.5deg, -7.5deg);
position: absolute;
top: 0;
left: 0;
}
.footer__banner a img{
width: 80%;
height: auto;
z-index: 2100;
}

/* -- */
/* -- */
/* SP */
/* -- */
/* -- */
@media screen and (max-width: 768px) {
/* */
/* */


a.out:after{
content: url(../img/ico_out.png);
display: inline-block;
margin-left: 3px;
}

a:hover, a:focus{text-decoration: none;}

a:hover,a:focus,
a:hover img,
a:focus img{
filter: alpha(opacity=10) !important;
-moz-opacity: 1 !important;
opacity: 1 !important;
}

body{
font-size: var(--font-base-sp);
line-height: 1.65;
}
body.scroll-prevent{
}

/* Layout */
section{
}
#page{
}
.scroll-prevent #page{
}
.wrapper{
width: auto;
margin: 0 6vw 0 6vw;
}
.wrapper *{
}

h2{
font-size: var(--font-h2-sp);
line-height: 1.2;
letter-spacing: 2px;
}

h3{
font-size: var(--font-h3-sp);
line-height: 1.2;
letter-spacing: 1px;
}

h4{
font-size: var(--font-h4-sp);
line-height: 1.2;
letter-spacing: 1px;
}

h5{
font-size: var(--font-h5-sp);
line-height: 1.2;
letter-spacing: 1px;
}

.txt{
text-align: left;
}
.txt .accent{
font-size: var(--font-xl-sp);
}
.photo_copy{
font-size: var(--font-xxxs-sp);
}

.nolink{
}

.pcHide{
display: block !important;
}
.spHide{
display: none !important;
}
.pc_br{
display: none;
}
.sp_br{
display: inline;
}

/* fixed btn */
#fixed_apply{
width: 96vw;
height: 102px;
padding: 0 0 0 0;
text-align: center;
position: fixed;
top: auto;
right: auto;
bottom: 30px;
left: 2vw;
}
#fixed_apply a{
width: 90vw;
height: 80px;
margin: 20px auto 0 auto;
font-size: var(--font-l-sp);
transform: none;
}
#fixed_apply a:before{
width: 90vw;
height: 80px;
background-color: var(--base);
border: 1px solid var(--white);
border-radius: 40px;
box-shadow: 0 4px 8px 8px var(--shadow);
}
#fixed_apply a span{
width: 90vw;
height: 80px;
line-height: 80px;
text-align: center;
position: absolute;
top: 0;
left: 0;
z-index: 9200;
}
#fixed_apply a:after{
content: "";
width: 90%;
height: 20px;
display: none;
background-color: var(--black);
position: absolute;
top: 53%;
left: 5%;
z-index: 9190;
}
#fixed_apply.off{
opacity: 0;
transition: all .5s;
}

/* menu */
#menu{
width: 60px;
height: 60px;
background-color: var(--blue);
border-bottom-left-radius: 10px;
}
#menu span{
width: 20px;
height: 2px;
right: 20px;
opacity: 0;
}

#menu span:nth-of-type(1) {
top: 24px;
}
#menu span:nth-of-type(2) {
bottom: 24px;
}

#menu span:nth-of-type(1) {
animation: menu-bar01 .5s forwards 0.25s;
}
#menu span:nth-of-type(2) {
animation: menu-bar01 .5s forwards 0.5s;
}
@keyframes menu-bar01 {
0% {
transform: scale(0.4,1);
opacity: 0;
}
100% {
transform: scale(1,1);
opacity: 1;
}
}

#menu.active{
}
#menu.active span{
}

#menu.active span:nth-of-type(1) {
animation: active-menu-bar01 1s forwards;
}
@keyframes active-menu-bar01 {
0% {
transform: translate(0,0) rotate(0deg);
opacity: 1;
}
50% {
transform: translate(0,0) rotate(0deg);
opacity: 0;
}
51% {
transform: translate(0,5px) rotate(0deg);
opacity: 0;
}
100% {
transform: translate(0,5px) rotate(-45deg);
opacity: 1;
}
}

#menu.active span:nth-of-type(2) {
animation: active-menu-bar02 1s forwards;
}
@keyframes active-menu-bar02 {
0% {
transform: translate(0,0) rotate(0deg);
opacity: 1;
}
50% {
transform: translate(0,0) rotate(0deg);
opacity: 0;
}
51% {
transform: translate(0,-5px) rotate(0deg);
opacity: 0;
}
100% {
transform: translate(0,-5px) rotate(45deg);
opacity: 1;
}
}


/* footer */
footer{
margin: 0 0 -30px 0;
padding: 140px 0 150px 0;
background-color: var(--blue-purple);
}
footer:after{
content: "";
width: 200svw;
height: 300px;
display: block;
background-color: var(--blue-purple);
transform: skew(-7.5deg, -7.5deg);
position: absolute;
top: -100px;
left: 0;
}
.footer__box{
flex-direction: column;
margin: 80px 0 0 0;
font-size: var(--font-xs-sp);
line-height: 1;
}
.footer_left{
width: 100%;
text-align: center;
}
.footer_right{
width: 100%;
text-align: center;
}
.footer__link{
}
.footer__link li{
margin-left: 10px;
padding-left: 10px;
border-left: 2px solid var(--gray);
}
.footer__link li:first-child{
}
.footer__link li a{
}
#copyright{
margin-top: 30px;
font-size: var(--font-xs-sp);
line-height: 1;
}

.footer__banner{
}
.footer__banner a{
}
.footer__banner a:after{
content: "";
width: 100%;
height: 100%;
display: block;
background-color: var(--base);
transform: skew(-7.5deg, -7.5deg);
position: absolute;
top: 0;
left: 0;
}
.footer__banner a img{
width: 90%;
height: auto;
}


/* */
/* */
}
/* -- */
/* -- */
/* SP */
/* -- */
/* -- */
