@charset "utf-8";

html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
html {
	font: normal normal normal 62.5%/1  'brandon-grotesque', 'source-han-sans-japanese','Noto Sans JP', "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
}
.ie body {
  font-family:  'brandon-grotesque', 'source-han-sans-japanese','Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	color: #000;
	color: rgba(0, 0, 0,1);
	text-rendering: optimizeLegibility;
	font-feature-settings : "palt" 1;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-kerning: normal;
			font-kerning: normal;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
    letter-spacing: 0.1em;
    
}




.noto{
	font: normal normal normal 62.5%/1 "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, MS PGothic, sans-serif;
}


a {
	color:var(--base-link-color);
	text-decoration: none;
	-webkit-transition: all 0.3s var(--easeOutQuad);
    -moz-transition: all 0.3s var(--easeOutQuad);
    -o-transition: all 0.3s var(--easeOutQuad);
    transition: all 0.3s var(--easeOutQuad);
    
}

a:hover {
	-webkit-transition: all 0.3s var(--easeOutQuad);
    -moz-transition: all 0.3s var(--easeOutQuad);
    -o-transition: all 0.3s var(--easeOutQuad);
    transition: all 0.3s var(--easeOutQuad);
}
input,
select,
textarea,
button,
*:before,
*:after {
	-webkit-transition:  opacity 0.3s all var(--easeInOutCubic);
	        transition:  opacity 0.3s var(--easeInOutCubic);
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
	width: 100%;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
		interpolation-mode: bicubic;
	-webkit-backface-visibility: hidden !Important;
}

.pc_off{
	display:none;
	}
.tab_on{
	display:none;
	}
.sp_off{
	display:block;
	}
.onon{
	display:block !important;
}

.cl{
	clear:both;
	}
img.preload{
	display:none;
}
::-moz-selection
{
    background: #ff7a59;
}
::selection
{
    background: #ff7a59;
}

/* Safari */
::-moz-selection{
    background: #ff7a59;
}

.en {
    /*
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'brandon-grotesque', 'source-han-sans-japanese', sans-serif;
    */
    text-transform: uppercase;
}
.s_en {
     text-transform: inherit;   
}

.enb,
.tit_enb{
    /*
    font-family: 'brandon-grotesque', 'source-han-sans-japanese', sans-serif;
    */
    font-weight:700;
    text-transform: uppercase;
}

.all_wrap{
    position: relative;
    overflow:hidden;
    box-sizing:border-box;
}

:root {
    --base-text-color: #222;
    --base-gray-color: #aaa;
    --base-bg-color: #f6f6f6;
    --base-link-color: #f4521c;
    
    --easeInSine:cubic-bezier(0.12, 0, 0.39, 0);
    --easeOutSine:cubic-bezier(0.61, 1, 0.88, 1);
    --easeInOutSine:cubic-bezier(.445, .05, .55, .95);
    
    --easeInQuad:cubic-bezier(.55, .085, .68, .53);
    --easeOutQuad:cubic-bezier(.25, .46, .45, .94);
    --easeInOutQuad:cubic-bezier(.455, .03, .515, .955);
    
    --easeInCubic:cubic-bezier(0.32, 0, 0.67, 0);
    --easeOutCubic:cubic-bezier(0.33, 1, 0.68, 1);    
    --easeInOutCubic:cubic-bezier(0.65, 0, 0.35, 1);
    
    --easeInExpo:cubic-bezier(.95, .05, .795, .035);
    --easeOutExpo:cubic-bezier(.19, 1, .22, 1);
    --easeInOutExpo:cubic-bezier(1, 0, 0, 1);

    --easeInCirc:cubic-bezier(.6, .04, .98, .335);
    --easeOutCirc:cubic-bezier(.075, .82, .165, 1);
    --easeInOutCirc:cubic-bezier(.785, .135, .15, .86); 

    --easeInBack:cubic-bezier(.6, -0.28, .735, .045); 
    --easeOutBack:cubic-bezier(.175, .885, .32, 1.275); 
    --easeInOutBack:cubic-bezier(.68, -0.55, .265, 1.55); 
    
    --base-size50:3.472vw;
    --base-size60:4.16vw;
    --base-size80:5.55vw;
    
    --rt-tit-width:11.1111vw;
    --rt-pd:11.1111vw;
}


