@charset "UTF-8";
.gHeaderWrap {
    position: relative;
    z-index: 1;
}
.gHeader {
    position: relative;
    z-index: 10;
    padding: 0 10px;
}
.gHeader_inner {
    background: #F7D305;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: 1600px;
    padding-right: 37px;
    box-sizing: border-box;
    padding-left: 53px;
}
.gHeader_cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gHeader_col {}
.gHeader_col-no1 {
    margin-right: 10px;
}
.gHeader_title {
    position: relative;
    z-index: 1;
    top: -8px;
}
.gHeader_title > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.gHeader_title > a::before {
    content: "";
}
.gHeader_title > a::after {
    content: "";
}
.gHeader_title_img {
    display: block;
    width: 380px;
    height: 63px;
}
.gHeader_col-no2 {
    flex-grow: 1;
}
.gNavWrap {}
.gSubNav {
    display: flex;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 11px;
    position: relative;
    z-index: 10;
    justify-content: flex-end;
    padding-right: 5px;
}
.gSubNav::after {
    content: "";
    display: block;
    background: #E6C715;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
}
.gSubNav::before {
    content: "";
    display: block;
    background-image: linear-gradient(90deg, #F7D305, rgba(247, 211, 5, 0));
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 2px;
}
.gSubNav_snsList {
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 19px;
}
.gSubNav_snsList > li {
    margin-left: 11px;
}
.gSubNav_snsList > li:first-child {
    margin-left: 0;
}
.gSubNav_snsList > li:last-child {}
.gSubNav_snsList > li:nth-child(2n+1) {}
.gSubNav_snsList > li:nth-child(n+3) {}
.gSubNav_snsList > li > a {
    display: flex;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
[aria-label="Instagram"] {
    background-image: linear-gradient( 180deg, #415CE7, #5951D8, #843AB5, #C23584, #E2306C, #FD1D1D, #F56040, #F77736, #FCAF45, #FFDC80);
}
[aria-label="Twitter"] {
    background-color: #50AAF0;
}
[aria-label="Line"] {
    background-color: #19BC03;
}
.gSubNav_snsList > li > a::before {
    content: "";
}
.gSubNav_snsList > li > a::after {
    content: "";
}
.gSubNav_snsList > li > a > .icon {
    display: block;
}
.gSubNav_link {
    align-items: center;
    display: flex;
    font-size: 13px;
}
.gSubNav_link::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #000000;
    margin: 0 20px;
}
.gSubNav_link > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.gSubNav_link > a::before {
    content: "";
}
.gSubNav_link > a::after {
    content: "";
}
.gLangNav {
    position: relative;
    z-index: 3;
}
.gLangNav_title {
    font-size: 13px;
    font-weight: normal;
}
.gLangNav_title > button {
    display: block;
    position: relative;
    z-index: 1;
    height: 30px;
    white-space: nowrap;
    width: 100%;
}
.gLangNav_title > button::before {
    content: "";
}
.gLangNav_title > button::after {
    content: "";
}
.gLangNav_title > button > .icon {
    top: -1px;
    margin-right: 7px;
    font-size: 18px;
}
.gLangNav_title > button > .-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    border: 1px solid #3D3938;
    border-radius: 3px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-left: 9px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gLangNav_title > button > .-arrow::before {
    content: "";
    border: 3px solid #3D3938;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: none;
    border-top-width: 6px;
    transition-duration: .3s;
    transition-property: border-color, color, -webkit-transform;
    transition-property: border-color, color, transform;
    transition-property: border-color, color, transform, -webkit-transform;
}
.gLangNav_list {
    list-style: none;
    position: absolute;
    z-index: 1;
    top: 26px;
    right: 0;
    min-width: 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: .5s, 0s, 0s;
    transition-delay: 0s, .5s, .5s;
    border: 1px solid #3D3938;
    box-sizing: border-box;
}
.gLangNav_list::before {
    content: "";
}
.gLangNav_list.isShow {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0s, 0s, 0s;
}
.gLangNav_list > li {}
.gLangNav_list > li:first-child {}
.gLangNav_list > li:last-child {}
.gLangNav_list > li:nth-child(2n+1) {}
.gLangNav_list > li:nth-child(n+3) {}
.gLangNav_list > li > a {
    display: block;
    text-align: center;
    color: inherit;
    text-decoration: none;
    background: #fff;
    padding: 2px 20px;
    white-space: nowrap;
    transition-duration: .3s;
    transition-property: background-color, color;
    font-size: 13px;
}
.gLangNav_list > li > a::before {
    content: "";
}
.gLangNav_list > li > a::after {
    content: "";
}
.gSubNav_search {
    margin-left: 38px;
}
.gSubNav_inputWrap {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 50px;
    width: 199px;
    display: flex;
}
.gSubNav_inputWrap > input {
    border: none;
    padding: 9px 20px;
    border-radius: 100px;
    background: none;
    position: relative;
    z-index: 2;
    padding-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: calc(100% - 44px);
}
.gSubNav_inputWrap > input:focus {
    outline: none;
}
.gSubNav_inputWrap > .icon {}
.gSubNav_inputWrap > input:focus + .icon {
    opacity: 0;
}
.gSubNav_search_btn {
    display: block;
    min-width: 44px;
    width: 44px;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.gSubNav_search_btn::before {
    content: "";
}
.gSubNav_search_btn::after {
    content: "";
}
.gSubNav_search_btn > .icon {
    display: block;
    font-size: 20px;
    color: #FFB700;
}
.gNav {}
.gNav_inner {}
.gNav_list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    max-width: 990px;
    margin-left: auto;
}
.gNav_list > li {
    flex-grow: 1;
}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    height: 64px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    text-align: center;
    white-space: nowrap;
}
.gNav_list > li > a > br {
    display: none;
}
.gNav_list > li > a::before {
    content: "";
}
.gNav_list > li > a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #000;
    top: 50%;
    -webkit-transform: translateY(17px);
    transform: translateY(17px);
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    transition-duration: .3s;
    transition-property: width;
}
.gMenuBtn {
    display: none;
}
.gMenuBtn::before {
    content: "";
}
.gMenuBtn::after {
    content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gBody {
    background-color: #F9F3E5;
    z-index: 11;
}
.gBody-white {
    background-color: #fff;
    padding-bottom: 20px;
}
.gBody-wood {
    background-image: url(/assets/img/common/bg-wood.jpg);
    background-position: center center;
    background-repeat: repeat-y;
    background-size: 100% auto;
}
.gBody-wood-leaf {
    background-image: url(/assets/img/lineup_top/bg-body.png), url(/assets/img/common/bg-wood.jpg);
    background-position: center 90px, center center;
    background-repeat: no-repeat;
    background-size: 100% auto, cover;
}
.gBody-stripe {
    background-position: center top;
    background-image: url(/assets/img/common/bg-egg@2x.png), linear-gradient(90deg, #FFF47C 50%, #FFEC1E 50%);
    background-size: 1920px auto, 40px auto;
    background-repeat: repeat-y, repeat-x;
}
.gBody_inner {
    padding-top: 55px;
    padding-bottom: 55px;
    min-height: 200px;
}
.gBody_inner-noPad {
    padding: 0;
}
.gPankuzu {
    padding: 13px 0;
}
.gPankuzu_inner {}
.gPankuzu_oList {
    list-style: none;
    font-size: 0;
}
.gPankuzu_oList > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}
.gPankuzu_oList > li::before {
    content: "/";
    margin: 0 13px;
}
.gPankuzu_oList > li:first-child::before {
    display: none;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:last-child {}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li:nth-child(n+3) {}
.gPankuzu_oList > li > a {
    color: inherit;
}
.gPankuzu_oList > li > a::before {
    content: "";
}
.gPankuzu_oList > li > a::after {
    content: "";
}
.gPankuzu_oList > li > a > .icon {
    top: -1px;
    margin-right: 6px;
}
.gVisual {
    background: #FAE803;
}
.gVisual_inner {
    display: flex;
    height: 90px;
    align-items: center;
    line-height: 1;
}
.gVisual_inner::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 188px;
    height: 150px;
    background: url(/assets/img/common/bg-title.svg);
    background-size: 100% 100%;
    bottom: 0;
    right: 0;
}
.gVisual_title {
    font-size: 35px;
    margin-right: 25px;
    white-space: nowrap;
}
.gVisual_text {
    font-size: 16px;
    font-weight: bold;
    padding-right: 190px;
    line-height: 1.4;
}
.gFootSns {
    background: #E9E8E4;
}
.gFootSns_inner {}
.gFootSns_list {
    list-style: none;
    display: flex;
    justify-content: center;
    height: 100px;
    align-items: center;
}
.gFootSns_list > li {
    margin-left: 20px;
}
.gFootSns_list > li:first-child {
    margin-left: 0;
}
.gFootSns_list > li:last-child {}
.gFootSns_list > li:nth-child(2n+1) {}
.gFootSns_list > li:nth-child(n+3) {}
.gFootSns_list > li > a {
    display: flex;
    text-decoration: none;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.gFootSns_list > li > a::before {
    content: "";
}
.gFootSns_list > li > a::after {
    content: "";
}
.gFootSns_list > li > a > .icon {}
.gPageTop {
    position: relative;
    z-index: 1000;
}
.gPageTop_button {
    display: block;
    width: 56px;
    height: 56px;
    border: 3px solid #FFB700;
    border-radius: 10px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 0;
    background: #fff;
    right: 100px;
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gPageTop_button::before {
    content: "";
    border: 3px solid #000000;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
    border-bottom: none;
    border-right: none;
    transition-duration: .3s;
    transition-property: border-color, color;
}
.gPageTop_button::after {
    content: "";
}
.gFooter {
    padding-top: 27px;
}
.gFooter_inner {}
.gFooter_title {
    width: 196px;
    margin: 0 auto 15px;
}
.gFooter_title > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: opacity;
}
.gFooter_title > a::before {
    content: "";
}
.gFooter_title > a::after {
    content: "";
}
.gFooter_title > a > img {
    max-width: 100%;
    height: 33px;
}
.gFooter_list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gFooter_list > li {
    align-items: center;
    display: flex;
}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {
    text-decoration: none;
    color: inherit;
    font-size: 13px;
    display: block;
}
.gFooter_list > li > a::before {
    content: "";
}
.gFooter_list > li > a::after {
    content: "";
}
.gFooter_list > li::before {
    content: "｜";
    margin: 0 9px;
}
.gFooter_list > li:first-child::before {
    display: none;
}
.gFooter_copyright {
    background: #F7D305;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-top: 28px;
}
.gFooter_copyright > small {
    display: block;
    font-size: 10px;
}
.gFootNav {
    background: #F5F4ED;
    padding: 33px 0px 44px;
}
.gFootNav_inner {}
.gFootNav_cols {
    display: flex;
    justify-content: space-between;
}
.gFootNav_col {
    flex-grow: 1;
    margin-left: 50px;
}
.gFootNav_col-no1 {
    margin-left: 0;
}
.gFootNav_list {
    list-style: none;
}
.gFootNav_list > li {}
.gFootNav_list > li:first-child {}
.gFootNav_list > li:last-child {}
.gFootNav_list > li:nth-child(2n+1) {}
.gFootNav_list > li:nth-child(n+3) {}
.gFootNav_list > li > b,
.gFootNav_list > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #FFCC00;
    height: 46px;
    line-height: 1;
    align-items: center;
    padding: 0 5px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFootNav_list > li > a::before {
    content: "";
}
.gFootNav_list > li > a::after {
    content: "";
}
.gFootNav_cList {
    list-style: none;
    margin-top: 13px;
}
.gFootNav_cList > li {}
.gFootNav_cList > li:first-child {
    margin-top: 0;
}
.gFootNav_cList > li:last-child {}
.gFootNav_cList > li:nth-child(2n+1) {}
.gFootNav_cList > li:nth-child(n+3) {}
.gFootNav_cList > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 13px;
    padding: 3px 0;
}
.gFootNav_cList > li > a::before {
    content: "";
}
.gFootNav_cList > li > a::after {
    content: "";
}
.gFootNav_cList > li > a > .icon {
    color: #FFB700;
    font-size: 10px;
    margin-right: 4px;
}
.gFootNav_col-no2 {}
.gFootNav_col-no3 {}
.gFootNav_col-no4 {}
.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
    display: flex;
    height: 50px;
    width: 50px;
    box-sizing: border-box;
    border: 3px solid #FFCC00;
    background: #fff;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    border-right: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.wp-pagenavi > a:last-child,
.wp-pagenavi > span:last-child {
    border-right: 3px solid #FFCC00;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 53px;
}
.wp-pagenavi > a:first-child,
.wp-pagenavi > span:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.wp-pagenavi > .previouspostslink {}
.wp-pagenavi > .current {
    background: #FFCC00;
}
.wp-pagenavi > .extend {}
.wp-pagenavi > .nextpostslink {}
.gRecBoxL {
    height: 100%;
}
.gRecBoxL > a {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    box-sizing: border-box;
    border-radius: 19px;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
    height: 100%;
    transition-duration: .3s;
    transition-property: background-color, color, box-shadow, -webkit-transform;
    transition-property: background-color, color, transform, box-shadow;
    transition-property: background-color, color, transform, box-shadow, -webkit-transform;
}
.gRecBoxL > a::before {
    content: "";
}
.gRecBoxL > a::after {
    content: "";
}
.gRecBoxL_imageWrap {
    position: relative;
    z-index: 1;
}
.gRecBoxL_label {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.gRecBoxL_label > img {
    display: block;
}
.gRecBoxL_image {
    padding-bottom: 67%;
    background-image: url(/assets/img/recipe/pt-recipe02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gRecBoxL_image > img {}
.gRecBoxL_in {
    padding: 30px 26px 37px;
}
.gRecBoxL_name {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 13px;
}
.gRecBoxL_text {
    min-height: 80px;
}
.gRecBox {
    height: 100%;
}
.gRecBox > a {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    box-sizing: border-box;
    border-radius: 19px;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
    height: 100%;
    transition-duration: .3s;
    transition-property: background-color, color, box-shadow, -webkit-transform;
    transition-property: background-color, color, transform, box-shadow;
    transition-property: background-color, color, transform, box-shadow, -webkit-transform;
}
.gRecBox > a::before {
    content: "";
}
.gRecBox > a::after {
    content: "";
}
.gRecBox_image {
    padding-bottom: 77.4%;
    background-image: url(/assets/img/recipe/pt-recipe01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.gRecBox_image > img {}
.gRecBox_text {
    font-size: 16px;
    font-weight: bold;
    padding: 22px 23px;
    line-height: 1.2;
}
.gComingText {
    text-align: center;
}
.gMoveBird {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.gMoveBird_image {
    width: 93px;
}
.gMoveBird_image > img {
    max-width: 100%;
    height: auto;
    display: block;
}
.gMoveBird_text {
    position: absolute;
    z-index: 1;
    top: -45px;
    right: 13px;
    transform-origin: center bottom;
    transition-duration: .3s;
    transition-property: transform;
}
.gMoveBird:hover .gMoveBird_text {
    transform: scale(1.1);
}
.gMoveBird_text > img {
    display: block;
}
@media screen and (max-width:1399px) {
    .gHeader_inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width:1299px) {
    .gHeader_title_img {
        width: 301px;
        height: 50px;
    }
}
@media screen and (max-width:1199px) {
    .gHeaderWrap {}
    .gHeader {}
    .gHeader_inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gHeader_cols {}
    .gHeader_col {}
    .gHeader_col-no1 {}
    .gHeader_title {
        top: 0;
    }
    .gHeader_title > a {}
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_img {
        width: 240px;
        height: 40px;
    }
    .gHeader_col-no2 {}
    .gNavWrap {}
    .gSubNav {}
    .gSubNav::after {}
    .gSubNav::before {}
    .gSubNav_snsList {}
    .gSubNav_snsList > li {}
    .gSubNav_snsList > li:first-child {}
    .gSubNav_snsList > li:last-child {}
    .gSubNav_snsList > li:nth-child(2n+1) {}
    .gSubNav_snsList > li:nth-child(n+3) {}
    .gSubNav_snsList > li > a {}
    .gSubNav_snsList > li > a[aria-label="Instagram"] {}
    .gSubNav_snsList > li > a[aria-label="Twitter"] {}
    .gSubNav_snsList > li > a[aria-label="Line"] {}
    .gSubNav_snsList > li > a::before {}
    .gSubNav_snsList > li > a::after {}
    .gSubNav_snsList > li > a > .icon {}
    .gSubNav_link {}
    .gSubNav_link::after {
        margin: 0 15px;
    }
    .gSubNav_link > a {}
    .gSubNav_link > a::before {}
    .gSubNav_link > a::after {}
    .gLangNav {}
    .gLangNav_title {}
    .gLangNav_title > button {}
    .gLangNav_title > button::before {}
    .gLangNav_title > button::after {}
    .gLangNav_title > button > .icon {}
    .gLangNav_title > button > .-arrow {}
    .gLangNav_title > button > .-arrow::before {}
    .gLangNav_list {}
    .gLangNav_list::before {}
    .gLangNav_list.isShow {}
    .gLangNav_list > li {}
    .gLangNav_list > li:first-child {}
    .gLangNav_list > li:last-child {}
    .gLangNav_list > li:nth-child(2n+1) {}
    .gLangNav_list > li:nth-child(n+3) {}
    .gLangNav_list > li > a {}
    .gLangNav_list > li > a::before {}
    .gLangNav_list > li > a::after {}
    .gSubNav_search {
        margin-left: 15px;
    }
    .gSubNav_inputWrap {}
    .gSubNav_inputWrap > input {}
    .gSubNav_inputWrap > input:focus {}
    .gSubNav_inputWrap > .icon {}
    .gSubNav_inputWrap > input:focus + .icon {}
    .gNav {}
    .gNav_inner {}
    .gNav_list {}
    .gNav_list > li {}
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {}
    .gNav_list > li > a > br {
        display: inline;
    }
    .gNav_list > li > a::before {}
    .gNav_list > li > a::after {}
    .gMenuBtn {}
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_bar {}
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {}
    .gMenuBtn_bar-no3 {}
    .gBody {}
    .gFootNav_col {
        margin-left: 30px;
    }
    .gFootNav_col-no1 {
        margin-left: 0;
    }
    .gPageTop_button {
        right: 25px;
    }
}
@media screen and (min-width:1000px) {
    .gSubNav_search_btn:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .gRecBoxL > a:hover {
        background: rgb(248, 233, 165);
        -webkit-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px);
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    }
    .gRecBox > a:hover {
        background: rgb(248, 233, 165);
        -webkit-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px);
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    }
    .wp-pagenavi > a:hover {
        background-color: #FFCC00;
    }
    .gPankuzu_oList > li > a:hover {}
    .gFootSns_list > li > a:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .gPageTop_button:hover {
        background: #FFB700;
    }
    .gPageTop_button:hover::before {
        border-color: #fff;
    }
    .gFooter_title > a:hover {
        opacity: .7;
    }
    .gFooter_list > li > a:hover {
        text-decoration: underline;
    }
    .gFootNav_list > li > a[href]:hover {
        background: rgba(255, 204, 0, 0.3);
    }
    .gFootNav_cList > li > a:hover {
        text-decoration: underline;
    }
    .gHeader_title > a:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    .gSubNav_snsList > li > a:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .gSubNav_link > a:hover {
        text-decoration: underline;
    }
    .gLangNav_title > button:hover {}
    .gLangNav_title > button:hover > .-arrow {
        background: #3D3938;
    }
    .gLangNav_title > button:hover > .-arrow::before {
        border-top-color: #fff;
    }
    .gLangNav_list > li > a:hover {
        background: #F7D305;
    }
    .gNav_list > li > a:hover {}
    .gNav_list > li > a:hover::after {
        width: 50px;
    }
    .gMenuBtn:hover {}
}
@media screen and (max-width:999px) {
    .gHeaderWrap {}
    .gHeader {}
    .gHeader_inner {
        padding-top: 14px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .gHeader_cols {
        display: block;
    }
    .gHeader_col {}
    .gHeader_col-no1 {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .gHeader_title {
        width: 200px;
        margin: 0 auto 0;
    }
    .gHeader_title > a {}
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_img {
        width: 100%;
        height: 33px;
    }
    .gHeader_col-no2 {}
    .gNavWrap {}
    .gSubNav {
        padding-right: 0;
        justify-content: center;
        padding-top: 0;
    }
    .gSubNav::after {
        background-color: transparent;
        background-image: linear-gradient(90deg, rgba(230, 199, 21, 0), #E6C715, #E6C715, #E6C715, rgba(230, 199, 21, 0));
    }
    .gSubNav::before {
        display: none;
    }
    .gSubNav_snsList {}
    .gSubNav_snsList > li {}
    .gSubNav_snsList > li:first-child {}
    .gSubNav_snsList > li:last-child {}
    .gSubNav_snsList > li:nth-child(2n+1) {}
    .gSubNav_snsList > li:nth-child(n+3) {}
    .gSubNav_snsList > li > a {}
    [aria-label="Instagram"] {}
    [aria-label="Twitter"] {}
    [aria-label="Line"] {}
    .gSubNav_snsList > li > a::before {}
    .gSubNav_snsList > li > a::after {}
    .gSubNav_snsList > li > a > .icon {}
    .gSubNav_link {}
    .gSubNav_link::after {}
    .gSubNav_link > a {}
    .gSubNav_link > a::before {}
    .gSubNav_link > a::after {}
    .gLangNav {}
    .gLangNav_title {}
    .gLangNav_title > button {}
    .gLangNav_title > button::before {}
    .gLangNav_title > button::after {}
    .gLangNav_title > button > .icon {}
    .gLangNav_title > button > .-arrow {}
    .gLangNav_title > button > .-arrow::before {}
    .gLangNav_title > button.isShow > .-arrow::before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .gLangNav_list {}
    .gLangNav_list::before {}
    .gLangNav_list.isShow {}
    .gLangNav_list > li {}
    .gLangNav_list > li:first-child {}
    .gLangNav_list > li:last-child {}
    .gLangNav_list > li:nth-child(2n+1) {}
    .gLangNav_list > li:nth-child(n+3) {}
    .gLangNav_list > li > a {}
    .gLangNav_list > li > a::before {}
    .gLangNav_list > li > a::after {}
    .gSubNav_search {}
    .gSubNav_inputWrap {}
    .gSubNav_inputWrap > input {
        padding: 5px 15px;
    }
    .gSubNav_inputWrap > input:focus {}
    .gSubNav_inputWrap > .icon {
        right: 13px;
        font-size: 16px;
    }
    .gSubNav_inputWrap > input:focus + .icon {}
    .gNav {}
    .gNav_inner {}
    .gNav_list {}
    .gNav_list > li {}
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {
        height: 50px;
    }
    .gNav_list > li > a > br {}
    .gNav_list > li > a::before {}
    .gNav_list > li > a::after {}
    .gMenuBtn {}
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_bar {}
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {}
    .gMenuBtn_bar-no3 {}
    .gBody {}
    .gBody-wood-leaf {
        background-position: center 86px, center center;
    }
    .gBody_inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .gBody_inner-noPad {
        padding: 0;
    }
    .gPankuzu {
        padding: 10px 0;
    }
    .gPankuzu_inner {}
    .gPankuzu_oList {}
    .gPankuzu_oList > li {
        font-size: 11px;
    }
    .gPankuzu_oList > li::before {}
    .gPankuzu_oList > li:first-child::before {}
    .gPankuzu_oList > li:first-child {}
    .gPankuzu_oList > li:last-child {}
    .gPankuzu_oList > li:nth-child(2n+1) {}
    .gPankuzu_oList > li:nth-child(n+3) {}
    .gPankuzu_oList > li > a {}
    .gPankuzu_oList > li > a::before {}
    .gPankuzu_oList > li > a::after {}
    .gPankuzu_oList > li > a > .icon {}
    .gVisual {}
    .gVisual_inner {
        height: 86px;
    }
    .gVisual_inner::after {
        width: 150px;
        height: 120px;
    }
    .gVisual_title {
        font-size: 28px;
    }
    .gVisual_text {
        font-size: inherit;
    }
    .gFootSns {}
    .gFootSns_inner {}
    .gFootSns_list {
        height: 80px;
    }
    .gFootSns_list > li {}
    .gFootSns_list > li:first-child {}
    .gFootSns_list > li:last-child {}
    .gFootSns_list > li:nth-child(2n+1) {}
    .gFootSns_list > li:nth-child(n+3) {}
    .gFootSns_list > li > a {
        width: 45px;
        height: 45px;
        font-size: 24px;
    }
    .gFootSns_list > li > a::before {}
    .gFootSns_list > li > a::after {}
    .gFootSns_list > li > a > .icon {}
    .gPageTop {
        position: fixed;
        bottom: 20px;
        right: 20px;
        opacity: 0;
        transition-duration: .3s;
        transition-property: opacity;
    }
    .gPageTop.isFixed {
        opacity: 1;
    }
    .gPageTop_button {
        border-width: 2px;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        position: relative;
        right: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
    }
    .gPageTop_button::before {}
    .gPageTop_button::after {}
    .gFooter {}
    .gFooter_inner {}
    .gFooter_title {}
    .gFooter_title > a {}
    .gFooter_title > a::before {}
    .gFooter_title > a::after {}
    .gFooter_title > a > img {}
    .gFooter_list {}
    .gFooter_list > li {}
    .gFooter_list > li:first-child {}
    .gFooter_list > li:last-child {}
    .gFooter_list > li:nth-child(2n+1) {}
    .gFooter_list > li:nth-child(n+3) {}
    .gFooter_list > li > a {}
    .gFooter_list > li > a::before {}
    .gFooter_list > li > a::after {}
    .gFooter_list > li::before {}
    .gFooter_list > li:first-child::before {}
    .gFooter_copyright {}
    .gFooter_copyright > small {}
    .gFootNav {}
    .gFootNav_inner {}
    .gFootNav_cols {
        flex-wrap: wrap;
    }
    .gFootNav_col {
        width: 49%;
        flex-grow: 0;
        margin-left: 2%;
    }
    .gFootNav_col-no1 {
        margin-left: 0;
    }
    .gFootNav_list {}
    .gFootNav_list > li {}
    .gFootNav_list > li:first-child {}
    .gFootNav_list > li:last-child {}
    .gFootNav_list > li:nth-child(2n+1) {}
    .gFootNav_list > li:nth-child(n+3) {}
    .gFootNav_list > li > b,
    .gFootNav_list > li > a {
        position: relative;
        z-index: 1;
    }
    .gFootNav_list > li > a::before {}
    .gFootNav_list > li > a::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 10px;
        margin-top: auto;
        margin-bottom: auto;
        border: 1px solid #333;
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
    }
    .gFootNav_cList {}
    .gFootNav_cList > li {}
    .gFootNav_cList > li:first-child {}
    .gFootNav_cList > li:last-child {}
    .gFootNav_cList > li:nth-child(2n+1) {}
    .gFootNav_cList > li:nth-child(n+3) {}
    .gFootNav_cList > li > a {}
    .gFootNav_cList > li > a::before {}
    .gFootNav_cList > li > a::after {}
    .gFootNav_cList > li > a > .icon {}
    .gFootNav_col-no2 {}
    .gFootNav_col-no3 {
        margin-left: 0;
        margin-top: 15px;
    }
    .gFootNav_col-no4 {
        margin-top: 15px;
    }
    .wp-pagenavi {}
    .wp-pagenavi > a,
    .wp-pagenavi > span {}
    .wp-pagenavi > a:last-child,
    .wp-pagenavi > span:last-child {}
    .wp-pagenavi > a:first-child,
    .wp-pagenavi > span:first-child {}
    .wp-pagenavi > .previouspostslink {}
    .wp-pagenavi > .current {}
    .wp-pagenavi > .extend {}
    .wp-pagenavi > .nextpostslink {}
    .gRecBoxL {}
    .gRecBoxL > a {
        border-radius: 15px;
    }
    .gRecBoxL > a::before {}
    .gRecBoxL > a::after {}
    .gRecBoxL_imageWrap {}
    .gRecBoxL_label {}
    .gRecBoxL_label > img {}
    .gRecBoxL_image {}
    .gRecBoxL_image > img {}
    .gRecBoxL_in {
        padding: 20px;
    }
    .gRecBoxL_name {}
    .gRecBoxL_text {}
    .gRecBox {}
    .gRecBox > a {
        border-radius: 15px;
    }
    .gRecBox > a::before {}
    .gRecBox > a::after {}
    .gRecBox_image {}
    .gRecBox_image > img {}
    .gRecBox_text {
        font-size: 14px;
        padding: 15px 15px;
    }
    .gMoveBird {
        bottom: 63px;
    }
    .gMoveBird_image {
        width: 120px;
        display: none;
    }
    .gMoveBird_image > img {}
}
@media screen and (max-width:767px) {
    .gHeaderWrap {
        z-index: 100;
    }
    .gHeader {
        padding: 0;
    }
    .gHeader_inner {
        padding-left: 0;
        padding-right: 0;
        padding-top: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .gHeader_cols {}
    .gHeader_col {}
    .gHeader_col-no1 {
        margin-bottom: 0;
        padding-bottom: 16px;
    }
    .gHeader_title {}
    .gHeader_title > a {}
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_img {}
    .gHeader_col-no2 {
        display: block;
        position: relative;
        z-index: 1;
    }
    .gNavWrap {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        background: #F7D305;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        opacity: 0;
        transition-property: opacity, transform, -webkit-transform;
        transition-duration: .5s, 0s, 0s;
        transition-delay: 0s, .5s, .5s;
        box-sizing: border-box;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
        height: calc(100vh - 54px);
        overflow: auto;
    }
    .gNavWrap.isShow {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
    }
    .gSubNav {
        display: block;
        padding-bottom: 15px;
    }
    .gSubNav::after {
        height: 1px;
    }
    .gSubNav::before {}
    .gSubNav_snsList {
        justify-content: center;
        margin: 0;
    }
    .gSubNav_snsList > li {}
    .gSubNav_snsList > li:first-child {}
    .gSubNav_snsList > li:last-child {}
    .gSubNav_snsList > li:nth-child(2n+1) {}
    .gSubNav_snsList > li:nth-child(n+3) {}
    .gSubNav_snsList > li > a {}
    [aria-label="Instagram"] {}
    [aria-label="Twitter"] {}
    [aria-label="Line"] {}
    .gSubNav_snsList > li > a::before {}
    .gSubNav_snsList > li > a::after {}
    .gSubNav_snsList > li > a > .icon {}
    .gSubNav_link {
        display: block;
        text-align: center;
    }
    .gSubNav_link::after {
        display: none;
    }
    .gSubNav_link > a {
        line-height: 42px;
    }
    .gSubNav_link > a::before {}
    .gSubNav_link > a::after {}
    .gLangNav {}
    .gLangNav_title {}
    .gLangNav_title > button {
        height: 42px;
    }
    .gLangNav_title > button::before {}
    .gLangNav_title > button::after {}
    .gLangNav_title > button > .icon {}
    .gLangNav_title > button > .-arrow {}
    .gLangNav_title > button > .-arrow::before {}
    .gLangNav_list {
        min-width: 0;
        right: 0;
        left: 0;
        width: 170px;
        margin: 0 auto;
        top: 42px;
    }
    .gLangNav_list::before {}
    .gLangNav_list.isShow {}
    .gLangNav_list > li {}
    .gLangNav_list > li:first-child {}
    .gLangNav_list > li:last-child {}
    .gLangNav_list > li:nth-child(2n+1) {}
    .gLangNav_list > li:nth-child(n+3) {}
    .gLangNav_list > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .gLangNav_list > li > a::before {}
    .gLangNav_list > li > a::after {}
    .gSubNav_search {
        margin: 0;
        padding: 0 10px;
    }
    .gSubNav_inputWrap {
        width: auto;
    }
    .gSubNav_inputWrap > input {
        padding-right: 0;
    }
    .gSubNav_inputWrap > input:focus {}
    .gSubNav_inputWrap > .icon {}
    .gSubNav_inputWrap > input:focus + .icon {}
    .gNav {}
    .gNav_inner {}
    .gNav_list {
        display: block;
    }
    .gNav_list > li {}
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {
        height: 46px;
    }
    .gNav_list > li > a > br {
        display: none;
    }
    .gNav_list > li > a::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 16px;
        margin-top: auto;
        margin-bottom: auto;
        border: 1px solid #333;
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
    }
    .gNav_list > li > a::after {}
    .gMenuBtn {
        display: block;
        position: absolute;
        z-index: 1;
        width: 40px;
        height: 40px;
        top: 0;
        bottom: 0;
        right: 5px;
        margin: auto;
    }
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_bar {
        display: block;
        width: 24px;
        height: 1px;
        background: #231813;
        margin: 0 auto;
        top: 0;
        position: relative;
        z-index: 1;
        transition-duration: .3s;
        transition-property: top, -webkit-transform;
        transition-property: transform, top;
        transition-property: transform, top, -webkit-transform;
    }
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {
        margin: 6px auto;
    }
    .gMenuBtn_bar-no3 {}
    .isShow .gMenuBtn_bar-no1 {
        top: 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .isShow .gMenuBtn_bar-no2 {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    .isShow .gMenuBtn_bar-no3 {
        top: -7px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .gBody {}
    .gBody-wood-leaf {
        background-position: center 80px, center center;
    }
    .gBody_inner {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .gBody_inner-noPad {
        padding: 0;
    }
    .gPankuzu {
        padding: 5px 0;
    }
    .gPankuzu_inner {}
    .gPankuzu_oList {}
    .gPankuzu_oList > li {
        font-size: 10px;
    }
    .gPankuzu_oList > li::before {
        margin: 0 5px;
    }
    .gPankuzu_oList > li:first-child::before {}
    .gPankuzu_oList > li:first-child {}
    .gPankuzu_oList > li:last-child {}
    .gPankuzu_oList > li:nth-child(2n+1) {}
    .gPankuzu_oList > li:nth-child(n+3) {}
    .gPankuzu_oList > li > a {}
    .gPankuzu_oList > li > a::before {}
    .gPankuzu_oList > li > a::after {}
    .gPankuzu_oList > li > a > .icon {}
    .gVisual {}
    .gVisual_inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-right: 76px;
        height: 80px;
    }
    .gVisual_inner::after {
        width: 70px;
        height: 55px;
    }
    .gVisual_title {
        font-size: 20px;
        margin: 0 0 7px;
    }
    .gVisual_text {
        padding: 0;
        font-size: 11px;
        font-weight: normal;
    }
    .gFootSns {}
    .gFootSns_inner {}
    .gFootSns_list {
        height: 60px;
    }
    .gFootSns_list > li {
        margin-left: 15px;
    }
    .gFootSns_list > li:first-child {}
    .gFootSns_list > li:last-child {}
    .gFootSns_list > li:nth-child(2n+1) {}
    .gFootSns_list > li:nth-child(n+3) {}
    .gFootSns_list > li > a {
        width: 40px;
        height: 40px;
        font-size: 23px;
    }
    .gFootSns_list > li > a::before {}
    .gFootSns_list > li > a::after {}
    .gFootSns_list > li > a > .icon {}
    .gPageTop {
        bottom: 10px;
        right: 10px;
    }
    .gPageTop_button {
        border-width: 1px;
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }
    .gPageTop_button::before {
        border-width: 1px;
        width: 8px;
        height: 8px;
    }
    .gPageTop_button::after {}
    .gFooter {
        padding-top: 15px;
    }
    .gFooter_inner {}
    .gFooter_title {}
    .gFooter_title > a {}
    .gFooter_title > a::before {}
    .gFooter_title > a::after {}
    .gFooter_title > a > img {}
    .gFooter_list {
        flex-wrap: wrap;
        max-width: 270px;
        margin: 0 auto;
    }
    .gFooter_list > li {
        margin: 0 5px;
    }
    .gFooter_list > li:first-child {}
    .gFooter_list > li:last-child {}
    .gFooter_list > li:nth-child(2n+1) {}
    .gFooter_list > li:nth-child(n+3) {}
    .gFooter_list > li > a {
        text-decoration: underline;
    }
    .gFooter_list > li > a::before {}
    .gFooter_list > li > a::after {}
    .gFooter_list > li::before {
        display: none;
    }
    .gFooter_list > li:first-child::before {}
    .gFooter_copyright {
        height: 30px;
        margin-top: 15px;
    }
    .gFooter_copyright > small {}
    .gFootNav {
        padding: 0;
    }
    .gFootNav_inner {
        padding: 0;
    }
    .gFootNav_cols {
        display: block;
    }
    .gFootNav_col {
        width: auto;
        margin: 0;
    }
    .gFootNav_col-no1 {}
    .gFootNav_list {}
    .gFootNav_col-no1 .gFootNav_list {
        border-top: none;
    }
    .gFootNav_list > li {}
    .gFootNav_list > li:first-child {}
    .gFootNav_list > li:last-child {}
    .gFootNav_list > li:nth-child(2n+1) {}
    .gFootNav_list > li:nth-child(n+3) {}
    .gFootNav_list > li > b,
    .gFootNav_list > li > a {
        padding: 0 15px;
        background: rgb(255, 241, 185);
        border-bottom: none;
    }
    .gFootNav_col-no4 .gFootNav_list > li:last-child > a {
        border-bottom: none;
    }
    .gFootNav_list > li > a::before {}
    .gFootNav_list > li > a::after {}
    .gFootNav_cList {
        margin: 0;
    }
    .gFootNav_cList > li {}
    .gFootNav_cList > li:first-child {}
    .gFootNav_cList > li:last-child {}
    .gFootNav_cList > li:nth-child(2n+1) {}
    .gFootNav_cList > li:nth-child(n+3) {}
    .gFootNav_cList > li > a {
        padding: 7px 15px;
    }
    .gFootNav_cList > li > a::before {}
    .gFootNav_cList > li > a::after {}
    .gFootNav_cList > li > a > .icon {}
    .gFootNav_col-no2 {}
    .gFootNav_col-no3 {}
    .gFootNav_col-no4 {}
    .wp-pagenavi {}
    .wp-pagenavi > a,
    .wp-pagenavi > span {
        height: 40px;
        width: 40px;
        border: 2px solid #FFCC00;
        margin: 2px;
    }
    .wp-pagenavi > a:last-child,
    .wp-pagenavi > span:last-child {
        width: 40px;
        border-right-width: 2px;
        border-radius: 0;
    }
    .wp-pagenavi > a:first-child,
    .wp-pagenavi > span:first-child {
        border-radius: 0;
    }
    .wp-pagenavi > .previouspostslink {}
    .wp-pagenavi > .current {}
    .wp-pagenavi > .extend {
        border: none;
        background: none;
    }
    .wp-pagenavi > .nextpostslink {}
    .gRecBoxL {}
    .gRecBoxL > a {
        border-radius: 10px;
    }
    .gRecBoxL > a::before {}
    .gRecBoxL > a::after {}
    .gRecBoxL_imageWrap {}
    .gRecBoxL_label {
        width: 83px;
    }
    .gRecBoxL_label > img {}
    .gRecBoxL_image {}
    .gRecBoxL_image > img {}
    .gRecBoxL_in {
        padding: 15px;
    }
    .gRecBoxL_name {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .gRecBoxL_text {}
    .gRecBox {}
    .gRecBox > a {
        border-radius: 10px;
    }
    .gRecBox > a::before {}
    .gRecBox > a::after {}
    .gRecBox_image {}
    .gRecBox_image > img {}
    .gRecBox_text {
        padding: 10px 10px;
    }
    .gComingText {
        text-align: left;
    }
    .gMoveBird {
        bottom: 54px;
    }
    .gMoveBird_image {
        width: 80px;
        overflow: hidden;
    }
    .gMoveBird_image > img {
        position: relative;
        z-index: 1;
        top: 5px;
        left: 5px;
    }
}
