@charset "UTF-8";

/**********************************************
   common
**********************************************/
html {
    font-size: 62.5%;
    height:100%;
}

body {
    font-size: 1.5em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #000;
    height:100%;
}

#service p, #recruit p, #shop_list p {
    margin-bottom: 12px;
    line-height: 1.5;
}

#service p:last-child, #recruit p:last-child, #shop_list p:last-child {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    opacity: 0.5;
}

img {
    max-width: 100%;
}

main {
    text-align: center;
}

main > section {
    margin: 0 auto;
}

li {
    list-style: none;
}

section > h2 {
    position: relative;
    font-family: futura-pt;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
    padding: 1px 44px 11px 44px;;
    line-height: 1.1;
}

section > h2 span {
    display: block;
}

section > h2:before, section > h2:after { 
    position: absolute;
    top: 0;
    content:'';
    display: inline-block;
    width: 14px;
    height: 100%;
}

section > h2:before {
    border-left: solid 2px black;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    left: 0;
}

section > h2:after {
    content: '';
    border-top: solid 2px black;
    border-right: solid 2px black;
    border-bottom: solid 2px black;
    right: 0;
}

main > section {
    margin-bottom: 220px;
}

main > section > span, #service .contents > span, #customer > span {
    position: relative;
    display: block;
}

#customer_more_btn, #customer_close_btn, #news_more_btn, #news_close_btn, #history_more_btn, #history_close_btn {
    font-family: futura-pt, sans-serif;
    color: #fff;
    background-color: #000425;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1.8rem;
    position: relative;
}

#customer_more_btn:hover,
#customer_close_btn:hover,
#news_more_btn:hover,
#news_close_btn:hover
#history_more_btn:hover,
#history_close_btn:hover {
    opacity: 0.8;    
}

#customer_more_btn::before, #news_more_btn::before, #history_more_btn::before {
    display: inline-block;
    content: '';
    position: absolute;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#customer_close_btn::before, #news_close_btn::before, #history_close_btn::before {
    display: inline-block;
    content: '';
    position: absolute;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*
#customer_more_btn::before, #news_more_btn::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 18px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
*/



/*
#customer_more_btn::before, #news_more_btn::before {
    font-family: 'Font Awesome 5 Free';
    font-size: 1rem;
    font-weight: 900;
    content: '\f078';
    margin-right: 5px;
}

#customer_close_btn::before, #news_close_btn::before {
    font-family: 'Font Awesome 5 Free';
    font-size: 1rem;
    font-weight: 900;
    content: '\f077';
    margin-right: 5px;
}
*/

.button:hover {
    opacity: 0.8;    
}

.button p {
    font-family: futura-pt, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #fff;
    background-color: #000425;
    font-weight: 500;
    border-radius: 4px;
    font-size: 1.5rem;
    line-height: 1;
    position: relative;
}

.button p::after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 18px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*****     Smartphone     ******/
@media screen and (max-width: 559px) { 
    main {
        flex-direction: column;
    }
    
    section#service {
        /*width: 100%;
        padding: 0 2.0rem;*/
        text-align: center;
    }
    
    section > h2 {
        font-size: 3.2rem;
    }

    section > h2 span {
        font-size: 1.2rem;
        font-weight: 600;
    }
    
    main > section > span, #service .contents > span, #customer > span {
        top: -70px;
    }

    #customer_more_btn, #customer_close_btn, #news_more_btn, #news_close_btn, #history_more_btn, #history_close_btn {
        width: 80%;
        margin: 30px 0 0 0;
        padding: 10px 0;
        border-radius: 4px;
    }

    #history_more_btn, #history_close_btn {
        width: 80%;
        margin: 30px 10% 0 10%;
        padding: 10px 0;
        border-radius: 4px;
    }

    #customer_more_btn::before, #news_more_btn::before, #history_more_btn::before {
        top: 12px;
        left: 20%;
        width: 10px;
        height: 10px;
    }

    #customer_close_btn::before, #news_close_btn::before, #history_close_btn::before {
        top: 18px;
        left: 20%;
        width: 10px;
        height: 10px;
    }
    
    .br_sp {
        display: block;
    }   
    
    .br_tab {
        display: none;
    } 
    
    .br_pc {
        display: none;
    }
        
    .button p {
        padding: 10px 0;
    }
}


/*****       Tablet       ******/
@media screen and (min-width: 560px) and (max-width: 1024px) {    
    section > h2 {
        font-size: 3.2rem;
    }

    section > h2 span {
        font-size: 1.2rem;
        font-weight: 500;
    }
    
    main > section > span, #service .contents > span, #customer > span {
        top: -90px;
    }

    #customer_more_btn, #customer_close_btn, #news_more_btn, #news_close_btn, #history_more_btn, #history_close_btn {
        width: 80%;
        margin-top: 30px;
        padding: 12px 0;
        border-radius: 4px;
    }

    #customer_more_btn::before, #news_more_btn::before, #history_more_btn::before {
        top: 14px;
        left: 30%;
        width: 10px;
        height: 10px;
    }

    #customer_close_btn::before, #news_close_btn::before, #history_close_btn::before {
        top: 19px;
        left: 30%;
        width: 10px;
        height: 10px;
    }
    
    .br_sp {
        display: none;
    }  
    
    .br_tab {
        display: block;
    } 
    
    .br_pc {
        display: none;
    }    
    
    .button {
        width: 30%;
    }
    
    .button p {
        padding: 12px 0;
    }
}


