@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700,800&display=swap');

body{
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    color:#222;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt" on;
}
html{
	font-size: 18px; /* Basic font size */
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

::selection {
    background: #f8B500;
    color: #000;
}

/************************************************************

    Genaral Settings

************************************************************/

.svgLoad{
    display:none;
}

/*
    Links
******************************/
a{
    color: #222;
    text-decoration: none;
}

@media screen and (min-width: 640px) {
    a{
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
    a:hover{
        color:#f8B500;
    }
    a:hover img{
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        -o-opacity: 0.5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha(opacity=50)";
        opacity: 0.5;
    }
    a img{
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
}

/*
    Images
******************************/
img{
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin: 0 auto;
}

/*
    Clear Fix
******************************/
.cf:before,
.cf:after{
    content: "";
    display: table;
}
.cf:after{
    clear: both;
}

/*
    Fonts and Text
******************************/

h1, h2, h3, h4, h5{
    font-weight: 700;
}

/*
    Heading
******************************/


/*
    Fonts and Text
******************************/

.fs10{font-size:10px;}
.fs12{font-size:12px;}
.fs14{font-size:14px;}
.fs16{font-size:16px;}
.fs18{font-size:18px;}
.fs21{font-size:21px;}
.fs24{font-size:24px;}
.fs28{font-size:28px;}
.fs32{font-size:32px;}
.fs36{font-size:36px;}
.fs44{font-size:44px;}
.fs48{font-size:48px;}
.fs56{font-size:56px;}
.fs64{font-size:64px;}
.fs80{font-size:80px;}

.lh_15{line-height:1.5;}
.lh_20{line-height:2;}
.lh_30{line-height:3;}

.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}


/*
    Margin
******************************/

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}
.mb120{margin-bottom:120px;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}
.mt120{margin-top:120px;}


/*
    Column width
******************************/

.col__1of1{width: 100%;}
.col__1of3{width: 33.333%;}
.col__2of3{width: 66.666%;}
.col__1of2{width: 50%;}
.col__1of4{width: 25%;}
.col__3of4{width: 75%;}


/*
    Form
******************************/

input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea, input[type="text"], input[type="submit"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{
    font-family: inherit;
    font-size: 1.0em;
    letter-spacing: inherit;
}
::placeholder{
    font-size: 0.75em;
    color: #333;
    opacity: 1;
}


/*
    Other
******************************/

.break__sp{
    display: none;
}
.break__pc{
    display: block;
}
.object-fit{
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.caption__l{
    margin: 24px 0 0 0;
    text-align: left;
    font-size: 0.85em;
    letter-spacing: 0.1em;
}
.caption__r{
    margin: 24px 0 0 0;
    text-align: right;
    font-size: 0.85em;
    letter-spacing: 0.1em;
}
.caption__c{
    margin: 24px 0 0 0;
    text-align: center;
    font-size: 0.85em;
    letter-spacing: 0.1em;
}

/************************************************************

     Wrapper

************************************************************/

#wrapper{
	width: 100%;
    overflow: hidden;
    position: relative;
}


/************************************************************

      Header

************************************************************/

.c-header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    transition: .3s;
    background-color: rgba(255,255,255,1);
    height: 100px;
}
.is-fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-transition: all .4s ease 0s,background .4s ease .2s;
    transition: all .4s ease 0s,background .4s ease .2s;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    height: 64px;
}
.c-header__inner{}
.c-header .c-logo{
    position: absolute;
    display: inline-block;
    top:50%;
    margin-top: -20px;
    left: 30px;
}
.c-header .c-logo a{
    display: block;
    position: relative;
    width: 200px;
    height: 40px;
    text-indent: -9999px;
    background-image: url(../images/asset/header_logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 100;
}

/*
    header -> Overlay Navigation
******************************/
.o-nav{
    position: relative;
    top: 0;
    left: 0;
    z-index: 10000;
}
.o-nav__btn{
    position: absolute;
    width: 60px;
    height: 60px;
    padding: 22px 18px;
    cursor: pointer;
    z-index: 10001;
    right: 20px;
    top: 50%;
    margin-top: -30px;
}
.o-nav__btn::before{
    content: attr(data-item);
    display: block;
    position: absolute;
    font-size: 0.8em;
    line-height: 1;
    letter-spacing: 0;
    right: 56px;
    top: 50%;
    margin-top: -0.4em;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.o-nav__btn span{
    position: relative;
    display: block;
    width: 18px;
    height: 3px;
    transition: .3s;
    background: #707070;
    
}
.o-nav__btn span:nth-child(1) { top: 0; }
.o-nav__btn span:nth-child(2) { top: 3px; }
.o-nav__btn span:nth-child(3) { top: 6px; }

.o-nav__menu{
    display: none;
    position: fixed;
    width: 0;
    height: 100%;
    min-height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    animation: overlayBg .5s forwards cubic-bezier(.8,.01,.37,1);
}
@keyframes overlayBg {
    0% {
        width: 0;
    }
    100% {
        width: 100vw;
    }
}
.o-nav__inner{
    position: relative;
    padding: 6.4vh 3vw;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.o-nav__head{
    position: relative;
    width: 100%;
    font-size: 0.8em;
    color: #fff;
    z-index: 100002;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid #555;
    animation: FadeInHead .4s forwards;
    animation-delay: 0.4s;
    opacity: 0;
}
@keyframes FadeInHead {
    0% {
        opacity: 0;
        margin-left: 20px;
    }
    100% {
        opacity: 1;
        margin-left: 0px;
    }
}
.o-nav__body{
    width: 100%;
    animation: FadeInBody .4s forwards;
    animation-delay: 0.4s;
    opacity: 0;
}
@keyframes FadeInBody {
    0% {
        opacity: 0;
        margin-left: 30px;
    }
    100% {
        opacity: 1;
        margin-left: 0px;
    }
}

/* Internal / In page links */

.o-nav__item.__internal{
    position: relative;
    margin: 2vw 0;
}
.o-nav__item.__internal .__head h2{
    position: absolute;
    font-size: 0.7em;
    color: #fff;
    top: 1.8vw;
    left: 0;
}
.o-nav__item.__internal ul{
    position: relative;
    padding-left: calc( 80px + 2.4vw );
    padding-right: 6.4vw;
    padding-top: 0;
    padding-bottom: 0;
}
.o-nav__item.__internal ul li{
    padding: 1vw 0;
}
.o-nav__item.__internal ul li a{
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0;
}
.o-nav__item.__internal ul li a:hover{
	color:#f8B500;
}

/* Content */

.o-nav__item.__content{
    margin: 2vw 0 0;
    padding: 2.1vw 0;
    text-align: center;
    border-top: 1px solid #555;
}
.o-nav__item.__content ul li{
    display: inline-block;
    margin: 0 1vw;
}
.o-nav__item.__content ul li a{
    display: inline-block;
    font-size: 0.8em;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0;
}
.o-nav__item.__content ul li a:hover{
	color:#f8B500;
}

/* SNS */
.o-nav__item.__sns{
    text-align: center;
}
.o-nav__item.__sns ul li{
    display: inline-block;
    width: 50px;
    height: 50px;
}
.o-nav__item.__sns ul li a{
    display: block;
    width: 50px;
    height: 50px;
}
.o-nav__item.__sns li a:hover{
    background-color: #444;
}
.o-nav__item.__sns ul li.__fb a,
.o-nav__item.__sns li.__tw a,
.o-nav__item.__sns li.__ig a,
.o-nav__item.__sns li.__yt a{
    background-image: url(../images/asset/footer_ico.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: -9999px;
    border-radius: 100%;
}
.o-nav__item.__sns ul li.__fb a{
    background-position: 0px 0px;
}
.o-nav__item.__sns ul li.__tw a{
    background-position: -50px 0px;
}
.o-nav__item.__sns ul li.__ig a{
    background-position: -100px 0px;
}
.o-nav__item.__sns ul li.__yt a{
    background-position: -150px 0px;
}




/************************************************************

     Breadcrumb

************************************************************/

.breadcrumbs{
    position: relative;
    margin: 12.6vw 0 3.2vw;
    padding: 0 6.4vw;
    z-index: 50;
}
.breadcrumbs ul li{
    display: inline-block;
    font-family: 'Poppins', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.breadcrumbs ul li span{
    font-size: 0.85em;
    letter-spacing: 0.05em;
}
.breadcrumbs ul li a{
    position: relative;
    margin: 0 1.5em 0 0;
    color: #222;
}
.breadcrumbs ul li a:hover{
    color:#f8B500;
}

.breadcrumbs ul li a::after{
    content: ">";
    position: absolute;
    top: 50%;
    margin-top: -0.4em;
    right: -1.25em;
    color: #222;
}


/************************************************************

     Footer

************************************************************/

.footer{
    position: relative;
    margin: 3.2vw 0 0;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    padding-top: calc( 72px + 2.4vw );
    padding-bottom: calc( 72px + 2.4vw );
    background: #1a1a1a;
    z-index: 50;
}

.footer .f-logo{
    width: 203px;
    height: 40px;
    overflow: hidden;
}
.footer .f-logo a{
    display: block;
    width: 203px;
    height: 40px;
    text-indent: -9999px;
    background-image: url(../images/asset/footer_logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

/*
    footer -> Navigation
******************************/
.f-nav{
    margin: 1.5em 0 0;
}
.f-nav ul li{
    display: inline-block;
    margin: 0 0.5em;
}
.f-nav ul li:first-child{
    margin-left: 0;
}
.f-nav ul li:last-child{
    margin-right: 0;
}
.f-nav a{
    display: inline-block;
    color: #fff;
    font-size: 0.8em;
}


/*
    footer -> Follow Us
******************************/
.f-sns{
    position: absolute;
    top: calc( 72px + 2.4vw );
    right: 6.4vw;
}
.f-sns ul li{
    display: inline-block;
    width: 50px;
    height: 50px;
}
.f-sns ul li a{
    display: block;
    width: 50px;
    height: 50px;
}
.f-sns ul li a:hover{
    background-color: #444;
}
.f-sns ul li.__fb a,
.f-sns ul li.__tw a,
.f-sns ul li.__ig a,
.f-sns ul li.__yt a{
    background-image: url(../images/asset/footer_ico.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: -9999px;
    border-radius: 100%;
}

.f-sns ul li.__fb a{
    background-position: 0px 0px;
}
.f-sns ul li.__tw a{
    background-position: -50px 0px;
}
.f-sns ul li.__ig a{
    background-position: -100px 0px;
}
.f-sns ul li.__yt a{
    background-position: -150px 0px;
}

/*
    footer -> Copyright
******************************/
.footer .f-copyright{
    position: absolute;
    font-size: 0.7em;
    color: #999;
    bottom: calc( 72px + 2.4vw );
    right: 6.4vw;
    font-family: 'Poppins', sans-serif;
}

/*
    footer -> Page Top
******************************/
.f-pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 900;
    display: none;
}
.f-pagetop a{
    width: 6vw;
    height: 6vw;
    min-width: 54px;
    min-height: 54px;
    max-width: 72px;
    max-height: 72px;
    position: relative;
    display: block;
    background: #333;
    text-indent: -9999px;
}
.f-pagetop a::after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 8px 4px;
    border-color: transparent transparent #fff transparent;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
}
.f-pagetop a:hover {
    background: #f8B500;
}