@media screen and (min-width :1920px ){
    
    :root {
        --rt-tit-width:215px;
        --rt-pd:11.1111vw;
    }
    
}
@media screen and (max-width :1050px ){
    
    :root {
        --rt-tit-width:90px;
        --rt-pd:3vw;
    }
}
@media screen and (max-width :800px ){
    :root {
        --rt-tit-width:12vw;
        /*
        --rt-tit-width:53px;
        --rt-pd:6.5vw;
        */
        --rt-pd:6vw;
        --con-pd:11.75vw;
        --con-H-pd:5.775vw;
        --base-size80:6vw;
    }
    .tit_enb{
        letter-spacing: 0.06em;
    }
}

/* ==========================================================================
	メニュー
========================================================================== */
.menu_wrap{
    position: relative;
    z-index:500;
}
#header{
    position: absolute;
    width: 100%;
    height:auto;
    left: 0;
    right: 0;
    margin:auto;
    top:0;
}
#header h1{
    position:absolute;
    width: 188px;
    height: 41px;
    left: 3.16vw;
    top:47px;
}
#header h1 a{
    display: block;
    width: 100%;
    height: 100%;
    background:url(../image/common/logo2021.png);
    background-size:cover;
}
#header h1 a:hover{
    background-image:url(../image/common/logo2021_af.png);
}
.menu_list{
    position: absolute;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    width:605px;
    width: clamp(500px,42vw,800px);
    top:64px;
    right:calc(40px + 7.9vw);
    z-index:15;
}


.menu_list a{
    position:relative;
    font-size: 15px;
    font-size:clamp(15px,1.04vw,16px);
    font-weight: 700;
    letter-spacing: 0.08em;
    color:#fff;
}


.menu_list a:hover{
    color:var(--base-link-color);
}

.menu_list a.link_btn{
     position: absolute;  
    width: 20%;
    max-width: 180px;
    right: 15px;
    top: 10px;
    font-size: 13px;
    color:#fff;
    padding:14px 0 13px 18px;
}
/*
.global-nav,
.hamburger{display:none;}
*/
.global-nav {
    display: block;
    position: fixed;    
    top: 0;
    left: 0;
    width: 100%;
    /*
    height: 850px;
    top:-850px;
    */
    height: 100vh;
    top:-100vh;

    padding-top: 20px;
    background-color:var(--base-text-color);
    box-sizing: border-box;
    transition: all .6s;
    z-index: 9998;
    /*
    opacity: 0;
    visibility: hidden;
    */
    overflow-y: auto;
}

.hamburger {
    display: block;
    position: absolute;
    right: 4.16vw;
    top: 60px;
    width: 40px;
    height: 20px;
    cursor: pointer;
    z-index: 99999;
    /*
    transition: all .4s;
    */
}
.hamburger_line {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all .3s var(--easeOutQuad);
}
.hamburger_line-2 {
    top: 9px;
}
.hamburger_line-3 {
    top: 19px;
}





/* 表示された時用のCSS */
.nav-open .global-nav {
    /*
    visibility: inherit;
    opacity:100;
    */
    top:0;
}