/*****         PC         ******/  
@media screen and (min-width: 1025px) {    
    section > h2 {
        font-size: 5.4rem;
    }

    section > h2 span {
        font-size: 1.5rem;
        font-weight: 500;
    }   
    
    main > section > span, #service .contents > span, #customer > span {
        top: -90px;
    }

    #customer_more_btn, #customer_close_btn, #news_more_btn, #news_close_btn, #history_more_btn, #history_close_btn {
        width: 700px;
        margin-top: 30px;
        padding: 12px 0;
        border-radius: 4px;
    }

    #customer_more_btn::before, #news_more_btn::before, #history_more_btn::before {
        top: 14px;
        left: 274px;
        width: 10px;
        height: 10px;
    }

    #customer_close_btn::before, #news_close_btn::before, #history_close_btn::before {
        top: 19px;
        left: 274px;
        width: 10px;
        height: 10px;
    }
    
    .br_sp {
        display: none;
    }
    
    .br_tab {
        display: none;
    }
    
    .br_pc {
        display: block;
    }    
    
    .button {
        width: 300px;
    }
    
    .button p {
        padding: 12px 0;
    }
}



/**********************************************
   header
**********************************************/
header{
    width: 100%;
    display: flex;
    position: fixed;
    z-index: 1;
}

header a {
    color: #fff;
}

nav {
    width: 100%;
}

.sticky {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    background: #000425;
    transition: all 0.5s ease;
}

.hidden {
    background: none;
    transition: all 0.5s ease;
}

.menu li {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 1.9rem;
}

.menu li a:hover {
    opacity: 0.7;
}


/*****     Smartphone     ******/
@media screen and (max-width: 559px) {
    h1 {
        margin-top: 0.8rem;
    }
    
    h1 img {
        width: 60%;
    }
    
    nav{
        height: 50px;
        position: relative;
    }

    .drawer {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: 50px;
        padding: 0 2rem;
    }

    .navbar_toggle {
        z-index: 9999;
    }

    .navbar_toggle_icon {
        position: relative;
        display: block;
        height: 2px;
        width: 30px;
        background: #fff;
        -webkit-transition: ease .5s;
        transition: ease .5s;
    }

    .navbar_toggle_icon:nth-child(1) {
        top: 0;
    }

    .navbar_toggle_icon:nth-child(2) {
        margin: 8px 0;
    }

    .navbar_toggle_icon:nth-child(3) {
        top: 0;
    }

    /* OPEN時の動き */
    .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
    }

    .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
        top: -10px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /*ナビゲーション部分*/
    .menu {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: ease .5s;
        transition: ease .5s;
        z-index: 1000;
        background-color: rgba(0,4,37,0.9);/* ←スマホの時だけ */
    }

    .menu ul li {
        padding: 1em;
        border-bottom: 1px solid #CCC;
    }
    
    .menu ul li a {
        color: #fff;
        display: block;
    }

    /*OPEN時の動き*/
    .menu.open {
         -webkit-transform:translateX(0);
         transform:translateX(0);
         overflow-y: auto;
         -webkit-overflow-scrolling: touch;
    }
}
    

/*****     Tablet     ******/
@media screen and (min-width: 560px) and (max-width: 1024px) {
    h1 {
        margin-top: 1.0rem;
    }
    h1 img {
        width: 80%;
    }
    
    nav{
        height: 70px;
        position: relative;
    }

    .drawer {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: 70px;
        padding: 0 4rem;
    }

    .navbar_toggle {
        z-index: 9999;
    }

    .navbar_toggle_icon {
        position: relative;
        display: block;
        height: 2px;
        width: 30px;
        background: #fff;
        -webkit-transition: ease .5s;
        transition: ease .5s;
    }

    .navbar_toggle_icon:nth-child(1) {
        top: 0;
    }

    .navbar_toggle_icon:nth-child(2) {
        margin: 8px 0;
    }

    .navbar_toggle_icon:nth-child(3) {
        top: 0;
    }

    /* OPEN時の動き */
    .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
    }

    .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
        top: -10px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /*ナビゲーション部分*/
    .menu {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: ease .5s;
        transition: ease .5s;
        z-index: 1000;
        background-color: rgba(0,4,37,0.9);/* ←スマホの時だけ */
    }

    .menu ul li {
        padding: 1.6em;
        border-bottom: 1px solid #CCC;
    }
    
    .menu ul li a {
        color: #fff;
        display: block;
    }

    /*OPEN時の動き*/
    .menu.open {
         -webkit-transform:translateX(0);
         transform:translateX(0);
         overflow-y: auto;
         -webkit-overflow-scrolling: touch;
    }
}


