@charset "utf-8";

body {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: auto !important;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #644016;
    background-color: #ECE0CB;
    background-image: url(https://nl-wakayama.com/system_panel/uploads/images/t_cover_bg.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: auto;
}

#root {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.telWrap {
    color: inherit;
    text-decoration: underline;
}

p>a,
label>a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    color: inherit;
}

.hidden {
    overflow: hidden;
}

.cursol-pointer {
    cursor: pointer;
}

.white-space-nowrap {
    white-space: nowrap;
}

.brNone br {
    display: none;
}

.brNone1200 br {
    display: none;
}

/* ----- common ----- */
/* -- title -- */

.tit01 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #644016;
}

.enTit01 {
    margin: 0 0 8px 0;
    font-family: 'Londrina Solid', cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    color: #C4A25C;
}

.titBox {
    margin: 0 0 30px 0;
}

.subTit01 {
    font-family: 'Noto Serif JP', serif;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.643em;
}

.enSubTit01 {
    font-family: 'Noto Serif', serif;
    color: #013300;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.33em;
}

.subTitBox {
    margin-bottom: 10px;
}

/* -- title decoration -- */



/* -- txt -- */

.txt01 {
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0.1em;
}

.txt02 {
    font-weight: 500;
    line-height: 2.222em;
    letter-spacing: 0.1em;
}

.txtColor01 {
    color: #fff;
}

.txtColor02 {
    color: #880E18;
}

.txtColor03 {
    color: #1D1D1D;
}

.txtColor04 {
    color: #EF8E01;
}

.txtColor05 {
    color: #C4A25C;
}

/* -- font -- */

.font01 {
    font-family: 'Noto Serif JP', serif !important;
}

.font02 {
    font-family: 'M PLUS 1p', sans-serif;
}

.enFont01 {
    font-family: 'Londrina Solid', cursive;
}

.enFont02 {
    font-family: 'Inter', sans-serif;
}

/* -- back-ground -- */

.bgColor01 {
    background-color: #ECE0CB;
}

.bgColor02 {
    background-color: #EF8E01;
}

.bgColor03 {
    background-color: #FBF8F2;
}

.bgColor04 {
    background-color: #FBF6EE;
}


/* header */

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: 999;
}

/* -- layout -- */

.wrap01 {
    padding: 80px 0;
}

.inner {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    min-height: 30px;
}

/*-- incover --*/

.incoverWr {
    max-width: 1920px;
    width: 100%;
    padding: 0 15px;
}

.incover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1830px;
    width: 100%;
    height: 240px;
    margin: auto;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}

.incover::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .16);
    margin: auto;
}

.incoverBox {
    position: relative;
    width: 100%;
    padding: 50px 15px 0;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.incoverTit {
    font-size: 24px;
    font-weight: bold;
    font-family: 'M PLUS 1p', sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.509em;
    margin: 0;
}

.incoverSubTit {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Londrina Solid', cursive;
    letter-spacing: 0.1em;
    line-height: 1.182em;
    margin: 0 0 11px 0;
}

/* -- bread -- */

.breadWrap {
    padding: 15px 0;
    font-size: 12px;
}

.breadBox {
    max-width: 1450px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.breadLink {
    display: block;
    color: #644016;
    text-decoration: underline !important;
}

.breadLink:hover {
    text-decoration: none !important;
    color: #644016;
}

/*-- button --*/

.btn01 {
    display: block;
    max-width: 245px;
    width: 100%;
    padding: 17px 15px 18px 29px;
    border-radius: 32px;
    transition: all .5s;
}

.btn02 {
    display: block;
    width: 100%;
    padding: 17px 15px 18px 20px;
    border-radius: 32px;
    transition: all .5s;
}

.btnBrown {
    border: 2px solid #C4A25C;
    background-color: #C4A25C;
}

.btnOrange {
    border: 2px solid #E67600;
    background-color: #E67600;
}

.btnRed {
    border: 2px solid #9C0E1A;
    background-color: #9C0E1A;
}

.btnBlack {
    border: 2px solid #1D1D1D;
    background-color: #1D1D1D;
}

.btn01 p {
    position: relative;
    max-width: 181px;
    width: 100%;
    padding: 0 0 0 11px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: start;
    transition: all .5s;
}

.btn01 p::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    transition: all .5s;
}

.btn01:hover {
    background-color: #fff;
    transition: all .5s;
}

.btn01:hover p {
    text-align: center;
    transition: all .5s;
}

.btn02 p {
    position: relative;
    width: 90%;
    padding: 0 0 0 5%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: start;
    transition: all .5s;
}

.btn02 p::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    transition: all .5s;
}

