@charset "UTF-8";

/* Define
--------------------------------------*/
:root {
    --maincolor: rgba(177, 182, 182, 1);
    /* --maincolor: #ffed00; */
}


/* :::::::::::::::::::::::::::::
   reset 
   :::::::::::::::::::::::::::::; */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 0;
    padding: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

dd {
    margin: 0;
}

dd p span {
    padding-left: 8px;
}

dd p.gender {
    float: left;
    margin-right: 15px;
}

dt {
    font-size: 12px;
    padding: 10px 0;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

h1,
h2,
h3,
h4,
h5,
p {
    font-weight: 400;
    margin: 0;
    line-height: 1.8;
}

h1 {
    font-size: 30px;
    letter-spacing: 3px;
}

h2 {
    font-size: 20px;
    letter-spacing: 2px;
}

h2 span {
    font-size: 12px;
    display: inline-block;
}

h4 {
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase;
}

p,
li {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2;
}

p span {
    font-size: 12px;
    letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 24px;
    }

    h2 span {
        font-size: 13px;
    }

    h4 {
        font-size: 13px;
        letter-spacing: 1.5px;
        margin: 30px auto;
    }
}

@media only screen and (min-width: 960px) {
    h1 {
        font-size: 48px;
        letter-spacing: 5px;
    }

    h2 {
        font-size: 28px;
        letter-spacing: 3px;
    }

    h2 span {
        font-size: 14px;
    }

    h4 {
        font-size: 14px;
    }
}

.spOnly {
    display: block !important;
}

.pcOnly {
    display: none !important;
}

@media only screen and (min-width: 768px) {
    .spOnly {
        display: none !important;
    }

    .pcOnly {
        display: block !important;
    }
}


/* :::::::::::::::::::::::::::::
   common
   :::::::::::::::::::::::::::::; */

body {
    background-color: #fff;
    color: #363636;
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: block;
}

html,
body {
    width: 100%;
    position: relative;
    display: block;
}

#super-wrapper {
    -webkit-overflow-scrolling: touch;
    position: relative;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    overflow-x: hidden;
}

a {
    color: #363636;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.cf:after,
.cf:before {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.table {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.section-inner {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.bg-color {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-blend-mode: multiply;
}


/* :::::::::::::::::::::::::::::
   header 
   :::::::::::::::::::::::::::::; */

header {
    z-index: 100;
    position: relative;
    padding: 0 30px;
}

header h1 {
    position: fixed;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

header .gNav-btn {
    position: fixed;
    left: 20px;
    top: 10px;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .6s cubic-bezier(.2, .8, .4, 1);
}

header .gNav-btn span {
    display: block;
    padding: 15px 0 10px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.125rem;
    text-align: center;
    transition: color .7s cubic-bezier(.2, .8, .4, 1), -webkit-transform .8s cubic-bezier(.2, .8, .4, 1), opacity .4s cubic-bezier(.2, .8, .4, 1);
    transition: color .7s cubic-bezier(.2, .8, .4, 1), transform .8s cubic-bezier(.2, .8, .4, 1), opacity .4s cubic-bezier(.2, .8, .4, 1);
}

header .gNav-btn span.close {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 100%;
    letter-spacing: 0;
}

header .gNav-btn:before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #431E0C;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.2, .8, .4, 1);
    transition: transform .6s cubic-bezier(.2, .8, .4, 1);
}

header .main-nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    overflow: scroll;
    z-index: 77;
}

.menu-open .gNav-btn span {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

header .gNav-btn2 {
    position: fixed;
    right: 20px;
    top: 0px;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .6s cubic-bezier(.2, .8, .4, 1);
    padding: 15px 0 10px;
}

header .gNav-btn2.rec {
    top: 14px;
}

/*body .open img {
    transition: all ease .4s;
}

body.menu-open .open img {
    transform: rotate(90deg);
}*/

body .close img {
    transition: all ease .4s;
}

body.menu-open .close img {
    transform: rotate(90deg);
}

header .menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(255, 255, 255, .6);
    z-index: 17;
    -webkit-transition: opacity .6s cubic-bezier(.2, .8, .4, 1);
    transition: opacity .6s cubic-bezier(.2, .8, .4, 1);
}

.menu-open .menu-bar {
    opacity: 0;
    -webkit-transition: opacity .2s cubic-bezier(.2, .8, .4, 1);
    transition: opacity .2s cubic-bezier(.2, .8, .4, 1);
}

header .menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #fff;
    z-index: 20;
}

header .menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    opacity: 0.6;
    display: none;
    cursor: pointer;
    z-index: 19;
}

header .main-nav ul.gNav {
    position: relative;
    display: block;
    max-width: 240px;
    margin: 0 auto;
    padding: 90px 0 0;
    font-family: 'Josefin Sans', sans-serif;
}

header .main-nav ul.gNav li {
    display: block;
    text-align: left;
    font-size: 15px;
    letter-spacing: 4px;
    padding-bottom: 7px;
}

header h1 img {
    width: 160px;
    -webkit-filter: drop-shadow(1px 0 3px #363636);
}

@media only screen and (min-width: 1025px) {

    header .gNav-btn span {
        padding: 25px 0 10px;
    }

    header .gNav-btn2 {
        padding: 15px 0 10px;
    }

    /*header .gNav-btn {
        display: none;
    }
    header .gNav-btn2 {
        display: none;
    }
    header .main-nav {
        top: 35px;
        right: 50px;
        left: auto;
        bottom: auto;
        width: auto;
        height: auto;
    }
    header .main-nav ul.gNav {
        width: auto;
        max-width: 100%;
        padding: 0;
    }
    header .main-nav ul.gNav li {
        float: left;
        padding-left: 20px;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 12px;
    }
    header .main-nav ul.gNav li a {
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        -ms-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
    }
    header .main-nav ul.gNav li a:hover {
        color: #888;
    }*/
}

@media only screen and (max-width: 1025px) {
    header h1 {
        left: 50%;
        width: 140px;
        margin-left: -65px;
    }

    header h1 img {
        width: 100%;
    }
}


/* :::::::::::::::::::::::::::::
   main area 
   :::::::::::::::::::::::::::::; */

#main {
    background: var(--maincolor);
    position: relative;
}

#main .section-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0;
}

