@charset "utf-8";
/*------------------------------
	header
------------------------------*/
/*PC*/
#header{
    width: 100%;
    height: 135px;
    z-index: 2;
}
#header .header_inner{
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: 115px;
}
#header .header_inner .logo{
    position: absolute;
    top: 20px;
    bottom: 0;
    height: 98px;
    margin: auto;
    left: 0;
    width: 148px;
}
#header .header_inner .global_nav{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 800px;
    width: 74%;
}
#header .header_inner .global_nav li{
    margin-right: 40px;
}
#header .header_inner .global_nav li:last-child{
    margin-right: 0;
}
#header .header_inner .sub_nav{
    position: absolute;
    top: 90px;
    right: 15px;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
    justify-content: flex-end;
    max-width: 800px;
    width: 74%;
}
#header .header_inner .sub_nav li{
    margin-left: 40px;
    position: relative;
}
#header .header_inner .sub_nav li::before{
    content: "";
    background-image: url(../img/arrow_r.png);
    background-size: 5px 8px;
    background-repeat: no-repeat;
    width: 5px;
    height: 8px; 
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -15px;
    display: inline-block; 
}
#header .header_inner .sub_nav li a{
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
}
#header .header_inner .sub_nav li a:hover{
    color: #444444;
}
#header .header_inner .sub_nav li:last-child::before{
    background-image: url(../img/icon_search.png);
    background-size: 12px;
    width: 12px;
    height: 12px;
    left: -20px;
}
/*TABLET*/
@media screen and (max-width: 1080px) {
    #header{
        height: 13.5vw;
    }
    #header .header_inner .logo{
        max-width: 13.70%;
    }
    #header .header_inner .global_nav li{
        margin-right: 10px;
    }
    #header .header_inner .sub_nav{
        top: 10vw;
        right: 1%;
    }
    #header .header_inner .sub_nav li a{
        font-size: 1.4vw;
    }
    
}
/*SP*/
@media screen and (max-width: 750px) {
    #header{
        height: 27vw;
    }
    #header .header_inner{
        height: 27vw;
    }
    #header .header_inner .logo{
        right: 0;
        left: 0;
        top: 20px;
        margin: auto;
        max-width: 31.25%;
    }
    #header .header_inner .global_nav,#header .header_inner .sub_nav{
        display: none;
    }
}
/*------------------------------
	メニュー
------------------------------*/
.el_humburger {
    position: fixed;
    top: 437px;
    right: 20px;
    width: 90px;
    height: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    text-align: center;
}
.el_humburger_wrapper {
    margin-bottom: 5px;
    width: 50px;
    display: inline-block;
    margin-top: 27px;
}
.el_humburger_text {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
    top: -10px;
}
.el_humburger_text::after{
    content: "MENU";
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__men {
    display: none;
}
.el_humburger_text.el_humburger_text__close {
    display: none;
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
    display: block;
}
.el_humburger span.el_humburger_bar {
    display: block;
    width: 100%;
    margin: 0 auto 9px;
    height: 3px;
    background: #000000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.el_humburger span.el_humburger_bar:last-child {
    margin-bottom: 0;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar {
    background: #FFFFFF;
}
.js_humburgerOpen .el_humburger{
    background-color: #333333;

    right: 0;
    width: 90px;
    height: 90px;
}
.js_humburgerOpen .el_humburger span.el_humburger_text::after{
    content: "close";
    color: #FFFFFF;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
    opacity: 0;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}
.el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
}
.el_humburgerButton__close span.el_humburger_bar {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: #000;
}
.el_humburgerButton__close span.el_humburger_bar.top {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg); 
}
.el_humburgerButton__close span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}
.navi {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    width: 70%;
    z-index: 4;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    transform:translateZ(0) translateX(100%);
    overflow: auto; 
}
.js_humburgerOpen .navi {
    transform:translateZ(0) translateX(0); }
.navi_item {
    position:relative;
    margin-bottom: 28px;
    font-size: 20px;
    white-space: nowrap;
    margin-left: 90px;
}
.navi_item.op_innerLink {
    cursor: pointer;
}
/*  OPEN時 */
.el_spChildNavOpen {
    position: absolute;
    top: -6px;
    bottom: auto;
    left: 80%;
    z-index: 20;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    padding: 10px;
}
.js_openParent.js_fire > .el_spChildNavOpen {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.js_openParent.js_fire > .el_spChildNavOpen > .el_spChildNavOpen_wrapper:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}
.el_spChildNavOpen_wrapper {
    position: relative;
    width: 15px;
    height: 15px;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.el_spChildNavOpen_wrapper:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: calc(50% - 1px); }