.global-nav .nav_inr {
    position: relative;
    /*
    padding:230px 0 0; 
    */
    box-sizing:border-box;
    width: 90%;
    height: 467px;
    max-width: 1120px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.global-nav h2{
    position:absolute;
    width: 188px;
    height: 41px;
    left: 3.16vw;
    top:47px;
    z-index:50;
}
.global-nav h2 a{
    display: block;
    width: 100%;
    height: 100%;
    background:url(../image/common/logo2021.png);
    background-size:cover;
}
.global-nav h2 a:hover{
    background-image:url(../image/common/logo2021_af.png);
}
.global-nav ul{
    margin:0 auto ;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    width: 90%;
    max-width:1120px;
    
}
.global-nav li {
    width: 35%;
    margin-bottom: 100px;
}
.global-nav ul:after{
    content:"";
    display: block;
    width: 30%;
}

.global-nav li:nth-child(3){
    width: 30%;
}
.global-nav li a {
    position: relative;
    display: block;
    font-size: 32px;
    font-weight: 700;
    padding-left: 80px;
    padding-left: clamp(40px,var(--base-size80),80px);
    box-sizing:border-box;
    color:#fff;        
    font-weight: 700;
}
.global-nav li a span{
    font-size: 12px;
    color:#fff;
    position: absolute;
    left: 80px;
    left: clamp(40px,var(--base-size80),80px);
    top:calc(100% + 15px);
	-webkit-transition: all 0.3s var(--easeOutQuad);
    -moz-transition: all 0.3s var(--easeOutQuad);
    -o-transition: all 0.3s var(--easeOutQuad);
    transition: all 0.3s var(--easeOutQuad);
        
}

.global-nav li a:hover,
.global-nav li a:hover span{
    color:var(--base-link-color);
	-webkit-transition: all 0.3s var(--easeOutQuad);
    -moz-transition: all 0.3s var(--easeOutQuad);
    -o-transition: all 0.3s var(--easeOutQuad);
    transition: all 0.3s var(--easeOutQuad);
}
.global-nav li a:before{
    content:"";
    display: block;
    position: absolute;
    width: 50px;
    width:clamp(30px,var(--base-size50),50px);
    height: 2px;
    left: 0;
    top: 0;
    bottom:0;
    margin:auto;
    background:#fff;
}



.nav-foot {
    position: relative;
    padding-top: 95px;
    width: 90%;
    max-width: 1120px;
    margin:0 auto;
    border-top:1px solid #4e4e4e;
}
.nav-foot h3,
.nav-foot h3 span{
    font-size: 18px;
    font-weight: 700;
    color:#fff;
    text-transform: inherit;
}
.nav-foot h3 a {
    position: relative;
    font-size: 13px;
    color:#fff;
    text-decoration:underline;
    margin-left: 25px;
}
.nav-foot h3 a:hover{
    color:var(--base-link-color);
}

.nav-foot h3 a:before{
    content:"/";
    display: block;
    position: absolute;
    left: -15px;
    top: 3px;
    font-size: 13px;
    font-weight: 700;
    color:#fff;
}

.nav-foot p {
    font-size: 15px;
    line-height: 1.3;
    color:#fff;
    margin-top: 16px;
    margin-bottom: 25px;
}
.nav-foot .lr_txt {
    -js-display: flex;
    display:-webkit-box;
    display: -webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.nav-foot h4.en {
    width: 460px;
    font-size: 22px;
    color:#fff;
    padding-top: 15px;
}

.nav-foot h4 a.en {
    font-size: 36px;
    color:#fff;
}
.nav-foot .r_txt {
    display:inline-block;
    text-align:right;
}
.nav-foot .r_txt a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color:#fff;
    margin-bottom: 12px;
    text-decoration: underline;
}
.nav-foot .r_txt a:hover{
    color:var(--base-link-color);
}
.nav-foot .enb {
    font-size: 14px;
    color:#fff;
}

/* 表示された時用のCSS */

.nav-open .hamburger { position:fixed;}

.nav-open .hamburger_line{background:#fff !Important;}
.nav-open .hamburger_line-1 {transform: rotate(-45deg);top:10px;}
.nav-open .hamburger_line-2 {display:none;}
.nav-open .hamburger_line-3 {transform: rotate(45deg);top:10px;bottom:auto;}

.nav-open .global-nav {top: 0;left: 0;padding-top:0;border-radius:0;}
.global-nav {left: 0;width: 100%;padding-top: 0px;transition: all .4s var(--easeOutCubic);}
.global-nav:before{width: 10px;height: 10px;right: 75px;}
.global-nav_inr{width: 90%;}
    

/* 派生 */
#hasei_main .menu_wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#hasei_main .menu_wrap:before{
    content:"";
    display: block;
    width: 100%;
    height: 1px;
    background:#efefef;
    position: absolute;
    left: 0;
    top: 140px;
}
#hasei_main #header h1 a{background-image:url(../image/common/footer_logo2021.png);}
#hasei_main #header h1 a:hover{background-image:url(../image/common/logo2021_af.png);}
#hasei_main .menu_list a{color:var(--base-text-color);}
#hasei_main .menu_list a:hover{color:var(--base-link-color);}
#hasei_main .hamburger_line {background-color: var(--base-text-color);}
#hasei_main .hamburger {position:fixed;}

/* 追従 */

.fixed .hamburger{
   position:fixed;
} 
.fixed .hamburger_line{
   background-color: var(--base-text-color);
} 
@media screen and (max-width : 840px ){
    
    .menu_list{display:none;}
}
@media screen and (max-width : 800px ){
    
    #header h1{
        width: 120px;
        height: 26px;
        left: 4.5vw;
        top:37px;
    }
    #header .menu_list{display:none;}
    /*
    .fixed #header,
    #hasei_main #header{position:fixed;left:0;top:0;}
    */
    .fixed #header h1 a {
        background-image: url(../image/common/footer_logo.png);
    }

    .global-nav {
        top:-100vh;
        height: 100vh;
        padding-top: 40px;

    }

    .hamburger {
        right: 25px;
        top: 45px;
        width: 35px;
        /*
        height: 13px;
        */
        height:15px;
    }

    .hamburger_line {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        background-color: #fff;
        transition: all .3s var(--easeOutQuad);
    }
    .hamburger_line-2 {
        top: 7px;
        /*
        bottom: 0;
        margin: auto;
        */
    }
    .hamburger_line-3 {
        top:auto;
        bottom: 0;
    }

    /* 表示された時用のCSS */
    .nav-open .global-nav {
        top:0;
    }

    .global-nav .nav_inr {
        position: relative;
        padding:128px 0 0; 
    }
    .global-nav h2{
        width: 120px;
        height: 26px;
        left: 4.5vw;
        top:40px;
    }
    .global-nav ul{
        width: calc(100% - 18vw);

    }
    .global-nav li {
        width: 100%;
        margin-bottom: 38px;
    }
    .global-nav ul:after{
        display:none;
    }

    .global-nav li:nth-child(3){
        width: 100%;
    }
    .global-nav li a {
        font-size: 17px;
        padding-left: 35px;
    }
    .global-nav li a span{
        display:none;
    }

    .global-nav li a:before{
        width: 16px;
    }



    .nav-foot {
        padding-top: 30px;
        width: calc(100% - 18vw);
        border-top:1px solid #4e4e4e;
        border:none;
    }
    .nav-foot h3,
    .nav-foot h3 span{
        font-size: 13px;
    }
    .nav-foot h3 a {
        font-size: 12px;
        margin-left: 20px;
    }

    .nav-foot h3 a:before{
        left: -12px;
        top: 2px;
        font-size: 12px;
    }

    .nav-foot p {
        font-size: 12px;
        color:#fff;
        margin-top: 12px;
        margin-bottom: 25px;
    }
    .nav-foot .lr_txt {
        display: block;
    }
    .nav-foot h4{
        margin-top: 0;
        margin-bottom: 40px;
    }
    .nav-foot h4.en {
        width: 100%;
        font-size: 12px;
        padding-top: 15px;
    }

    .nav-foot h4 a.en {
        font-size: 19px;
        color:#fff;
    }
    .nav-foot .r_txt {
        display:inline-block;
        text-align:left;
    }
    .nav-foot .r_txt a {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .nav-foot .enb {
        font-size: 10px;
    }

    /* 派生 */
    
    #hasei_main .menu_wrap:before{display:none;}
}