.btn02:hover {
    background-color: #fff;
    transition: all .5s;
}

.btn02:hover p {
    text-align: center;
    transition: all .5s;
}

.btnBrown:hover p {
    color: #C4A25C;
}

.btnOrange:hover p {
    color: #E67600;
}

.btnRed:hover p {
    color: #9C0E1A;
}

.btnBlack:hover p {
    color: #1D1D1D;
}

.btn01:hover p::after {
    opacity: 0;
    transition: all .5s;
}

/* -- form -- */

.privacyBox::-webkit-scrollbar {
    width: 10px;
}

.privacyBox::-webkit-scrollbar-track {
    background-color: #ECE0CB;
}

.privacyBox::-webkit-scrollbar-thumb {
    background-color: #644016;
    border-radius: 20px;
}

/* -- google map -- */

.googleMap {
    display: block;
    width: 100%;
    height: 360px;
    margin: 0 auto;
}

.googleMap>iframe {
    width: 100%;
    height: 100%;
}

/* -- footer -- */

.fContWr::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    margin: auto;
}

.fContBtnForm {
    transition: all .3s;
}

.fContBtnFormIcon,
.fContBtnFormArrow {
    -webkit-filter: brightness(5000%) saturate(0%);
    filter: brightness(5000%) saturate(0%);
    transition: all .3s;
}

.fContBtnForm:hover {
    background-color: #fff;
    transition: all .3s;
}

.fContBtnForm:hover .fContBtnFormIcon,
.fContBtnForm:hover .fContBtnFormArrow {
    -webkit-filter: none;
    filter: none;
    transition: all .3s;
}

.fContBtnForm:hover .fContBtnFormTxt {
    color: #C4A25C;
}

.fContBtnForm:hover .fContBtnFormArrow {
    transform: translateX(15px);
    transition: all .3s;
}

.fNavLink .fNavTxt {
    transition: all .3s;
}

.fNavLink:hover .fNavTxt {
    opacity: .7;
    transition: all .3s;
}

.fNavLink::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #C4A25C;
    transform: scale(0, 1);
    transform-origin: center left;
    transition: transform .3s;
}

.fNavLink:hover::after {
    transform: scale(1, 1);
}

.fTopBtn {
    transition: all .3s;
}

.fTopBtn:hover {
    opacity: .7;
    transition: all .3s;
}

.fTopBtn .fTopBtnArrow {
    transition: all .3s;
}

.fTopBtn:hover .fTopBtnArrow {
    transform: translateY(-5px);
    transition: all .3s;
}

/* slider */

img {
	max-width: 100%;
	height: auto;
}

.gjs-dashed .carousel-item {
	display: block;
}

.gjs-dashed .carousel-indicators {
	position: static;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.gjs-dashed .carousel-indicator {
	width: 30.7%;
}

.carousel-indicators {
	margin: 0 -7.5px;
	padding: 2.5px 0;
	display: flex;
	position: static;
}

.carousel-indicator {
	margin: 0 7.5px;
	padding: 0 30px;
	width: 20%;
	height: 100%;
	background: #FFF;
	cursor: pointer;
}

.carousel-indicator.active {
	background: #999;
}

/* sliderここまで */

/* -- 下層 -- */
/* -- concept -- */

/* .incoverConcept::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 21.61%;
    max-width: 389px;
    height: 33.22%;
    background-image: url(/system_panel/uploads/images/in_concept_cover_deco.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
} */

.introDeco01,
.introDeco02 {
    opacity: .2;
}

.inConceptLinkImgBtn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto;
    transition: all .3s;
}

.inConceptLinkImgBtn:hover::before {
    background-color: rgba(0, 0, 0, 0.8);
    transition: all .3s;
}

.inConceptLinkImgBtnArrowBg {
    transition: all .3s;
}

.inConceptLinkImgBtn:hover .inConceptLinkArrowBgAnnoka {
    background-color: #fff;
    transition: all .3s;
}