.el_spChildNavOpen_wrapper:after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 1px);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.js_openSwitch {
    cursor: pointer;
}
.js_openTarget {
    display: none;
}
.navi_inner{
    padding-left: 5%;
}
.navi_Mtit{
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 20px;
}
.navi .navi_inner ul li{
    position: relative;
    padding-bottom: 1.5em;
    padding-left: 2.0em;
}
.navi .navi_inner ul li a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.8rem;
    transition: .4s;
}
.navi .navi_inner ul li a:hover{
    color: #666666;
}
.navi .navi_inner ul li::before{
    content: "";
    background-image: url(../img/arrow_r_w.png);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    width: 8px;
    height: 11px; 
    position: absolute;
    top: .7em;
    left: .5em;
    display: inline-block; 
}
.navi .navi_inner ul:last-child li a{
    font-size: 1.5rem;
}
.navi .navi_inner ul:last-child li{
    padding-left: 1.5em;
}
.navi .navi_inner ul:last-child li::before{
    background-size: 5px 8px;
    width: 8px;
    height: 8px; 
}
.navi .navi_inner ul:last-child li:last-child::before{
    background-image: url(../img/icon_search_w.png);
    background-size: 12px;
    width: 12px;
    height: 12px;
    left: 5px;
}

/* tablet */
@media screen and (max-width: 1024px) {
    .nav_logo{
        width: 30%;
    }
    .navi .navi_inner ul li a{
        font-size: 1.8vw;
    }
    .navi .navi_inner ul:last-child li a{
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 750px) {
    .el_humburger {
        display: block;
        right: 0;
        top: 0;
        width: 80px;
        height: 80px;
    }
    #factory .el_humburger {
        display: none;
    }
  .el_humburger_wrapper {
      width: 50px;
      margin-top: 20px;
    }
  .el_humburger_text {
      font-size: 10px;
      padding-top: 2px;
    } 
  .el_humburger_text svg path {
      -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
      -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
      transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
      fill: #000;
    }
    .js_humburgerOpen .el_humburger_text svg path {
        fill: #000;
    }
    .el_humburger span.el_humburger_bar {
        left: 0;
        top: 0;
        background: #000;
    }
    .js_humburgerOpen .el_humburger{
        top: 0;
        width: 80px;
        height: 80px;
    }
    .js_humburgerOpen .navi {
        width: 100%;
    }
    .nav_logo{
        width: 33%;
        margin-right: auto;
        margin-left: auto;
        
    }
    .navi .navi_inner ul li{
        padding-bottom: 1.0em;
    }
    .navi .navi_inner ul li a{
        font-size: 4.6vw;
    }
    .navi .navi_inner ul li::before{
        background-size: 2vw 3vw;
        width: 2vw;
        height: 3vw; 
        top: .8em;
        left: .5em;
    }
    .navi .navi_inner ul:last-child li a{
        font-size: 4.2vw;
    }
    .navi .navi_inner ul:last-child li::before{
        background-size: 1.5vw 2vw;
        width: 1.5vw;
        height: 2vw; 
    }
    .navi .navi_inner ul:last-child li:last-child::before{
        background-size: 3vw;
        width: 3vw;
        height: 3vw; 
    }
}

/*------------------------------
	page top
------------------------------*/
/*PC*/
#page_top{
    position: fixed;
    right: 3%;
    z-index:100;
    bottom: 15%;
    cursor: pointer;
} 
/*TABLET*/
@media screen and (max-width: 1024px) {
    #page_top{
        width: 6%;
    } 
}
/*SP*/
@media screen and (max-width: 750px) {
    #page_top{
        width: 100%;
        bottom: 0%;
        right: 0;
        left: 0;
        background-color: #00B1A0;
        text-align: center;
    }
    #page_top img{
        width: 10%;
        text-align: center;
    }
}
/*------------------------------
footer
------------------------------*/
/* pc */
#footer{
    padding-top: 125px;
    min-height: 500px;
    background-image: url(../img/footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}