/* ==========================================================================
	hasei_main
========================================================================== */
#hasei_main {
    position: relative;
    z-index:300;
    padding-top: 271px;
}
#hasei_main .hasei_tit {
    position: relative;
    padding-left: calc(5.55vw + 140px);
    box-sizing:border-box;
    font-size: 55px;
    /*
    font-size: clamp(55px,38.19vw,60px);
    */
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
}
#hasei_main .hasei_tit:before{
    content:"";
    display: block;
    width: 100px;
    height: 1px;
    position: absolute;
    left: 5.5vw;
    top: 33px;
    background:#313131;
}
#hasei_main .hasei_s_tit {
    position: relative;
    padding-left: calc(5.55vw + 140px);
    box-sizing:border-box;
    font-size: 16px;
    /*
    font-size: clamp(16px,11.11vw,18px);
    */
    letter-spacing: 0.1em;
    font-weight: 500;
}
#hasei_main .img_area {
    position: relative;
    width: calc(100% - 5.5vw);
    margin-left: 5.5vw;
    height:410px;
    height:clamp(410px,28.47vw,450px);
    overflow: hidden;
    margin-top: 113px;
    border-radius:3px 0 0 3px;
}



#hasei_main .scroll{
    display: inline-block;
    position: absolute;
    right: 65px;
    bottom: 330px;
    bottom: clamp(330px,24vw,380px);
    z-index: 30;
    padding: 10px 10px 130px;
    overflow: hidden;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
#hasei_main .scroll:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 47%;
  width: 1px;
  height: 100px;
  background: #222;
  animation: sdl 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


@media screen and (max-width : 1080px ){

    #hasei_main .scroll{right: 3vw;}
}