.inConceptLinkImgBtn:hover .inConceptLinkArrowBgKiyotaya {
    background-color: #880E18;
    transition: all .3s;
}

.inConceptLinkImgBtnArrowBg::after {
    content: "";
    position: absolute;
    top: 24.35%;
    left: 21.3%;
    width: 13.04%;
    max-width: 30px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    transition: all .3s;
}

.inConceptLinkArrowBgAnnoka::after {
    background-image: url(https://nl-wakayama.com/system_panel/uploads/images/icon_link_arrow_orange.svg);
    -webkit-filter: brightness(5000%) saturate(0%);
    filter: brightness(5000%) saturate(0%);
}

.inConceptLinkArrowBgKiyotaya::after {
    -webkit-filter: none;
    filter: none;
    background-image: url(https://nl-wakayama.com/system_panel/uploads/images/icon_link_arrow_red.svg);
}

.inConceptLinkImgBtn:hover .inConceptLinkArrowBgAnnoka::after {
    -webkit-filter: none;
    filter: none;
    transform: translateX(15px);
    transition: all .3s;
}

.inConceptLinkImgBtn:hover .inConceptLinkArrowBgKiyotaya::after {
    -webkit-filter: brightness(5000%) saturate(0%);
    filter: brightness(5000%) saturate(0%);
    transform: translateX(15px);
    transition: all .3s;
}

/* -- annoka -- */

.annokaWr {
    position: relative;
    margin: -1px 0 0 0;
    background-color: #EF8E01;
}

.annokaWr::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://nl-wakayama.com/system_panel/uploads/images/top_shop_texture_bg.png);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: auto;
    opacity: .25;
}

.annokaWr>* {
    position: relative;
}

.toMenuLink:hover .inConceptLinkArrowBgAnnoka::after {
    transform: translateX(15px);
    transition: all .3s;
}

/* -- annoka menu -- */

.drinkBanner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    margin: auto;
}

.annokaMenuBtnBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.annokaMenuBtn {
    transition: all .3s;
}

.annokaMenuBtn:hover {
    box-shadow: 3px 3px 17px 0 rgba(0, 0, 0, .5);
    transition: all .3s;
}

.whiteMenuTit::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #EF8E01;
}

.blackMenuTit::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
}

/* -- kiyotaya -- */

.kiyotayaWr {
    position: relative;
    margin: -1px 0 0 0;
    background-color: #FBF8F2;
}

.kiyotayaWr::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://nl-wakayama.com/system_panel/uploads/images/top_shop_texture_bg.png);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: auto;
}

.kiyotayaWr>* {
    position: relative;
}

.toMenuLink .inConceptLinkArrowBgKiyotaya {
    background-color: #880E18;
}

.toMenuLink>.inConceptLinkArrowBgkiyotaya::after {
    background-image: url(https://nl-wakayama.com/system_panel/uploads/images/icon_link_arrow_white.svg);
    transition: all .3s;
}

.toMenuLink:hover .inConceptLinkArrowBgkiyotaya::after {
    transform: translateX(15px);
    transition: all .3s;
}

/* -- store tab -- */

.store-tab-group {
    display: flex;
    justify-content: space-between;
    max-width: 387px;
    margin: 0 auto 30px;
}

.store-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 166px;
    width: 47%;
    height: auto;
    padding: 5px 15px;
    background: #fff;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .26);
    border-radius: 20px;
    border: solid 1px #880E18;
    list-style: none;
    cursor: pointer;
    transition: all .3s;
}

.store-tab:hover {
    background-color: #880E18;
    border: solid 1px #880E18;
    transition: all .3s;
}

.store-tab:hover p {
    color: #fff;
    transition: all .3s;
}

.store-tab p {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #880E18;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    transition: all .3s;
}

.store-tab.is-active {
    background-color: #880E18;
    transition: all .3s ease-out;
}

.store-tab.is-active p {
    color: #fff;
    transition: all .3s ease-out;
}

.panel {
    display: none;
}

.panel.is-show {
    display: block;
}

/* -- menu tab -- */

.menu-tab-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 546px;
    margin: 0 auto 30px;
    overflow: hidden;
}

.menu-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 285px;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #B8AE99;
    cursor: pointer;
    transition: all .3s;
}

.menu-tab:hover {
    background-color: #B8AE99;
    transition: all .3s;
}