#main .section-inner .table {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

#main .section-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(../img/home/top.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#main h1 {
    font-size: 5rem;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}

#main h2 {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #fff;
    font-weight: normal;
}

@media only screen and (max-width: 667px) {
    #main .section-inner .table .table-cell {
        top: -12px;
    }
}

@media only screen and (max-width: 768px) {
    #main .section-inner::before {
        width: 100%;
        height: 50%;
    }

    #main h1 {
        font-size: 3rem;
    }

    /* header .gNav-btn span {
        padding: 10px 0;
    } */

    /* header .gNav-btn2 {
        padding: 10px 0;
    } */

    header .gNav-btn2 {
        padding: 0px 0;
    }

    header h1 {
        top: 10px !important;
    }

    header .gNav-btn2 {
        top: 14px !important;
        right: 16px !important;
    }

    header .gNav-btn {
        top: 24px !important;
    }

    .contact header h1 {
        top: 28px !important;
    }

    /* .recruit header h1 {
        top: 28px !important;
    } */
}


/* :::::::::::::::::::::::::::::
   contents_area 
   :::::::::::::::::::::::::::::; */

@media only screen and (max-width: 1080px) {
    .contents_area .section-inner {
        padding: 100px 80px;
    }
}

.contents_area section {
    position: relative;
    width: 100%;
}

.contents_area .section-inner {
    max-width: 1000px;
    padding: 100px 30px;
    margin: 0 auto;
}

.submenu {
    position: absolute;
    left: -50px;
    top: 180px;
    transform: rotate(-90deg);
    letter-spacing: 4px;
    font-size: 0.5rem;
}

.submenu.white {
    color: #FFF;
}

.submenu.side_R {
    left: auto;
    right: -50px;
}

.submenu span {
    color: #999999;
}

.submenu.white span {
    color: #000;
}

@media only screen and (max-width: 768px) {
    .contents_area .section-inner {
        padding: 20px 20px 50px;
    }

    .submenu {
        transform: rotate(0deg);
        position: relative;
        left: 0;
        top: 0;
        padding: 50px 20px 0;
        font-size: 12px;
    }

    .submenu.side_R {
        right: 0;
    }

    .pt0 {
        padding-top: 0 !important;
    }
}


/* :::::::::::::::::::::::::::::
   contents about
   :::::::::::::::::::::::::::::; */

#about h3 {
    color: rgba(177, 182, 182, 1);
    font-size: 5rem;
    font-weight: 300;
    line-height: 1;
    font-family: 'Josefin Sans', sans-serif;
}

#about h3 span {
    color: #363636;
    font-weight: bold;
    font-size: 2rem;
    display: block;
    padding-bottom: 15px;
    letter-spacing: 2px;
}

#about p strong {
    display: block;
    font-size: 13px;
    margin: 0px 0 30px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
    #about h3 {
        font-size: 1.84rem;
        padding-bottom: 0px;
    }

    #about h3 span {
        font-size: 1rem;
        padding-bottom: 6px;
    }

    #about p strong {
        margin: 5px 0 20px;
        line-height: 1.6;
    }

    .spNone {
        display: none;
    }

    .cf-pb1 {
        display: block;
        line-height: 140%;
        letter-spacing: .04em;
    }


}


/* :::::::::::::::::::::::::::::
   contents produce
   :::::::::::::::::::::::::::::; */

#produce {
    background: var(--maincolor);
}

#produce::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(../img/home/produce.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#produce .produce_box {
    position: relative;
}

#produce .produce_L {
    width: calc(50% + 160px);
    float: left;
    border: 2px solid #fff;
    position: relative;
    left: -80px;
    padding: 100px 80px;
}

#produce .produce_L h3 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Josefin Sans', sans-serif;
}

#produce .produce_L p strong {
    display: block;
    font-size: 14px;
    margin: 13px 0;
}

#produce .contact_link {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    margin-top: 30px;
    letter-spacing: 2px;
    font-size: 13px;
}

#produce .contact_link_btn {
    text-align: center;
    background: #363636;
    color: #fff;
    padding: 18px;
    letter-spacing: 4px;
    font-size: 12px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#produce .contact_link_btn:hover {
    background: rgba(54, 54, 54, 0.8);
}

#produce .produce_R {
    width: calc(50% - 120px);
    position: absolute;
    color: #fff;
    left: calc(50% + 120px);
    height: 100%;
}

#produce .produce_R p {
    padding-bottom: 30px;
}

#produce .produce_R p.last {
    padding-bottom: 0;
}

#produce .produce_R p.prd_ttl {
    font-size: 12px;
    letter-spacing: 2px;
    padding-bottom: 0;
    font-weight: 100;
}

@media only screen and (max-width: 768px) {
    #produce .contact_link_btn {
        display: block;
    }

    #produce::before {
        left: 0;
        top: 50%;
        width: 100%;
        height: 50%;
    }

    #produce .produce_L {
        width: 100%;
        float: none;
        left: auto;
        padding: 30px;
    }

    #produce .produce_R {
        position: relative;
        width: 100%;
        left: auto;
        height: auto;
        padding: 40px 0 10px;
    }

    #produce .produce_R p.prd_ttl {
        padding-bottom: 3px;
    }

    #produce .produce_R p {
        padding-bottom: 15px;
        font-size: 12px;
        line-height: 1.5;
    }
}


/* :::::::::::::::::::::::::::::
   contents recruit
   :::::::::::::::::::::::::::::; */


/* section#recruit{
  margin-top: 30px;
}

section#recruit .section-inner{
  background: #FDD900 0% 0% no-repeat padding-box;
opacity: 1;
} */

#recruit .section-inner .recruit {
    background: var(--maincolor) 0% 0% no-repeat padding-box;
    padding: 4%;
    opacity: 1;
}

#recruit .recruit-inner {
    border: 2px solid #FFFFFF;
    padding: 5%;
}

#recruit .recruit h3 {
    text-align: center;
    font: normal normal 300 32px Josefin Sans;
    letter-spacing: 2.6px;
    color: #363636;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 30px;
    display: block;
}

.top_recruit_link {
    margin: 0 auto;
    width: 60%;
}