@media screen and (max-width : 800px ){

    #hasei_main {
        padding-top: 41.8vw;
        padding-top: clamp(100px,41.8vw,165px);
    }
    #hasei_main .hasei_tit {
        padding-left:calc(5.875vw + 60px);
        font-size: 29px;
        font-size: clamp(28px,7.25vw,31px);
        margin-bottom: 8px;
    }
    #hasei_main .hasei_tit:before{
        width: 38px;
        height: 1px;
        left: 5.87vw;
        top: 14px;
    }
    #hasei_main .hasei_s_tit {
        padding-left:calc(5.875vw + 60px);
        font-size: 10px;
        font-size: clamp(10px,2.5vw,12px);
    }
    #hasei_main .img_area {
        position: relative;
        width: calc(100% - 5.875vw);
        margin-left: 5.875vw;
        height:54.75vw;
        height:clamp(200px,54.75vw,300px);
        margin-top: 13.75vw;
        border-radius:3px 0 0 3px;
    }



    #hasei_main .scroll{
        display:none;
    }

}


/* ==========================================================================
	rt_box
========================================================================== */
.rt_box{
    position: relative;
    width: 100%;
    max-width:1920px;
    margin-left: auto;
    margin-right: auto;
    -js-display: flex;
    display:-webkit-box;
    display: -webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
flex-direction: row-reverse;
}
.rt_box .tit_area{
    position: relative;
    width: 160px;
    width: var(--rt-tit-width);
    padding-top: 135px;
    /*
    padding-top: 185px;
    */
    text-align: center;
    z-index:50;
}


.rt_box .tit_area:before{
    content:"";
    display: block;
    width: 1px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin:auto;
    background: var(--base-text-color);
}
.rt_box .tit_area h2{
    font-size: 34px;
    font-weight: 700;
    /*
    letter-spacing: 0.2em;
    */
    letter-spacing: 0.15em;
    width: 34px;
    line-height: 41px;
    text-align:left;
}

.rt_box .tit_area .enb{
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0;
    color:var(--base-gray-color);
    transform: translateY(20px);
}
.rt_box .tit_area h2 .tit_enb{
    
    line-height: 22px;
    transform: translateX(4px);
    display: inline-block;
}

@media screen and (max-width : 1050px ){
    .rt_box{
        display: block;
        padding-right: var(--rt-pd);
        padding-top: 65px;
        box-sizing:border-box;
    }
    .rt_box .tit_area{
        position: absolute;
        right: var(--rt-pd);
        top: 0;
        padding-top: 0;
    }


    .rt_box .tit_area:before{
        height: 60px;
        left: auto;
        top: 0;
    }
    .rt_box .tit_area h2{
        font-size: 34px;
        font-weight: 700;
        letter-spacing: 0.2em;
        width: 34px;
    }

    .rt_box .tit_area h2.txt02{
         width: 50px;   
        line-height:1.2;
    }
    .rt_box .tit_area h2.txt02 .pc_off{
         display:inline;
    }
    .rt_box .tit_area .enb{
        display: block;
        transform: translateY(2px);
        text-align: left;
        margin-right: 3px;
    }

    .rt_box .tit_area h2 .tit_enb{

        line-height: 1.1;
    transform: translateY(2px) translateX(3px);
    }
}
@media screen and (max-width : 800px ){
    .rt_box{
        padding-right: var(--rt-pd);
    }
    .rt_box .tit_area{
        right: var(--rt-pd);
    }

    
    .rt_box .tit_area:before{
        height: 43px;
    }
    .rt_box .tit_area h2{
        font-size: 23px;
        width: 18px;    line-height: 23px;
    }

    .rt_box .tit_area .enb{
        font-size: 10px;
        margin-right: 0;
    }
}


/* ==========================================================================
	foot_top
========================================================================== */

