html {
    scroll-behavior: smooth
}

h1, h2, h3, h4, h5, h6, .pc-gnav-wrap ul {
    font-family: 'Noto Sans Japanese', sans-serif
}

a img:hover {
    opacity: 0.6
}

h2, h3, h4 {
    font-weight: 500
}

.spbr {
    display: none
}

@media screen and (max-width: 1000px) {
    .spbr {
        display: block
    }
}

.spnone {
    display: block
}

@media screen and (max-width: 1000px) {
    .spnone {
        display: none
    }
}

.object-fit-img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

img.img-resp {
    object-fit: unset
}

@media screen and (max-width: 500px) {
    img.img-resp {
        width: 100%
    }
}

header {
    display: block;
    max-width: 100%;
    background-color: #8fc231
}

header div h1.col {
    display: table-cell;
    float: left;
    margin: 10px 0px
}

header ul.icon-nav-menu {
    position: absolute;
    right: 0;
    top: 13%;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

header ul.icon-nav-menu li a.button {
    font-weight: 600;
    color: #8fc231;
    font-size: 1.3em;
    padding: 10px 25px 11px
}

header ul.icon-nav-menu li a.button:hover {
    color: #fff
}

header ul.icon-nav-menu li.nav-icons {
    background: #fff;
    line-height: 1.8em;
    padding-left: 1px;
    margin-top: 0;
    box-sizing: content-box;
    padding: 0;
    font-family: "themify"
}

header ul.icon-nav-menu li.nav-icons a {
    color: #4b4b4b
}

header ul.icon-nav-menu li.icon-fb a:hover {
    color: #fff
}

header .pc-gnav-wrap {
    background-color: #fff
}
@media print{
    header .container, header .pc-gnav-wrap {display: none;}
    }

header .pc-gnav-wrap ul.container {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.2em
}

header .pc-gnav-wrap ul.container li {
    margin: 0 10px;
    padding: 13px 5px 12px 5px
}

header .pc-gnav-wrap ul.container li a {
    color: #5f861b;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative
}
header .pc-gnav-wrap ul.container li a:hover {
    color: #d82481;
}
header .pc-gnav-wrap ul.container li .business_nav{
    color: #7e7c6e;
}
header .pc-gnav-wrap ul.container li.nav-now a::before {
    position: absolute;
    bottom: -12px;
    left: -5%;
    height: 3px;
    background: #8fc231;
    width: 110%;
    content: '';
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
    z-index: 99
}
header .pc-gnav-wrap ul.container div.pc-gnav-sub ul.container li {
    padding: 5px;
}
header .pc-gnav-wrap ul.container li.nav-now div.pc-gnav-sub ul.container li a::before {
    display: none
}

header .pc-gnav-sub ul.container {
    padding-top: 0;
    justify-content: center
}

header .pc-gnav-sub ul.container li a {
    font-size: .9em
}

header .sp-nav-menu .nav-button.active span {
    background-color: #fff
}

header .sp-nav-menu .nav-wrap {
    background: #8fc231
}

header .sp-nav-menu .nav-wrap img {
    width: 300px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 8px 10px 0px
}

header .sp-nav-menu .nav-wrap ul.nav {
    background: #fff;
    width: 100%
}

header .sp-nav-menu .nav-wrap ul.nav li a {
    color: #5f861b;
    font-size: 1.1em;
    text-decoration: none;
    line-height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

header .sp-nav-menu .nav-wrap ul.nav li a:hover {
    background: none
}

header .sp-nav-menu .nav-wrap ul.nav ul.icon-nav-sp {
    position: relative;
    display: block !important;
    top: auto;
    right: auto;
    float: none;
    width: 145px;
    margin: 0 auto
}

header .sp-nav-menu .nav-wrap ul.nav ul.icon-nav-sp li {
    width: 35px;
    height: 35px;
    line-height: 30px;
    padding: 0;
    border: none;
    background: #7b0054;
    float: left;
    margin-right: 1em
}

header .sp-nav-menu .nav-wrap ul.nav ul.icon-nav-sp li:last-child {
    margin-right: 0
}

header .sp-nav-menu .nav-wrap ul.nav ul.icon-nav-sp li a {
    line-height: 30px
}

header .sp-nav-menu .nav-wrap ul.nav ul.icon-nav-sp li a span {
    color: #fff;
    padding-right: 0;
    height: 35px;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 35px
}

header .sp-nav-menu .nav-wrap ul.nav ul.icon-nav-sp li a span:before {
    display: inline-block
}

header .sp-nav-menu .nav-wrap p.sp-menu-button {
    background-color: #c1c1c1;
    width: 217px;
    height: 50px;
    text-align: center;
    padding: 0;
    margin: 1.5em auto
}

header .sp-nav-menu .nav-wrap p.sp-menu-button:after {
    display: none
}

header .sp-nav-menu .nav-wrap p.sp-menu-button a {
    color: #fff;
    font-size: 1.1em;
    padding: 0;
    line-height: 3.2em
}

@media screen and (max-width: 1000px) {
    header div h1.col {
        width: 300px;
        margin: 0
    }
}

@media screen and (max-width: 1000px) {
    header div h1.col img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media screen and (max-width: 1000px) {
    header .sp-nav-menu .nav-button {
        top: 20px
    }
}

@media screen and (max-width: 1000px) {
    header .sp-nav-menu .nav-wrap {
        width: 100%
    }
}

.mainCnt {
    background-color: #efe9d8;
    display: block
}

section.container {
    padding: 0
}

section.container div h4 {
    font-size: 1.2em;
    line-height: 1.2em
}

section.container div h4 a {
    text-decoration: none;
}

section.container div p {
    line-height: 1.8em;
    margin-top: 0;
    padding: 0 0.2em
}

.boxBg-color {
    background-color: #fff;
    float: left
}

.boxBg-color h4 a {
    font-family: 'Noto Sans Japanese', sans-serif
}

section.index-wrap1 {
    padding-top: 60px;
    width: 100%
}

section.index-wrap1 .boxBg-color {
    padding: 6px 6px 12px;
    width: 27.6%;
    height: 262px;
    margin: 0 0 16px 16px
}

@media screen and (max-width: 1000px) {
    section.index-wrap1 .boxBg-color {
        width: 100%;
        height: auto;
        margin-left: 0
    }
}

section.index-wrap1 .boxBg-color:first-of-type {
    margin-left: 0
}

section.index-wrap1 .boxBg-color h4 {
    margin: 6px 0;
    height: auto
}

section.index-wrap1 .boxBg-color img {
    width: 100%;
    display: table
}

section.index-wrap1 .main-pickup {
    padding: 8px 8px 27px;
    width: 41.5%;
    height: 596px;
    position: relative
}

section.index-wrap1 .main-pickup span {
    background-color: #a9f123;
    display: flex;
    width: 190px;
    height: 40px;
    justify-content: center;
    align-items: flex-end
}

section.index-wrap1 .main-pickup span img {
    width: auto;
    display: inline
}

section.index-wrap1 .main-pickup h4 {
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 8px 0
}

section.index-wrap1 .main-pickup a.main-pickup-img {
    width: 100%;
    height: 63%;
    display: block;
    overflow: hidden
}

section.index-wrap1 .main-pickup a.main-pickup-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 1000px) {
    section.index-wrap1 .main-pickup a.main-pickup-img {
        height: 250px
    }
}

section.index-wrap1 .main-pickup a.main-pickup-link {
    font-size: 1.1em;
    width: 185px;
    margin: 10px auto;
    text-decoration: none;
    border: 1px solid #3c3c3c;
    height: 41px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 26%;
    bottom: 10px
}

section.index-wrap1 .main-pickup a.main-pickup-link:hover {
    background-color: #d82481;
    color: #fff;
    border: none
}

@media screen and (max-width: 1000px) {
    section.index-wrap1 .main-pickup a.main-pickup-link {
        position: relative;
        left: auto;
        bottom: auto
    }
}

section.index-wrap1 .main-pickup p {
    height: 57px
}

section .main-movie {
    padding: 0;
    position: relative;
    background-color: black
}

section .main-movie:hover {
    opacity: 0.8
}

@media screen and (max-width: 1000px) {
    section.main-movie {
        width: 100%;
        height: 45vh
    }
}

section .main-movie a.button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 200px;
    font-size: 0.8em;
    padding: 0.3rem
}

section .main-movie a.button span.ti-angle-right {
    right: 8px
}

@media screen and (max-width: 1000px) {
    section .main-movie a.button span.ti-angle-right {
        display: block
    }
}

section .main-movie a:first-of-type {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%
}

section.index-wrap1 .main-content0 {
    width: 56.6%;
    height: 318px;
    padding: 0;
    background-color: #e6fcff
}

@media screen and (max-width: 1000px) {
    section.index-wrap1 .main-content0 {
        width: 100%;
        height: auto
    }
}

section.index-wrap2 {
    padding: 1px 0 42px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

section.index-wrap2 h4 {
    font-size: 1.3em;
    margin: 3px 0 0;
    height: 2.4em
}

section.index-wrap2 .boxBg-color {
    padding: 6px;
    margin: 0 18px 18px 0;
    width: 236px
}

section.index-wrap2 .main-content3, section.index-wrap2 .main-content4, section.index-wrap2 .main-content5, section.index-wrap2 .main-content6 {
    width: 49%;
    margin: 0 0 16px
}

section.index-wrap2 .main-content3 h4, section.index-wrap2 .main-content4 h4, section.index-wrap2 .main-content5 h4, section.index-wrap2 .main-content6 h4 {
    margin: 18px 0 10px
}

@media screen and (max-width: 1000px) {
    section.index-wrap2 .main-content3 h4, section.index-wrap2 .main-content4 h4, section.index-wrap2 .main-content5 h4, section.index-wrap2 .main-content6 h4 {
        margin: 0.5rem 0 0
    }
}

section.index-wrap2 .main-content3 a, section.index-wrap2 .main-content4 a, section.index-wrap2 .main-content5 a, section.index-wrap2 .main-content6 a {
    float: left;
    margin-right: 0.8em
}

@media screen and (max-width: 1000px) {
    section.index-wrap2 .main-content3 a, section.index-wrap2 .main-content4 a, section.index-wrap2 .main-content5 a, section.index-wrap2 .main-content6 a {
        float: none;
        margin-right: auto
    }
}

section.index-wrap2 .main-content3 img, section.index-wrap2 .main-content4 img, section.index-wrap2 .main-content5 img, section.index-wrap2 .main-content6 img {
    width: 224px;
    height: 155px;
    display: block
}

@media screen and (max-width: 1000px) {
    section.index-wrap2 .main-content3 img, section.index-wrap2 .main-content4 img, section.index-wrap2 .main-content5 img, section.index-wrap2 .main-content6 img {
        width: 100%;
        height: auto
    }
}

@media screen and (max-width: 1000px) {
    section.index-wrap2 .main-content3 p, section.index-wrap2 .main-content4 p, section.index-wrap2 .main-content5 p, section.index-wrap2 .main-content6 p {
        display: none
    }
}

section.index-wrap2 .main-content10 {
    margin-right: 0
}

@media screen and (max-width: 1000px) {
    section.index-wrap1 {
        display: grid;
        grid-template-columns: 1fr
    }
}

@media screen and (max-width: 1000px) {
    section.index-wrap1 .boxBg-color h4 {
        height: auto
    }
}

@media screen and (max-width: 1000px) {
    section.index-wrap1 .main-pickup {
        width: 40%
    }
}

@media screen and (max-width: 1000px) {
    section.index-wrap1 .main-pickup {
        width: 100%;
        height: auto;
        padding: 8px
    }
}

@media screen and (max-width: 1000px) {
    section.index-wrap1 .main-pickup p {
        display: none
    }
}

@media screen and (max-width: 1000px) {
    section.index-wrap2 h4 {
        font-size: 1em !important
    }
}

@media screen and (max-width: 1000px) {
    section.index-wrap2 .boxBg-color {
        width: 49%;
        margin-right: 1%
    }

    section.index-wrap2 .boxBg-color:nth-of-type(even) {
        margin-right: 0;
        margin-left: 1%
    }
}

@media screen and (max-width: 1000px) {
    section.index-wrap2 a {
        display: block;
        width: 100%
    }
}

@media screen and (max-width: 1000px) {
    section.index-wrap2 a img {
        width: 100%
    }
}

@media screen and (max-width: 1000px) {
    section.index-wrap2 .main-content9 {
        clear: both
    }
}

@media screen and (max-width: 1000px) {
    section.index-wrap1, section.index-wrap2 {
        width: 95%;
        margin: 0 auto
    }
}

.index-wrap3 div.spbr {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2em;
    text-align: center
}

.index-wrap3 div.spbr .fb-page {
    width: 100%
}

.index-wrap3 div.spbr .fb-page span {
    width: 100%
}

.index-wrap3 div.spbr iframe {
    width: 100% !important
}

.index-wrap3 div.nav_bnr1 a img {
    width: 100%
}

.index-wrap3 div.spnone .fb-page {
    margin-left: 1.5em;
}

aside.container {
    margin: 50px auto 130px;
}

footer {
    background: #e7e7e7;
    padding: 50px 0;
}

footer .container {
    padding: 5px 15px;
    max-width: 1200px;
}

footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .9em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer ul a:link {
    text-decoration: none
}

footer ul li {
    margin: 10px 0;
    text-indent: 10px
}

footer ul li.nav-topLayer {
    text-indent: -10px;
    font-weight: bold;
    margin-bottom: 10px
}

/* footer ul li.nav-topLayer::before {
    font-family: FontAwesome;
    vertical-align: middle;
    content: '\f0da';
    color: #8fc231;
    margin-right: 5px
} */

footer ul.cmn-footer-bnr {
    background: #8fc231;
    padding: 30px 0
}

footer p {
    font-size: .8em;
    text-align: center;
    margin-bottom: 20px
}

@media screen and (max-width: 1000px) {
    footer .container {
        padding: 5px 25px
    }
}

span.fa-home:before {
    font-family: FontAwesome;
    content: "\f015"
}

ul.item-topicpath {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    margin: 20px auto 10px;
    font-size: .8em
}

ul.item-topicpath li a {
    text-decoration: none
}

ul.item-topicpath li a span.fa-home:before {
    content: "\f015"
}

ul.item-topicpath li.icon-arrow {
    margin-left: 10px
}

ul.item-topicpath li.icon-arrow:before {
    font-family: FontAwesome;
    vertical-align: middle;
    content: '\f105';
    margin-right: 10px
}

section.cust-index-wrap {
    text-align: center;
}

section.cust-index-wrap h2 {
    margin: 50px auto 60px;
    padding-bottom: 0.6em;
    color: #5f861b;
    border-bottom: #8fc231 1px solid
}

section.cust-index-wrap div h4 {
    margin-top: 18px;
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: 600
}

section.cust-index-wrap div p {
    width: 75%;
    text-align: left;
    line-height: 1.4em;
    margin-bottom: 3em;
    min-height: 6em;
}

section.cust-page-wrap {
    margin-bottom: 40px;
}

section.cust-page-wrap h2 {
    text-align: center;
    margin: 50px auto 20px;
    padding-bottom: 0.6em;
    color: #5f861b;
    border-bottom: #8fc231 1px solid;
}

section.cust-page-wrap div h4 {
    margin-bottom: 0.4em;
}

section.cust-page-wrap div h4 a {
    text-decoration: underline;
}

section.cust-page-wrap div p {
    margin-bottom: 1.5em;
}
section.cust-page-wrap div p strong{
    color: #5f861b;
    font-size: 120%;
}
section.cust-page-wrap div p strong a{
    color:#d82481;
}
section.cust-page-wrap div table.sports_table {
    margin-top: 1.5em;
    box-sizing: border-box;
    border-collapse: collapse;
    border: 1px solid #cdcdcd;
}

section.cust-page-wrap div table.sports_table tr:last-child th {
    border-bottom: 1px solid #cdcdcd;
}

section.cust-page-wrap div table.sports_table tr th {
    background: #ffeeb9;
    padding: 15px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

section.cust-page-wrap div table.sports_table tr th.event-name {
    width: 40%;
    background: #ffa929;
    color: #fff;
}

@media screen and (max-width: 1000px) {
    section.cust-page-wrap div table.sports_table tr th.event-name {
        width: 45%;
    }
}

section.cust-page-wrap div table.sports_table tr th.event-date {
    width: 30%;
    background: #ffa929;
    color: #fff;
    border-right: 1px solid #cdcdcd;
}

section.cust-page-wrap div table.sports_table tr th.event-place {
    width: 30%;
    background: #ffa929;
    color: #fff;
    border-right: 1px solid #cdcdcd;
}

@media screen and (max-width: 1000px) {
    section.cust-page-wrap div table.sports_table tr th.event-place {
        width: 25%;
    }
}

section.cust-page-wrap div table.sports_table tr td {
    padding: 15px;
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
}

@media screen and (max-width: 1000px) {
    section.cust-index-wrap {
        width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1000px) {
    section.cust-index-wrap h2 {
        margin: 1em auto 1em;
        line-height: 1.1em;
    }
}

@media screen and (max-width: 500px) {
    section.cust-index-wrap div img {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    section.cust-index-wrap div p {
        width: 100%;
    }
}

div.information-wrap div.container {
    padding: 5px 0 30px;
}

div.information-wrap div.container div.row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 10px
}

div.information-wrap div.container div.row:after {
    display: none
}

div.information-wrap div.container div.row div.boxBg-color {
    width: 475px;
    height: 130px;
    margin: 0 0 1.5em 1.5em;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

div.information-wrap div.container div.row div.boxBg-color:nth-of-type(odd) {
    margin-left: 0
}

div.information-wrap div.container div.row div.boxBg-color:hover {
    background-color: #d9ff92;
    color: #d82481;
    opacity: 0.9
}

div.information-wrap div.container div.row div.boxBg-color img {
    float: left;
    margin-right: 15px;
    width: 47%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

div.information-wrap div.container div.row div.boxBg-color h4 {
    font-size: 1.2em;
    line-height: 1.5em
}

div.information-wrap div.container div.row div.boxBg-color a {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

div.button-cust-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 94%;
    margin: 60px auto 100px;
    padding: 0
}

div.button-cust-bnr div {
    overflow: hidden;
    width: 224px;
    height: 153px;
    float: left;
    margin: 0 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

div.button-cust-bnr div:hover {
    opacity: 0.7;
    border: 1px solid #d82481
}

div.button-cust-bnr div a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

div.button-cust-bnr div a img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

div.button-cust-bnr div a img:hover {
    opacity: 1
}

div.button-cust-bnr div.button-media {
    position: relative
}

div.button-cust-bnr div.button-media img.button-media-sub {
    position: absolute;
    top: 122px;
    left: 16%
}

@media screen and (max-width: 1000px) {
    div.button-cust-bnr div.button-media img.button-media-sub {
        width: 82%;
        height: auto;
        top: 75%;
        left: 10%
    }
}

div.button-cust-bnr div.button-faq {
    position: relative
}

div.button-cust-bnr div.button-faq p {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.79);
    padding: 0 9px;
    font-size: 1.1em;
    font-weight: 500
}



@media screen and (max-width: 1000px) {
    div.information-wrap div.container div.row div.boxBg-color {
        width: 100%
    }
}

@media screen and (max-width: 1000px) {
    div.information-wrap div.container div.row div.boxBg-color:nth-of-type(odd) {
        margin-left: auto
    }
}

@media screen and (max-width: 1000px) {
    div.information-wrap div.container div.row div.boxBg-color {
        margin: 0 auto 1.5em;
        float: none
    }
}

@media screen and (max-width: 1000px) {
    div.button-cust-bnr {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 1000px) {
    div.button-cust-bnr div {
        width: 45%;
        height: auto;
        margin: 0 1% 2%
    }
}

@media screen and (max-width: 1000px) {
    div.button-cust-bnr div a img {
        width: 100%
    }
}

section.cust-goods-wrap h2 {
    margin-bottom: 13px
}

section.cust-goods-wrap ul.products-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 55px;
    background-color: #e7e7e7;
    margin-top: 2em
}

section.cust-goods-wrap ul.products-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    font-size: 1.1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.cust-goods-wrap ul.products-menu li a {
    text-decoration: none;
    width: 100%
}

section.cust-goods-wrap ul.products-menu li.products-here {
    background-color: #8fc231;
    position: relative
}

section.cust-goods-wrap ul.products-menu li.products-here a {
    color: #fff
}

section.cust-goods-wrap ul.products-menu li.products-here::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    left: 43%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #8fc231 transparent transparent transparent
}

section.cust-goods-wrap div.products-goods-wrap {
    text-align: left;
    padding: 0 28px;
    clear: both
}

@media screen and (max-width: 1000px) {
    section.cust-goods-wrap div.products-goods-wrap {
        width: 100%;
        padding: 0;
        margin: 0 auto
    }
}

section.cust-goods-wrap div.products-goods-wrap h3 {
    font-size: 1.6em;
    line-height: 1.7em;
    border-left: #8fc231 8px solid;
    padding-left: 10px;
    margin: 1.3em 0
}

section.cust-goods-wrap div.products-goods-wrap p {
    margin: 0 0 1.2em;
    width: 100%
}

section.cust-goods-wrap div.products-goods-wrap ul.list-index {
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 1em auto 0.5em
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap ul.list-index {
        width: 100%;
        margin-bottom: 1em
    }
}

section.cust-goods-wrap div.products-goods-wrap ul.list-index li a {
    font-size: 1.1em;
    text-decoration: none;
    border: 1px solid #7c6d44;
    padding: 5px
}

section.cust-goods-wrap div.products-goods-wrap ul.list-index li a:hover {
    background: #d82481;
    color: #fff
}

section.cust-goods-wrap div.products-goods-wrap ul.list-index li a.list-none {
    background: #e7e7e7;
    color: gray
}

section.cust-goods-wrap div.products-goods-wrap ul.list-index li a.list-none:hover {
    background: #e7e7e7;
    color: gray
}

section.cust-goods-wrap div.products-goods-wrap ul.list-index li a.ruby-here {
    background-color: #8fc231;
    border-color: #8fc231;
    color: #fff
}

section.cust-goods-wrap div.products-goods-wrap div.products-com-inner {
    border: 1px solid #7c6d47;
    width: 99%;
    margin: 0 auto 2em
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-com-inner {
        border: none
    }
}

section.cust-goods-wrap div.products-goods-wrap div.products-com-inner div.products-com-name {
    display: flex;
    flex-flow: row wrap
}

section.cust-goods-wrap div.products-goods-wrap div.products-com-inner div.products-com-name p {
    margin: 0;
    padding: 0
}

@media screen and (min-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-com-inner div.products-com-name p {
        display: flex
    }
}

section.cust-goods-wrap div.products-goods-wrap div.products-com-inner div.products-com-name p a.com-button {
    text-decoration: none;
    background: #7c6d47;
    font-size: 1.15rem;
    width: 14rem;
    color: #fff;
    text-align: center;
    padding: 0.2em;
    display: inline-block
}

section.cust-goods-wrap div.products-goods-wrap div.products-com-inner div.products-com-name p a.com-button:before {
    font-family: FontAwesome;
    vertical-align: middle;
    content: '\f0d7';
    color: #fff;
    margin-right: 8px
}

section.cust-goods-wrap div.products-goods-wrap div.products-com-inner div.products-com-name p a.com-button:hover {
    color: #fff;
    cursor: none
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-com-inner div.products-com-name p a.com-button {
        width: 100%;
        margin-bottom: 0;
        padding-top: 0.3em
    }
}

section.cust-goods-wrap div.products-goods-wrap div.products-com-inner div.products-com-name p span {
    font-size: 0.9rem;
    display: flex;
    align-items: flex-end;
    margin-left: 0.5em
}

section.cust-goods-wrap div.products-goods-wrap div.products-com-inner div.products-com-name ul.list {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    padding: 0.5em 1em
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-com-inner div.products-com-name ul.list {
        display: block;
        width: 100%;
        z-index: 100;
        transition: top 1.5s;
        -webkit-transition: top 1.5s;
        -moz-transition: top 1.5s;
        text-align: center;
        background: #ececec;
        padding: 0 1em;
        height: auto;
        max-height: 10em;
        overflow-y: scroll
    }
}

@media screen and (min-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-com-inner div.products-com-name ul.list li {
        width: 14rem;
        margin-left: 1.5rem
    }
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-com-inner div.products-com-name ul.list li {
        border-bottom: #cdcdcd 1px dashed;
        line-height: 2.2em
    }
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-com-inner div.products-com-name ul.list li a {
        text-decoration: none;
        color: #d82481
    }
}

section.cust-goods-wrap div.products-goods-wrap div.products-com-inner div.products-com-name ul.list li a:visited {
    color: #aec387
}

@media screen and (min-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-com-inner div.products-com-name ul.list li.bac-list-li {
        width: 20rem;
        margin-left: 0.5rem
    }
}

section.cust-goods-wrap div.products-goods-wrap div.products-com-inner div.products-com-name ul.list li.bac-list-li span {
    display: none
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.5em
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box {
    width: 224px;
    height: 400px;
    position: relative;
    background: #f7f2e6;
    margin: 0 6px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box {
        margin: 0 0 1em
    }
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box span.goods-no {
    z-index: -100;
    position: absolute;
    top: 0
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box span.goods-new {
    background: #eb6100;
    width: 65px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box span.goods-new:after {
    content: "NEW";
    color: #fff
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box span.goods-new {
        width: 40px;
        height: 18px;
        line-height: 1.4rem;
        font-size: 0.9em;
        z-index: 99
    }
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box a.goodsImage-aw {
    border: 1px solid #d6cebc
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box a.goodsImage-aw {
        width: 30%;
        height: 100px;
        display: inline-block;
        position: relative;
        margin: 9px 0 9px 9px
    }
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box a.goodsImage-aw img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box a.goodsImage-aw img {
        max-width: 100%;
        height: 100%;
        position: relative;
        top: auto;
        left: auto
    }
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box h4 {
    background: #7c6d47;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    padding: 6px 14px;
    margin: 0;
    height: 50px
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box h4 {
        height: auto
    }
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box h4 a {
    color: #fff;
    text-decoration: underline
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box div {
    color: #4f4220;
    padding: 9px 9px 15px;
    height: 205px;
    position: relative
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box div {
        float: right;
        height: auto;
        min-height: 99px;
        width: 67%;
        padding-bottom: 10px
    }
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box div h5 {
    font-size: 1.1em;
    font-weight: 600;
    margin: 0;
    line-height: 1.1em;
    height: 2.2em
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box div h5 {
        line-height: 1.1em
    }
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box div p {
    font-size: 0.9rem;
    margin: 0.4rem 0 0;
    padding: 0;
    line-height: 1.35em
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box div p {
        font-size: 0.9em;
        line-height: 1.3em;
        margin-top: 0.2em
    }
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box div p span.award-name {
    color: #961684;
    font-weight: 700
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box div button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: #7c6d47 1px solid;
    width: 110px;
    height: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 7px auto 0;
    text-decoration: none;
    position: absolute;
    bottom: 12px;
    left: 25%;
    background: none;
    padding: 0
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box div button:hover {
    background-color: #d82481;
    color: #fff
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: #7c6d47 1px solid;
    width: 110px;
    height: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 7px auto 0;
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    left: 25%
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box div a {
        margin-top: 13px;
        position: relative;
        left: auto;
        bottom: auto
    }
}

section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box div a:hover {
    background-color: #d82481;
    color: #fff
}

@media screen and (min-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.goods-inner2 div.products-goods-box {
        height: 350px
    }
}

section.cust-goods-wrap div.products-goods-wrap div.goods-inner2 div.products-goods-box a.goodsImage {
    border: 1px solid #d6cebc;
    background: #fff;
    width: 100%
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.goods-inner2 div.products-goods-box a.goodsImage {
        position: absolute;
        top: 30%;
        left: 10px;
        width: 80px;
        height: 80px;
        display: flex
    }
}

section.cust-goods-wrap div.products-goods-wrap div.goods-inner2 div.products-goods-box a.goodsImage img {
    width: auto;
    max-width: 222px;
    margin: 0 auto;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.goods-inner2 div.products-goods-box a.goodsImage img {
        max-width: 100%;
        height: 100%;
        position: relative;
        top: auto;
        left: auto
    }
}

section.cust-goods-wrap div.products-goods-wrap div.goods-inner2 div.products-goods-box h4 {
    padding: 6px 5px;
    height: auto
}

section.cust-goods-wrap div.products-goods-wrap div.goods-inner2 div.products-goods-box div {
    padding-top: 8px
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.goods-inner2 div.products-goods-box div {
        width: 73%
    }
}

@media screen and (min-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.goods-inner2 div.products-goods-box div {
        height: 175px
    }
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.goods-inner2 div.products-goods-box div p {
        display: none
    }
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.goods-inner2 div.products-goods-box div a {
        position: absolute;
        left: 25%;
        bottom: 11px
    }
}

section.cust-goods-wrap div.products-goods-wrap div.goods-inner-bac div.products-goods-box {
    height: 375px
}

section.cust-goods-wrap div.products-goods-wrap div.goods-inner-bac div.products-goods-box div {
    height: 180px
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.goods-inner-bac div.products-goods-box div {
        height: auto
    }
}

section.cust-goods-wrap div.products-goods-wrap div.goods-inner-bac div.products-goods-box div h5 {
    height: auto
}

[class^="iziModal"] {
    position: relative
}

a.products-goods-close {
    position: absolute;
    top: 12px;
    right: 24px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff
}

a.products-goods-close:hover {
    cursor: pointer;
    color: #d82481
}

@media screen and (max-width: 1000px) {
    section.cust-goods-wrap {
        margin-bottom: 3em
    }
}

@media screen and (max-width: 1000px) {
    section.cust-goods-wrap ul.products-menu {
        height: auto;
        background: none;
        display: block;
        overflow: hidden;
        margin-top: 1.5em
    }
}

@media screen and (max-width: 1000px) {
    section.cust-goods-wrap ul.products-menu li {
        float: left;
        background: #e7e7e7;
        width: 25%;
        margin-right: 15px;
        width: 180px;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 1000px) {
    section.cust-goods-wrap ul.products-menu li {
        width: 48%;
        height: 35px;
        margin: 0 10px 10px 0;
        padding: 0
    }

    section.cust-goods-wrap ul.products-menu li:nth-of-type(even) {
        margin-right: 0
    }
}

@media screen and (max-width: 1000px) {
    section.cust-goods-wrap ul.products-menu li.products-here::after {
        display: none
    }
}

@media screen and (max-width: 1000px) {
    section.cust-goods-wrap div.products-goods-wrap h3 {
        margin-top: 1em
    }
}

@media screen and (max-width: 1000px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box {
        width: 48%
    }
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box {
        width: 100%;
        display: block;
        height: auto
    }
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box div h5 {
        height: auto
    }
}

@media screen and (max-width: 500px) {
    section.cust-goods-wrap div.products-goods-wrap div.products-goods-inner div.products-goods-box div button {
        position: relative;
        left: auto;
        bottom: auto
    }
}

div.item-wrapper {
    width: 100%;
    background: #fff;
    color: #4f4220;
    padding-bottom: 1.5em
}

div.item-wrapper h1 {
    font-size: 1.1em;
    font-weight: bold;
    background-color: #7c6d47;
    padding: 0.8em 2em;
    text-align: center;
    color: #fff;
    margin: 0 0 1.5em
}

div.item-wrapper h1 a {
    color: #fff
}

div.item-wrapper img {
    max-width: 250px;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block
}

div.item-wrapper h2 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 1em;
    text-align: center
}

div.item-wrapper div {
    width: 80%;
    margin: 0 auto 2em;
    font-size: 1em
}

div.item-wrapper div p {
    line-height: 1.3em
}

div.item-wrapper div p.item-txt-award {
    color: #961684;
    font-weight: bold
}

div.item-wrapper div.close {
    text-align: center
}

div.item-wrapper div.close a {
    border: #4f4220 1px solid;
    padding: 0.5em 1em
}

.modal-content {
    position: fixed;
    display: none;
    z-index: 12;
    width: 1000px;
    height: 70vh;
    margin: 0;
    border: solid 1px #a0a0a0;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden
}

@media screen and (max-width: 1000px) {
    .modal-content {
        width: 95%;
        padding-top: 100px
    }
}

.modal-overlay {
    z-index: 10;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.6)
}

.modal-open:hover {
    cursor: pointer
}

.modal-close:hover {
    cursor: pointer;
    color: #d82481
}

.modal-title {
    font-weight: bold;
    font-size: 1.3em;
    padding: 0.8em 0;
    background-color: #8fc231;
    text-align: center;
    color: #fff
}

.modal-kaisetu {
    color: #000;
    width: 95%;
    margin: 40px auto 30px auto;
    font-size: 0.9em
}

@media screen and (max-width: 1000px) {
    .modal-kaisetu {
        margin-bottom: 6em
    }
}

.modal-kaisetu h5 {
    font-size: 1.2em;
    color: #8fc231;
    text-align: center;
    clear: both
}

.modal-kaisetu img {
    float: right;
    margin: 0 0 1em 0.5em
}

@media screen and (max-width: 1000px) {
    .modal-kaisetu img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none
    }
}

.modal-kaisetu img.img-centering {
    float: none;
    margin: 0 auto 1em
}

div.modal-close-box {
    /*position: fixed;*/
    bottom: 0;
    width: 95%;
    height: 35px
}

a.modal-close {
    clear: both;
    font-size: 15px;
    color: #FFF;
    background-color: #8fc231;
    display: block;
    width: 93px;
    height: 32px;
    margin: 40px auto 22px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

@media screen and (max-width: 1000px) {
    a.modal-close {
        margin: 0 auto
    }
}

.page-mm {
    padding-top: 0.5em
}

.page-mm h3 {
    clear: both
}

.page-mm img.mm-img1 {
    float: right;
    padding: 0 1em
}

.page-mm img.mm-img1:after {
    clear: both
}

@media screen and (max-width: 1000px) {
    .page-mm img.mm-img1 {
        float: none;
        margin: 0 auto 1em;
        display: block
    }
}

.page-mm span {
    font-size: 0.9em
}

.page-mm h4 {
    margin-top: 2em;
    color: #8fc231
}

.page-mm h4:first-of-type a {
    color: #8fc231
}

.page-mm p.mm-prev1 {
    margin-left: 2em;
    width: 430px;
    height: 450px;
    overflow-y: scroll;
    border: 1px solid #e7e7e7
}

@media screen and (max-width: 1000px) {
    .page-mm p.mm-prev1 {
        margin-left: 0
    }
}

.page-mm .button-default {
    text-indent: 0;
    background-color: #8fc231;
    color: #fff;
    font-size: 1rem;
    width: 15rem
}

.page-mm .button-default::before {
    font-family: FontAwesome;
    vertical-align: middle;
    content: '\f105';
    margin-right: 10px
}

.page-mm .mm-bk {
    background-color: #cfd416
}

@media screen and (max-width: 1000px) {
    .page-mm form input.mm-mail {
        width: 100%
    }
}

.pc-gnav-sub #nav-trader {
    padding-top: 0;
    justify-content: center
}

.pc-gnav-sub #nav-trader li {
    margin: 0 16px
}

.pc-gnav-sub #nav-trader li a {
    font-size: .8em
}

.pc-gnav-sub #nav-trader li a:before {
    display: none
}