.top_recruit_link .top_recruit_link_btn {
    padding: 3%;
    background: #363636;
    text-align: center;
    font: normal normal normal 18px/22px Josefin Sans;
    /* font-weight: 300; */
    letter-spacing: 1.8px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    display: block;
}

@media only screen and (max-width: 768px) {
    .top_recruit_link {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    #recruit .recruit h3 {
        font-size: 26px;
    }

    .top_recruit_link .top_recruit_link_btn {
        padding: 5%;
    }
}


/* :::::::::::::::::::::::::::::
   contents works
   :::::::::::::::::::::::::::::; */

#works ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    position: relative;
}

#works ul li:nth-child(3n) {
    margin-right: 0;
}

#works ul li img {
    width: 100%;
    vertical-align: middle;
}

#works ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .5))
}

#works ul li a {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#works ul li a:hover {
    opacity: 0.7;
}

#works ul li .works_name {
    position: absolute;
    /*background: #FFF;*/
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 13px;
    display: inline-block;
    width: 50%;
    color: #FFF;
    line-height: 1;
}

#works ul li .works_name.ver2 {
    position: absolute;
    /*background: #FFF;*/
    left: initial;
    right: 0;
    bottom: initial;
    top: 0;
    z-index: 3;
    padding: 13px;
    display: inline-block;
    width: 50%;
    color: #FFF;
    line-height: 1;
    text-align: right;
}

#works ul li .works_name span.undername {
    font-size: 60%;
    display: block;
    margin-top: 5px;
}

#works ul li .works_name span.overname {
    font-size: 60%;
    display: block;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
    #works ul li {
        width: 100%;
    }

    #works ul li:nth-child(3n) {
        margin-right: 2%;
    }

    #works ul li:nth-child(2n) {
        margin-right: 0;
    }

    #works ul li .works_name {
        width: 100%;
        font-size: 0.8rem;
    }

    #works ul li .works_name {
        padding: 7px;
    }

    #works ul li img {
        width: 100%;
        vertical-align: middle;
        object-fit: cover;
        object-position: center;
        aspect-ratio: 1 / 1;
        /* height: 160px; */
    }

    #works ul li {
        margin-right: 0;
        margin-bottom: 20px;
    }
}


/* :::::::::::::::::::::::::::::
   contents brands
   :::::::::::::::::::::::::::::; */

#brands {
    background: #fff;
    border-top: 1px solid #eee;
    padding-top: 100px;
}

#brands .section-inner {
    padding: 50px 30px !important;
}

#brands h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 50px;
    text-align: center;
}

#brands ul li {
    width: 15%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    position: relative;
}

#brands ul li:nth-child(6n) {
    margin-right: 0;
}

#brands ul li img {
    width: 100%;
}

#brands ul li a {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#brands ul li a:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 768px) {
    #brands ul li {
        width: 49%;
        margin-bottom: 1%;
    }

    #brands ul li:nth-child(6n) {
        margin-right: 1.333%;
    }

    #brands ul li:nth-child(2n) {
        margin-right: 0;
    }

    #brands ul li .works_name {
        width: 85%;
        font-size: 0.8rem;
    }
}


/* :::::::::::::::::::::::::::::
   contents press
   :::::::::::::::::::::::::::::; */

@media only screen and (max-width: 1080px) {
    #press .section-inner {
        padding: 50px 70px !important;
    }
}

#press {
    background: #dddddd;
}

#press .section-inner {
    padding: 50px 30px !important;
}

#press h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 13px;
    width: 15%;
    float: left;
}


/* #press ul {
	float: right;
	width: 85%;
    } */

#press ul li {
    padding-bottom: 10px;
}

#press ul li:last-child {
    padding-bottom: 0;
}

#press ul li a {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#press ul li a:hover {
    color: #d1b10d;
}

#press .table-img {
    width: 60px;
}

#press .table-img img {
    width: 100%;
}

#press .table-txt {
    font-size: 13px;
}


/* 変更 */

.table.table-cell.table-txt.media-box {
    display: flex;
}

#press .table-name {
    width: 30%;
    font-weight: bold;
}

#press .table-category {
    width: 25%;
}

#press span.s-txt {
    font-size: 10px;
}

#press .table-name {
    font-size: 19px;
}

#press .glamping-guide {
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    #press .section-inner {
        padding: 30px 20px !important;
    }

    #press h3 {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    #press ul {
        width: 100%;
        float: none;
    }

    #press .table-txt {
        font-size: 11px;
    }

    #press .table-name {
        font-size: 14px;
        width: 43%;
    }

    #press .glamping-guide {
        font-size: 12px;
    }

    #press .table-category {
        width: 38%;
    }
}


/* :::::::::::::::::::::::::::::
   footer 
   :::::::::::::::::::::::::::::; */

footer {
    background: #363636;
    color: #FFF;
    padding: 20px 60px 60px;
    text-align: center;
}

.footer_logo {
    width: 200px;
    display: inline-block;
}

.footer_logoL {
    width: 30%;
    max-width: 330px;
    margin: 50px auto 0px;
}

.footer_logoL img {
    display: block;
    width: 100%;
}

footer ul.f_list {
    width: 40%;
    margin: 0 auto;
    max-width: initial !important;
    padding: initial !important;
}

footer ul.f_list li {
    width: 31%;
}