.foot_top {
    position: relative;
    width: 100%;
    padding:110px 0;    
    background: url(../image/common/foot_top_bg.jpg) center center;
    background-size: cover;
}
.foot_top .inr_box {
    position: relative;
    width: 90%;
    max-width:1120px;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    margin:0 auto;
}
.foot_top .l_box {
    width: calc(100% - 530px);
}
.foot_top h2 span { 
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
    background-image: linear-gradient(90deg, #fff, #fff); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
    background-repeat: no-repeat;
    background-position: 0px 82%;
    background-size: 0 2px;
    transition: all 1s ease-in-out; 
    font-weight: bold;
    color:#fff;
    letter-spacing: 0.1em;
    }

.foot_top h2.move span { 
    background-size: 100% 2px;   
}
.foot_top p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.12em;
    margin-top: 40px;
    color:#fff;
}
.foot_top .r_box {
    width: 500px;
}
.foot_top .r_box h3{
    position: relative;
    font-size: 30px;
    color:#fff;
}
.foot_top .r_box h3 a {
    position: relative;
    font-size: 54px;
    color:#fff;
    letter-spacing: 0.07em;
}
.foot_top .r_box h3 a:before{
    content:"受付時間：月〜金曜 10:00~18:00（土日祝は除く）";
    position: absolute;
    left: 0;
    top:calc(100% + 10px);
    font-size: 15px;
    color:#fff;
    font-weight: 400;
    left: 5px;
    top: 95%;
    letter-spacing: 0.12em;
}
.win .foot_top .r_box h3 a:before{
    letter-spacing: 0.1em;
}
.foot_top .link_btn {
    background:#fff;
    width: 100%;
    color:#222;
    margin-top: 75px;
}
.foot_top .link_btn:before,
.foot_top .link_btn:after{
    background-color:#222;
}

.foot_top .link_btn:hover{
    color:#fff;
}

.foot_top .link_btn:hover{
    background:var(--base-link-color);
}

.foot_top .link_btn:hover:before,
.foot_top .link_btn:hover:after{
    background-color:#fff;
}


@media screen and (max-width : 1050px ){
    
    .foot_top .l_box,
    .foot_top .r_box {
        width:48%;
    }
    .foot_top .r_box h3 a { font-size: 50px;}
}
@media screen and (max-width : 975px ){
    
    .foot_top .inr_box {width: 500px;}
    .foot_top .l_box,
    .foot_top .r_box {
        width:100%;
    }
    .foot_top .r_box{
        margin-top: 40px;
    }
    .foot_top .r_box h3 a { font-size: 54px;}
    
    
    .foot_top .link_btn {margin-top: 60px;}
}


@media screen and (max-width : 800px ){

    .foot_top {
        padding:60px 0;   
    }
    .foot_top .inr_box {
        width: 90%;
        max-width:380px;
        min-width:315px;
    }
    .foot_top h2 span { 
        font-size: 22px;
        line-height: 32px;
        background-size: 0 1px;
        }

    .foot_top h2.move span { 
        background-size: 100% 1px;   
    }
    .foot_top p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 30px;
    }
    .foot_top .r_box{margin-top: 25px;}
    .foot_top .r_box h3{
        font-size: 20px;
    }
    .foot_top .r_box h3 a {
        font-size: 38px;
    }
    .foot_top .r_box h3:before{
        content:"受付時間：月〜金曜 10:00~18:00（土日祝は除く）";
        position: absolute;
        left: 0;
        font-size: 12px;
        font-weight: 400;
        left: 0;
        top: calc(100% + 5px);
        letter-spacing: 0.12em;
    }
    .foot_top .r_box h3 a:before{
        display:none;
    }
    .foot_top .link_btn {
        margin-top: 50px;
    }
}
/* ==========================================================================
	footer
========================================================================== */



#footer {
    position: relative;
    padding:119px 0 80px;
    -js-display: flex;
    display:-webkit-box;
    display: -webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    flex-direction: row-reverse;
    width: 95%;
    max-width:1280px;
    margin:0 auto;
}
#footer h2{
    position:absolute;
    width: 188px;
    height: 41px;
    left:0;
    bottom:82px;
    z-index:50;
}
#footer h2 a{
    display: block;
    width: 100%;
    height: 100%;
    background:url(../image/common/footer_logo2021.png);
    background-size:cover;
}
#footer h2 a:hover{
    background-image:url(../image/common/logo2021_af.png);
}

#footer .link_area {
    position: relative;
    width: calc(100% - 408px);
    transform: translateY(-10px);
}
#footer li {
    width: 100%;
    position: relative;
    margin-bottom: 9px;
    -js-display: flex;
    display:-webkit-box;
    display: -webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
#footer li h3{
    position: relative;
    width: 195px;
}
#footer li h3:after{
    content:"";
    display: block;
    width: 20px;
    height: 1px;
    background:#999999;
    position: absolute;
    right: 17px;
    top: 15px;
}
#footer li:last-child h3:after{
    display:none;
}
#footer li h3 a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color:var(--base-text-color);
}
#footer li h3 a:hover{
    color:var(--base-link-color);
}
#footer li .list {
    width: calc(100% - 195px);
}
#footer li .list a {
    position: relative;
    font-size: 13px;
    line-height: 30px;
    color:#777;
    display:inline-block;
    margin-right: 8px;
}
#footer li .list a:hover{
    color:var(--base-link-color);
}
#footer li .list a:after{
    content:",";
    display: block;
    position: absolute;
    font-size: 13px;
    line-height: 30px;
    color:#777;
    right: -7px;
    top:0;
}