.menu-tab.initial {
    max-width: initial;
}

.menu-tab p {
    font-family: 'M PLUS 1p', sans-serif;
    color: #3B3B3B;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}

.menu-tab.is-active {
    background: #1D1D1D;
    transition: all .3s ease-out;
}

.menu-tab.is-active p {
    color: #fff;
    transition: all .3s ease-out;
}

.kiyotayaMenuTit::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #880E18;
}

.kiyotayaMenuBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* -- common2 -- */

.recruitColorBg01 {
    background-color: #EF8E01;
    position: relative;
}

.recruitColorBg01:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://nl-wakayama.com/system_panel/uploads/images/top_shop_texture_bg.png);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: auto;
    opacity: .25;
}

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

.introMinTit01>span {
    font-size: 15px;
}

.colorGold01 {
    color: #C4A25C;
}

.companyTitSize40 {
    font-size: 15px;
}

.companyTitSize45 {
    font-size: 20px;
}

.companyTitSize50 {
    font-size: 25px;
}

.companyTitSetBox {
    font-weight: bold;
    font-size: 0;
    letter-spacing: 0.1em;
}

/*--recruit--*/

.recruitTitSetBox {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0;
    letter-spacing: 0.1em;
    font-weight: bold;
    max-width: 320px;
}

.recruitTitSize30 {
    font-size: 17px;
}

.recruitTitSize25 {
    font-size: 13px;
}

.recruitTitSize35 {
    font-size: 20px;
}

.recruitTitSize40 {
    font-size: 25px;
}

.recruitTitDeco01 {
    position: relative;
    padding: 0 37px;
}

.recruitTitDeco01:before {
    content: "";
    display: block;
    height: 34px;
    width: 1px;
    background: #644016;
    transform: rotate(-27deg);
    position: absolute;
    left: 0;
    bottom: 0;
}

.recruitTitDeco01:after {
    content: "";
    display: block;
    height: 34px;
    width: 1px;
    background: #644016;
    transform: rotate(27deg);
    position: absolute;
    right: 0;
    bottom: 0;
}

.recruitNumber01 {
    font-family: 'Londrina Solid', cursive;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    color: #C4A25C;
    margin-right: 15px;
}

.recruitNumberTit01 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

.recruitNumberTit01>span {
    font-size: 13px;
}

.recruitNumberTit01>strong {
    color: #C4A25C;
}

.recruitFlowGridWr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    overflow: hidden;
}

.recruitFlowGridWr .recruitFlowGridItemBox:last-child:after {
    display: none;
}