footer ul.f_list li a {
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.footer_logo img {
    width: 100%;
}

.footer_address {
    text-align: left;
    font-size: 11px;
    display: inline-block;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #fff;
}

footer ul {
    max-width: 420px;
    margin: 0 auto 40px;
    padding: 0 20px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fLogoArea {
    max-width: 360px;
    margin: 0 auto;
    padding: 0 20px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.fLogoArea p {
    width: 50%;
}

footer ul li {
    width: 33%;
    margin-bottom: 20px;
}

footer ul li a {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

footer ul li a:hover {
    opacity: 0.7;
}

footer ul li img {
    width: 100%;
}

footer ul li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    footer {
        padding: 30px 20px;
    }

    .footer_logo {
        width: 100px;
        padding-bottom: 5px;
        display: block;
        margin: 0 auto;
    }

    .footer_address {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
        text-align: center;
        display: block;
    }

    .fLogoArea {
        max-width: 260px;
    }

    footer ul {
        max-width: 300px;
    }
}


/* :::::::::::::::::::::::::::::
   works page 
   :::::::::::::::::::::::::::::; */

.works header h1 img {
    -webkit-filter: drop-shadow(0 0 0);
}

.works .contents_area .section-inner {
    max-width: 780px;
}

.works .contents_area h1 {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 50px;
    color: var(--maincolor);
}

.works .contents_area h1 span {
    display: block;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #363636;
}

.works .contents_area p {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.works .contents_area a {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    display: block;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.works .contents_area a:hover {
    color: #d1b10d;
}

.works .contents_area ul li {
    padding-bottom: 8px;
}

.works .contents_area ul li img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .works .contents_area .section-inner {
        padding: 100px 20px 30px;
    }
}


/* :::::::::::::::::::::::::::::
   recruit page 
   :::::::::::::::::::::::::::::; */

/* .recruit header h1 img {
    -webkit-filter: drop-shadow(0 0 0);
} */


/* .recruit .contents_area .section-inner {
    max-width: 780px;
}

.recruit .contents_area h1 {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 50px;
    color: var(--maincolor);
}

.recruit .contents_area h1 span {
    display: block;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #363636;
}

.recruit .contents_area h2 {
    font-size: 1rem;
    padding-bottom: 30px;
}

.recruit table {
    width: 100%;
    margin: 50px 0 30px;
    border-collapse: collapse;
    border-spacing: 0;
}

.recruit table th,
.recruit table td {
    border: 1px solid #eee;
}

.recruit table thead th {
    font-size: 12px;
    letter-spacing: 3px;
    padding: 10px;
    color: #363636;
    background: #eee;
}

.recruit table tbody th {
    font-size: 12px;
    letter-spacing: 2px;
    width: 25%;
    text-align: left;
    padding: 15px 20px;
}

.recruit table tbody td {
    font-size: 12px;
    letter-spacing: 2px;
    width: 75%;
    padding-left: 20px;
    padding: 15px;
}

.recruit .recruit_link {
    text-align: center;
    padding-top: 16px;
}

.recruit .recruit_link_btn {
    display: inline-block;
    padding: 14px 48px;
    border-radius: 25px;
    color: #FFF;
    letter-spacing: 4px;
    background-color: var(--maincolor);
    transition: all ease .5s;
}

.recruit .recruit_link_btn:hover {
    background: rgba(248, 217, 58, 0.8);
}

@media only screen and (max-width: 768px) {
    .recruit .contents_area .section-inner {
        padding: 100px 20px 30px;
    }
    } */

.inner {
    width: 100%;
    max-width: 1074px;
    margin: 0 auto;
    padding: 0 15px;
}

.en {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}

.font-weight-bold {
    font-weight: 700;
}

.font-weight-medium {
    font-weight: 500;
}

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

.f-24 {
    font-size: 24px !important;
}

.f-30 {
    font-size: 30px !important;
}

.f-40 {
    font-size: 40px !important;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.recruit_main {
    /* padding-top: 86px; */
    background: #F2F2F2;
    font-family: 'Noto Sans JP', sans-serif;
}

.recruit_main p span {
    font-size: inherit;
    letter-spacing: 0;
}

.recruit_main h2,
.recruit_main h3 {
    letter-spacing: 0;
}

.recruit_main dl dt {
    padding: 0;
}

.recruit .main_mv,
.recruit .mv_slider,
.recruit .mv_slider_cont {
    position: relative;
}

.recruit .mv_slider_cont::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
}

.recruit .mv_slider_cont .slick-slide img {
    width: 100%;
}

.recruit .recruit_mv_ttl {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
}

.recruit .recruit_mv_ttl p {
    font-size: 14px;
    padding-right: calc(50% - 41vw + 430px);
}

.recruit .recruit_mv_ttl .en {
    letter-spacing: .05em;
}

.recruit .recruit_mv_ttl .col-yel {
    font-size: 70px;
    font-weight: 300;
    color: #fff;
    /* color: var(--maincolor); */
    letter-spacing: 0;
    line-height: 1.35;
}

.recruit .main_ttl {
    position: absolute;
    right: 9%;
    bottom: -30px;
    width: 82%;
    max-width: 430px;
    padding: 60px 30px;
    background: #fff;
}

.recruit .main_ttl p {
    line-height: 1.35;
}

.recruit .main_ttl p.btn a {
    display: block;
    font-size: 15px;
    width: 72%;
    padding: 14px 20px;
    box-sizing: border-box;
    text-align: center;
    background: #363636;
    color: #fff;
    border: 1px solid #363636;
    margin: 20px auto 0;
    position: relative;
    transition: all ease .4s;
}

.recruit .main_ttl p.btn a:hover {
    opacity: .8;
    color: #000;
    background: #fff;

}

.recruit .main_ttl p.btn a::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/arrowWH.svg) no-repeat;
    background-position: center center;
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease .4s;
}

.recruit .main_ttl p.btn:hover a::after {
    background: url(../img/arrowBK.svg) no-repeat;
    right: 14px;
}

.recruit .main_ttl p.catch {
    text-align: center;
    font-size: .7rem;
    margin-top: 4px;
    color: red;
}

.recruit .main_ttl h2 {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.recruit .main_ttl h2 .en {
    font-size: 28px;
}

.recruit section {
    padding-top: 70px;
}

.recruit_creative p {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
}

.recruit_vision {
    padding-bottom: 70px;
}

.recruit_vision ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recruit_vision ul li {
    width: 32.3%;
    margin-top: 20px;
    padding: 30px 15px;
    border: 2px solid #000;
}

.recruit_vision ul li p {
    font-size: 14px;
}

.recruit_vision ul li .vision_num {
    font-size: 18px;
}

.recruit_vision ul li h3 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #9D9A9A;
    line-height: 1.2;
}

.recruit_vision ul li h3 span {
    font-size: 26px;
    font-weight: 400;
    color: #000;
}

.recruit_mission {
    padding-top: 70px;
}

.missionCatch {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #9D9A9A;
    line-height: 1.2;
}

.missionCatch span {
    font-size: 26px;
    font-weight: 400;
    color: #000;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.visionPdf {
    margin-top: 40px;
}

.visionPdf a {
    display: block;
    width: 50%;
    margin: 0 auto 20px;
    text-align: center;
    padding: 30px 15px;
    border: 2px solid #000;
    transition: all ease .4s;
}

.visionPdf a {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #9D9A9A;
    line-height: 1.4;
}

.visionPdf a:hover {
    background: #000;
    color: #fff;
}

.visionPdf span {
    font-size: 26px;
    font-weight: 400;
    color: #000;
    transition: all ease .4s;
}

.visionPdf a:hover span {
    color: #fff;
}

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

    .missionCatch span,
    .visionPdf span {
        font-size: 18px;
    }

    .visionPdf {
        font-size: 12px;
    }

    .visionPdf a {
        width: 100%;
    }

}

.job_offers {
    padding-top: 0;
    padding-bottom: 70px;
}

.job_offers ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.job_offers ul li {
    width: 49%;
    margin-top: 20px;
}

.job_offers ul li a {
    display: block;
}

.job_offers ul li figure,
.recreations_people ul li figure {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.job_offers ul li figure img,
.recreations_people ul li figure img {
    transition: all .4s ease;
}

.job_offers ul li:hover figure::after,
.recreations_people ul li:hover figure::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .15);
}