#footer li .list a:last-child:after{
    display:none;
}

#footer .text_area {
    position: relative;
    width: 408px;
    
}
#footer .text_area h3 {
    font-size: 18px;
    font-weight: 700;
    color:var(--base-text-color);
    margin-bottom: 38px;
}
#footer .text_area h3 .enb{
    text-transform: inherit;
    font-size: 18px;
    font-weight: 700;
    
}
#footer .text_area a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color:var(--base-text-color);
    border-bottom:1px solid var(--base-text-color);
    margin:5px 0 37px 16px;
}

#footer .text_area p a{
    border:none;
    margin:0;
    font-size: 15px;
    line-height: 30px;
}
#footer .text_area a.pc_off{display:none;}
#footer .text_area a:hover {
    color:var(--base-link-color);
    border-color:var(--base-link-color);
}
#footer .text_area a:before{
    content:"";
    display: block;
    position: absolute;
    left: -16px;
    bottom:0;
    width: 8px;
    height: 12px;
    background:url(../image/common/map_icon.png);
    background-size:cover;
}
#footer .text_area p a:before{
    display:none;
}
#footer .text_area p {
    font-size: 15px;
    line-height: 30px;
    opacity: .8;
    letter-spacing: 0.1em;
}
#footer .text_area p a{
     padding:0 !Important;
    text-decoration:none !Important;
}
/*
#footer .text_area p:nth-child(2){
    margin-bottom: 63px;
}
*/
#footer .copy {
    position: relative;
    width: 100%;
    text-align:right;
    margin-top: 79px;

}
#footer .copy a {
    position: relative;
    display:inline-block;
    font-size: 13px;
    font-weight: 700;
    border-bottom:1px solid var(--base-text-color);
    color: var(--base-text-color);
    margin-bottom: 10px;
}
#footer .copy a:hover {
    color:var(--base-link-color);
    border-color:var(--base-link-color);
}
#footer .copy .enb {
    font-size: 14px;
    font-weight: 700;
    color: var(--base-text-color);
    display: block;
}
@media screen and (max-width : 1250px ){
  
    #footer .text_area{
        width: 380px;
    }
    #footer .link_area {
        width: calc(100% - 380px);
    }
}


@media screen and (max-width : 950px ){
    
    #footer .link_area,
    #footer .text_area{
        width: 100%;
    }
    #footer .text_area{margin-top: 30px;}
}


@media screen and (max-width : 800px ){
    

    #footer {
        position: relative;
        padding:53px 0 54px;
        display: block;    
        width: 80vw;
    }
    #footer h2{
        position:relative;
        width: 120px;
        height: 26px;
        bottom:auto;
        margin-bottom: 30px;
    }

    #footer .link_area {
        transform: translateY(1px);
        padding:5px 0 1px;
    }
    #footer li {
        margin-bottom: 13px;
    }
    #footer li h3{
        position: relative;
        width: 100%;
        padding-left: 36px;
    }
    #footer li h3:after {
        width: 17px;
        height: 1px;
        background: #222;
        right: auto;
        left: 0;
        top: 0;
        bottom:0;
    margin: auto;
    }
    #footer li h3:last-child:after{
        display: block;
    } 
    #footer li h3 a {
        position: relative;
        font-size: 15px;
    }
    #footer .text_area {
        width: 100%;
    }
    #footer .text_area h3,
    #footer .text_area h3 .enb{
        font-size: 13px;
    }
    #footer .text_area h3{
        margin-bottom: 5px;
    }
    #footer .text_area a{
        display:none;
    }
    #footer .text_area a.pc_off{
        display:inline-block;
    }
    #footer .text_area a:before{
        content:"/";
        width: auto;
        height: auto;
        left: -15px;
        bottom: 0;
        font-size: 13px;
        color: var(--base-text-color);
        left: -15px;
        font-size: 12px;
        background:none;
}
    #footer .text_area a {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 0;    margin-left: 24px;
    }
    #footer .text_area p {
        font-size: 12px;
        line-height: 27px;
        margin-top: 0;
    }

    #footer .text_area p:nth-child(2){
        margin-bottom: 0px;
    }
    
    
    #footer .text_area p a{
        display:inline-block;
        font-size: 12px;
        line-height: 27px;
    }
    
    #footer .copy {
        text-align:left;
        margin-top:31px;

    }
    #footer .copy a {
        font-size: 12px;
        margin-bottom: 8px;
    }
    #footer .copy .enb {
        font-size: 10px;
    }
}
/* ==========================================================================
	parts
========================================================================== */