/*****         PC         ******/   
@media screen and (min-width: 1025px) {
    h1 {
        margin-top: 13px;
    }
    
    nav{
        display: flex;
        flex-direction: row;
        padding: 0 30px;
        justify-content: space-between;
    }
    
    .navbar_toggle{
        display: none;
    }
    
    .menu{
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    .menu ul{
        height: 70px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }
    
    .menu ul li{
        padding-left: 34px;
    }
}




/**********************************************
   main images
**********************************************/
#full-screen {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    position: relative;
    text-align: center;
}

.img_01-02 {
    background-image: url(../images/main_01-02.jpg);
}

.img_02-04 {
    
/*    background: linear-gradient( 135deg, rgba(246, 255, 0, 0.5), rgba(255, 0, 161, 0.5)),url(../images/main_02-04.jpg);*/
    background-image: url(../images/main_02-04.jpg);
}

.img_05-06 {
    background-image: url(../images/main_05-06.jpg);
}


/*****     Smartphone     ******/
@media screen and (max-width: 559px) {
    .img_01-02 {
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }
    
    .img_02-04 {
        background-size: cover;
        background-position: 20% 0%;
        background-repeat: no-repeat;
    }
    
    .main-content img {
        width: 50%;
    }
}

/*****     Tablet     ******/
@media screen and (min-width: 560px) and (max-width: 1024px) {
    .img_01-02 {
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }
    
    .img_02-04 {
        background-size: cover;
        background-position: 20% 0%;
        background-repeat: no-repeat;
    }
}


/*****         PC         ******/   
@media screen and (min-width: 1025px) {
    .img_01-02, .img_02-04 {
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }
}


/**********************************************
   scroll down button
**********************************************/
#full-screen a {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 14px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 1.9rem;
    color: #fff;
}

#full-screen a:hover {
    opacity: 0.7;
}

#full-screen a span {
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

#full-screen a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#full-screen a span:nth-of-type(2) {
    bottom: 54px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

#full-screen a span:nth-of-type(3) {
    bottom: 38px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}





/**********************************************
   to page top button
**********************************************/
/*
#page_top {
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 0px;
    opacity: 0.6;
}

#page_top a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
}

#page_top a:hover {
    opacity: 0.7;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 2.5rem;
    color: #333;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top a::after {
    font-family: futura-pt, sans-serif;
    content: 'PAGE TOP';
    font-size: 1.3rem;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #333;
}
*/

#page_top {
    position: fixed;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 12px;
    padding-left: 3px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #74b4d0;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 1px;
    opacity: 0.5;
    color: #165774;
}

#page_top span {
    position: absolute;
    bottom: 45px;
    left: 42px;
    width: 10px;
    height: 10px;
    margin-left: -12px;
    border-right: 1px solid #165774;
    border-top: 1px solid #165774;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

#page_top span:nth-of-type(1) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

#page_top span:nth-of-type(2) {
    bottom: 37px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

#page_top span:nth-of-type(3) {
    bottom: 29px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes sdb {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*****     Smartphone     ******/
@media screen and (max-width: 559px) {
    #page_top {
        right: 20px;
        bottom: 20px;
    }
}


/*****     Tablet     ******/
@media screen and (min-width: 560px) and (max-width: 1024px) {
    #page_top {
        right: 30px;
        bottom: 30px;
    }
}


/*****         PC         ******/   
@media screen and (min-width: 1025px) {
    #page_top {
        right: 30px;
        bottom: 30px;
    }
}



/**********************************************
   scroll down fadein
**********************************************/
.fadein {
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 500ms;
}

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/*****     Tablet     ******/
/*
@media screen and (min-width: 560px) and (max-width: 1024px) {
    #news_list div.fadein:nth-child(3n-1) {
        -moz-transition-delay:200ms;
        -webkit-transition-delay:200ms;
        -o-transition-delay:200ms;
        -ms-transition-delay:200ms;    
    }

    #news_list div.fadein:nth-child(3n) {
            -moz-transition-delay:400ms;
            -webkit-transition-delay:400ms;
            -o-transition-delay:400ms;
            -ms-transition-delay:400ms;    
    }
    
    #shop_list li.fadein:nth-child(2n) {
        -moz-transition-delay:200ms;
        -webkit-transition-delay:200ms;
        -o-transition-delay:200ms;
        -ms-transition-delay:200ms;
    }
}
*/


/*****         PC         ******/
/*
@media screen and (min-width: 1025px) {
    #news_list div.fadein:nth-child(3n-1), #shop_list li.fadein:nth-child(3n-1) {
        -moz-transition-delay:200ms;
        -webkit-transition-delay:200ms;
        -o-transition-delay:200ms;
        -ms-transition-delay:200ms;    
    }

#news_list div.fadein:nth-child(3n), #shop_list li.fadein:nth-child(3n) {
        -moz-transition-delay:400ms;
        -webkit-transition-delay:400ms;
        -o-transition-delay:400ms;
        -ms-transition-delay:400ms;    
    }
}
*/


/**********************************************
   SERVICE
**********************************************/
.anchor {
    display: flex;
}

#service h3 {
    line-height: 1.4;
    display: block;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
}