#footer_inner{
    max-width: 1080px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
    align-items: center;
}
#footer_inner .coop_oita_logo{
    width: 19%;
}
#footer_inner .footer_navi{
    width: 71%;
    margin-left: auto;
}
#footer_inner .footer_navi ul{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content:flex-end;
}
#footer_inner .footer_navi ul li{
    position: relative;
    padding-bottom: 1.0em;
    padding-left: 2.3em;
}
#footer_inner .footer_navi ul li a{
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    transition: .4s;
}
#footer_inner .footer_navi ul li a:hover{
    color: #666666;
}
#footer_inner .footer_navi ul li::before{
    content: "";
    background-image: url(../img/arrow_r.png);
    background-size: 8px 11px;
    background-repeat: no-repeat;
    width: 8px;
    height: 11px; 
    position: absolute;
    top: .6em;
    left: 1.6em;
    display: inline-block; 
}
#footer_inner .footer_navi ul:last-child li a{
    font-size: 1.4rem;
}
#footer_inner .footer_navi ul:last-child li::before{
    background-size: 5px 8px;
    width: 8px;
    height: 8px;
    top: .7em;
}
#footer_inner .footer_navi ul:last-child li:last-child::before{
    background-image: url(../img/icon_search.png);
    background-size: 12px;
    width: 12px;
    height: 12px;
    left: 1.3em;
}
#footer_bottom{
    background-color: #666666;
    padding-top: 45px;
    padding-bottom: 45px;
}
#footer_bottom p{
    text-align: center;
    font-size: 1.4rem;
    color: #FFFFFF;
    line-height: 2;
}
/* 調整 */
@media screen and (max-width: 1150px) {
    #footer_inner .coop_oita_logo{
        width: 20%;
    }  
    #footer_inner .footer_navi{
        width: 80%;
    }   
}

/* tablet */
@media screen and (max-width: 1024px) {
    #footer{
        padding-top: 12vw;
        min-height: 35vw;
    }
    #footer_inner .footer_navi ul li{
        padding-bottom: .7em;
        padding-left: 2.3em;
    }
    #footer_inner .footer_navi ul li a{
        font-size: 1.4vw;
    }
    #footer_inner .footer_navi ul li::before{
        background-size: 6px 8px;
        width: 6px;
        height: 8px; 
        top: .7em;
    }
    #footer_inner .footer_navi ul:last-child li a{
        font-size: 1.2vw;
    }
    #footer_inner .footer_navi ul:last-child li::before{
        background-size: 5px 8px;
        width: 8px;
        height: 8px;
        top: .7em;
    }
    #footer_inner .footer_navi ul:last-child li:last-child::before{
        background-size: 10px;
        width: 10px;
        height: 10px;
        top: .5em;
    }
    #footer_bottom{
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    #footer_bottom p{
        font-size: 1.2vw;
    }
}
/* sp */
@media screen and (max-width: 750px) {
    #footer{
        padding-top: 10vw;
        padding-bottom: 50vw;
        background-image: url(../img/footer_bg_sp.jpg);
    }
    #footer_inner{
        flex-direction:column;
    }
    #footer_inner .coop_oita_logo{
        width: 49%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10vw;
    }
    #footer_inner .footer_navi{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #footer_inner .footer_navi ul{
        flex-direction:column;
    }
    #footer_inner .footer_navi ul li{
        padding-bottom: 1.5em;
    }
    #footer_inner .footer_navi ul li a{
        font-size: 4.2vw;
    }
    #footer_inner .footer_navi ul li::before{
        background-size: .5em 1.0em;
        width: .5em;
        height: 1.0em;
        top: .7em;
        left: 1.0em;
    }
    #footer_inner .footer_navi ul:last-child li a{
        font-size: 3.8vw;
    }
    #footer_inner .footer_navi ul:last-child li::before{
        background-size: .4em .8em;
        width: .4em;
        height: .8em;
        top: .7em;
    }
    #footer_inner .footer_navi ul:last-child li:last-child::before{
        background-size: .9em;
        width: .9em;
        height: .9em;
        left: .8em;
        top: .7em;
    }
    #footer_bottom{
        padding-top: 5vw;
        padding-bottom: 15vw;
    }
    #footer_bottom p{
        font-size: 3.2vw;
        line-height: 1.4;
    }
    #footer_bottom p:last-child{
        padding-top: 1em;
    }
    #footer_bottom a{
        color: #FFFFFF;
        text-decoration: none;
    }
}


/*------------------------------
coming soon
------------------------------*/
.provisionalTit{
    display: flex;
}
.provisionalTit h1{
	display: inline-block;
	position: relative;
	height: 70px;
	line-height: 70px;
	text-align: center;
	padding: 0 60px;
	background: #f57a78;
	color: #FFF;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.provisionalTit h1:before, .provisionalTit h1::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.provisionalTit h1::before {
  top: 0;
  left: 0;
  border-width: 35px 0px 35px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.provisionalTit h1::after {
  top: 0;
  right: 0;
  border-width: 35px 15px 35px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}