.link_btn{
    position: relative;
    display: block;
    width: 500px;
    padding:26px 0 27px 38px;
    box-sizing:border-box;
    background:var(--base-text-color);
    color:#fff;
    font-size: 15px;
    border-radius:3px;    
    z-index:10;
}
.ab_link_btn{
    position: absolute;
    bottom:0;
    right:var(--rt-pd);
}
.link_btn:hover{
    background:var(--base-link-color);
}

.link_btn:before{
    content:'';
  position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin:auto;
    width: 50px;
    height: 1px;
    background:#fff;
    transition:all .3s var(--easeInOutCubic);
}
.link_btn:after{
    content: '';
    position: absolute;
    top: 31px;
    right: 30px;
    width: 10px;
    height: 1px;
    transform: rotate(35deg);
    background:#fff;
    transition:all .3s var(--easeInOutCubic);
}


.link_btn:hover:before{
    transform: translateX(8px);
    width: 58px;
}
.link_btn:hover:after{
    right: 22px;
}
.sub_tit{
    position: relative;
    display:inline-block;
    padding-left: 80px;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 45px;
}
.sub_tit:before{
    content:"";
    display: block;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 15px;
    background:#222;
}
.sub_tit .en{
    display:inline-block;
    font-size: 13px;
    margin-left: 22px;
    font-weight: 400;
    transform: translateY(-5px);
}
.s_tit{
    display: block;
    font-weight: 700;
    color:#ff7a59;
    font-size: 15px;
    margin-top: 25px;
    text-transform: uppercase;
}
.s_link{
    display: inline-block;
    padding-right: 50px;
}
.s_link p{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color:#000;
    
}
.s_link:hover{
    color:#ff7a59;
}

.s_link span{
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius:50%;
    right: 0;
    top: -10px;
    background:#000;
    transition: background .3s ease, transform .3s ease;
}
.s_link:hover span{
     background:#ff7a59;
    transform: scale(1.1);
}
.s_link span:before{
    content:"";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    background:url(../image/common/s_link_icon.png);
    background-size:cover;
}
.fit_img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position:center center;
    background-size:cover;
    z-index:1;
    transition: transform ease .3s;
    font-family: 'object-fit: cover;'; /*IE対策*/
}

.img_area{z-index:10;}

.v_txt{
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    vertical-align: top;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;

    
}






@media screen and ( max-width: 800px ) {

    .oc,.oc2{
            pointer-events: all;
        }

    .pc_off{
        display:block;
        }
    .sp_off{
        display:none !important;
        }

    .link_btn{
        width: calc(100% - 12.125vw);
        padding:20px 0 22px 20px;
        font-size: 12px;
    }
    .ab_link_btn{
        position: absolute;
        bottom:0;
    }

    .link_btn:before{
        right: 35px;
        width: 27px;
    }
    .link_btn:after{
        top: 24px;
        right: 35px;
        width: 6px;
    }


    .link_btn:hover:before{
        transform: translateX(0)!Important;
        width: 27px!Important;
    }
    .link_btn:hover:after{
        right: 35px !Important;
    }

    .sub_tit{
        padding-left: 40px;
        font-size: 17px;
        margin-bottom: 23px;
    }
    .sub_tit:before{
        width: 26px;
        top: 8px;
    }
    .sub_tit .en{
        font-size: 10px;
        margin-left: 15px;
        transform: translateY(-3px);
    }
    
    .tit{
        font-size: 24px;
        font-size:clamp(22px,6.4vw,26px);
    }
    .s_tit{
        font-size: 14px;
        font-size:clamp(12px,3.7vw,16px);
        margin-top: 15px;
    }
    .s_link{
        padding-right:0;
        top: 0;
    }
    .s_link p{
        display: none;

    }
    .s_link:hover{
        color:#ff7a59;
    }

    .s_link span{
        top: -5px;
    }
}


.slick-slide{outline:none;}








	