#service h3 span {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
}

#service h4 {
    display: block;
    line-height: 1.7;
}

#service h4 span {
    display: block;
    font-family: futura-pt, sans-serif;
    border-top: 1px solid #fff;
}

#service .anchor {
    display: flex;
    margin-bottom: 80px;
}
    
#service .anchor div {
    border: 2px solid #000;
    margin-bottom: 20px;
}

#service .performance {
    border: 1px solid #fff;
    padding: 30px 30px 22px 30px;
    text-align: left;
}

#service .performance h5 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 16px;
}

#service .performance li {
    line-height: 1.3;
    margin-bottom: 8px;
}

#service .performance a {
    color: #fff;
    text-decoration: underline;
}

#service .performance + p {
    margin-top: 10px;
    font-size: 84%;
}


.icon {
    width: 40px;
}


#customer .icon {
    width: 50px;
}

#service .anchor ul li {
    text-align: left;
    display: block;
    border-bottom: 1px solid #000;
    padding: 20px 0px 6px 14px;
    position: relative
}

#service .anchor ul li::before {
    display: block;
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 7px;
    height: 7px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*
#service .anchor ul li::before {
    font-family: 'Font Awesome 5 Free';
    font-size: 1rem;
    font-weight: 900;
    content: '\f078';
    margin-right: 5px;
}
*/

#marketing, #ec {
    margin-bottom: 80px;
}

#marketing h3, #ec h3 {
    margin-bottom: 20px;
}
    
.contents {
    color: #fff;
}

.contents p {
    text-align: left;
    font-weight: 500;
}

.mc001, .mc002, .mc003, .ec001, .ec002 {
    display: flex;
    margin-bottom: 50px;
}

.mc001 {
    background-color: #0d9cba;
}

.mc002 {
    background-color: #0db0ba;
}

.mc003 {
    background-color: #0d83ba;
}

.ec001 {
    background-color: #0dba9e;
}

.ec002 {
    background-color: #0dbab7;
}

#customer ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}

#customer ul li {
    line-height: 0;
}


/*****     Smartphone     ******/
@media screen and (max-width: 559px) {
    #service {
        margin-top: 70px;
    }
    
    .anchor {
        flex-direction: column;
        padding: 0 2.0rem;
    }
    
    .anchor div {
        width: 100%;
        padding: 30px 20px;
    }
    
    #service h3 {
        font-size: 2.6rem;
    }

    #service h4 {
        font-size: 1.8rem;
        font-weight: 600;
        margin-top: 12px;
        margin-bottom: 30px;
    }

    #service h4 span {
        font-size: 1.3rem;
        font-weight: 400; 
    }
    
    .contents {
        color: #fff;
    }
    
    .contents img {
        width: 30%;
    }
    
    .mc002 img {
        width: 25%;
    }

    .mc001, .mc002, .mc003, .ec001, .ec002 {
        flex-direction: column;
        padding: 40px 20px;
    }

    #customer ul li {
        width: 33%;
    }
    
    #customer ul img {
        width: 100%;
    }
    
}


/*****     Tablet     ******/
@media screen and (min-width: 560px) and (max-width: 1024px) {
    #service {
        margin-top: 100px;
        /*width: 80%;*/
    }
    
    .anchor {
        justify-content: space-between;
        padding: 0 4.0rem;
    }
    
    .anchor div {
        width: 48%;
        padding: 30px 20px;
    }
    
    #service h3 {
        font-size: 3.6rem;
    }
    
    #service #marketing {
        /*width: 100%;*/
    }

    #service h4 {
        font-size: 2.6rem;
        font-weight: 600;
        /*margin-top: 12px;*/
        margin-bottom: 40px;
        text-align: left;
    }

    #service h4 span {
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: 1px;
    }
    
    .mc001, .mc002, .mc003, .ec001, .ec002 {
        justify-content: space-between;
        align-items: center;
        padding: 42px 0px 46px 0px;
    }
    
    .mc001, .mc003, .ec001 {
        flex-direction: row;
    }
    
    .mc002, .ec002 {
        flex-direction: row-reverse;
    }
    
    .image_area {
        width: 30%;
        line-height: 0;
        text-align: right;
    }
    
    .mc001 .image_area,
    .mc002 .image_area,
    .mc003 .image_area,
    .ec001 .image_area,
    .ec002 .image_area {
        position: relative;
        overflow: hidden;
    }
    
    .mc001 .image_area {
        width: 324px;
        height: 236px;        
    }
    
    .mc002 .image_area {
        width: 244px;
        height: 294px;        
    }
    
    .mc003 .image_area {
        width: 300px;
        height: 292px;        
    }
    
    .ec001 .image_area {
        width: 327px;
        height: 278px;        
    }
    
    .ec002 .image_area {
        width: 333px;
        height: 190px;        
    }
    
    .mc001 .image_area img,
    .mc003 .image_area img,
    .ec001 .image_area img {
        opacity: 0.5;
        position: absolute;
        /*top: 0;*/
        left: -8%;
        width: auto;
    }
    
    .mc001 .text_area,
    .mc003 .text_area,
    .ec001 .text_area {
        width: 70%;
        padding: 0 40px 0 10px;
    }
    
    .mc002 .image_area img,
    .ec002 .image_area img {
        position: absolute;
        opacity: 0.5;
        /*top: 0;*/
        right: -8%;
        width: auto;
    }
    
    .mc002 .text_area,
    .ec002 .text_area {
        width: 70%;
        padding: 0 10px 0 40px;
    }

    #customer ul {
        padding: 0 4.0rem;
    }

    #customer ul li {
        width: 20%;
    }
    
    #customer ul img {
        width: 100%;
    }
}