.job_offers ul li:hover figure img,
.recreations_people ul li:hover figure img {
    transform: scale(1.08);
}

.job_offers ul li p {
    position: relative;
    padding: 15px 20px;
    font-weight: bold;
    background: #fff;
}

.job_offers ul li p::after {
    content: '>';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.staff_interview {
    padding: 60px 0;
    background: #fff;
}

.staff_interview ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
}

.staff_interview ul li:nth-child(2n) {
    flex-direction: row-reverse;
}

.staff_interview ul li figure {
    width: 50%;
}

.staff_interview ul li figure img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.staff_interview ul li .staff_cont {
    width: 46%;
}

.staff_interview ul li .staff_cont h3 {
    font-size: 18px;
    font-weight: bold;
}

.staff_interview ul li .staff_name {
    margin: 20px 0;
    font-weight: bold;
    font-size: 18px;
}

.staff_interview ul li .staff_name span {
    /* margin-left: 10px; */
    font-size: 14px;
    /* color: #767676; */
}

.recreations_people {
    padding-bottom: 110px;
}

.recreations_people ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recreations_people ul::after {
    content: '';
    width: 32%;
}

.recreations_people ul li {
    width: 32%;
    margin-top: 40px;
}

.recreations_people ul li a {
    display: block;
    position: relative;
}

.recreations_people ul li p {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65%;
    padding: 15px 20px;
    font-size: 18px;
    background: #000;
    color: #fff;
    line-height: 1.35;
    transform: translateY(50%);
    transition: all .4s ease;
    text-transform: none;
}

.recreations_people ul li p span {
    font-size: 12px;
    color: #767676;
}

.recreations_people ul li:hover p {
    width: 75%;
}

.recruit_interview .main_ttl p {
    font-size: 20px;
}

.recruit_interview .main_ttl {
    padding: 50px 30px;
}

.recruit_interview .main_ttl h2 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 0;
}

.recruit_interview .main_ttl .col-grey {
    font-size: 14px;
    color: #707070;
    text-transform: none;
}

.recruit_interview .interview_cont {
    padding: 80px 0;
}

.recruit_interview .interview_cont .interview_first {
    font-size: 16px;
    font-weight: bold;
}

.recruit_interview .interview_cont dl dt {
    margin-top: 35px;
    font-size: 14px;
    font-weight: bold;
}

.recruit_interview .interview_cont dl dd {
    margin-top: 10px;
}

.recruit_interview .interview_cont section {
    padding-top: 55px;
}

.recruit_interview .interview_cont section h3 {
    position: relative;
    margin-bottom: 25px;
    padding-left: 40px;
    font-size: 22px;
    font-weight: bold;
}

.recruit_interview .interview_cont section h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 25px;
    height: 3px;
    background: #000;
}

.recruit_interview .interview_cont .d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recruit_interview .interview_cont .d-flex figure {
    width: 50%;
}

.recruit_interview .interview_cont .d-flex .interview_txt {
    width: 47%;
}

.recruit_interview .interview_cont .interview_txt p span {
    font-size: 14px;
}

.recruit_interview .interview_cont .interview_photo {
    margin: 50px 0 35px;
}

.recruit_interview .interview_cont .interviewer_info {
    padding: 30px;
    border: 2px solid #000;
}

.recruit_interview .interview_cont .interviewer_info .en {
    font-size: 20px;
    text-transform: none;
}

.recruit_interview .interview_entry {
    padding: 50px 0;
    background: #fff;
}

.recruit_interview .interview_entry a {
    display: block;
    padding: 20px;
    color: #fff;
    background: #000;
}

.recruit_interview .interview_entry a img {
    margin-right: 10px;
}

.recruit_job .main_ttl h2 {
    font-size: 16px;
    line-height: 2;
    margin: 0;
}

.recruit_job .main_ttl h2 span {
    font-size: 34px;
    font-weight: 500;
}

.recruit_job_offers {
    padding: 70px 0;
}

.recruit_job_offers table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
}

.recruit_job_offers table tr th,
.recruit_job_offers table tr td {
    border-bottom: 2px solid #000;
    text-align: center;
    vertical-align: middle;
}

.recruit_job_offers table tr th {
    text-align: left;
}

.recruit_job_offers table thead tr td {
    padding: 15px 0;
    font-size: 12px;
    font-weight: bold;
}

.recruit_job_offers table tbody tr th,
.recruit_job_offers table tbody tr td {
    padding: 25px 0;
}

.recruit_job_offers table tbody tr th {
    padding-right: 5px;
    font-size: 18px;
    font-weight: bold;
}

.recruit_job_offers table tbody tr th dl {
    margin: 0;
}

.recruit_job_offers table tbody tr th dl dt {
    font-size: 14px;
    font-weight: bold;
}

.recruit_job_offers table tbody tr th dl dd {
    margin-top: 7px;
    font-size: 10px;
    color: #797979;
}

.recruit_job_offers table tbody tr td {
    width: 160px;
}