.recruitColorBg01 .recruitFlowGridItemBox:after {
    content: "";
    position: absolute;
    background: url(https://nl-wakayama.com/system_panel/uploads/images/recruit_black.svg) no-repeat;
    background-size: 100%;
    width: 16.59px;
    height: 13px;
    display: block;
    right: -30px;
    top: 30%;
}

.recruitFlowGridItemBox:after {
    content: "";
    position: absolute;
    background: url(https://nl-wakayama.com/system_panel/uploads/images/recruit_red.svg) no-repeat;
    background-size: 100%;
    width: 16.59px;
    height: 13px;
    display: block;
    right: -30px;
    top: 30%;
}

.recruit-tab-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 auto 30px;
}

.recruit-tab {
    width: 100%;
    padding: 10px 15px 10px 15px;
    display: block;
    border-radius: 35px;
    background-color: #FBF6EE;
    box-shadow: 3px 3px 17px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    transition: all .3s;
}

.recruit-tab:hover ,
.recruit-tab.is-active {
    color: #FBF6EE;
    background-color: #644016;
    transition: all .3s;
}

.recruitTableTd strong {
    position: relative;
    padding: 0 0 0 20px;
}

.recruitTableTd strong::before {
    content: "●";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/*--recruit_form----*/

.formTh {
    padding: 15px 15px 0 15px;
}

.formTd {
    padding: 0 15px 15px 15px;
}

.recruitTableBox .formInput01 {
    background: #F3EBDD;
    border-radius: 20px;
    height: 40px;
    border: 1px solid #BCAF98;
    padding: 5px 20px;
}

.recruitTableBox .formInput02 {
    background: #F3EBDD;
    border-radius: 15px;
    border: 1px solid #BCAF98;
    padding: 5px 20px;
}


.privacyBox {
    border: 1px solid #BCAF98;
    padding: 15px;
    width: 100%;
    overflow-y: scroll;
    background: #F3EBDD;
    height: 300px;
    border-radius: 15px;
    clip-path: inset(0 round 15px);
}

.privKakoText {
    min-width: 1rem;
}

.privKakoText {
    margin: 0 10px 0 0;
}

.privacyDdKako01 {
    display: flex;
    align-items: baseline;
    margin-top: 8px !important;
}

.privacyDt {
    border-left: 5px solid #644016 !important;
    border-bottom: 1px solid #644016;
    padding: 0 0 3px 10px;
    font-weight: 700;
    font-size: 18px;
    margin: 31px 0 0 0;
    letter-spacing: 0.15em;
    color: #644016;
}

.privacyDd {
    font-size: 14px;
    padding: 0 0 0 16px;
    margin: 23px 0 0 0;
    letter-spacing: 0.05em;
    line-height: 1.66em;
    font-weight: 500;
    color: #644016;
}

.formBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 252px;
    width: 100%;
    padding: 16px 15px 16px 15px;
    border-radius: 31px;
    background-color: #644016;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.formBtn:hover {
    background-color: #C4A25C;
    color: #fff;
}

/* ----- responsive ----- */

@media screen and (min-width:375px) {

    .companyTitSize40 {
        font-size: 20px;
    }

    .companyTitSize45 {
        font-size: 25px;
    }

    .companyTitSize50 {
        font-size: 30px;
    }

}

@media screen and (min-width:414px) {

    .introMinTit01>span {
        font-size: 20px;
    }

    .recruitNumber01 {
        font-size: 60px;
        margin-right: 20px;
    }

    .recruitNumberTit01 {
        font-size: 18px;
    }

    .recruitNumberTit01>span {
        font-size: 15px;
    }

}

@media screen and (min-width:544px) {

    .kiyotayaMenuBox {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .recruitNumber01 {
        font-size: 95px;
        margin-right: 29px;
    }

    .recruitNumberTit01 {
        font-size: 25px;
    }

    .recruitNumberTit01>span {
        font-size: 20px;
    }

    .recruitTitSize30 {
        font-size: 25px;
    }

    .recruitTitSize25 {
        font-size: 20px;
    }

    .recruitTitSize35 {
        font-size: 30px;
    }

    .recruitTitSize40 {
        font-size: 30px;
    }

    .recruitTitSetBox {
        max-width: 390px;
    }

    .recruitFlowGridWr {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .companyTitSize40 {
        font-size: 30px;
    }

    .companyTitSize45 {
        font-size: 35px;
    }

    .companyTitSize50 {
        font-size: 40px;
    }

}

@media screen and (min-width:768px) {

    body {
        font-size: 15px;
    }

    .brNone br {
        display: block;
    }

    .incoverWr {
        padding: 80px 15px 0 15px;
    }

    .incoverTit {
        font-size: 30px;
    }

    .incoverSubTit {
        font-size: 20px;
    }

    .breadWrap {
        font-size: 13px;
    }

    .baseTh {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .baseTd {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .formTh {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .formTd {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    /* -- 下層 -- */

    .toMenuImgFilter {
        filter: drop-shadow(3px 0px 9px rgba(0, 0, 0, .16));
        transition: all .3s;
    }

    .toMenuLink:hover .toMenuImgFilter {
        filter: drop-shadow(3px 0px 12px rgba(0, 0, 0, .3));
        transition: all .3s;
    }

    .toMenuMaskBox {
        max-width: 616px;
        mask-image: url(/system_panel/uploads/images/banner_mask.png);
        -webkit-mask-image: url(/system_panel/uploads/images/banner_mask.png);
        mask-size: cover;
        -webkit-mask-size: cover;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
    }

    /* -- annoka menu -- */

    .annokaMenuBtnBox {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 40px;
    }

    /* -- kiyotaya menu -- */

    .menu-tab-group {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        max-width: 680px;
    }

    .menu-tab p {
        font-size: 15px;
    }

    .kiyotayaMenuBox {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    /* common2 */

    .formTh {
        padding: 15px;
    }

    .formTd {
        padding: 15px;
    }

    .introMinTit01>span {
        font-size: 25px;
    }

    .recruitNumber01 {
        font-size: 60px;
        margin-right: 20px;
    }

    .recruitNumberTit01 {
        font-size: 18px;
    }

    .recruitNumberTit01>span {
        font-size: 15px;
    }

    .recruitTitSize30 {
        font-size: 25px;
    }

    .recruitTitSize25 {
        font-size: 20px;
    }

    .recruitTitSize35 {
        font-size: 30px;
    }

    .recruitTitSize40 {
        font-size: 35px;
    }

    .recruitTitSetBox {
        max-width: 100%;
    }

    .recruitTitDeco01:before {
        height: 44px;
    }

    .recruitTitDeco01:after {
        height: 44px;
    }

    .recruitFlowGridWr {
        grid-template-columns: repeat(3, 1fr);
    }

    .recruit-tab-group {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin: 0 auto 60px;
    }

}

@media screen and (min-width:1024px) {

    body {
        font-size: 20px;
    }

    .tit01 {
        font-size: 40px;
    }

    .enTit01 {
        font-size: 25px;
    }

    .txt01 {
        font-size: 16px;
    }

    .txt02 {
        font-size: 16px;
    }

    .wrap01 {
        padding: 120px 0;
    }

    .incoverWr {
        padding: 0 15px;
    }

    .incover {
        height: 584px;
        border-radius: 0 0 50px 50px;
    }

    .incoverBox {
        padding: 146px 15px 0;
    }

    .incoverTit {
        font-size: 53px;
    }

    .incoverSubTit {
        font-size: 33px;
    }

    .breadWrap {
        font-size: 14px;
    }

    /* -- kiyotaya -- */

    .store-tab p {
        font-size: 18px;
    }

    /* --kiyotaya menu */

    .menu-tab-group {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0;
        max-width: 1420px;
        margin: 0 auto 50px;
        border-radius: 36px;
        border: 1px solid #B8AE99;
    }

    .menu-tab {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 285px;
        width: 100%;
        padding: 20px 15px;
        background-color: #fff;
        border-radius: 0;
        border: none;
        border-right: 1px solid #B8AE99;
    }

    .menu-tab:last-child {
        border-right: none;
    }

    .menu-tab p {
        font-size: 18px;
    }

    .kiyotayaMenuBox {
        display: grid !important;
        gap: 45px;
    }

    /* common2 */

    .introMinTit01>span {
        font-size: 40px;
    }

    .recruitNumber01 {
        font-size: 50px;
        margin-right: 15px;
    }

    .recruitTitSize30 {
        font-size: 30px;
    }

    .recruitTitSize25 {
        font-size: 25px;
    }

    .recruitTitSize35 {
        font-size: 35px;
    }

    .recruitTitSize40 {
        font-size: 40px;
    }

    .companyTitSize40 {
        font-size: 40px;
    }

    .companyTitSize45 {
        font-size: 45px;
    }

    .companyTitSize50 {
        font-size: 50px;
    }

}

@media screen and (min-width:1200px) {

    .txt01 {
        font-size: 20px;
    }

    .txt02 {
        font-size: 18px;
    }

    .brNone1200 br {
        display: block;
    }

    .menu-tab p {
        font-size: 20px;
    }

    /* common2 */

    .recruitNumber01 {
        font-size: 70px;
        margin-right: 20px;
    }

    .recruitNumberTit01 {
        font-size: 20px;
    }

    .recruitNumberTit01>span {
        font-size: 15px;
    }

    .recruitFlowGridWr {
        grid-template-columns: repeat(5, 1fr);
        gap: 77px;
    }

    .recruitColorBg01 .recruitFlowGridItemBox:after {
        width: 23.59px;
        height: 16px;
        right: -50px;
        top: 25%;
    }

    .recruitFlowGridItemBox:after {
        width: 23.59px;
        height: 16px;
        right: -50px;
        top: 25%;
    }

}

@media screen and (min-width:1400px) {

    .introDeco01,
    .introDeco02 {
        opacity: 1;
    }

}

@media screen and (min-width:1500px) {

    .recruitNumber01 {
        font-size: 95px;
        margin-right: 29px;
    }

    .recruitNumberTit01 {
        font-size: 25px;
    }

    .recruitNumberTit01>span {
        font-size: 20px;
    }

}

@media screen and (min-width:1600px) {

    .fTopBtn {
        top: 35.96% !important;
        right: -19px !important;
    }

}