/*****         PC         ******/  
@media screen and (min-width: 1025px) {
    #service {
        margin-top: 100px;
        width: 1000px;
    }
    
    .anchor {
        justify-content: space-between;
    }
    
    .anchor div {
        width: 475px;
        padding: 30px 50px;
    }
    
    #service h3 {
        font-size: 3.6rem;
    }

    #service h4 {
        font-size: 2.6rem;
        font-weight: 600;
        /*margin-top: 12px;*/
        margin-bottom: 40px;
        text-align: left;
    }

    #service h4 span {
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: 1px;
    }
    
    .mc001, .mc002, .mc003, .ec001, .ec002 {
        justify-content: space-between;
        align-items: center;
        padding: 42px 0px 46px 0px;
    }
    
    .mc001, .mc003, .ec001 {
        flex-direction: row;
    }
    
    .mc002, .ec002 {
        flex-direction: row-reverse;
    }
    
    .image_area {
        width: 325px;
        line-height: 0;
        text-align: right;
    }
    
    .mc001 .image_area img,
    .mc003 .image_area img,
    .ec001 .image_area img {
        position: relative;
        left: -25px;
        opacity: 0.5;
    }
    
    .mc001 .text_area,
    .mc003 .text_area,
    .ec001 .text_area {
        width: 700px;
        padding: 0 50px 0 25px;
    }
    
    .mc002 .image_area img,
    .ec002 .image_area img {
        position: relative;
        right: -25px;
        opacity: 0.5;
    }
    
    .mc002 .text_area,
    .ec002 .text_area {
        width: 700px;
        padding: 0 25px 0 50px;
    }
}




/**********************************************
   NEWS
**********************************************/
#news_list dl {
    display: flex;
}
 
#news_list dl .topic {
    padding-bottom: 50px;
}

#news_list h3 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.7;
}

#news_list .date {
    margin-bottom: 4px;
    font-size: 80%;
    font-weight: 600;
}

#news_list .date span{        
    opacity: 0.5;
}

#news_list .photo {
    margin-bottom: 6px;
}

.newsicon {
    position: relative;
}

.newsicon .ranking {
    position: absolute;
}


/*****     Smartphone     ******/
@media screen and (max-width: 559px) {
    #news_list {
        padding: 0 2.0rem;
    }
    
    #news_list dl {
        flex-direction: column;
        text-align: center;
    }
    
    #news_list .photo {
        width: 50%;
        margin: 0 auto;
    }

    .newsicon {
/*        width: 300px;*/
    }

    .newsicon .ranking {
        width: 30%;
        top: 6px;
        right: 6px;
    }
}


/*****     Tablet     ******/
@media screen and (min-width: 560px) and (max-width: 1024px) {
    #news_list {
        padding: 0 4.0rem;
    }
    
    #news_list dl {
        flex-wrap: wrap;
        text-align: left;
    }
    
    #news_list dl .topic {
        width: 30%;
    }
    
    #news_list dl .topic:nth-child(3n+2) {
        margin: 0 5%;
    }

    #news_list a:hover dd {
        opacity: 0.7;
    }

    .newsicon {
/*        width: 300px;*/
    }

    .newsicon .ranking {
        width: 30%;
        top: 6px;
        right: 6px;
    }
}


/*****         PC         ******/  
@media screen and (min-width: 1025px) {
    #news_list {
        width: 1000px;
        margin: 0 auto;
    }
    
    #news_list dl {
        flex-wrap: wrap;
        text-align: left;
        /*align-self: flex-start;*/
        /*justify-content: space-between;*/
    }
    
    #news_list dl .topic {
        width: 300px;
    }
    
    #news_list dl .topic:nth-child(3n+2) {
        margin: 0 50px;
    }

    #news_list a:hover dd {
        opacity: 0.7;
    }

    .newsicon {
        width: 300px;
    }

    .newsicon .ranking {
        top: 10px;
        right: 10px;
    }
    
}




/**********************************************
   SHOP LIST
**********************************************/
#shop_list .all_bg {
    padding: 50px 0;
    background-color: #e0e9eb;
}

#shop_list ul {
    display: flex;
}
 
#shop_list ul li {
    margin-bottom: 50px;
}

#shop_list .shop_logo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 6px;
    padding: 30px 10px;
    background-color: #fff;
}
    
#shop_list .omotesando img,#shop_list .gourmet-melod img {
    width: 82px;
}

#shop_list .rakuten img {
    width: 84px;
}