.recruit_job_offers table tbody tr td .recruiting {
    display: inline-block;
    width: 100%;
    max-width: 155px;
    line-height: 35px;
    border: 2px solid #000;
    font-weight: bold;
}

.recruit_job_offers table tbody tr td .recruiting a {
    display: block;
    transition: all ease .4s;
}

.recruit_job_offers table tbody tr td .recruiting a:hover {
    display: block;
    transition: all ease .4s;
    background: #000;
    color: #fff;
}

.job_staff {
    padding: 70px 0;
    background: #fff;
}

.job_staff+.job_staff {
    padding-top: 0;
}

.job_staff .recruit_list {
    margin-top: 30px;
}

.job_staff .f-24 {
    line-height: 1.5;
    margin-top: 30px;
}

.job_staff .recruit_list dl {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #707070;
}

.job_staff .recruit_list dl dt {
    font-weight: bold;
    width: 30%;
    padding-right: 10px;
    max-width: 220px;
    font-size: 16px;
}

.job_staff .recruit_list dl dd {
    flex: 1;
    font-size: 16px;
}

.job_staff .recruit_job_btn a {
    display: block;
    margin-top: 40px;
    padding: 20px;
    background: #F2F2F2;
}

@media screen and (max-width: 1060px) {
    .recruit .recruit_mv_ttl .col-yel {
        font-size: 5vw;
    }

    .recruit .recruit_mv_ttl p {
        padding-right: 0;
    }

    .recruit .main_ttl {
        position: relative;
        right: 0;
        bottom: 0;
        width: 90%;
        margin: -6vw 5% 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .f-24 {
        font-size: 16px !important;
    }

    .f-30 {
        font-size: 20px !important;
    }

    .f-40 {
        font-size: 24px !important;
    }

    .recruit .recruit_mv_ttl .col-yel {
        font-size: 5vw;
    }

    .recruit_vision ul,
    .recreations_people ul {
        justify-content: center;
        margin: 0 -.5%;
    }

    .recruit_vision ul li {
        width: 49%;
        margin: 20px .5% 0;
    }

    .recreations_people ul li {
        width: 49%;
        margin: 40px .5% 30px;
    }

    .recruit .main_ttl h2 .en {
        font-size: 20px;
    }

    .recruit_vision ul li h3 span,
    .recruit_interview .interview_cont section h3 {
        font-size: 18px;
    }

    .staff_interview ul li .staff_cont h3,
    .staff_interview ul li .staff_name,
    .recruit_interview .main_ttl p,
    .recruit_interview .main_ttl h2 {
        font-size: 16px;
    }

    .recruit_creative p,
    .recruit_vision ul li .vision_num,
    .recreations_people ul li p,
    .recruit_job_offers table tbody tr th {
        font-size: 14px;
    }

    .recruit_vision ul li h3 {
        font-size: 12px;
    }

    .staff_interview ul li figure,
    .recruit_interview .interview_cont .d-flex figure {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .staff_interview ul li .staff_cont,
    .recruit_interview .interview_cont .d-flex .interview_txt {
        width: 100%;
    }

    .recruit_job .main_ttl h2 span {
        font-size: 24px;
    }

    .recruit_job_offers table tbody tr td {
        width: 120px;
        padding: 25px 5px;
    }
}

@media screen and (max-width: 480px) {
    .recruit .main_ttl {
        padding: 25px 15px;
    }

    .recruit .recruit_mv_ttl p:not(.en) {
        display: none;
    }

    .recruit_vision ul li,
    .recreations_people ul li,
    .job_offers ul li {
        width: 100%;
    }

    .job_offers {
        padding-top: 0 !important;
    }

    .recruit_interview .interview_cont .interviewer_info {
        padding: 20px;
    }

    .recruit_interview .interview_cont section h3 {
        padding-left: 25px;
    }

    .recruit_interview .interview_cont section h3::before {
        width: 17px;
    }

    .recruit_job_offers table tbody tr td {
        width: 70px;
    }

    .job_staff .recruit_list dl dt {
        max-width: 90px;
        font-size: 14px;
    }

    .job_staff .recruit_list dl dd {
        font-size: 14px;
    }
}


/******** ENTRY FORM **********/

.entry_form {
    padding-top: 140px;
    padding-bottom: 70px;
}

.entry_form h2 {
    line-height: 1;
    margin-bottom: 40px;
}

.entry_form form {
    margin-top: 50px;
}

.col-red {
    color: #FF0000;
}

.entry_form form dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 0;
}

.entry_form form dl dt {
    width: 30%;
    max-width: 200px;
    font-size: 16px;
    font-weight: bold;
}

.entry_form form dl dd {
    flex: 1;
    font-size: 16px;
}

.entry_form form input {
    max-width: 550px;
    background: #fff;
    border: 1px solid #BCBCBC;
}

.entry_form form textarea {
    background: #fff;
    border: 1px solid #BCBCBC;
}

.entry_form form select {
    max-width: 200px;
    height: 45px;
    padding: 10px;
    background: #fff;
    border: 1px solid #BCBCBC;
}

.entry_form form dl.w_100 dt {
    width: 100%;
}

.entry_form form dl.w_100 dd {
    flex: none;
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #BCBCBC;
}

.entry_form form .submit_btn button {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin: 50px auto 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.entry_form form .submit_btn button:hover {
    background: #fff;
    color: #000;
}

@media screen and (max-width: 600px) {
    .entry_form form dl dt {
        width: 100%;
    }

    .entry_form form dl dd {
        flex: none;
        width: 100%;
        margin-top: 10px;
    }

    .footer_logoL {
        width: 50%;
        margin: 50px auto 10px;
    }

    footer ul.f_list {
        width: 90%;
    }

    footer ul.f_list li a {
        font-size: .9rem;
    }
}


/* :::::::::::::::::::::::::::::
   contact page 
   :::::::::::::::::::::::::::::; */

.contact header h1 {
    top: 31px;
}

/* .recruit header h1 {
    top: 31px;
} */

.contact .contents_area .section-inner {
    max-width: 780px;
}

.contact .contents_area h1 {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 50px;
    color: var(--maincolor);
}

.contact .contents_area h1 span {
    display: block;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #363636;
}

.contact .contents_area h2 {
    font-size: 1rem;
    padding-bottom: 30px;
}

.entry header h1 {
    top: 28px !important;
}

@media only screen and (max-width: 768px) {
    .contact .contents_area .section-inner {
        padding: 100px 20px 30px;
    }

    .contact header h1 {
        top: 13px;
    }

    .entry header h1 {
        top: 28px !important;
    }
}


/* :::::::::::::::::::::::::::::
   outline page 
   :::::::::::::::::::::::::::::; */

/* .outline header h1 img {
    -webkit-filter: drop-shadow(0 0 0);
} */

.outline .contents_area .section-inner {
    max-width: 780px;
}

.outline .contents_area h1 {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 50px;
    color: var(--maincolor);
}

.outline .contents_area h1 span {
    display: block;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #363636;
}

.outline .contents_area h2 {
    font-size: 1rem;
    padding-bottom: 30px;
}

.outline table {
    width: 100%;
    margin: 50px 0 30px;
    border-collapse: collapse;
    border-spacing: 0;
}

.outline table th,
.outline table td {
    border: 1px solid #eee;
}

.outline table thead th {
    font-size: 12px;
    letter-spacing: 3px;
    padding: 10px;
    color: #363636;
    background: #eee;
}

.outline table tbody th {
    font-size: 12px;
    letter-spacing: 2px;
    width: 25%;
    text-align: left;
    padding: 15px 20px;
}

.outline table tbody td {
    font-size: 12px;
    letter-spacing: 2px;
    width: 75%;
    padding-left: 20px;
    padding: 15px;
}

@media only screen and (max-width: 768px) {
    .outline .contents_area .section-inner {
        padding: 100px 20px 30px;
    }
}


/* :::::::::::::::::::::::::::::
   contents produce kasou
   :::::::::::::::::::::::::::::; */

/* .produce header h1 img {
    -webkit-filter: drop-shadow(0 0 0);
} */

.produce .contents_area .section-inner {
    max-width: 780px;
}

.produce .contents_area h1 {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 50px;
    color: var(--maincolor);
}

.produce .contents_area h1 span {
    display: block;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #363636;
}

.produce .contents_area h2 {
    font-size: 1rem;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.produce .produce_p {
    text-align: center;
}

.produce .produce_box01 {
    background: url(../img/produce/visual.jpg) center center no-repeat;
    text-align: center;
    margin: 60px 0 0;
    padding: 40px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.produce .produce_box01 p {
    background: rgba(255, 255, 255, 0.8);
    padding: 100px 30px;
    line-height: 2.5;
    color: #000;
}

.produce .produce_boxInner ul li {
    padding: 20px;
    background: #eee;
    margin: 2% 0;
}

.produce .produce_boxInner ul li:last-child {
    margin-right: 0;
}

.produce .produce_boxInner ul li h3 {
    font-weight: bold;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.produce .produce_box02 p.contact_p {
    text-align: center;
    margin: 30px 0 20px;
}

.produce .produce_box02 .contact_btn {
    display: block;
    text-align: center;
    background: #363636;
    color: #fff;
    padding: 18px;
    margin-bottom: 30px;
    letter-spacing: 4px;
    font-size: 12px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.produce .produce_box02 a:hover {
    background: #666;
}

.produce .produce_box02 .produce-list::after {
    content: '';
    display: block;
    width: 31.5%;
}

.produce .produce_box02 .produce-list .produce-link {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.produce .produce_box02 .produce-list .produce-link:hover {
    background: none;
    opacity: 0.7;
}

.produce .produce_box02 .produce-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
}


/* .produce .produce_box02 .produce-list::after {
	display: block;
	content:"";
	width: 31%;
    } */

.produce .produce_box02 .produce-item {
    width: 31.5%;
    margin-bottom: 40px;
}

/*.produce .produce_box02 .produce-item:nth-child(4) {
    margin-left: 11%;
}

.produce .produce_box02 .produce-item:nth-child(5) {
    margin-right: 11%;
    }*/

.produce .produce_box02 .produce-item .produce-text {
    text-align: center;
}

.produce .produce_box02 img.produce_img {
    max-width: 100%;
}

.produce .produce_box03 {
    background: url(../img/produce/bbq.jpg) center center no-repeat;
    margin: 60px 0 0;
    padding: 40px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.produce .produce_box03 .produce_box03Inner {
    background: rgba(255, 255, 255, 0.8);
    padding: 60px 30px;
    font-weight: bold;
    line-height: 2.5;
    color: #363636;
    text-align: left;
}

.produce .produce_box03 .produce_box03Inner li {
    position: relative;
    padding-left: 15px;
}

.produce .produce_box03 .produce_box03Inner li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 768px) {
    .produce .contents_area .section-inner {
        padding: 100px 20px 30px;
    }

    .produce .produce_p {
        text-align: left;
    }

    .produce .produce_box01 {
        margin-top: 20px;
        padding: 20px;
    }

    .produce .produce_box01 p {
        padding: 25px;
        text-align: left;
        line-height: 2;
        font-size: 11px;
        letter-spacing: 2px;
    }

    .produce .produce_box02 p.contact_p {
        margin-top: 10px;
    }

    .produce .produce_box02 .produce-item {
        width: 100%;
    }

    .produce .produce_box02 .produce-item:nth-child(4) {
        margin-left: 0;
    }

    .produce .produce_box02 .produce-item:nth-child(5) {
        margin-right: 0;
    }

    .produce .produce_box03 {
        margin-top: 20px;
        padding: 20px;
    }

    .produce .produce_box03 .produce_box03Inner {
        padding: 25px;
    }

    .produce .produce_box03 .produce_box03Inner li {
        text-align: left;
        line-height: 2;
        font-size: 11px;
        letter-spacing: 2px;
    }
}


/* contact */

.header-nolink .interactive-block .imgmask {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: 0.4;
}

.header-nolink .interactive-block .overlay-text h1 {
    margin: -58px 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.header-nolink .interactive-block .overlay-text p {
    margin: 20px auto 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.cell .cnt-txt {
    text-align: center;
    padding: 30px 0 15px;
}

.cell .cnt-mail {
    text-align: center;
}

.cell .cnt-mail a img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-delay: 0;
}

.cell .cell-contact {
    background-color: #eee
}

@media (max-width:768px) {
    .header-nolink .interactive-block .overlay-sp h1 {
        margin: 0 20px;
        padding: 10px 0;
    }

    .overlay-sp .text-block h1 span {
        padding-left: 10px;
    }

    .cell .cell-contact {
        width: 90%;
        margin: 0 auto
    }

    .cell .cnt-txt {
        padding: 20px 0 15px;
    }
}

.contact_inner {
    margin: 0;
}

.contact_inner_mask {
    padding: 30px 35px;
}

.contact_body {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    box-sizing: border-box;
    border-top: 1px dotted #ccc;
}

.hafbox {
    width: 49%;
    float: left;
}

.hafbox:first-child {
    margin-right: 2%;
}

.input_title {
    color: #222;
    display: block;
    padding: 10px 0;
}

input,
textarea {
    border: none;
    outline: none;
    background: #efefef;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    vertical-align: bottom;
    letter-spacing: .05em;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100% !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"] {
    height: 45px;
    width: 100% !important;
}

textarea {
    min-height: 100px;
}

input[name="place"] {
    font-size: 18px;
    height: 60px;
    text-align: center;
}

input.half-input {
    width: 49%;
}

input[type="submit"],
input[type="reset"],
button {
    cursor: pointer;
    -webkit-appearance: none !important;
}

input[type="submit"]:disabled {
    background: #fff;
    opacity: 1;
    -webkit-appearance: none !important;
    text-decoration: line-through;
}

label {
    padding: 10px 0;
    display: inline-block;
}

select {
    width: 100%;
    background: url("../img/select-background.png") no-repeat right center #f9f9f9;
    box-shadow: 0 1px 3px #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    padding: 10px;
    height: 45px;
    -webkit-padding-end: 30px;
    -webkit-padding-start: 6px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

select:hover,
select:focus {
    box-shadow: 0 1px 3px #888;
    background-color: #fff;
    outline: none;
}

.oldie select {
    background: none;
    padding: 0;
}

.outlinebtn {
    display: inline-block;
    padding: 2px;
    border-radius: 35px;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.6;
    text-transform: uppercase;
    background: var(--maincolor);
    background: linear-gradient(to top, var(--maincolor) 0%, #dfbe18 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--maincolor)', endColorstr='#dfbe18', GradientType=1);
}

.outlinebtn .outlinebtn_inner,
.outlinebtn button {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 58px;
    background: #fff;
    border: none;
    border-radius: 35px;
    color: var(--maincolor);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.outlinebtn_black {
    display: inline-block;
    padding: 10px 34px;
    border-radius: 35px;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    border: 2px solid #666;
    background: #fff;
    text-transform: uppercase;
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.outlinebtn:hover .outlinebtn_inner,
.outlinebtn:hover button {
    color: #fff;
    background: transparent;
}

.outlinebtn_black:hover {
    background: #222;
    color: #fff;
}

.checkbox {
    position: relative;
    padding-left: 32px;
    padding-right: 5px;
}

.checkbox .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    border: 2px solid #9f9f9f;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    margin-left: -32px;
}

.checkbox.checked .icon {
    color: #4c38bd;
}

.submitarea {
    text-align: right;
    margin: 50px 0 10px;
}

.submitarea .outlinebtn {
    margin-left: 10px;
}

.wpcf7-not-valid {
    background: #F9F9F9;
}

.contact_body .screen-reader-response ul {
    display: none;
}

.contact_body div.wpcf7-response-output {
    border: none;
    background: #F9F9F9;
    color: #000;
    border-radius: 4px;
    margin: 1em 0;
    padding: .5em 1em;
}

.contact_body div.wpcf7-mail-sent-ok {
    border-bottom: 1px solid #d02525;
    background: #fff;
    color: #b44343;
    border-radius: 0;
    padding: 10px 0;
    margin: 2em 0;
}

.contact_body .wpcf7-not-valid-tip {
    color: #b44343;
    margin: 0 0 20px;
    display: block;
    font-size: 12px;
    height: 20px;
    padding-top: 5px;
    position: relative;
}

.contact_body .ajax-loader {
    display: none;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border-bottom: 1px solid #b44343;
    margin-bottom: 0;
}

@media all and (max-width: 767px) {
    .contact_inner_mask {
        padding: 0;
    }

    .contact_body {
        padding: 20px;
    }

    .hafbox {
        width: 100%;
        float: left;
    }

    .outlinebtn .outlinebtn_inner,
    .outlinebtn input,
    .outlinebtn_black {
        padding: 10px 18px;
    }

    .inputarea .clearfix {
        margin-bottom: 25px;
    }
}

.post-content {
    padding: 0 0 40px;
}

.indent {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.indent p {
    margin: 10px 0;
}

.indent .text_content3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 35px;
    color: #5c5734;
}

.indent .text_content4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #B8001D;
}

.indent .box_link {
    border: 1px solid #ccc;
    margin: 20px 0 0;
    padding: 20px;
}

/* 20210531 エントリー　一時的*/
/* .contact_link {
        border-bottom: 1px solid #ff0000;
    } */

@media all and (max-width: 767px) {
    .text-sp {
        text-align: left !important;
    }
}



header .gNav-btn2 .mark img {
    width: 52px;
}

.about_info span {
    margin-bottom: 15px;
    display: inline-block;
}

#brandArea {
    padding-top: 60px;
}

#brandArea h3 {
    text-align: center;
    font: normal normal 300 32px Josefin Sans;
    letter-spacing: 2.6px;
    color: #363636;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 60px;

}

@media all and (max-width: 767px) {
    header .gNav-btn2 {
        right: 12px;
    }

    header .gNav-btn2 .mark img {
        width: 49px;
    }

    header .gNav-btn span {
        padding: 0px;
    }

    .recruit .recruit_mv_ttl .col-yel {
        font-size: 11vw;
    }

    header h1 {
        top: -4px;
    }

    .about_info {
        line-height: 140%;
    }

    .about_info span {
        margin-bottom: 5px;
        display: inline-block;
    }

    .about_info span {
        margin-bottom: 5px;
        display: inline-block;
    }

    #brandArea h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

}