@charset "utf-8";

/* *****************************************************************************
=01 reset style
=02 option style
=03 common style
=04 layout style
***************************************************************************** */
/*---------- =02 option style ----------*/
.tal{text-align:left!important;}
.tac{text-align:center!important;}
.tar{text-align:right!important;}
.mtNone{margin-top:0!important;}
.mbNone{margin-bottom:0!important;}
.mbShort{margin-bottom:1em!important;}
.mbMiddle{margin-bottom:2em!important;}
.mbLong{margin-bottom:3em!important;}
.bold{font-weight:bold;}
.red{color:#e91a21;}
.cf{zoom:1;}
.cf:before,.cf:after{content:"";display:table;}
.cf:after{clear:both;}
/*---------- //end option style ----------*/

/*---------- =03 common style ----------*/
*{
	-o-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html{
	font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    background-color: #f8f8f8;
}
body{
    color: #1a1a1a;
    font-size: 1.6rem;
    line-height: 2;
    font-family: "FOT-UD角ゴ_ラージ Pr6N M";
    font-feature-settings: "palt";
}
a{
    color: #1a1a1a;
	text-decoration: none;
}
a:hover,
a:active{
	text-decoration: none;
}
img{
    height: auto;
	display: block;
}
img,a img{
	vertical-align: bottom;
}
b,
strong,
.bold{
    font-family: "FOT-UD角ゴ_ラージ Pr6N B";
}
.en{
    font-family: 'Chillax', sans-serif;
    font-weight: 600;
}
::selection{
	background-color: #1a1a1a;
	color: #ffffff;
}
::-moz-selection {
	background-color: #1a1a1a;
	color: #ffffff;
}

/*---------- //end common style ----------*/

/*---------- =04 layout style ----------*/
/*========================================
header layout
========================================*/
/* site-header */
.site-header{
	height: 156px;
    padding-left: 6rem;
    padding-right: 6rem;
}
.site-header > .-inner{
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
	height: 156px;
	display: flex;
	justify-content: space-between;
	align-items: center;
    position: relative;
    z-index: 10;
}

@media print, screen and (max-width: 1280px){
    /* site-header */
    .site-header{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media print, screen and (max-width: 1080px){
    /* site-header */
    .site-header{
        height: 120px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .site-header > .-inner{
        height: 120px;
    }
}

@media print, screen and (max-width: 760px){
    /* site-header */
    .site-header{
        height: 80px;
    }
    .site-header > .-inner{
        height: 80px;
    }
}

/* site-name */
.site-name{
    width: 200px;
}
.site-name > a{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: bottom;
}
.site-name > a:hover{
    opacity: 0.75;
}
.site-name > a > img{
    width: 100%;
}

@media print, screen and (max-width: 1280px){
    /* site-name */
    .site-name{
        width: 180px;
    }
}

@media print, screen and (max-width: 760px){
    /* site-name */
    .site-name{
        width: 160px;
    }
}

/* header-primary */
.header-primary{
    display: flex;
    align-items: center;
}

@media print, screen and (max-width: 1080px){
    /* header-primary */
    .header-primary{
        display: none;
    }
}

/* header-nav */
.header-nav > .-main{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-nav > .-main > .-item{
	font-size: 1.6rem;
	line-height: 1;
	white-space: nowrap;
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
    margin-left: 3.2rem;
}
.header-nav > .-main > .-item:nth-child(1){
    margin-left: 0;
}
.header-nav > .-main > .-item > a{
	color: #1a1a1a;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.header-nav > .-main > .-item > a:hover{
    color: #e91a21;
}
.header-nav > .-main > .-item > a::after{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    background: #e91a21;
    position: absolute;
    left: 0;
    bottom: -3px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top
}
.header-nav > .-main > .-item > a:hover::after{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

@media print, screen and (max-width: 1280px){
    /* header-nav */
    .header-nav > .-main > .-item{
        font-size: 1.5rem;
        margin-left: 2.5rem;
    }
}

/* header-button */
.header-button{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 4rem;
}
.header-button > .-item{
    margin-left: 2.5rem;
}
.header-button > .-item:nth-child(1){
    margin-left: 0;
}
.header-button > .-item > a{
    color: #ffffff;
    width: 16rem;
    line-height: 3.6rem;
	border-radius: 9999px;
    display: inline-block;
    font-size: 1.6rem;
    text-align: center;
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.header-button > .-registration > a{
    background-color: #e91a21;
    border: 2px solid #e91a21;
}
.header-button > .-registration > a:hover{
    color: #e91a21;
    background-color: #ffffff;
}
.header-button > .-contact > a{
    background-color: #1a1a1a;
    border: 2px solid #1a1a1a;
}
.header-button > .-contact > a:hover{
    color: #1a1a1a;
    background-color: #ffffff;
}
.header-button > a:hover{
    background-color:#1a1a1a;
    color: #ffffff;
}

@media print, screen and (max-width: 1280px){
    .header-button{
        margin-left: 2.5rem;
    }
    .header-button > .-item > a{
        width: 14rem;
        font-size: 1.5rem;
    }
    .header-button > .-item{
        margin-left: 1.5rem;
    }
}

/* hamburger-button */
.hamburger-button{
    display: none;
}

@media screen and (max-width: 1080px){
    /* hamburger-button */
    .hamburger-button{
        display: block;
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        top: 2rem;
        right: 2rem;
        cursor: pointer;
        background-color: #e91a21;
        z-index: 11;
    }
    .fixed .hamburger-button{
        position: fixed;        
    }
    .hamburger-button span{
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #ffffff;
        display: block;
        height: 2px;
        position: absolute;
        width: 26px;
    }
    .fixed .hamburger-button span{
        background-color: #ffffff;
    }
    .hamburger-button span:nth-child(1){
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        top: 31px;
        left: 27px;
    }
    .hamburger-button span:nth-child(2){
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        top: 39px;
        left: 27px;
    }
    .hamburger-button span:nth-child(3){
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        top: 47px;
        left: 27px;
    }
    .hamburger-button.is-open span{
        width: 29px;
    }
    .hamburger-button.is-open span:nth-child(1){
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 29px;
        left: 31px;
    }
    .hamburger-button.is-open span:nth-child(2){
        display: none;
    }
    .hamburger-button.is-open span:nth-child(3){
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 29px;
        left: 23px;
    }
}

@media screen and (max-width: 760px){
    /* hamburger-button */
    .hamburger-button{
        width: 60px;
        height: 60px;
        top: 1rem;
        right: 1rem;
    }
    .hamburger-button span:nth-child(1){
        top: 21px;
        left: 17px;
    }
    .hamburger-button span:nth-child(2){
        top: 29px;
        left: 17px;
    }
    .hamburger-button span:nth-child(3){
        top: 37px;
        left: 17px;
    }
    .hamburger-button.is-open span:nth-child(1){
        top: 19px;
        left: 21px;
    }
    .hamburger-button.is-open span:nth-child(3){
        top: 19px;
        left: 13px;
    }
}

/* hamburger-nav */
.hamburger-nav{
    display: none;
}

@media screen and (max-width: 1080px){
    /* hamburger-nav */
    .hamburger-nav{
        background-color: #ffffff;
        display: block;
        height: 100%;
        opacity: 0;
        overflow: auto;
        padding-top: 10rem;
        position: fixed;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        visibility: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        z-index: 10;
    }
    .hamburger-nav.is-show{
        opacity: 1;
        top: 0;
        visibility: visible;
    }
    .hamburger-nav-main{
        margin-top: 2rem;
    }
    .hamburger-nav-main > li{
        margin-left: 4rem;
        margin-right: 4rem;
        font-size: 1.7rem;
        font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
        line-height: 1;
        border-bottom: 1px solid #e8e8e8;
    }
    .hamburger-nav-main > li > a{
        background: url(/assets/images/arrow-link-red.svg) right 1.5rem center no-repeat;
        background-size: 9px auto;
        display: block;
        padding: 2.8rem 1rem;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #1a1a1a;
    }
    .hamburger-nav-main > li > a:hover{
        color: #e91a21;
    }
}

@media screen and (max-width: 760px){
    /* hamburger-nav */
    .hamburger-nav{
        padding-top: 8rem;
    }
    .hamburger-nav-main > li{
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

/* header-button-sp */
.header-button-sp{
    margin-top: 6rem;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
    justify-content: space-between;
}
.header-button-sp > .-item{
    width: 50%;
}
.header-button-sp > .-item:nth-child(1){
    padding-right: 2rem;
}
.header-button-sp > .-item:nth-child(2){
    padding-left: 2rem;
}
.header-button-sp > .-item > a{
    color: #ffffff;
    width: 100%;
    line-height: 6rem;
	border-radius: 9999px;
    display: inline-block;
    font-size: 1.8rem;
    text-align: center;
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.header-button-sp > .-registration > a{
    background-color: #e91a21;
    border: 2px solid #e91a21;
}
.header-button-sp > .-registration > a:hover{
    color: #e91a21;
    background-color: #ffffff;
}
.header-button-sp > .-contact > a{
    background-color: #1a1a1a;
    border: 2px solid #1a1a1a;
}
.header-button-sp > .-contact > a:hover{
    color: #1a1a1a;
    background-color: #ffffff;
}
.header-button-sp > a:hover{
    background-color:#1a1a1a;
    color: #ffffff;
}

@media screen and (max-width: 760px){
    /* header-button-sp */
    .header-button-sp{
        margin-top: 4rem;
        padding-left: 2rem;
        padding-right: 2rem;
        display: block;
    }
    .header-button-sp > .-item{
        width: 100%;
    }
    .header-button-sp > .-item:nth-child(1){
        padding-right: 0;
    }
    .header-button-sp > .-item:nth-child(2){
        margin-top: 2rem;
        padding-left: 0;
    }
    .header-button-sp > .-item > a{
        line-height: 5.6rem;
        font-size: 1.7rem;
    }
}

/*========================================
contents layout
========================================*/
/* note */
.note{
    margin-left: 1em;
    display: block;
}
.note::before{
  content: '※';
  margin-left: -1em;
}

/* contents */
.contents{
}

/*========================================
footer layout
========================================*/
/* footer-contents */
.footer-contents{
    padding-left: 6rem;
    padding-right: 6rem;
    margin-bottom: 2rem;
}
.footer-contents > .-inner{
    padding-top: 6.5rem;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #cccccc;
}

@media screen and (max-width: 1000px){
    /* footer-contents */
    .footer-contents{
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media screen and (max-width: 760px){
    /* footer-contents */
    .footer-contents{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .footer-contents > .-inner{
        padding-top: 6rem;
    }
}

/* footer-title */
.footer-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6.5rem;
}

@media screen and (max-width: 760px){
    /* footer-title */
    .footer-title{
        margin-bottom: 6rem;
    }
}

@media screen and (max-width: 540px){
    /* footer-title */
    .footer-title{
        display: block;
    }
}

/* footer-logo */
.footer-logo{
    width: 50%;
    padding-right: 3rem;
    display: flex;
    justify-content: flex-end;
}
.footer-logo > a{
    max-width: 252px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer-logo > a:hover{
    opacity: 0.75;
}
.footer-logo > a > img{
    width: 100%;
}

@media screen and (max-width: 1000px){
    /* footer-logo */
    .footer-logo{
        padding-right: 2rem;
    }
}

@media screen and (max-width: 540px){
    /* footer-logo */
    .footer-logo{
        justify-content: center;
        width: 100%;
        padding-right: 0;
    }
}

/* footer-name */
.footer-name{
    width: 50%;
    padding-left: 3rem;
}
.footer-name > .-inner > .-en{
    font-family: 'Chillax', sans-serif;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 0.9583;
}
.footer-name > .-inner > .-en > .-red{
    color: #e91a21;
}
.footer-name > .-inner > .-name{
    font-family: "FP-こぶりなゴシック StdN W6";
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 1.3rem;
}

@media screen and (max-width: 1000px){
    /* footer-name */
    .footer-name{
        padding-left: 2rem;
    }
}

@media screen and (max-width: 540px){
    /* footer-name */
    .footer-name{
        text-align: center;
        width: 100%;
        margin-top: 2.5rem;
        padding-left: 0;
    }
    .footer-name > .-inner{
        display: inline-block;
        text-align: left;
    }
}

/* footer-data */
.footer-data{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 540px){
    /* footer-data */
    .footer-data{
        display: block;
    }
}

/* footer-profile */
.footer-profile{
    display: flex;
    font-size: 1.2rem;
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
    line-height: 1.5833;
}
.footer-profile > .-heading{
    margin-right: 4rem;
}
.footer-profile > .-main > a{
    color: #e91a21;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer-profile > .-main > a:hover{
    opacity: 0.75;
}

@media screen and (max-width: 1000px){
    /* footer-profile */
    .footer-profile{
        display: block;
    }
    .footer-profile > .-heading{
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

/* footer-address */
.footer-address{
    letter-spacing: -.4em;
}
.footer-address > .-item{
    display: inline;
    letter-spacing: normal;
    padding-left: 1em;
}
.footer-address > .-item:nth-child(1){
    padding-left: 0;
}

@media screen and (max-width: 1060px){
    /* footer-address */
    .footer-address > .-item{
        display: block;
        padding-left: 0;
    }
}

@media screen and (max-width: 1000px){
    /* footer-address */
    .footer-address > .-item{
        display: inline;
        padding-left: 1em;
    }
}

@media screen and (max-width: 800px){
    /* footer-address */
    .footer-address > .-item{
        display: block;
        padding-left: 0;
    }
}

/* footer-note */
.footer-note{
    margin-top: 4rem;
}
.footer-note > p{
    text-align: center;
    font-size: 1.2rem;
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
    line-height: 1.5833;
}

@media screen and (max-width: 540px){
    /* footer-note */
    .footer-note > p{
        text-align: left;
    }
}

/* footer-button */
.footer-button{
    width: 128px;
    margin-left: 4rem;
}
.footer-button > .-main{
    width: 100%;
}
.footer-button > .-main > a{
    color: #ffffff;
    width: 100%;
    display: inline-block;
    line-height: 2.8rem;
	border-radius: 9999px;
    display: inline-block;
    font-size: 1.2rem;
    text-align: center;
    font-family: "FOT-UD角ゴ_ラージ Pr6N DB";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    background-color: #1a1a1a;
    border: 2px solid #1a1a1a;
}
.footer-button > .-main > a:hover{
    color: #1a1a1a;
    background-color: #ffffff;
}

@media screen and (max-width: 540px){
    /* footer-button */
    .footer-button{
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
    }
}

/* copyright */
.copyright{
    font-family: 'Chillax', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: center;
    background-color: #e91a21;
    color: #ffffff;
    padding: 1.5rem 2rem;
}