#shop_list .yahoo img {
    width: 92px;
}

#shop_list .wowma img {
    width: 100px;
}

#shop_list h3 {
    line-height: 1.6;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 500;
}

#shop_list h3:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(../images/icon_window-restore.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
}

#shop_list h3 a {
    border-bottom: 1px solid #000;
}

#shop_list h3 span {
    font-size: 86%;
}


/*****     Smartphone     ******/
@media screen and (max-width: 559px) {
    #shop_list .all_bg {
        padding: 5.0rem 2.0rem;
    }
    
    #shop_list ul {
        flex-direction: column;
        text-align: left;
    }
    
    #shop_list ul li {
        padding-bottom: 50px;
        border-bottom: 1px solid #868c8c;
    }
 
    #shop_list ul li:last-child {
        margin-bottom: 0px;
    }
}


/*****     Tablet     ******/
@media screen and (min-width: 560px) and (max-width: 1024px) {   
    #shop_list {
    }
    
    #shop_list ul {
        flex-wrap: wrap;
        text-align: left;
        padding: 0 4.0rem;
        width: 100%;
    }
    
    #shop_list ul li {
        width: 50%;
    }
    
    #shop_list ul li .wrap {
        width: 100%;
    }
    
    /*
    #shop_list ul li:nth-child(3n+2) {
        margin: 0 5%;
    }*/
    
    #shop_list ul li:nth-child(2n+1) {
        padding-right: 4%;
        border-right: 1px solid #868c8c; 
    }
    
    #shop_list ul li:nth-child(2n+2) {
        padding-left: 4%;
        /*border-right: 1px solid #868c8c;*/
    }
    
    /*
    #shop_list ul li:nth-child(3n) {
        padding-left: 4%;
    }*/
}


/*****         PC         ******/  
@media screen and (min-width: 1025px) {    
    #shop_list ul {
        flex-wrap: wrap;
        text-align: left;
        width: 1000px;
        margin: 0 auto;
    }
    
    #shop_list ul li .wrap {
        width: 300px;
    }
    
    #shop_list ul li:nth-child(3n+1) {
        padding-right: 25px;
        border-right: 1px solid #868c8c; 
    }
    
    #shop_list ul li:nth-child(3n+2) {
        padding: 0 24px;
        border-right: 1px solid #868c8c; 
    }
    
    #shop_list ul li:nth-child(3n) {
        padding-left: 25px;
    }
}




/**********************************************
   PROFILE
**********************************************/
#profile dl div {
    border-bottom: 1px solid #d6d6d6;
}

#profile dd .label {
    display: inline-block;
    background-color: #e5e5e5;
    margin-bottom: 4px;
    padding: 2px 6px;
    font-size: 78%;
}

#profile dd p {
    margin-bottom: 20px;
    line-height: 1.4;
    vertical-align: middle;
}

#profile dd p:last-child {
    margin-bottom: 0px;
}

#profile .small {
    font-size: 82%; 
    line-height: 1.2;
}

#profile a {
    text-decoration: underline;
}

#profile span.map {
    font-family: futura-pt, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 1px;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: #000425;
    margin-left: 10px;
    padding: 1px 6px 1px 6px;
    border-radius: 3px;
}

#profile span.map img {
    width: 11px;
}

#profile dd.address a {
    text-decoration: none;
}

/*
#profile .map {
    font-family: futura-pt, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #fff;
    background-color: #000425;
    font-weight: 500;
    border-radius: 3px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    line-height: 1;
    margin-left: 5px;
    padding: 0 6px;
    position: relative;
    display: inline;
    vertical-align: middle;
}
*/

/*
#profile span::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 3px;
    margin-right: 10px;
    width: 11px;
    height: 11px;
    background-image: url(../images/icon_map.png);
    background-size: contain;
}
*/

#profile .map a {
    color: #fff;
    text-decoration: none;
} 


/*****     Smartphone     ******/
@media screen and (max-width: 559px) {
    #profile {
        padding: 0 2.0rem;
    }
    
    #profile > section {
        text-align: left;
    }
    
    #profile dl div {
        padding: 25px 0;
    }
    
    #profile dl dt {
        margin-bottom: 25px;
        font-weight: 600;
    }
}


/*****     Tablet     ******/
@media screen and (min-width: 560px) and (max-width: 1024px) {
    #profile {
        padding: 0 4.0rem;
    }
    
    #profile dl div {
        display: flex;
        align-items: center;
    }
    
    #profile dt, #profile dd {
        padding: 25px 0;
        /*line-height: 1.7;*/
    }
    
    #profile dt {
        display: block;
        width: 27.5%;
        text-align: center;
    }
    
    #profile dd {
        display: block;
        width: 72.5%;
        text-align: left;
    }
}


/*****         PC         ******/  
@media screen and (min-width: 1025px) {
    #profile {
        width: 1000px;
    }
    
    #profile dl div {
        display: flex;
        align-items: center;
    }
    
    #profile dt, #profile dd {
        padding: 25px 0;
        /*line-height: 1.7;*/
    }
    
    #profile dt {
        display: block;
        width: 275px;
        text-align: center;
    }
    
    #profile dd {
        display: block;
        width: 725px;
        text-align: left;
    }
}




/**********************************************
   HISTORY
**********************************************/
#history ol li {
    border-bottom: 1px solid #d6d6d6;
}
    
#history .content p {
    line-height: 1.5;
}


/*****     Smartphone     ******/
@media screen and (max-width: 559px) {
    #history {
        padding: 0 2.0rem;
    }
    
    #history > section {
        text-align: left;
    }
    
    #history ol li {
        padding: 25px 0;
    }
    
    #history .date {
        margin-bottom: 14px;
        font-weight: 600;
    }
}


/*****     Tablet     ******/
@media screen and (min-width: 560px) and (max-width: 1024px) {
    #history {
        padding: 0 4.0rem;
    }
    
    #history ol li {
        display: flex;
        align-items: center;
    }
    
    #history div {
        padding: 25px 0;
        line-height: 1.7;
    }
    
    #history .date {
        width: 27.5%;
        text-align: center;
    }
    
    #history .content {
        width: 72.5%;
        text-align: left;
    }
}


/*****         PC         ******/  
@media screen and (min-width: 1025px) {
    #history {
        width: 1000px;
    }
    
    #history ol li {
        display: flex;
        align-items: center;
    }
    
    #history div {
        padding: 25px 0;
        line-height: 1.7;
    }
    
    #history .date {
        width: 275px;
        text-align: center;
    }
    
    #history .content {
        width: 725px;
        text-align: left;
    }
}




/**********************************************
   RECRUIT
**********************************************/
#recruit section {
    background-size: cover;
    background-position: center;
    background-image: url(../images/recruit_bg.jpg);
}

#recruit .bg_mask {
    /*height: 100%;*/
    width: 100%;
    background-color: rgba(255,255,255,0.7);
}

/*
#recruit section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);    
}*/

#recruit .text {
    z-index: 1;
    font-weight: 500; 
    text-align: left;
}

#recruit .button {
    z-index: 2;
}


/*****     Smartphone     ******/
@media screen and (max-width: 559px) {
    #recruit .bg_mask > div {
        padding: 4.0rem 2.0rem;
    }

    #recruit .text {
        margin-bottom: 25px;
    }
    
    .engage_sp {
        margin-top: 2.0rem;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .engage_tab {
        display: none;
    }
    
    .engage_pc {
        display: none;
    }
}


/*****       Tablet       ******/
@media screen and (min-width: 560px) and (max-width: 1024px) {
    #recruit .bg_mask > div {
        padding: 80px 4.0rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }

    #recruit .text {
        width: 65%;
        text-align: left;
    }
    
    .engage_tab {
        margin-top: 2.0rem;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .engage_sp {
        display: none;
    }
    
    .engage_pc {
        display: none;
    }
    
}


/*****         PC         ******/  
@media screen and (min-width: 1025px) {
    #recruit section {
        background-attachment: fixed;
        /*padding: 80px 0;*/
    }
    
    #recruit .bg_mask > div {
        padding: 80px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        width: 1000px;
    }

    #recruit .text {
        width: 650px;
    }

    .engage_pc {
        margin: 40px auto 0 auto;
        width: 1000px;
    }
    
    .engage_sp {
        display: none;
    }
    
    .engage_tab {
        display: none;
    }
}




/**********************************************
   ACCESS
**********************************************/
#access {
    border-top: 1px solid #c0c0c0;    
    border-bottom: 1px solid #c0c0c0;
    /*padding: 60px 0;*/
}

#access h2 {
    line-height: 1.4;
    display: block;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

#access h2 span {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
}

#access > div {
    padding: 60px 0;
}

#access .logo {
    filter: invert();
    margin-bottom: 20px;
}

#access .logo + p {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 24px;
}

#access .address {
    line-height: 1.5;
}

#access .button {
    margin: 10px auto 40px auto;
}

#access .button a p {
    font-size: 1.8rem;
}

#access > span {
    position: relative;
    display: block;
}


/*****     Smartphone     ******/
@media screen and (max-width: 559px) {
    #access h3 {
        font-size: 2.6rem;
    }
    
    #access > div > div {
        margin: 0 2.0rem;
    }

    #access #tokyo > div {
        border-bottom: 1px dotted #c0c0c0;
        padding-bottom: 60px;
        margin-bottom: -60px;
    }

    #access .logo {
        width: 60%;
    }
    
    #access > span  {
        top: -15px;
    }
}


/*****       Tablet       ******/
@media screen and (min-width: 560px) and (max-width: 1024px) {
    #access > div > div {
        margin: 0 4.0rem;
    }

    #access #tokyo > div {
        border-bottom: 1px dotted #c0c0c0;
        padding-bottom: 60px;
        margin-bottom: -60px;
    }
    
    #access > span  {
        top: -15px;
    }
    
}



/*****         PC         ******/  
@media screen and (min-width: 1025px) {
    #access h2 {
        font-size: 3.6rem;
    }

    #access > div {
        width: 1000px;
        margin: 0 auto;
    }

    #access #tokyo {
        border-bottom: 1px dotted #c0c0c0;
    }
    
    #access > span  {
        top: -40px;
    }
}




/**********************************************
   FOOTER
**********************************************/
footer {
    background: #000425;
    color: #7f818a;
    height: 80px;
    text-align: center;
    font-family: futura-pt, sans-serif;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
}

/*****     Smartphone     ******/
@media screen and (max-width: 559px) {
    footer p {
        font-size: 80%;
    }
}



/**********************************************
   Modal
**********************************************/
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    overflow-y: scroll;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.modal .content_read a {
    text-decoration: underline;
}

.modal .content_read p.ec:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(../images/icon_window-restore.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
}

.modal h3 {
    font-size: 1.5rem;
    font-weight: 400;
}

.modal_bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.close_button {
    position: fixed;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 200;
    text-align: right;
}

.modal_content {
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow-y: auto;
    text-align: left;
}

.content_head {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #666;
}

.content_head p {
/*    font-family: futura-pt, sans-serif;*/
    font-size: 80%;
    font-weight: 600;
/*    letter-spacing: 1px;*/
    margin-bottom: 10px;
}

.content_read {
    line-height: 1.5;
}

/*
.content_read img {
    width: 300px;
    margin-bottom: 18px;
}
*/

.content_read p {
    margin-bottom: 12px;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_weight {
    font-weight: 600;
}

.text_underline {
    text-decoration: underline;
}

.text_mt40 {
    margin-top: 40px;
}

.press > .title {
    margin: 70px 0;
    font-weight: 600;
    text-align: center;
}

.press > .end {
    margin-top: 70px;
    text-align: right;
}



/*****     Smartphone     ******/
@media screen and (max-width: 559px) {
    .modal {
        height: 100%;
    }
    
    #contact .modal_content {
        width: 90%;
        height: 40%;
        padding: 20px;
    }

    #contact .close_button {
        top: 30vh;
        margin-top: 40px;
        padding-right: 15px;
        width: 600px;
        font-size: 5rem;
    }     
    
    #contact .button {
        width: 60%;
        margin-left: 10%;
        margin-top: 60px;
    }
    
    #contact .button p {
        padding: 12px 0;
    }
    
    .modal_content {
        width: 90%;
        height: 90%;
        padding: 20px;
    }

    .close_button {
        top: 5vh;
        margin-top: 14px;
        padding-right: 10px;
        width: 90%;
        font-size: 4rem;
    }
    
    #contact .button p {
        padding: 12px 0;
    }
    
}


/*****       Tablet       ******/
@media screen and (min-width: 560px) and (max-width: 1024px) {
    .modal {
        height: 100%;
    }
    
    #contact .modal_content {
        width: 600px;
        height: 40vh;
        padding: 80px;
    }

    #contact .close_button {
        top: 30vh;
        margin-top: 40px;
        padding-right: 15px;
        width: 600px;
        font-size: 5rem;
    }     
    
    #contact .button {
        width: 250px;
        margin-left: 95px;
        margin-top: 60px;
    }
    
    #contact .button p {
        padding: 12px 0;
    }
    
    .modal_content {
        width: 75%;
        height: 80%;
        padding: 20px;
    }

    .close_button {
        top: 12vh;
        margin-top: 12px;
        padding-right: 10px;
        width: 75%;
        font-size: 4rem;
    }
}


/*****         PC         ******/  
@media screen and (min-width: 1025px) {
    .modal {
        height: 100vh;
    }
    
    #contact .modal_content {
        width: 520px;
        height: 40vh;
        padding: 80px;
    }

    #contact .close_button {
        top: 0vh;
        margin-top: 0px;
        padding-right: 0px;
/*        width: 600px;*/
        font-size: 5rem;
    }

    #contact .button {
/*        width: 300px;*/
/*        margin-left: 70px;*/
        width: 100%;
        margin-top: 30px;
    }
    
    #contact. button p {
        padding: 12px 0;
    }
    
    #news .modal_content {
        width: 800px;
        height: 90vh;
        padding: 100px;
    }

    #news .close_button {
        top: 5vh;
        margin-top: 40px;
        padding-right: 20px;
        width: 780px;
        font-size: 5rem;
    }
}


#scrollbar::-webkit-scrollbar {
    overflow: hidden;
    width: 4px;
    background: #fff;
    /*-webkit-border-radius: 3px;
    border-radius: 3px;*/
}

#scrollbar::-webkit-scrollbar:horizonta {
    height: 5px;
}

#scrollbar::-webkit-scrollbar-button {
    display: none;
}

#scrollbar::-webkit-scrollbar-piece {
    background: #000425;
}

#scrollbar::-webkit-scrollbar-piece:start {
    background: #000425;
}

#scrollbar::-webkit-scrollbar-thumb {
    overflow: hidden;
    /*-webkit-border-radius: 3px;
    border-radius: 3px;*/
    background: #000425;
}

#scrollbar::-webkit-scrollbar-corner {
    overflow: hidden;
    /*-webkit-border-radius: 3px;
    border-radius: 3px;*/
    background: #000425;
}