@font-face {
    font-family: Avenir;
    src: url('../fonts/Avenir.ttc'); /* IE9 */
}
@font-face {
    font-family: BloggerSans-Italic;
    src: url('../fonts/BloggerSans-Italic.ttf'); /* IE9 */
}
body {
    counter-reset: number 0; 
}
.sp {
    display: none!important;
}
.container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.w1024-container {
    position: relative;
    width: 1024px;
    height: 100%;
    margin: 0 auto;
}
.container-warpper {
    position: relative;
    width: 864px;
    margin: 0 auto;
}
.header .top {
    box-sizing: border-box;
    height: 68px;
    background-color: #fff;
}
.header .top .logo {
    float: left;
    height: 43px;
    margin-top: 12px;
}
.header .top .logo img {
    height: 43px;
}
.header .top .entrance {
    box-sizing: border-box;
    float: right;
    width: 234px;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    margin-top: 18px;
    border: 1px solid #B9B9B9;
    font-size: 0;
    color: #505050;
}
.header .top .entrance .text {
    font-size: 12px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.header .top .entrance img {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}
.header .top .entrance img:first-child {
    margin-right: 4px;
    margin-top: 7px;
}
.header .top .sp-menu-btn {
    display: none;
}
.header .nav {
    box-sizing: border-box;
    height: 56px;
    padding-top: 16px;
    background-color: #D00A41;
}
.header .nav .list {
    position: relative;
    font-size: 0;
}
.header .nav .list li {
    display: inline-block;
    padding: 0 30px;
    height: 24px;
    border-right: 1px solid #fff;
}
.header .nav .list li:first-child {
    padding-left: 0;
}
.header .nav .list li:last-child {
    padding-right: 0;
}
.header .nav .list li a,
.header .nav .list li .sub-btn {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 0;
    cursor: pointer;
}
.header .nav .list li .sub-btn:before {
    display: none;
    position: absolute;
    left: 50%;
    top: 25px;
    width: 0;
    height: 0;
    z-index: 9;
    border: 20px solid;
    border-color: transparent transparent #B40A36 transparent;
    content: '';
}
.header .nav .list li .sub-btn:after {
    display: none;
    position: absolute;
    left: 50%;
    top: 26px;
    width: 0;
    height: 0;
    z-index: 11;
    border: 20px solid;
    border-color: transparent transparent #fff transparent;
    content: '';
}
.header .nav .list li .sub-btn.active:before,
.header .nav .list li .sub-btn.active:after {
    display: block;
}
.header .nav .list li a .icon,
.header .nav .list li .sub-btn .icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.header .nav .list li a .icon.sp-img,
.header .nav .list li .sub-btn .icon.sp-img {
    display: none;
}
.header .nav .list li a .right-icon,
.header .nav .list li .sub-btn .right-icon {
    display: none;
}
.header .nav .list li a .text,
.header .nav .list li .sub-btn .text {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: NotoSansCJKjp-Medium;
}
.header .nav .list li:last-child {
    border-right: none;
}
.header .nav .list li .sub-menu {
    display: none;
    box-sizing: border-box;
    position: absolute;
    left:0;
    top: calc(100% - 5px);
    z-index: 10;
    padding-top: 40px;
}
.header .nav .list li .sub-menu-2 {
    left: -280px;
}
.header .nav .list li .sub-menu-3 {
    left: -455px;
}
.header .nav .list li .sub-menu .warpper {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #B40A36;
}
.header .nav .list li .sub-menu .menu-title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #B40A36;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.header .nav .list li .sub-menu .text {
    display: block;
    margin-top: -20px;
    text-align: center;
    margin-bottom: 10px;
}
.header .nav .list li .sub-menu .text a {
    display: inline-block;
    width: 316px;
    height: 40px;
    line-height: 44px;
    border: 1px solid #AAAFB5;
    border-radius: 3px;
    font-size: 14px;
    color: #B40A36;
    font-family: NotoSansCJKjp-Medium;
}
.header .nav .list li .sub-menu .sub-list {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.header .nav .list li .sub-menu .sub-list li {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 122px;
    height: auto;
    min-height: 114px;
    padding: 0;
    padding-top: 4px;
    margin-right: 18px;
    border: 1px solid #AAAFB5;
    border-radius: 4px;
    overflow: hidden;
}
.header .nav .list li .sub-menu .sub-list li a {
    display: block;
}
.header .nav .list li .sub-menu .sub-list li.big {
    width: 188px;
    padding-top: 0;
}
.header .nav .list li .sub-menu .sub-list li.little {
    padding-top: 15px;
}
.header .nav .list li .sub-menu .sub-list li:last-child {
    margin-right: 0;
}
.header .nav .list li .sub-menu .sub-list li .list-title {
    line-height: 20px;
    font-size: 13px;
    color: #B40A36;
    text-align: center;
    font-family: NotoSansCJKjp-Medium;
}
.header .nav .list li .sub-menu .sub-list li:last-child .list-title {
    line-height: 12px;
}
.header .nav .list li .sub-menu .sub-list li.big .list-title {
    padding: 6px 0;
}
.header .nav .list li .sub-menu .sub-list li.big .img {
    width: 100%;
    max-height: 110px;
    overflow: hidden;
}
.header .nav .list li .sub-menu .sub-list li.big .img img {
    width: 100%;
}
.header .nav .list li .sub-menu .sub-list li.big .list-title span {
    display: block;
    font-size: 11px;
    color: #232827;
}
.header .nav .list li .sub-menu .sub-list li.big .list-title span.title-span {
    font-size: 13px;
    color: #B40A36;
}
.header .nav .list li .sub-menu .sub-list li:last-child .list-title span {
    display: block;
    font-size: 12px;
}
.header .nav .list li .sub-menu .sub-list li .img {
    text-align: center;
}
.header .nav .list li .sub-menu .btn-warpper {
    margin-top: 18px;
}
.header .nav .list li .sub-menu .btn-warpper .btn {
    box-sizing: border-box;
    float: left;
    width: calc(50% - 8px);
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #B40A36;
    text-align: center;
    border: 1px solid #AAAFB5;
    border-radius: 2px;
    font-family: NotoSansCJKjp-Medium;
}
.header .nav .list li .sub-menu .btn-warpper .btn .icon {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 9px;
}
.header .nav .list li .sub-menu .btn-warpper .btn.right-btn {
    float: right;
    width: auto;
    border: none;
    text-align: right;
}
.header .nav .entrance {
    display: none;
}
.footer {
    box-sizing: border-box;
    position: relative;
    margin-top: 48px;
    padding-top: 22px;
    height: 64px;
    background-color: #fff7d0;
}
.footer .logo {
    float: left;
    margin-right: 25px;
}
.footer .logo img {
    height: 22px;
}
.footer .nav {
    float: left;
    margin-top: 6px;
}
.footer .nav li {
    display: inline-block;
    height: 18px;
    padding: 0 20px;
    border-left: 1px solid #231815;
}
.footer .nav li:last-child {
    border-right: 1px solid #231815;
}
.footer .nav li a {
    margin-top: -2px;
    line-height: 20px;
    font-size: 12px;
    color: #231815;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.footer .copyright {
    float: right;
    line-height: 22px;
    font-size: 12px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.footer .copyright img {
    height: 12px;
}
.footer .page-top {
    position: absolute;
    top: -38px;
    right: 14px;
    z-index: 9;
    width: 32px;
    height: 32px;
    background: url(../images/page-top.png) no-repeat center center;
    background-size: 32px 32px;
}
.pageTop-wrap .page-top {
position: fixed;
bottom: 38px;
right: 20px;
z-index: 999;
width: 32px;
height: 32px;
background: url(../images/page-top.png) no-repeat center center;
background-size: 32px 32px;
}
.index {
    padding-top: 14px;
}
.index .banner {
    width: 100%;
}
.index .swiper1 .swiper-slide {
    width: 1024px;
    height: 450px;
    opacity: .4;
}
.index .swiper1 .swiper-slide-active {
    opacity: 1;
}
.banner {
    width: 1024px;
    margin: 0 auto;
}
.banner .banner-img {
    width: 100%;
}
.banner .swiper-pagination {
    width: 100%;
}
.banner .swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 8px;
    background-color: #B9B9B9;
    text-align: center;
}
.banner .swiper-pagination-bullet-active {
    background-color: #D00A41;
}
.banner .prev-btn {
    background: url(../images/prev-btn.png) no-repeat center center;
    background-size: 38px 38px;
}
.banner .next-btn {
    background: url(../images/next-btn.png) no-repeat center center;
    background-size: 38px 38px;
}
.banner .btn {
    position: absolute;
    top: calc(50% - 16px);
    z-index: 9;
    width: 38px;
    height: 38px;
    cursor: pointer;
}
.index .swiper1 .prev-btn {
    left: 20px;
}
.index .swiper1 .next-btn {
    right: 20px;
}
.index .Information {
    padding-top: 46px;
}
.index .swiper1 .sp-img {
    display: none;
}
.title {
    font-size: 0;
    text-align: center;
}
.title .icon {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    margin-right: 6px;
    margin-top: 2px;
}
.title .text {
    line-height: 30px;
    font-size: 22px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
}
.index .Information .swiper-warpper {
    position: relative;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 28px 0 45px;
    background-color: #fff7d0;
}
.index .Information .swiper-warpper .banner {
    position: relative;
}
.index .Information .swiper-warpper .banner .swiper-slide .products {
    box-sizing: border-box;
    padding: 16px 10px 20px;
    background-color: #fff;
    border: 2px solid #B9B9B9;
    border-radius: 3px;
}
.index .Information .swiper-warpper .banner .swiper-slide .products:hover {
    border-color: #D00A41;
}
.index .Information .swiper-warpper .banner .swiper-slide .products:last-child {
    margin-right: 0;
}
.index .Information .swiper-warpper .banner .swiper-slide .img {
    margin-bottom: 10px;
}
.index .Information .swiper-warpper .banner .swiper-slide .img img {
}
.index .Information .swiper-warpper .banner .swiper-slide .text {
    line-height: 20px;
    font-size: 14px;
    color: #282828;
    text-align: center;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.index .Information .swiper2 .swiper-slide .text {
    height: 60px;
}
.index .Information .swiper-warpper .banner .next-btn {
    right: -63px;
}
.index .Information .swiper-warpper .banner .prev-btn {
    left: -63px;
}
.index .Information .swiper-pagination {
    left: 0;
    margin-top: 14px;
}
.index .Information .show-more {
    display: none;
}
.index .more {
    margin-top: 16px;
    text-align: right;
}
.index .more .btn {
    display: inline-block;
}
.index .more .btn .text {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    font-size: 18px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.index .more .btn .icon {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    margin-top: 4px;
}
.index .new-products .swiper-warpper .banner .swiper-slide .products {
    position: relative;
    padding: 7px 0;
}
.index .new-products .swiper-warpper .banner .swiper-slide .products .new {
    box-sizing: border-box;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    background: url(../images/new.png) no-repeat center center;
    background-size: 32px 32px;
}
.index .new-products .swiper-warpper .banner .swiper-slide .products .renewal {
    box-sizing: border-box;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    background: url(../images/renewal.png) no-repeat center center;
    background-size: 32px 32px;
}
.index .new-products .swiper-warpper .banner .swiper-slide .img {
    margin-bottom: 0;
    width: 80%;
    margin: 0 auto;
}
.index .new-products .swiper-warpper .banner .swiper-slide .text {
    font-size: 13px;
}
.index .search {
    margin-top: 46px;
    padding: 35px 0 48px;
    background-color: #fff7d0;
}
.index .search .title .text {
    color: #D00A41;
}
.index .search .list {
    margin-top: 26px;
}
.index .search .list li {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: calc(33.3333% - 8px);
    margin-right: 12px;
    margin-bottom: 12px;
    background-color: #fff;
    border: 1px solid #B9B9B9;
    border-radius:3px;
}
.index .search .list li:hover {
    border-color: #D00A41;
}
.index .search .list li:nth-child(3n+0) {
    margin-right: 0;
}
.index .search .list li {
    padding: 10px 0;
}
.index .search .list li .img {
    text-align: center;
    margin-bottom: 10px;
}
.index .search .list li .img img {
    height: 160px;
}
.index .search .list li .text-warpper {
    position: relative;
    width: 100%;
    line-height: 28px;
    text-align: center;
}
.index .search .list li .text-warpper .text {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.index .search .list li .text-warpper .text span {
    font-size: 14px;
}
.index .search .href-btn {
    box-sizing: border-box;
    height: 54px;
    line-height: 54px;
    margin-top: 32px;
    margin-bottom: 18px;
    padding-right: 12px;
    border: 1px solid #D00A41;
    text-align: center;
    border-radius: 3px;
}
.index .search .href-btn .hover-img {
    display: none;
}
.index .search .href-btn:hover {
    background-color: #D00A41;
    text-decoration: none;
}
.index .search .href-btn:hover .hover-img {
    display: inline-block;
}
.index .search .href-btn:hover .mouseMove-img {
    display: none;
}
.index .search .href-btn:hover .text {
    color: #ffffff;
    text-decoration: none;
}
.index .search .href-btn .text {
    font-size: 18px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.index .search .href-btn .icon {
    float: right;
    margin-top: 19px;
}
.index .find {
    margin-top: 70px;
    border-top: 3px solid #D00A41;
    border-bottom: 3px solid #D00A41;
}
.index .find .banner img {
    width: 100%;
}
.index .sp-img {
    display: none;
}
.index .find .list li {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-bottom: 15px;
    border: 2px solid #D00A41;
    border-left: none;
}
.index .find .list li:nth-child(2n+0) {
    border-right: none;
}
.index .find .list li .img {
    height: 288px;
    margin-bottom: 20px;
    overflow: hidden;
}
.index .find .list li .img img {
    width: 100%;
}
.index .find .list li .img img:hover {
    opacity: 0.6;
}
.index .find .list li .text-warpper {
    line-height: 22px;
    text-align: center;
}
.index .find .list li .text-warpper .text {
    display: inline-block;
    font-size: 16px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.index .find .list li .text-warpper .icon {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}
.index .find .btn-warpper {
    height: 150px;
    line-height: 150px;
    text-align: center;
    background: url(../images/btn_bg.png) no-repeat center center;
    background-size: cover;
}
.index .find .btn-warpper .btn {
    box-sizing: border-box;
    display: inline-block;
    height: 54px;
    padding: 0 10px;
    line-height: 54px;
    background-color: #D00A41;
    border: 1px solid #D00A41;
    border-radius: 3px;
}
.index .find .btn-warpper .btn .hover-img,
.index .find .btn-warpper .btn:hover .mouseMove-img{
    display: none;
}
.index .find .btn-warpper .btn:hover .hover-img {
    display: inline-block;
}
.index .find .btn-warpper .btn:hover {
    background-color: #FFFFFF;
}
.index .find .btn-warpper .btn:hover .text {
    color: #D00A41;
    text-decoration: none;
}
.index .find .btn-warpper .btn .text {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-family: NotoSansCJKjp-Medium;
}
.index .find .btn-warpper .btn .icon {
    float: right;
    margin-top: 19px;
}
.index .tab {
    padding: 60px 0;
    text-align: center;
}
.index .tab .item {
    box-sizing: border-box;
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-right: 82px;
    padding-top: 26px;
    background-color: #D00A41;
    border-radius: 120px;
    text-align: center;
}
.index .tab .item:last-child {
    margin-right: 0;
}
.index .tab .item .img {
    margin-bottom: 14px;
}
.index .tab .item .text {
    line-height: 24px;
    font-size: 15px;
    color: #fff;
    font-family: NotoSansCJKjp-Medium;
}
.index .recruit .banner {
    position: relative;
}
.index .recruit .banner img {
    width: 100%;
}
.index .recruit .banner .btn {
    box-sizing: border-box;
    left: calc(50% - 206px);
    top: calc(50% - 64px);
    width: 512px;
    height: 126px;
    padding-top: 36px;
    background-color: rgba(124,124,124,0.5);
    text-align: center;
    color: #fff;
}
.index .recruit .banner .btn .recruit-title {
    line-height: 33px;
    font-size: 33px;
    font-family: BloggerSans-Italic;
    letter-spacing: 4px;
}
.index .recruit .banner .btn .text-warpper {
    line-height: 30px;
}
.index .recruit .banner .btn .text-warpper .text {
    font-size: 17px;
    font-family: NotoSansCJKjp-Medium;
}
.index .recruit .banner .btn .text-warpper img {
    vertical-align: top;
    width: auto;
    margin-top: 8px;
}
.index .recruit .warpper {
    padding: 70px 0 64px;
    background-color: #fff7d0;
}
.index .recruit .warpper .list {
    box-sizing: border-box;
    padding: 0 90px;
}
.index .recruit .warpper li {
    box-sizing: border-box;
    float: left;
    width: calc(50% - 23px);
    padding: 10px;
    margin-right: 46px;
    background-color: #fff;
}
.index .recruit .warpper li a:hover {
    text-decoration: none;
}
.index .recruit .warpper li:nth-child(2n+0) {
    margin-right: 0;
}
.index .recruit .warpper li .img {
    position: relative;
    margin-bottom: 16px;
}
.index .recruit .warpper li .img img {
    width: 100%;
}
.index .recruit .warpper li .img img:hover {
    opacity: 0.6;
}
.index .recruit .warpper li .img .label {
    display: none;
}
.index .recruit .warpper li .text {
    min-height: 17px;
    line-height: 17px;
    margin-bottom: 4px;
    font-size: 14px;
    color: #282828;
    text-align: center;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.index .recruit .warpper li .explain {
    line-height: 28px;
    text-align: center;
}
.index .recruit .warpper li .explain.text-right {
    text-align: right;
}
.index .recruit .warpper li .explain .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-bottom: 0;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.index .recruit .warpper li .explain .label {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    padding: 0 13px;
    background-color: #E4007F;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.index .news {
    padding-top: 46px;
}
.index .news .list {
    margin-top: 15px;
}
.index .news .list li  {
    display: flex;
    padding: 10px 0;
    border-top: 1px dashed #505050;
}

.index .news .list li a {
    color:#D00A41;
}

.index .news .list li:last-child  {
    border-bottom: 1px dashed #505050;
}
.index .news .list li a .icon {
    flex: 16px 0 0;
    width: 16px;
}
.index .news .list li a .icon img {
    width: 16px;
}
.index .news .list li  .text-warpper {
    flex: 1 0 0;
    display: flex;
    width: calc(100% - 16px);
}
.index .news .list li  .text-warpper .date {
    flex: 70px 0 0;
    width: 70px;
    line-height: 26px;
    margin-right: 30px;
    font-size: 12px;
    color: #000;
    font-family: Avenir;
}
.index .news .list li  .text-warpper .text {
    flex: 1 0 0;
    width: calc(100% - 100px);
    line-height: 24px;
    font-size: 14px;
    color: #231815;
    letter-spacing: 2px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.page-link {
    padding: 20px 0;
    line-height: 20px;
    font-size: 12px;
    color: #231815;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.page-link a,
.page-link span {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
.detail .products-name {
    font-size: 22px;
    line-height: 30px;
    border-bottom: 2px solid #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.detail .products-warpper {
    padding: 28px 0 70px;
}
.detail .products-detail {
    margin-bottom: 36px;
}
.detail .products-detail .left {
    float: left;
    width: 400px;
    margin-right: 24px;
}
.detail .products-detail .left .btn-warpper {
    margin-bottom: 10px;
}
.detail .products-detail .left .btn-warpper .btn {
    display: inline-block;
    margin-right: 6px;
}
.detail .products-detail .left .img img {
    width: 100%;
}
.detail .products-detail .right {
    float: right;
    width: calc(100% - 424px);
}
.detail .products-detail .right .products-title {
    font-size: 22px;
    line-height: 33px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.detail .products-detail .right .text {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
    color: #282828;
    line-height: 30px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.detail .products-detail .right .btn-warpper {
    margin-bottom: 15px;
    text-align: right;
}
.detail .products-detail .right .btn-warpper .btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    border: 1px solid #D00A41;
    border-radius: 3px;
    color: #D00A41;
    font-size: 14px;
    font-family: NotoSansCJKjp-Medium;
}
.detail .products-detail .right .btn-warpper .btn .hover-img {
    display: none;
}
.detail .products-detail .right .btn-warpper .btn:hover {
    background-color: #D00A41;
    color: #ffffff;
    text-decoration: none;
}
.detail .products-detail .right .btn-warpper .btn:hover .hover-img {
    display: inline-block;
}
.detail .products-detail .right .btn-warpper .btn:hover .mouseMove-img {
    display: none;
}
.detail .products-detail .right .btn-warpper .btn.bg-red {
    border-color: #FF7300;
    background-color: #FF7300;
    color: #fff;
}
.detail .products-detail .right .btn-warpper .btn.bg-red:hover {
    background-color: #fff;
    color: #FF7300;
}
.detail .parameter-list li {
    margin-bottom: 46px;
}
.detail .parameter-list li .flex-box-text {
    margin-top: 10px;
    line-height: 26px;
    font-size: 16px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.detail .parameter-list li .flex-box {
    display: flex;
}
.detail .parameter-list li .flex-box .item {
    flex: 1 0 0;
    border-bottom: 1px solid #B9B9B9;
    width: 50%;
}
.detail .parameter-list li .flex-box .item .name {
    height: 32px;
    line-height: 32px;
    background-color: #fff7d0;
    font-size: 22px;
    color: #D00A41;
    text-align: center;
    font-family: NotoSansCJKjp-Medium;
}
.detail .parameter-list li .flex-box .item .text {
    padding: 16px 18px;
    min-height: 124px;
    line-height: 26px;
    font-size: 16px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.detail .parameter-list li .flex-box .item:first-child .text {
    padding-left: 0;
}
.detail .parameter-list li .flex-box .item:last-child .text {
    padding-right: 0;
}
.detail .parameter-list li .flex-box .item .warpper {
    padding: 10px 0;
}
.detail .parameter-list li .flex-box .item .warpper li {
    display: flex;
    margin-bottom: 0;
}
.detail .parameter-list li .flex-box .item .warpper li .label {
    box-sizing: border-box;
    flex: 100px 0 0;
    width: 100px;
    line-height: 30px;
    padding-left: 10px;
    background-color: #fff7d0;
    font-size: 16px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.detail .parameter-list li .flex-box .item .warpper li .text {
    box-sizing: border-box;
    line-height: 30px;
    padding: 0;
    padding-left: 10px;
    min-height: 30px;
}
.detail .parameter-list li .box {
    border: 1px solid #B9B9B9;
    border-radius: 3px;
}
.detail .parameter-list li .box .box-title {
    box-sizing: border-box;
    padding: 10px 14px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
    font-family: NotoSansCJKjp-Medium;
}
.detail .parameter-list li .box .box-title a {
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/reduce.png) no-repeat center center;
    background-size: 30px 30px;
}
.detail .parameter-list li .box .box-title a.active {
    background: url(../images/add.png) no-repeat center center;
    background-size: 30px 30px;
}
.detail .parameter-list li .box .text-title {
    padding: 18px;
    font-size: 18px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
    line-height: 28px;
}
.detail .parameter-list li .box .warpper {
    padding: 18px;
}
.detail .parameter-list li .box .warpper .text {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.detail .parameter-list li .box .btn-warpper {
    padding: 18px;
    text-align: right;
}
.detail .parameter-list li .box .btn-warpper .btn {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #D00A41;
    border: 1px solid #D00A41;
    border-radius: 4px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.detail .parameter-list li .box .btn-warpper .btn:hover {
    background-color: #D00A41;
    color: #fff;
    text-decoration: none;
}
.detail .parameter-list li .box .box-title .text {
    float: left;
    width: calc(100% - 30px);
}
.detail .parameter-list li .box .box-title .little {
    font-size: 15px;
}
.detail .parameter-list li .box .small {
    font-size: 12px;
    padding-bottom: 10px;
}
.detail .parameter-list li .box .box-title .icon-btn {
    float: right;
    width: 30px;
    height: 30px;
    background: url(/images/reduce.png) no-repeat center center;
    background-size: 30px 30px;
}
.detail .parameter-list li .box .box-title .icon-btn.active {
    background: url(/images/add.png) no-repeat center center;
    background-size: 30px 30px;
}
.detail .parameter-list li .box .text-warpper {
    box-sizing: border-box;
    padding: 12px;
    line-height: 26px;
    font-size: 16px;
    color: #282828;
    border-top: 1px solid #D00A41;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.detail .parameter-list li .box .text-warpper .text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
}
.detail .parameter-list li .box .text-warpper .item {
    float: left;
    width: 50%;
    border-bottom: none;
}
.detail .parameter-list li .box .text-warpper .item .warpper {
    padding: 0;
}
.detail .parameter-list li .box .text-warpper .item .name {
    height: 32px;
    line-height: 32px;
    background-color: #fff7d0;
    font-size: 22px;
    color: #D00A41;
    text-align: center;
    font-family: NotoSansCJKjp-Medium;
}
.detail .parameter-list li .box .text-warpper .item .text {
    padding: 16px 18px;
    min-height: 124px;
    line-height: 26px;
    font-size: 16px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.detail .parameter-list li .box .text-warpper .item:first-child .text {
    padding-left: 0;
}
.detail .parameter-list li .box .text-warpper .item:last-child .text {
    padding-right: 0;
}
.detail .parameter-list li .box .text-warpper .item .warpper {
    padding: 10px 0;
}
.detail .parameter-list li .box .text-warpper .item .warpper li {
    display: flex;
    margin-bottom: 0;
}
.detail .parameter-list li .box .text-warpper .item .warpper li .label {
    box-sizing: border-box;
    flex: 100px 0 0;
    width: 100px;
    line-height: 30px;
    padding-left: 10px;
    background-color: #fff7d0;
    font-size: 16px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.detail .parameter-list li .box .text-warpper .item .warpper li .text {
    box-sizing: border-box;
    line-height: 30px;
    padding: 0;
    padding-left: 10px;
    min-height: 30px;
}
.label-warpper {
    font-size: 0;
    text-align: left;
}
.label-warpper .label {
    display: inline-block;
    width: 115px;
    height: 46px;
    line-height: 46px;
    margin-right: 3px;
    margin-bottom: 3px;
    background-color: #fff7d0;
    font-size: 12px;
    color: #898989;
    text-align: center;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.label-warpper .label.active {
    background-color: #EA5550;
    color: #fff;
}
.label-warpper .label.none:last-of-type {
	display: none;
}
.detail .parameter-list li .box .text-warpper .explain-list {
    margin-top: 18px;
}
.detail .parameter-list li .box .text-warpper .explain-list li {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
}
.detail .parameter-list li .box .text-warpper .explain-list li .allergy-text {
    padding-left: 10px;
}
.detail .buy-btn,
.detail .img-buy-btn {
    padding: 40px 0;
    text-align: center;
}
.detail .img-buy-btn {
		background-color: #fff7d0;
		margin-bottom: 40px;
}
.detail .buy-btn .btn {
    box-sizing: border-box;
    display: inline-block;
    width: 300px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #D00A41;
    border-radius: 3px;
}
.detail .img-buy-btn .btn {
    box-sizing: border-box;
    display: inline-block;
    width: 298px;
    line-height: 40px;
    border: 1px solid #D00A41;
    border-radius: 3px;
	text-decoration: underline;
		margin: 5px 15px;
}
.detail .buy-btn .btn .hover-img {
    display: none;
}
.detail .img-buy-btn .btn:hover {
    opacity: .5;
}
.detail .buy-btn .btn:hover
.detail .buy-btn .btn:hover .mouseMove-img {
    display: none;
}
.detail .buy-btn .btn:hover .hover-img {
    display: inline-block;
}
.detail .buy-btn .btn:hover .text {
    color: #ffffff;
    text-decoration: none;
}
.detail .buy-btn .btn .text {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    margin-left: 15px;
    margin-right: 15px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.detail .products-list {
    margin-top: 12px;
    border-top: 2px solid #D00A41;
}
.detail .img-buy-btn {
	border-top: none
}
.products-list li {
    margin-top: 44px;
}
.products-list #list1, .products-list #list2, .products-list #list3 {
    margin-top: 0;
    padding-top: 40px;
}
.products-list .list-title {
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 18px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.products-list .products-box {
    font-size: 0;
}
.products-list .products-box li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 193px;
    margin-top: 0;
    margin-right: 28px;
    margin-bottom: 28px;
    padding-top:10px;
}
.products-list-2 .products-box li.border {
    height: 229px;
}
.products-list .products-box li.border {
    border: 1px solid #B9B9B9;
    padding-bottom: 4px;
}
.products-list .products-box li.border:hover {
    border-color: #D00A41;
}
.products-list .products-box li:nth-child(4n+0) {
    margin-right: 0;
}
.products-list .products-box .img {
    text-align: center;
    max-width:180px;
    width:80%;
    margin:auto;
}
.products-list-2 .products-box li.border .img img {
    width: 143.7px;
    height: 143.7px;
    
}
.products-list .products-box .name {
    height: 60px;
    line-height: 20px;
    font-size: 16px;
    color: #282828;
    text-align: center;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
    margin-top: 6px;
}
.detail .products-list .sub-list {
    font-size: 0;
    padding: 20px;
    background-color: #fff7d0;
}
.detail .products-list .sub-list li {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 122px;
    height: auto;
    min-height: 114px;
    padding: 0;
    padding-top: 4px;
    margin-top: 0;
    margin-right: 15px;
    border: 1px solid #AAAFB5;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}
.detail .products-list .sub-list li:hover {
    border-color: #D00A41;
}
.detail .products-list .sub-list li .list-title {
    line-height: 20px;
    margin-bottom: 0;
    font-size: 13px;
    color: #282828;
    text-align: center;
    font-family: NotoSansCJKjp-Medium;
}
.detail .products-list .sub-list li .list-title span {
    display: block;
    font-size: 12px;
}
.products-list-page .screen {
    font-size: 0;
}
.products-list-page .screen .select-box:last-child {
    margin-right: 0;
}
.select-box {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 12px;
}
.select-box .select-btn {
    box-sizing: border-box;
    width: 280px;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    border: 1px solid #B9B9B9;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
}
.select-box .select-btn:hover {
    color: #D00A41;
}
.select-box .select-btn .icon {
    float: right;
    width: 24px;
    height: 24px;
    background: url(../images/arrow_down.png) no-repeat center center;
    background-size: 24px 24px;
    margin-top: 11px;
}
.select-box .select-btn.active .icon {
    background: url(../images/arrow_up.png) no-repeat center center;
    background-size: 24px 24px;
}
.select-box .select-option {
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 1;
    width: calc(100% - 2px);
    border: 1px solid #B9B9B9;
    background-color: #fff;
}
.select-box .select-option a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #282828;
    text-align: center;
    font-family: NotoSansCJKjp-Medium;
}
.select-box .select-option a:hover {
    background-color: #D00A41;
    color: #fff;
}
.products-list-page .hot {
    padding-top: 50px;
}

.products-list-page .hot {
     text-align:center;   
}

.products-list-page .hot .list {
    margin-top: 26px;
}
.products-list-page .hot .list li {
    position: relative;
   display:inline-block;
    box-sizing: border-box;
  /* float: left;*/
    width: calc(33.3333% - 8px);
  /*  margin-right: 12px;*/
    margin-right: 3px;
    margin-bottom: 12px;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #B9B9B9;
    border-radius: 3px;
    vertical-align:top;
}
.products-list-page .hot .list li:hover {
    border-color: #D00A41;
}/*
.products-list-page .hot .list li:nth-child(3n+0) {
    margin-right: 0;
}*/
.products-list-page .hot .list li .img {
    text-align: center;
    margin-bottom: 10px;
}
.products-list-page .hot .list li .text-warpper {
    line-height: 19px;
    font-size: 14px;
    color: #282828;
    text-align: center;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.products-list-page .products-list-warpper {
    padding-top: 50px;
}
.products-list-page .products-list-warpper .title {
    padding-bottom: 6px;
    border-bottom: 2px solid #D00A41;
    width: 1024px;
    margin: 0 auto;
}
.products-list-list .page-title {
    margin-top: 20px;
}
.page-title {
    font-size: 22px;
    color: #282828;
    line-height: 30px;
    border-bottom: 2px solid #D00A41;
    font-family: NotoSansCJKjp-Medium;
    padding-bottom: 10px;
    width: 1024px;
    margin: 0 auto;
}
.products-list-list .tab {
    margin-top: 36px;
    font-size: 0;
}
.products-list-list .tab .item {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    height: 46px;
    text-align: center;
    border-left: 1px dotted #505050;
}
.products-list-list .tab .item:last-child {
    border-right: 1px dotted #505050;
}
.products-list-list .tab .item:nth-child(1) {
    width: 158px;
}
.products-list-list .tab .item:nth-child(2) {
    width: 120px;
}
.products-list-list .tab .item:nth-child(3) {
    width: 114px;
}
.products-list-list .tab .item:nth-child(4) {
    width: 192px;
}
.products-list-list .tab .item:nth-child(5) {
    width: 120px;
}
.products-list-list .tab .item:nth-child(6) {
    width: 152px;
}
.products-list-list .tab .item .item-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 46px;
    font-size: 18px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
    cursor: pointer;
}
.products-list-list .tab .item .item-btn:hover {
    text-decoration: underline;
}
.products-list-list .tab .item .item-btn:before {
    display: none;
    position: absolute;
    left: calc(50% - 20px);
    top: 27px;
    width: 0;
    height: 0;
    z-index: 9;
    border: 20px solid;
    border-color: transparent transparent #B40A36 transparent;
    content: '';
}
.products-list-list .tab .item .item-btn:after {
    display: none;
    position: absolute;
    left: calc(50% - 20px);
    top: 28px;
    width: 0;
    height: 0;
    z-index: 9;
    border: 20px solid;
    border-color: transparent transparent #fff transparent;
    content: '';
}
.products-list-list .tab .item .item-btn.has-two {
    line-height: 23px;
}
.products-list-list .tab .item .item-btn.has-two span {
    display: block;
    font-size: 14px;
}
.products-list-list .tab .item .item-list {
    display: none;
    box-sizing: border-box;
    position: absolute;
    left: -1px;
    top: 38px;
    width: 580px;
    padding-top: 28px;
    text-align: left;
}
.products-list-list .tab .item:nth-child(3) .item-list {
    left: -40%;
    width: 388px;
}
.products-list-list .tab .item:nth-child(4) .item-list {
    left: -80%;
    width: 478px;
}
.products-list-list .tab .item:nth-child(5) .item-list {
    left: -180%;
    width: 368px;
}
.products-list-list .tab .item:nth-child(6) .item-list {
    left: -0%;
    width: 138px;
}
.products-list-list .tab .item .item-list .warpper {
    box-sizing: border-box;
    height: 68px;
    line-height: 48px;
    padding: 10px 18px;
    border: 1px solid #D00A41;
    border-radius: 4px;
}
.products-list-list .tab .item.active .item-btn:before,
.products-list-list .tab .item.active .item-btn:after,
.products-list-list .tab .item.active .item-list {
    display: block;
}
.products-list-list .tab .item .item-list a {
    display: inline-block;
    margin-right: 40px;
    line-height: 28px;
    color: #D00A41;
    font-size: 16px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.products-list-list .tab .item .item-list a:last-child {
    margin-right: 0;
}
.products-list-list .products-list-warpper {
    margin-top: 60px;
}
.products-list-list .products-list-warpper .products-list {
    margin-bottom: 40px;
}
.products-list-list .products-list-warpper .products-list:last-child {
    margin-bottom: 0;
}
.products-list-list .products-list-warpper .category-title {
    padding-bottom: 4px;
    margin-bottom: 10px;
    line-height: 28px;
    color: #282828;
    font-size: 22px;
    border-bottom: 2px solid #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.products-list-list .detail .products-list {
    margin-top: 65px;
}
.products-list-list .detail .products-list > .list-title {
    margin-top: 55px;
}

a.products-a{
    display:inline;
    color:red;
}
.recipes .banner {
    text-align: center;
}
.recipes .index {
    padding-top: 0;
}
.recipes .index .find {
    margin-top: 0;
}
.recipes .index .find .list {
    margin-top: 20px;
}
.recipes .index .find .list li .text-warpper {
    box-sizing: border-box;
    padding-left: 80px;
    text-align: left;
}
.recipes .index .find .list li .text-warpper .text {
    padding-left: 0;
}
.recipes .index .find .text {
    box-sizing: border-box;
    padding-left: 80px;
    line-height: 26px;
    color: #282828;
    font-size: 16px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.recipes .hot {
    margin-top: 46px;
}
.recipes .hot .products-list li {
    margin-top: 14px;
}
.recipes .hot .products-list li .img {
    padding-top: 16px;
}
.recipes .hot .products-list .products-box li.border {
    border-radius: 4px;
}
.recipes .hot .products-list .products-box .name span {
    font-size: 14px;
}
.recipes .search {
    margin-top: 66px;
}
.recipes .search .item {
    margin-top: 40px;
}
.recipes .search .item .title {
    text-align: left;
}
.recipes .search .item .search-type1 {
    margin-top: 10px;
    padding: 40px 0 36px;
    background-color: #fff7d0;
    font-size: 0;
}
.recipes .search .item .search-type1 .btn {
    box-sizing: border-box;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    margin-right: 14px;
    margin-bottom: 14px;
    padding: 0 12px;
    border: 1px solid #D00A41;
    border-radius:3px;
    background-color: #fff;
    font-size: 0;
}
.recipes .search .item .search-type1 .btn.btn-4 {
    width: 205px;
}
.recipes .search .item .search-type1 .btn.btn-3 {
    width: 278px;
}
.recipes .search .item .search-type1 .btn.btn-4:nth-child(4),
.recipes .search .item .search-type1 .btn.btn-3:nth-child(7),
.recipes .search .item .search-type1 .btn.btn-3:nth-child(3),
.recipes .search .item .search-type1 .btn.btn-3:nth-child(6) {
    margin-right: 0;
}
.recipes .search .item .search-type1 .btn .text {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.recipes .search .item .search-type1 .btn .en-text {
    display: inline-block;
    font-size: 16px;
    color: #D00A41;
    font-family: BloggerSans-Italic;
}
.recipes .search .item .search-type1 .btn .icon {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 24px;
    background: url(../images/arrow_right.png) no-repeat center center;
    background-size: 16px 16px;
}
.recipes .search .item .search-type1 .btn:hover,
.recipes .search .item .search-type1 .btn.active {
    background-color: #D00A41;
}
.recipes .search .item .search-type1 .btn:hover .text,
.recipes .search .item .search-type1 .btn.active .text,
.recipes .search .item .search-type1 .btn:hover .en-text,
.recipes .search .item .search-type1 .btn.active .en-text {
    color: #fff;
}
.recipes .search .item .search-type1 .btn:hover .icon,
.recipes .search .item .search-type1 .btn.active .icon {
    background: url(../images/arrow_right_white.png) no-repeat center center;
    background-size: 16px 16px;
}
.recipes .search .item .search-type-2 {
    margin-top: 10px;
}
.recipes .search .item .search-type-2 .input-warpper {
    box-sizing: border-box;
    float: left;
    width: calc(50% - 14px);
    margin-right: 28px;
    padding: 20px 15px;
    border: 1px solid #D00A41;
    border-radius: 3px;
}
.recipes .search .item .search-type-2 .input-warpper .btn {
    float: right;
    width: 36px;
}
.recipes .search .item .search-type-2 .input-warpper .input {
    float: left;
    width: calc(100% - 36px);
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.recipes .search .item .search-type-2 .input-warpper .input::-webkit-input-placeholder {
    color: #B9B9B9;
}
.recipes .search .item .search-type-2 .recommend {
    float: right;
    width: calc(50% - 14px);
    margin-top: -30px;
}
.recipes .search .item .search-type-2 .recommend .title {
    font-size: 18px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
}
.recipes .search .item .search-type-2 .recommend .recommend-label-warpper {
    margin-top: 10px;
}
.recipes .search .item .search-type-2 .recommend .recommend-label {
    box-sizing: border-box;
    float: left;
    width: calc(50% - 6px);
    height: 34px;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 0 10px;
    line-height: 34px;
    background-color: #f8f5ee;
    border: 1px solid #D00A41;
    border-radius: 3px;
}
.recipes .search .item .search-type-2 .recommend .recommend-label-warpper .recommend-label:nth-child(2n+0) {
    margin-right: 0;
}
.recipes .search .item .search-type-2 .recommend .recommend-label .text {
    font-size: 18px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.recipes .search .item .search-type-2 .recommend .recommend-label .icon {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 9px;
    background: url(../images/arrow_right.png) no-repeat center center;
    background-size: 16px 16px;
}
.recipes .search .item .products-list > li {
    margin-top: 28px;
}
.recipes .search .item .products-list .products-box .img {
    height: auto;
}
.recipes .search .item .products-list {
    padding-bottom: 30px;
    border-bottom: 2px solid #D00A41;
}
.recipes-1 .use {
    margin-top: 48px;
}
.recipes-1 .use .img-warpper {
    box-sizing: border-box;
    float: right;
    width: 195px;
    padding: 14px 8px 8px; 
    border: 1px solid #B9B9B9;
}
.recipes-1 .use .img-warpper .img {
    margin-bottom: 8px;
}
.recipes-1 .use .img-warpper .text {
    line-height: 30px;
    font-size: 18px;
    color: #000;
    text-align: center;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.recipes-1 .use .img-warpper:hover .text {
    color: #D00A41;
}

.recipes-1 .use .text-warpper {
    float: left;
    width: 634px;
}

.recipes-1 .use .text-warpper .title {
    font-size: 26px;
    color: #D00A41;
    line-height: 48px;
    margin-bottom: 8px;
    text-align: left;
    font-family: NotoSansCJKjp-Medium;
}
.recipes-1 .use .text-warpper .text {
    line-height: 48px;
    font-size: 18px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.recipes-1 .use .text-warpper .btn {
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.recipes-1 .anchor {
    margin-top: 40px;
    font-size: 0;
}
.recipes-1 .anchor .btn {
    box-sizing: border-box;
    display: inline-block;
    width: 280px;
    height: 46px;
    padding: 0 12px;
    margin-right: 12px;
    line-height: 46px;
    border: 1px solid #B9B9B9;
    border-radius: 3px;
    font-size: 18px;
    color: #282828;
    text-align: center;
    font-family: NotoSansCJKjp-Medium;
}
.recipes-1 .anchor .btn:hover {
    color: #D00A41;
}
.recipes-1 .anchor .btn:last-child {
    margin-right: 0;
}
.recipes-1 .anchor .btn .icon {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 13px;
    background: url(../images/arrow_down.png) no-repeat center center;
    background-size: 20px 20px;
}
.recipes-1 .products-list .list-title {
    margin-bottom: 26px;
    color: #282828;
    border-bottom: 2px solid #D00A41;
}
.recipes-1 .products-list .products-box .name {
    height: 44px;
}
.recipes-2 .anchor {
    margin-top: 0;
}
.page {
    margin-top: 70px;
}
.page .btn-box {
    text-align: center;
    font-size: 0;
}
.page .btn-box .btn {
    display: inline-block;
    vertical-align: top;
    /*width: 32px;*/
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    /*margin-right: 18px;*/
    background-color: #B9B9B9;
    color: #fff;
   /* font-size: 22px;*/
    font-size:14pt;
    font-family: NotoSansCJKjp-Medium;
    padding:3px 10px;
}
.page .btn-box .btn:last-child {
    margin-right: 0;
}
.page .btn-box .btn.active,
.page .btn-box .btn:hover {
    background-color: #D00A41;
}
.page .btn-box .prev-btn {
    background: url(../images/arrow_left_gray.png) no-repeat center center;
    background-size: 20px 20px;
}
.page .btn-box .prev-btn:hover {
    background: url(../images/arrow_left_white.png) no-repeat center center;
    background-color: #D00A41;
    background-size: 20px 20px;
}
.page .btn-box .next-btn {
    background: url(../images/arrow_right_gray.png) no-repeat center center;
    background-size: 20px 20px;
}
.page .btn-box .next-btn:hover {
    background: url(../images/arrow_right_white.png) no-repeat center center;
    background-color: #D00A41;
    background-size: 20px 20px;
}
.page .text {
    margin-top: 15px;
    line-height: 28px;
    color: #282828;
    font-size: 14px;
    text-align: center;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.recipes-searchResult .page-title {
    margin-top: 50px;
}
.recipes-searchResult .result-box {
    box-sizing: border-box;
    margin-top: 20px;
    background-color: #fff7d0;
}
.recipes-searchResult .result-box .box {
    /* background-color: #fff; */
    min-height: 300px;
}
.recipes-detail .products-name {
    margin-top: 48px;
    margin-bottom: 20px;
    line-height: 48px;
    font-size: 26px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.recipes-detail .products {
    margin-bottom: 58px;
}
.recipes-detail .products .img {
    float: left;
    width: 410px;
    margin-right: 44px;
}
.recipes-detail .products .img img {
    -webkit-text-size-adjust: 100%;
}
.recipes-detail .products .seasoning {
    float: left;
    width: 410px;
}
.label-title {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 24px;
    font-size: 18px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
}
.label-title:before {
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #D00A41;
    content: '';
}
.recipes-detail .products .seasoning .seasoning-box {
    width: 100%;
    padding: 7px 0;
    border: 1px solid #B9B9B9;
    justify-content: left;
}
.recipes-detail .products .seasoning .seasoning-box > img {
    height: 136px;
}
.recipes-detail .products .seasoning .seasoning-box .btn {
    font-size: 22px;
    color: #000;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
    width: 100%;
    padding-left: 20px;
}
.recipes-detail .products .seasoning .seasoning-box2 {
    width: 48%;
    float: left;
    padding: 7px 0 12px;
    border: 1px solid #B9B9B9;
    text-align: center;
    margin-right: 2%;
}
.recipes-detail .products .seasoning .seasoning-box2.end {
    margin-right: 0;
}
.recipes-detail .products .seasoning .seasoning-box2 > img {
    height: 136px;
    display: block;
    margin: 0 auto;
}
.recipes-detail .products .seasoning .seasoning-box2 .btn {
    display: block;
    font-size: 20px;
    color: #000;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
    width: 100%;
}
.recipes-detail .products .option {
    margin-top: 35px;
    font-size: 0;
}
.recipes-detail .products .option .item {
    box-sizing: border-box;
    float: left;
    width: 50%;
    height: 70px;
    font-size: 18px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
}
.recipes-detail .products .option .item.w100 {
    border-right: none !important;
    width: 100%;
}
.recipes-detail .products .option .item div {
    line-height: 24px;
    text-align: center;
}
.recipes-detail .products .option .item div img {
    margin-right: 4px;
    vertical-align: top;
}
.recipes-detail .products .option .item:first-child {
    border-right: 1px dotted #505050;
}
.recipes-detail .practice .material {
    float: left;
    width: 410px;
    margin-right: 44px;
}
.recipes-detail .practice .material .key {
    width: 200px;
}
.recipes-detail .practice .material .key a {
    color: #D00A41;
}
.recipes-detail .practice .list {
    border-top: 1px dotted #505050;
}
.recipes-detail .practice .list li {
    display: flex;
    box-sizing: border-box;
    padding: 6px 10px;
    line-height: 26px;
    font-size: 16px;
    color: #282828;
    border-bottom: 1px dotted #505050;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.recipes-detail .practice .list li.kome_last {
    border-bottom: none;
    font-size: 90%;
}
.recipes-detail .practice .list li .red {
    color: #D00A41;
}
.recipes-detail .practice .method {
    float: left;
    width: 410px;
}
.recipes-detail .practice .list li .label,
.recipes-detail .practice .list li .flex-center {
    flex: 20px 0 0;
    font-size: 22px;
    color: #D00A41;
    justify-content: left;
    font-family: NotoSansCJKjp-Medium;
}
.recipes-detail .practice .list li .label:before {
    counter-increment: number 1;
    content: counter(number) " "; 
}
.recipes-detail .practice .list li .text {
    box-sizing: border-box;
    flex: 1 0 0;
    line-height: 28px;
}
.recipes-detail .introduce {
    margin-top: 80px;
}
.recipes-detail .introduce .box {
    display: flex;
    box-sizing: border-box;
    padding: 7px 0;
    border: 1px solid #B9B9B9;
    justify-content: left;
}
.recipes-detail .introduce .box > img {
    height: 136px;
}
.recipes-detail .introduce .box .btn {
    font-size: 22px;
    color: #000;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.recipes-detail .introduce .box .btn img {
    vertical-align: top;
    margin-top: 4px;
}
.recipes-detail .introduce .box .text {
    flex: 500px 0 0;
    width: 500px;
    margin-left: 80px;
    line-height: 30px;
    color: #282828;
    font-size: 18px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.recipes-detail .introduce .box .text a {
    float: right;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.recipes-detail .introduce .box .text a img {
    float: right;
    margin-top: 6px;
}
.recipes-detail .products-list {
    margin-top: 80px;
}
.recipes-detail .products-list .products-box .img img {
    width: 100%;
}
/*アイコン*/
.recipes .products-box .label {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin: 0 20px;
}
.recipes .products-box .label.type {
	background: #ff0000;
	margin: -12px 10px 0;
	padding: 4px 10px;
	position: absolute;
}
.recipes .products-box .label.type2 {
	background: #008000;
	margin: -12px 10px 0;
	padding: 4px 10px;
	position: absolute;
}
.recipes .products-box .label.type03 {
	background: #ff6600;
	margin: -12px 10px 0;
	padding: 4px 10px;
	position: absolute;
}
.recipes .products-box .label.type3 {
	background: #ff0000;
	margin: 5px 20px 0;
	padding: 4px 10px;
}
.recipes .products-box .label.type4 {
	background: #ff0000;
	margin-top: -15px;
	padding: 4px 10px;
}
.recipes .products-box .label.type5 {
    box-sizing: border-box;
    margin: 0 0 -20px;
	padding: 0 10px;
    position: relative;
    text-align: right;
	transform: translateY(10px);
    width: 100%;
}
.recipes .products-box .label.type6 {
	margin: 0 10px -20px;
	position: relative;
	transform: translateY(10px);
	width: 100%;
}
.search-index .careful {
    box-sizing: border-box;
    margin-top: 40px;
    padding: 15px;
    border: 1px solid #D00A41;
}
.search-index .careful .careful-title {
    line-height: 42px;
    font-size: 22px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.search-index .careful li {
    position: relative;
    line-height: 24px;
    margin-bottom: 40px;
    color: #282828;
    font-size: 16px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.search-index .careful ul li:last-child {
    margin-bottom: 0;
}
.search-index .careful li span {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    margin-right: 2px;
    font-size: 10px;
}
.search-index .search-list .search-item {
    margin-top: 60px;
}
.search-index .search-list .search-item .search-title {
    line-height: 32px;
    font-size: 22px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.search-index .search-list .search-item .search-title .num {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    background-color: #D00A41;
    color: #fff;
    text-align: center;
}
.search-index .search-list .search-item .search-title .text {
    font-size: 14px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.search-index .search-list .search-item .label-warpper,
.search-index .search-list .search-item .btn-warpper {
    margin-top: 20px;
    text-align: left;
    padding-left: 20px;
}
.search-index .search-list .search-item .label-warpper .label {
    width: 100px;
}
.search-index .search-list .search-item .label-warpper .label.active {
    background-color: #D00A41;
    color: #fff;
    text-decoration: none;
}
.search-index .search-list .search-item .btn-warpper .btn {
    box-sizing: border-box;
    float: left;
    width: 394px;
    height: 60px;
    line-height: 60px;
    margin-right: 36px;
    border: 2px solid #B9B9B9;
    font-size: 18px;
    color: #282828;
    text-align: center;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.search-index .search-list .search-item .btn-warpper .btn:last-child {
    margin-right: 0;
}
.search-index .search-list .search-item .btn-warpper .btn:hover,
.search-index .search-list .search-item .btn-warpper .btn.active {
    border-color: #D00A41;
    background-color: #D00A41;
    color: #fff;
    text-decoration: none;
}
.search-index .search-list .search-item .sub-list {
    font-size: 0;
    padding: 20px;
    margin-top: 20px;
    background-color: #fff7d0;
    text-align:center;
}
.search-index .search-list .search-item .sub-list li {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 132px;
    height: 132px;
    padding: 0;
    padding-top: 4px;
    margin-top: 0;
    margin-right: 5px;
    border: 1px solid #AAAFB5;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}
.search-index .search-list .search-item .sub-list li.active {
    background-color: #D00A41;
    border-color: #D00A41;
}
.search-index .search-list .search-item .sub-list li:hover a {
    text-decoration: none;
}
.search-index .search-list .search-item .sub-list li.active .list-title {
    color: #fff;
}
.search-index .search-list .search-item .sub-list li .img {
    margin-bottom: 6px;
}
.search-index .search-list .search-item .sub-list li .list-title {
    line-height: 20px;
    margin-bottom: 0;
    font-size: 13px;
    color: #282828;
    text-align: center;
    font-family: NotoSansCJKjp-Medium;
}
.search-index .search-list .search-item .sub-list li .list-title span {
    display: block;
    font-size: 12px;
}
.search-index .search-btn {
    box-sizing: border-box;
    width: 360px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 60px;
    border: 1px solid #D00A41;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.search-index .search-btn img {
    float: right;
    margin-top: 22px;
}
.search-result .condition {
    box-sizing: border-box;
    margin-top: 40px;
    padding: 15px;
    border: 1px solid #B9B9B9;
}
.search-result .condition .text {
    line-height: 32px;
    font-size: 22px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
}
.search-result .condition .text .red {
    color: #D00A41;
}
.campaign-index .index .recruit .warpper {
    margin-top: 40px;
    padding: 30px 0;
}
.campaign-index .index .recruit .warpper li .explain.one-line {
    line-height: 51px;
}
.campaign-index .index .recruit .warpper .tab {
    box-sizing: border-box;
    padding: 0 90px;
    margin-top: 40px;
    font-size: 0;
}
.campaign-index .index .recruit .warpper .tab li {
    display: inline-block;
    float: none;
    width: auto;
    margin-right: 42px;
    padding: 0;
}
.campaign-index .index .recruit .warpper .tab li:last-child {
    margin-right: 0;
}
.campaign-index .index .recruit .warpper .tab li a {
    box-sizing: border-box;
    width: 200px;
    height: 178px;
    padding-top: 30px;
    background-color: #fff;
    text-align: center;
}
.campaign-index .index .recruit .warpper .tab li a .text {
    font-size: 18px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}


.campaign-cm .list {
    margin-top: 20px;
    font-size: 0;
}
.campaign-cm .list li {
    display: inline-block;
    vertical-align: top;
    width: 406px;
    margin-right: 52px;
    margin-top: 20px;
}
.campaign-cm .list li:nth-child(2n+0) {
    margin-right: 0;
}
.campaign-cm .list .video-img {
    position: relative;
    width: 100%;
    height: 250px;
}
.campaign-cm .list .video-img .img {
    width: 100%;
    text-align: center;
}
.campaign-cm .list .video-img .play-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    text-align: center;
    z-index: 2;
}
.campaign-cm .list .video-img .play-btn img {
    width: 72px;
}
.campaign-cm .list li .video-name {
    margin-top: 12px;
}
.campaign-cm .list li .video-name .text {
    float: left;
    width: calc(100% - 138px);
    line-height: 24px;
    font-size: 18px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.campaign-cm .list li .video-name a {
    box-sizing: border-box;
    float: right;
    width: 98px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    background-color: #D00A41;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.campaign-cm .list li .video-name a img {
    float: right;
    margin-top: 4px;
}
.campaign-cm .list li .video-type {
    line-height: 24px;
    font-size: 18px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.campaign-cm .list li .video-desc {
    line-height: 24px;
    font-size: 14px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.campaign-cm .list li .text-warpper {
    height: 110px;
}
.campaign-cm .video-warpper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
}
.campaign-cm .video-warpper .flex-center {
    height: 100%;
}
.campaign-cm .video-warpper .video {
    width: 80%;
}


.campaign-activity .list {
    margin-top: 40px;
}
.campaign-activity .list li {
    margin-bottom: 80px;
}
.campaign-activity .list li .img {
    float: left;
    width: 406px;
    margin-right: 18px;
}
.campaign-activity .list li .text-warpper {
    float: left;
    width: calc(100% - 424px);

    line-height: 26px;
    color: #282828;
    letter-spacing: 1px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.campaign-activity .list li .type {
    font-size: 18px;
}
.campaign-activity .list li .name {
    color: #D00A41;
    font-size: 18px;
    font-family: NotoSansCJKjp-Medium;
}
.campaign-activity .list li .time,
.campaign-activity .list li .apply {
    font-size: 16px;
}


.campaign00 {
    text-align:center;
    margin: 30px auto;
}

.news-index .list {
    margin-top: 40px;
}
.news-index .list li  {
    padding: 26px 0;
    border-top: 1px dashed #505050;
}

.news-index .list li  a{
     color:#D00A41;   
}

.news-index .list li:last-child  {
    border-bottom: 1px dashed #505050;
}
.news-index .list li  .text-warpper {
    display: flex;
}
.news-index .list li  .text-warpper .date {
    flex: 86px 0 0;
    width: 86px;
    line-height: 24px;
    margin-right: 55px;
    font-size: 16px;
    color: #000;
    font-family: Avenir;
}
.news-index .list li  .text-warpper .text {
    flex: 1 0 0;
    width: calc(100% - 100px);
    line-height: 24px;
    font-size: 16px;
    color: #231815;
    letter-spacing: 2px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.news-detail .detail-content {
    margin-top: 15px;
    margin-bottom: 40px;
}
.news-detail .detail-content .time {
    line-height: 24px;
    font-size: 16px;
    color: #000;
    font-family: Avenir;
}
.news-detail .detail-content .name {
    margin-top: 18px;
    line-height: 32px;
    font-size: 22px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.news-detail .detail-content .text {
    line-height: 32px;
    font-size: 18px;
    color: #231815;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.news-detail .detail-content .img-warpper {
    box-sizing: border-box;
    padding: 40px 150px;
}
.news-detail .detail-content .img-warpper img {
    width: 100%;
}
.news-detail .detail-content .img-warpper .img-text {
    margin-top: 12px;
    line-height: 24px;
    color: #231815;
    font-size: 14px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.news-detail .btn {
    width: 492px;
    height: 78px;
    line-height: 78px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #D00A41;
    border-radius: 3px;
    font-size: 18px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.news-detail .btn .hover-img {
    display: none;
}
.news-detail .btn .icon {
    float: right;
    margin-right: 10px;
    margin-top: 34px;
}
.news-detail .adobe {
    width: 492px;
    margin: 0 auto;
}
.news-detail .adobe img {
    float: left;
    width: 140px;
    margin-right: 10px;
}
.news-detail .adobe .text {
    float: left;
    width: calc(100% - 150px);
    line-height: 18px;
    font-size: 12px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.company-company .index-content {
    margin-top: 40px;
    background-color: #fff7d0;
}
.company-company .index-content .warpper {
    box-sizing: border-box;
    padding: 30px 90px 40px;
}
.company-company .index-content .warpper .href-btn {
    display: flex;
    margin-bottom: 40px;
    background-color: #fff;
    font-size: 18px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.company-company .index-content .warpper .list {
    font-size: 0;
}
.company-company .index-content .warpper .list li {
    display: inline-block;
    box-sizing: border-box;
    width: 318px;
    margin-right: 48px;
    margin-bottom: 40px;
    padding: 10px 10px 32px 10px;
    background-color: #fff;
}
.company-company .index-content .warpper .list li .img {
    margin-bottom: 24px;
    text-align: center;
}
.company-company .index-content .warpper .list li:nth-child(2n+0) {
    margin-right: 0;
}
.company-company .index-content .warpper .list li .text {
    line-height: 28px;
    color: #D00A41;
    font-size: 18px;
    text-align: center;
    font-family: NotoSansCJKjp-Medium;
}
.company-company .index-content .warpper .list li a:hover {
    text-decoration: none;
}
.company-index .container-warpper {
}

.company-index .container-warpper .warpper .list-title {
    margin-bottom: 8px;
}
.company-index .container-warpper .warpper .text_s {
    text-align: left;
    line-height: 28px;
    padding: 0 108px;
}
.company-index .container-warpper .warpper .text_xs {
    text-align: left;
    line-height: 28px;
    padding: 0 0 0 248px;
}
.company-index .container-warpper .warpper .text {
    text-align: left;
    line-height: 28px;
}

.company-index .banner {
    margin-top: 42px;
    margin-bottom: 48px;
}
.company-index .banner img {
    width: 100%;
}
.company-index .index-content {
    box-sizing: border-box;
    padding: 30px;
}
.company-index .index-content .warpper {
    box-sizing: border-box;
    padding: 36px 28px 82px;
    background-color: #fff;
    text-align: center;
}
.company-index .index-content .warpper .warpper-title {
    line-height: 30px;
    font-size: 22px;
    color: #282828;
    margin-bottom: 32px;
    font-family: NotoSansCJKjp-Medium;
}
.company-index .index-content .warpper .warpper-title span {
    position: relative;
}
.company-index .index-content .warpper .warpper-title span:after {
    position: absolute;
    top: 104%;
    left: 1%;
    width: 98%;
    height: 2px;
    background-color: #D00A41;
    content: '';
}
.company-index .index-content .warpper .list li {
    box-sizing: border-box;
    margin-bottom: 40px;
    line-height: 42px;
    color: #282828;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.company-index .index-content .warpper .list li:last-child {
    margin-bottom: 0;
}
.company-index .index-content .warpper .list li .list-title {
    font-size: 22px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.company-index .index-content .warpper .list li .text p {
    margin-bottom: 40px;
}
.company-index .index-content .warpper .list li .text p:last-child {
    margin-bottom: 0;
}
.company-index .index-content .warpper .list li .text .label {
    float: left;
    width: 240px;
    text-align: left;
}
.company-index .index-content .warpper .list li .text span.text {
    float: left;
    width: calc(100% - 240px);
    text-align: left;
}
.company-overview .box {
    box-sizing: border-box;
    margin-top: 40px;
    padding: 0 60px;
}
.company-overview .label-title:before {
    top: 4px;
    width: 3px;
    height: 16px;
}
.company-overview .box .tab {
    font-size: 0;
}
.company-overview .box .tab .btn {
    display: inline-block;
    vertical-align: top;
    width: 360px;
    height: 46px;
    margin-right: 20px;
    line-height: 46px;
    font-size: 18px;
    color: #282828;
    text-align: center;
    border: 1px solid #505050;
    border-radius: 3px;
    font-family: NotoSansCJKjp-Medium;
}
.company-overview .box .tab .btn:last-child {
    margin-right: 0;
}
.company-overview .box .tab .btn img {
    float: right;
    margin-top: 11px;
    margin-right: 8px;
}
.company-overview .box #company {
    margin-top: 40px;
    margin-bottom: 80px;
}
.company-overview .box .list li {
    display: flex;
    box-sizing: border-box;
    font-size: 16px;
    color: #282828;
    border-bottom: 1px dotted #505050;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.company-overview .box .list li:first-child {
    border-top: 1px dotted #505050;
}
.company-overview .box .list li .label {
    box-sizing: border-box;
    flex: 146px 0 0;
    width: 146px;
    line-height: 26px;
    padding: 6px 0 6px 20px;
    background-color: #fff7d0;
}
.company-overview .box .list li .text {
    position: relative;
    box-sizing: border-box;
    flex: 1 0 0;
    line-height: 26px;
    padding: 6px 20px;
}
.company-overview .box .list li .text .ntf_n {
    width: 30%;
    display: inline-block;
}
.company-overview .box .list li .text .ntf_t {
    width: 35%;
    display: inline-block;
}
.company-overview .box .list li .text .ntf_f {
    width: 35%;
    display: inline-block;
}
.company-overview .box .list li .text .map-btn {
    position: absolute;
    right: 5px;
    top: 5px;
}
.company-overview .box .list li .text .red {
    color: #D00A41;
}

.company-overview a{
    display:inline-block;
    text-decoration:underline;

}

.company-overview a:hover{
    
    color: #d00a41;
}

.otoiawase-otoiawase h1{
    margin-bottom: 40px;
}
.otoiawase-otoiawase h2.label-title{
    font-size: 22px;
    margin-bottom: 20px;
}
.otoiawase-otoiawase h2.label-title:before{
    top: 0;
    width: 3px;
    height: 100%;
}
.otoiawase-otoiawase p{
    line-height: 1.6;
}
.otoiawase-otoiawase .box1 {
    margin-top: 40px;
    margin-bottom: 58px;
}
.otoiawase-otoiawase .list {
    font-size: 0;
    display: flex;
}
.otoiawase-otoiawase .list li {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 422px;
    margin-right: 20px;
    padding: 14px 26px 8px;
    border: 1px solid #B9B9B9;
    background-color: #fff;
    text-align: center;
}
.otoiawase-otoiawase .list li:last-child {
    margin-right: 0;
}
.otoiawase-otoiawase .list li .list-title {
    line-height: 36px;
    margin-bottom: 14px;
    font-size: 22px;
    color: #D00A41;
    text-align: center;
    font-family: NotoSansCJKjp-Medium;
}
.otoiawase-otoiawase .box1 .list li .list-title{
    color: #282828;
    font-size: 20px;
    padding-bottom: 5px;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #D00A41;
}
.otoiawase-otoiawase .list li .img {
    margin-bottom: 26px;
}
.otoiawase-otoiawase .list li a .img:hover {
  opacity: 0.6;
}
.otoiawase-otoiawase .list li .btn {
    height: 80px;
    line-height: 80px;
    margin-bottom: 26px;
    text-align: center;
    border: 1px solid #D00A41;
    border-radius: 3px;
    font-size: 22px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
}
.otoiawase-otoiawase .btn{
    position: relative;
}
.otoiawase-otoiawase .btn .icon {
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
}
.otoiawase-otoiawase .btn .hover-img {
    display: none;
}
.otoiawase-otoiawase .box1 .btn{
    padding: 18px 40px 15px 20px;
    text-align: left;
    border: 1px solid #D00A41;
    border-radius: 3px;
    font-size: 20px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
    display: inline-block;
    margin-top: 20px;
    min-width: 369px;
}
.otoiawase-otoiawase .box1 .list li .btn{
    background: #FFF7D0;
    line-height: 1;
    color: #D00A41;
    line-height: 1.65;
    display: block;
    height: auto;
    min-width: auto;
}
.otoiawase-otoiawase .box1 .list li .btn:hover{
    background: #FEF303;
    color: #D00A41;
}
.otoiawase-otoiawase .box1 .list li .btn .icon{
    margin: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.otoiawase-otoiawase .list li .text {
    line-height: 30px;
    font-size: 18px;
    color: #282828;
    text-align: left;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.otoiawase-otoiawase .list li .text p {
    font-size: 16px;
}
.otoiawase-otoiawase .box1 .list li .text p {
    font-size: 18px;
}
.otoiawase-otoiawase .box1 .list li {
    min-height: 489px;
}
.otoiawase-otoiawase .box2 {
    box-sizing: border-box;
    padding: 32px 0;
    background-color: #F8F5F0;
}
.otoiawase-otoiawase .box2 .box-title {
    line-height: 36px;
    margin-bottom: 14px;
    font-size: 22px;
    color: #282828;
    text-align: center;
    font-family: NotoSansCJKjp-Medium;
}
.otoiawase-otoiawase .box2 .box-title p {
    font-size: 18px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.otoiawase-otoiawase .list li .number {
    line-height: 42px;
    font-size: 16px;
    color: #282828;
    text-align: left;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.otoiawase-otoiawase .list li .number p,
.otoiawase-otoiawase .list li .number a {
    font-size: 45px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.otoiawase-otoiawase .box2 .list li .text {
    font-size: 16px;
}
.otoiawase-otoiawase .box2 .list li {
    min-height: 380px;
}
.otoiawase-otoiawase .otoiawase-text {
    margin-top: 36px;
    margin-bottom: 20px;
    line-height: 36px;
    font-size: 22px;
    color: #282828;
    text-align: center;
    font-family: NotoSansCJKjp-Medium;
}
.otoiawase-otoiawase .href-btn {
    box-sizing: border-box;
    width: 460px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    border: 1px solid #D00A41;
    border-radius: 3px;
    text-align: center;
    font-size: 22px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.otoiawase-otoiawase .href-btn .img {
    vertical-align: top;
    width: 44px;
    margin-top: 17px;
    margin-right: 10px;
}
.otoiawase-qa .tab {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 0;
}
.otoiawase-qa .tab .btn {
    box-sizing: border-box;
    display: inline-block;
    width: 280px;
    height: 46px;
    line-height: 46px;
    margin-right: 12px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 18px;
    color: #282828;
    border: 1px solid #B9B9B9;
    border-radius: 3px;
    font-family: NotoSansCJKjp-Medium;
}
.otoiawase-qa .tab .btn:nth-child(3n+0) {
    margin-right: 0;
}
.otoiawase-qa .tab .btn .icon {
    float: right;
    margin-right: 8px;
    margin-top: 12px;
}
.otoiawase-qa .box {
    box-sizing: border-box;
    padding: 40px 0 64px;
    background-color: #fff7d0;
}
.otoiawase-qa .box .container-warpper {
    box-sizing: border-box;
    padding: 0 62px;
}
.otoiawase-qa .box .text-warpper {
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 50px;
    border: 1px solid #D00A41;
    background-color: #fff;
}
.otoiawase-qa .box .text-warpper .text-title {
    line-height: 30px;
    font-size: 22px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.otoiawase-qa .box .text-warpper .text {
    line-height: 26px;
    font-size: 18px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
    word-break: break-all;
}
.otoiawase-qa .box .text-warpper .text a {
    display: inline-block;
}
.otoiawase-qa .box .text-warpper .text a img {
    vertical-align: top;
}
.otoiawase-qa .qa-box {
    margin-bottom: 42px;
}
.otoiawase-qa .container-warpper .qa-box:last-child {
    margin-bottom: 0;
}
.otoiawase-qa .qa-box .qa-title {
    line-height: 26px;
    margin-bottom: 14px;
    font-size: 22px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
}
.otoiawase-qa .qa-box .list li {
    margin-bottom: 12px;
    border: 1px solid #B9B9B9;
    border-radius: 3px;
    background-color: #fff;
}
.otoiawase-qa .qa-box .list li:last-child {
    margin-bottom: 0;
}
.otoiawase-qa .qa-box .list li .question {
    box-sizing: border-box;
    padding: 12px 18px;
    cursor: pointer;
}
.otoiawase-qa .qa-box .list li .question .text {
    float: left;
    width: calc(100% - 50px);
    line-height: 26px;
    font-size: 18px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.otoiawase-qa .qa-box .list li .question .btn {
    float: right;
    width: 26px;
    height: 26px;
    background: url(../images/add.png) no-repeat center center;
    background-size: 26px 26px;
}
.otoiawase-qa .qa-box .list li .question .btn.active {
    background: url(../images/reduce.png) no-repeat center center;
    background-size: 26px 26px;
}
.otoiawase-qa .qa-box .list li .answer {
    display: none;
    box-sizing: border-box;
    padding: 18px;
    line-height: 26px;
    color: #282828;
    font-size: 16px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
    border-top: 1px solid #D00A41;
}
.otoiawase-qa .qa-box .list li .answer a {
    text-decoration: underline;
}
.otoiawase-qa .qa-box .list li .answer a img {
    vertical-align: top;
}
.otoiawase-otoiawase-qa p{
    font-size: 18px;
}
.otoiawase-otoiawase-qa .box1 .btn{
    position: relative;
    margin-top: 20px;
    display: block;
    padding: 18px 40px 18px 20px;
    border: 1px solid #D00A41;
    border-radius: 3px;
    font-size: 20px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
    max-width: 369px;
}
.otoiawase-otoiawase-qa .box1 .btn img{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
}
.otoiawase-otoiawase-qa .btn:hover{
    background: #D00A41;
    color: #fff;
}

.shopping-index .box1 {
    margin-top: 36px;
    margin-bottom: 58px;
}
.shopping-index .box .container-warpper {
    box-sizing: border-box;
    padding: 0 62px;
}
.shopping-index .box .box-title {
    margin-bottom: 10px;
    line-height: 36px;
    font-size: 22px;
    color: #D00A41;
    text-align: center;
    font-family: NotoSansCJKjp-Medium;
}
.shopping-index .box .list {
    font-size: 0;
}
.shopping-index .box .list li {
    display: inline-block;
    vertical-align: top;
    width: 360px;
    margin-right: 20px;
}
.shopping-index .box .list li:last-child {
    margin-right: 0;
}
.shopping-index .box .list li .img {
    margin-bottom: 8px;
}
.shopping-index .box .list li .img img {
    vertical-align: top;
}
.shopping-index .box .list li .text {
    line-height: 26px;
    font-size: 16px;
    color: #282828;
    text-align: center;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.shopping-index .box1 .href-btn,.order-btn {
    width: 380px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    border: 1px solid #D00A41;
    border-radius: 3px;
    font-size: 18px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.shopping-index .box1 .href-btn .hover-img,.order-btn .hover-img {
    display: none;
}
.shopping-index .box1 .href-btn .img,.order-btn .img {
    margin-right: 10px;
}
.shopping-index .box1 .href-btn .icon,.order-btn .icon {
    margin-left: 10px;
}
.shopping-index .box1 .box-text {
    margin-top: 27px;
    line-height: 30px;
    font-size: 18px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.shopping-index .box1 .list-2 {
    margin-top: 20px;
    text-align: center;
}
.shopping-index .box2 {
    padding: 30px 0;
    background-color: #fff7d0;
}
.shopping-index .box2 .warpper {
    box-sizing: border-box;
    width: 500px;
    padding: 15px 78px;
    margin:  0 auto;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #D00A41;
}
.shopping-index .box2 .warpper-title {
    line-height: 42px;
    font-size: 22px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
}
.shopping-index .box2 .text {
    line-height: 42px;
    font-size: 18px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.shopping-index .box2 .text-2 {
    margin-top: 8px;
    line-height: 24px;
}
.shopping-index .box2 .number {
    line-height: 42px;
    font-size: 45px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.shopping-index .box2 .btn {
    height: 46px;
    line-height: 46px;
    margin-top: 20px;
    border: 1px solid #D00A41;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
}
.shopping-index .box2 .btn .icon {
    float: right;
    margin-right: 8px;
    margin-top: 15px;
}
.shopping-index .box2 .btn .hover-img {
    display: none;
}
.shopping-index .box2 .adobe {
    width: 492px;
    margin: 0 auto;
    margin-top: 18px;
}
.shopping-index .box2 .adobe img {
    float: left;
    width: 140px;
    margin-right: 10px
}
.shopping-index .box2 .adobe .text {
    float: left;
    width: calc(100% - 150px);
    line-height: 18px;
    font-size: 12px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.company-recruit .box {
    box-sizing: border-box;
    margin-top: 40px;
    padding: 0 62px;
}
.company-recruit .label-title:before {
    top: 4px;
    width: 3px;
    height: 16px;
}
.company-recruit .box .tab {
    font-size: 0;
    display: flex;
    justify-content: center;
}
.company-recruit .box .tab .btn {
    box-sizing: border-box;
    display: inline-block;
    width: 360px;
    height: 46px;
    line-height: 46px;
    margin-right: 20px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 18px;
    color: #282828;
    border: 1px solid #B9B9B9;
    border-radius: 3px;
    font-family: NotoSansCJKjp-Medium;
}
.company-recruit .box .tab .btn:last-child {
    margin-right: 0;
}
.company-recruit .box .tab .btn .icon {
    float: right;
    margin-right: 8px;
    margin-top: 11px;
}
.company-recruit #recruit-1 {
    padding-top: 50px;
    padding-bottom: 36px;
    border-bottom: 2px solid #D00A41;
}
.company-recruit #recruit-1 .img {
    float: left;
}
.company-recruit #recruit-1 .text-1 {
    float: left;
    width: 500px;
    margin-right: 6px;
    margin-top: 10px;
    line-height: 180%;;
    font-size: 16px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.company-recruit #recruit-1 .href {
    float: left;
}
.company-recruit #recruit-2 {
    padding-top: 64px;
}
.company-recruit #recruit-2 .list li {
    display: flex;
    box-sizing: border-box;
    font-size: 16px;
    color: #282828;
    border-bottom: 1px dotted #505050;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.company-recruit #recruit-2 .list li:first-child {
    border-top: 1px dotted #505050;
}
.company-recruit #recruit-2 .list li .label {
    box-sizing: border-box;
    flex: 146px 0 0;
    width: 146px;
    line-height: 26px;
    padding: 6px 0 6px 20px;
    background-color: #fff7d0;
}
.company-recruit #recruit-2 .list li .text {
    position: relative;
    box-sizing: border-box;
    flex: 1 0 0;
    line-height: 26px;
    padding: 6px 20px;
}
.company-recruit #recruit-2 .warpper {
    box-sizing: border-box;
    padding: 22px 25px;
    margin-top: 44px;
    border: 1px dotted #505050;
}
.company-recruit #recruit-2 .warpper .warpper-title {
    line-height: 30px;
    font-size: 18px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
}
.company-recruit #recruit-2 .warpper .warpper-list li {
    margin-bottom: 14px;
}
.company-recruit #recruit-2 .warpper .warpper-list .list-title {
    line-height: 30px;
    font-size: 16px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.company-recruit #recruit-2 .warpper .warpper-list .text {
    line-height: 30px;
    font-size: 16px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.company-security .box {
    padding: 0;
}
.company-security .box .tab .btn {
    position: relative;
    vertical-align: top;
    width: 280px;
    height: 72px;
    padding: 11px 0;
    line-height: 50px;
    margin-right: 12px;
}
.company-security .box .tab .btn.line-two {
    line-height: 25px;
}
.company-security .box .tab .btn .icon {
    position: absolute;
    margin-top: 0;
    margin-right: 8px;
    right: 8px;
    top: 24px;
}
.company-security .href-box {
    margin-top: 40px;
    padding: 30px 0;
}
.company-security .href-box .item {
    box-sizing: border-box;
    padding: 38px 62px;
    margin-bottom: 40px;
    background-color: #fff;
}
.company-security .href-box .container-warpper .item:last-child {
    margin-bottom: 0;
}
.company-security .href-box .item .item-desc {
    line-height: 30px;
    font-size: 18px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
    margin-top: 10px;
}
.company-security .href-box .item .list {
    margin-top: 40px;
}
.company-security .href-box .item .list li {
    margin-bottom: 40px;
}
.company-security .href-box .item .list li:last-child {
    margin-bottom: 0;
}
.company-security .href-box .item .list .explain-icon {
    text-align: right;
}
.company-security .href-box .item .list .explain-icon span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    background-color: #E4007F;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.company-security .href-box .item .list .list-title {
    line-height: 36px;
    margin-bottom: 12px;
    font-size: 22px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.company-security .href-box .item .list .img-warpper {
    font-size: 0;
}
.company-security .href-box .item .list .img-warpper img {
    margin-right: 12px;
    margin-bottom: 24px;
    max-width: calc(50% - 12px);
}
.company-security .href-box .item .list .img-warpper img:nth-child(3n+0) {
    margin-right: 0;
}
.company-security .href-box .item .list .list-text {
    line-height: 34px;
    font-size: 20px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
}
.company-security .href-box .item .list .text {
    line-height: 34px;
    font-size: 18px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.company-security .href-box .item .list .text + .text {
    margin-top: 10px;
}
.company-security .href-box .item .list-2 .list-title {
    margin-bottom: 0;
    line-height: 34px;
    font-size: 20px;
}
.company-security .href-box .item .list-2 .text {
    line-height: 34px;
}
.company-security .href-box .item .item-desc2 {
    text-align: left;
    line-height: 30px;
    margin-top: 40px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.company-security .href-box .item .item-desc2 span {
    float: left;
    width: calc(100% - 150px);
}
.company-security .href-box .item .item-desc2 img {
    float: right;
    width: 132px;
}
.company-security .href-box .item .list-3 .list-title {
    margin-bottom: 0;
    line-height: 30px;
    font-size: 20px;
}
.company-security .href-box .item .list-3 .text {
    line-height: 30px;
}
.company-security .href-box .item .list-3 .text-list li .red {
    float: left;
    width: 20px;
    color: #D00A41;
    margin-right: 16px;
}
.company-security .href-box .item .list-3 .text-list li {
    margin-bottom: 0;
}
.company-security .href-box .item .list-3 .text-list li .text {
    float: left;
    width: calc(100% - 36px);
}
.company-security .href-box .item .list-3 .flex-list {
    margin-top: 10px;
}
.company-security .href-box .item .list-3 .flex-list li {
    display: flex;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 0;
    color: #282828;
    border-bottom: 1px dotted #505050;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.company-recruit .href-box .item .list-3 .flex-list li:first-child {
    border-top: 1px dotted #505050;
}
.company-security .href-box .item .list-3 .flex-list li .label {
    box-sizing: border-box;
    flex: 146px 0 0;
    width: 146px;
    line-height: 26px;
    padding: 6px 0 6px 20px;
    background-color: #fff7d0;
}
.company-security .href-box .item .list-3 .flex-list li .label-text {
    position: relative;
    box-sizing: border-box;
    flex: 1 0 0;
    line-height: 26px;
    padding: 6px 20px;
}
.company-security .href-box .item .list-3 .flex-list li .label-text + .label-text {
    border-left: 1px dotted #505050;
}
@media screen and (max-width:600px){
    .header .nav ul.list li .sub-btn{
        flex-wrap: wrap;
    }
    .header .nav .list li .sub-menu .sub-list{
        display: block;
    }
    .company-recruit .box .tab{
        display: block;
    }
    .company-recruit.company-security .href-box .item .list .img-warpper{
        display: block;
    }
    .company-recruit .href-box .item .list .img-warpper img {
        margin-right: 0;
        margin-bottom: 24px;
        max-width: 100%;
        width: 100%;
    }
    .company-recruit .href-box .item .list-3 .flex-list li .label-text + .label-text {
        border-top: 1px dotted #505050;
        border-left: 0;
    }
}
.company-history .box {
    box-sizing: border-box;
    margin-top: 40px;
    padding: 30px;
    background-color: #fff7d0;
}
.company-history .box .warpper {
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
}
.company-history .list li {
    display: flex;
}
.company-history .list li .time {
    position: relative;
    flex: 160px 0 0;
    line-height: 28px;
    color: #282828;
    font-size: 18px;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.company-history .list li .time:before {
    position: absolute;
    right: 3px;
    top: 0;
    width: 3px;
    background: url(../images/line.png) repeat right center;
    height: 100%;
    content: '';
}
.company-history .list li:last-child .time:before {
    background: url(../images/dotted_line.png) repeat right center;
}
.company-history .list li .time:after {
    position: absolute;
    right: -4px;
    top: 4px;
    z-index: 1;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background-color: #fff;
    border: 3px solid #D00A41;
    content: '';
}
.company-history .list li:first-child .time:before {
    top: 4px;
    height: calc(100% - 4px);
}
.company-history .list li .text-warpper {
    box-sizing: border-box;
    padding-left: 20px;
    padding-bottom: 15px;
}
.company-history .list li .red-title {
    line-height: 28px;
    font-size: 20px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.company-history .list li .black-title {
    line-height: 28px;
    font-size: 18px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
}
.company-history .list li .img {
    margin-bottom: 10px;
    margin-top: 10px;
}
.company-history .list li .text {
    width: 200px;
    line-height: 20px;
    font-size: 14px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.swiper_category .swiper-slide {
    max-width: 195px;
    max-height: 214px;
    height:auto;
    box-sizing: border-box;
    border: 1px solid #CCC;
}
.swiper_category .swiper-slide img {
    width: 180px;
}

.swiper_category .swiper-slide div.img {
    text-align:center;
    padding-top:3px;
    height:auto;
}

.swiper_category .swiper-slide img.banner-img {
    display:inline-block;
    width:143.7px;
    height:143.7px;
    
}
.swiper_category .swiper-slide .text {
    height: 60px;
    line-height: 20px;
    font-size: 16px;
    color: #282828;
    text-align: center;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
    margin-top: 6px;
}
.site-map .list {
    margin-top: 20px;
}
.site-map .list .box {
    width: calc(50% - 20px);
    margin-right: 40px;
}
.site-map .list li .box:nth-child(2n+0) {
    margin-right: 0;
}
.site-map .list > li {
    margin-bottom: 40px;
}
.site-map .list > li:last-child,
.site-map .list > li .list-2 li {
    margin-bottom: 0;
}
.site-map .list > li .list-2 li {
    margin-bottom: 18px;
}
.site-map .list .href-btn {
    padding: 4px;
    font-size: 22px;
    color: #D00A41;
    border-bottom: 1px solid #B9B9B9;
    font-family: NotoSansCJKjp-Medium;
}
.site-map .list .href-btn img {
    float: right;
}
.site-map .list .list-2,
.site-map .list .list-3 {
    margin-top: 18px;
}
.site-map .list .list-3 {
    box-sizing: border-box;
    padding-left: 16px;
}
.site-map .list .link-btn {
    display: inline-block;
    font-size: 18px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.site-map .list .box.last .href-btn {
    margin-bottom: 20px;
}
.site-map .list .box.last .href-btn.black {
    color: #282828;
    font-size: 16px;
}
.sitepolicy .list {
    margin-top: 20px;
}
.sitepolicy .list .list-title {
    line-height: 24px;
    margin-bottom: 12px;
    font-size: 20px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.sitepolicy .list .label-title:before {
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 16px;
    background-color: #D00A41;
    content: '';
}
.sitepolicy .list .i {
    padding-left: 16px;
}
.sitepolicy .list .text {
    margin-bottom: 32px;
    line-height: 26px;
    font-size: 16px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.sitepolicy .list .text .t {
    text-indent: 8px;
}
.sitepolicy .list .text .c {
    padding-left: 56px;
}
.sitepolicy .list .text.text-right {
    text-align: right;
}
.sitepolicy .adobe img {
    float: left;
    width: 140px;
    margin-right: 10px;
}
.sitepolicy .adobe div.text {
    float: left;
    width: calc(100% - 150px);
    padding-left: 0;
    line-height: 18px;
    font-size: 12px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.privacypolicy .privacypolicy-title {
    margin-top: 40px;
    font-size: 21px;
    color: #282828;
    line-height: 30px;
    font-family: NotoSansCJKjp-Medium;
}
.privacypolicy .list {
    margin-top: 40px;
}
.sitepolicy .text-list div.text {
    margin-bottom: 0;
    padding-left: 0;
}
.sitepolicy .text-list .label {
    float: left;
    width: 50px;
}
.sitepolicy .text-list .text-warpper {
    float: left;
    width: calc(100% - 50px);
}
.sitepolicy .text-list {
    margin-bottom: 32px;
    padding-left: 24px;
}
.trivia .bg {
    width: 1024px;
    margin: 0 auto;
    background: url(../images/development_bg.jpg) repeat;
}
.trivia .list {
    box-sizing: border-box;
    padding: 0 80px 35px;
}
.trivia .list li {
    position: relative;
    padding: 35px 0;
}
.trivia .list li:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: url(../images/trivia_border_bg.png) no-repeat center center;
    content: '';
}
.trivia .list li:last-child:before {
    display: none;
}
.trivia .list .img {
    width: 410px;
}
.trivia .list .text-warpper {
    box-sizing: border-box;
    width: calc(100% - 410px);
}
.trivia .list .img.block,
.trivia .list .text-warpper.block {
    width: 100%;
}
.trivia .list .text-warpper.block .text {
    box-sizing: border-box;
    padding-left: 45px;
    margin-bottom: 60px;
}
.trivia .list .text-warpper.pull-left {
    padding-right: 20px;
}
.trivia .list .text-warpper.pull-right {
    padding-left: 20px;
}
.trivia .list .title {
    text-align: left;
}
.trivia .list .text {
    line-height: 27px;
    font-size: 17px;
    color: #272827;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
@media screen and (min-width:1040px){
    .campaign-index .index .recruit .warpper .tab li a:hover {
        opacity: 0.6;
    }
    .company-company .index-content .warpper .href-btn img:hover,
    .company-company .index-content .warpper .list li .img img:hover {
        opacity: 0.6;
    }
    .otoiawase-qa .qa-box .list li:hover {
        border-color: #D00A41;
    }
    .otoiawase-qa .qa-box .list li .question:hover .text {
        text-decoration: underline;
    }
    .search-index .search-btn .hover-img,
    .search-index .search-btn:hover .mouseMove-img {
        display: none;
    }
    .search-index .search-btn:hover {
        background-color: #D00A41;
        color: #FFF;
        text-decoration: none;
    }
    .search-index .search-btn:hover .hover-img {
        display: inline-block;
    }
    .shopping-index .box2 .btn:hover {
        background-color: #D00A41;
        color: #fff;
        text-decoration: none;
    }
    .shopping-index .box1 .href-btn:hover,.order-btn:hover {
        background-color: #D00A41;
        color: #fff;
        text-decoration: none;
    }
    .shopping-index .box1 .href-btn:hover .mouseMove-img,
    .shopping-index .box2 .btn:hover .mouseMove-img,
    .order-btn:hover .mouseMove-img {
        display: none;
    }
    .shopping-index .box1 .href-btn:hover .hover-img,
    .shopping-index .box2 .btn:hover .hover-img,
    .order-btn:hover .hover-img {
        display: inline-block;
    }
    .otoiawase-qa .tab .btn:hover,
    .company-recruit .box .tab .btn:hover {
        border-color: #D00A41;
        color: #D00A41;
    }
    .otoiawase-otoiawase .list li .btn:hover {
        color: #fff;
    }
    .otoiawase-otoiawase .btn:hover {
        background-color: #D00A41;
        color: #fff;
        text-decoration: none;
    }
    .otoiawase-otoiawase .btn:hover .mouseMove-img {
        display: none;
    }
    .otoiawase-otoiawase .btn:hover .hover-img {
        display: inline-block;
    }
    .otoiawase-otoiawase .list li .text p{
        font-size: 16px;
    }
    .select-box .select-btn:hover,
    .recipes-1 .use .img-warpper:hover,
    .recipes-1 .anchor .btn:hover {
        border-color: #D00A41;
    }
    .header .nav .list li .sub-btn:hover .text {
        text-decoration: underline;
    }
    .company-overview .box .tab .btn:hover {
        border-color: #D00A41;
        color: #D00A41;
    }
    .news-detail .btn:hover {
        background-color: #D00A41;
        color: #fff;
        text-decoration: none;
    }
    .news-detail .btn:hover .mouseMove-img {
        display: none;
    }
    .news-detail .btn:hover .hover-img {
        display: inline-block;
    }
    .campaign-activity .list li a:hover .text-warpper {
        text-decoration: underline;
    }
    .campaign-activity .list li .img img:hover {
        opacity: .6;
    }
    .search-index .search-list .search-item .label-warpper .label:hover {
        background-color: #D00A41;
        color: #fff;
        text-decoration: none;
    }
    .search-index .search-list .search-item .sub-list li:hover {
        background-color: #D00A41;
        border-color: #D00A41;
    }
    .search-index .search-list .search-item .sub-list li:hover .list-title {
        color: #fff;
    }
    .header .nav .list li .sub-menu .sub-list li:hover {
        border-color: #D00A41;
    }
    .header .nav .list li .sub-menu .sub-list li:hover .list-title {
        text-decoration: underline;
    }
    .header .nav .list li .sub-menu .btn-warpper .btn:first-child:hover {
        background-color: #D00A41;
        color: #fff;
        border-color: #D00A41;
        text-decoration: none;
    }
    .header .nav .list li .sub-menu .btn-warpper .btn:first-child .hover-img,
    .header .nav .list li .sub-menu .btn-warpper .btn:first-child:hover .mouseMove-img {
        display: none;
    }
    .header .nav .list li .sub-menu .btn-warpper .btn:first-child:hover .hover-img {
        display: inline-block;
    }
    .header .nav .list li .sub-menu .text a:hover {
        background-color: #D00A41;
        color: #fff;
        border-color: #D00A41;
        text-decoration: none;
    }
    .swiper_category .swiper-slide:hover {
        border: 1px solid red;
    }
    
}


/*ここから追加*/
div.sugakiya_main{
    text-align:center;
    
}

div.sugakiya_main img{
    display:inline-block;
    
}

.company-recruit #recruit-1 .list li {
    display: flex;
    box-sizing: border-box;
    font-size: 16px;
    color: #282828;
    border-bottom: 1px dotted #505050;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.company-recruit #recruit-1 .list li:first-child {
    border-top: 1px dotted #505050;
}
.company-recruit #recruit-1 .list li .label {
    box-sizing: border-box;
    flex: 146px 0 0;
    width: 146px;
    line-height: 26px;
    padding: 6px 0 6px 20px;
    background-color: #fff7d0;
}
.company-recruit #recruit-1 .list li .text {
    position: relative;
    box-sizing: border-box;
    flex: 1 0 0;
    line-height: 26px;
    padding: 6px 20px;
}
.company-recruit #recruit-1 .warpper {
    box-sizing: border-box;
    padding: 22px 25px;
    margin-top: 44px;
    border: 1px dotted #505050;
}
.company-recruit #recruit-1 .warpper .warpper-title {
    line-height: 30px;
    font-size: 18px;
    color: #282828;
    font-family: NotoSansCJKjp-Medium;
}
.company-recruit #recruit-1 .warpper .warpper-list li {
    margin-bottom: 14px;
}
.company-recruit #recruit-1 .warpper .warpper-list .list-title {
    line-height: 30px;
    font-size: 16px;
    color: #D00A41;
    font-family: NotoSansCJKjp-Medium;
}
.company-recruit #recruit-1 .warpper .warpper-list .text {
    line-height: 30px;
    font-size: 16px;
    color: #282828;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}

.company-recruit #recruit-2 .list li a{
    display:inline-block;
    text-decoration:underline;
}

.company-recruit #recruit-2 .list {
    margin-bottom:40px;
}


.company-recruit #recruit-2 ul.list02 {
    margin-top:20px;
    margin-bottom:20px;
    line-height:180%;
    
}


.company-recruit #recruit-2 ul.list02 li{
    list-style:decimal;
    margin-left:30px;
    
}

.company-recruit #recruit-2 .hellowwork00{
    text-align:left;
    
}

.company-recruit #recruit-2 .hellowwork00 a{
    display:inline-block;
    
}

.company-recruit #recruit-2 .hellowwork00 p{
    display:inline-block;
    text-align:left;
    line-height:180%;
}

.company-recruit #recruit-2 .hellowwork00 p a{
    text-decoration:underline;
}

.company-recruit #recruit-2 img.hellowwork{
    vertical-align:top;
    display:inline-block;
}


.company-recruit #recruit-2 h2{
    padding:10px;
    margin:10px 0px; 
    background-color:#F8F89B;
    font-weight:bold;
    color: #282828;
    font-size:14pt;
   /* border:#D00A41 solid 2px;*/
  border-radius: 3px;

}



/*ここから追加*/
.recipes-1 .use .recipe_udon {
    float:none !important ;
    width: auto;
}



div.recipe_pc_display{
    clear:both;    
   display:block;
   text-align:center;
    
}

div.recipe_sp_display{
    display:none;
}

.recipes-1 .use div.img-warpper2 {
    box-sizing: border-box;
    display:inline-block;
    width: 250px;
    padding: 14px 8px 8px; 
    border: 1px solid #B9B9B9;
}

.recipes-1 .use div.img-warpper2 .img {
    margin-bottom: 8px;
}
.recipes-1 .use div.img-warpper2 .text {
    line-height: 30px;
    font-size: 18px;
    color: #000;
    text-align: center;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
}
.recipes-1 .use div.img-warpper2:hover .text {
    color: #D00A41;
}

.recipes-detail .products .seasoning .seasoning-box div.recipe_udon2{
    padding:0;
    line-height:180%;
    margin-right:0;
    display:block;
    
}

.recipes-detail .products .seasoning .seasoning-box .btn2 {
    display:inline-block;
    font-size: 22px;
    color: #000;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
   font-weight: 400;
    width: 100%;
    padding-left: 20px;
}

.recipes-detail .introduce .box .text2 {
    margin-left: 30px;
}

@media screen and (max-width:600px){
	
	.label-warpper .label {
		width: calc(33% - 3px);
	}
	div.recipe_pc_display{
	   display:none;

	}
	div.recipe_sp_display{
		display:inline-block;
	} 
    .recipes-detail .products .seasoning .seasoning-box .btn2 {
		display:inline-block;
		font-size: 18px;
		color: #000;
		font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	   font-weight: 400;
		width: 100%;
		padding-left: 20px;
	}
    .otoiawase-otoiawase .box2 .list{
        display: block;
    }
    .otoiawase-otoiawase .box1 .list li .text,
    .otoiawase-otoiawase .box1 .list li .list-title{
     font-size: 12px;
     line-height: 2;
    }
    .otoiawase-otoiawase .box1 .btn{
        min-width: 80%;
    }
    .otoiawase-otoiawase .box1 .list li .btn{
        font-size: 12px;
        line-height: 2;
        padding: 10px 10px 10px 8px;
    }
    .otoiawase-otoiawase .box1 .list li .btn .icon{
        width: 10px;
        height: 10px;
    }
    .otoiawase-otoiawase .box1 .list{
        margin-left: -14px;
    }
    .otoiawase-otoiawase .box1 .list li{
        min-height: auto;
        margin-left: 14px;
        max-width: calc((100% / 2 ) - 14px );
    }
    
}

p.shop_info{
    color:#FF0000;
    
}

div.top_infomation{
    border:#C4C4C4 solid 1px;
    width:90%;
    text-align:center;
    margin:10px auto;
    padding:20px 10px;
}

div.top_infomation a{
    display:inline-block;
}


div.top_infomation a{
    color:#D00A41;
}


/*以下products カテゴリメニュー用*/
.gnav {
    display: flex;
    height: 6rem;
    margin: 20px auto;
    width: 1000px;
   position: relative;
}
.gnav > li {/*親階層のみ幅を20%にする*/
    width: 20%;
    margin-right:2px;
}

/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;

}

.gnav > li a {
    background: #FFffff;
    border-right: 1px solid #bbb;
    color: #000000;
    display: block;
    height: 3rem;
    line-height: 1.2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-top: 0.8rem;
}

.gnav li.gnav-top a{
    border-left: 1px solid #bbb;
}

.gnav li.gnav-2gyou a{
    padding-top:0.5rem;
}

.gnav > li a:hover {
    background: #fff7d0;
}

ul.second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.gnav > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.second-level li{
    
    border-top:2px solid #fff;
}

.second-level li a{
    background: #fff7d0;
}

.second-level li a:hover {
    background: #FFF3BC;
}



.gnav > li.single {
    position: relative;
}

li.single ul.second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.single:hover ul.second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.single:nth-child(n+2) ul.second-level{
    width: calc(100% + 2px);
    left: -2px;
    border-left: 1px solid #bbb;
}

@media screen and (max-width:600px){
    .gnav {
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   width:100%;
    height: 18rem;
    }  
    .gnav > li {/*親階層のみ幅を48%にする*/
    width: 48%;
    margin: 5px auto;
}
.gnav li.gnav-top-sp a{
    border-left: 1px solid #bbb;
}
}

.renewal.detail .products-detail .right{
    margin-top: 30px;
}

/* 20240307追加　調理方法ページ */
.chouri-content{
    margin-top: 40px;
    margin-bottom: 20px;
}
.chouri-mainvisual{
    background: #FFF7D0;
    padding: 38px 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.chouri-mainvisual-img{
    max-width: 170px;
    width: 100%;
    margin-right: 46px;
}
.chouri-mainvisual-ttl{
    font-size: 20px;
    margin-bottom: 20px;
}
.chouri-mainvisual-lists{
    color: #282828;
}
.chouri-mainvisual-lists li{
    margin-left: 25px;
    list-style: square;
}
.chouri-mainvisual-lists li + li{
    margin-top: 10px;
}
.chouri-mainvisual-lists li::marker{
    color: #D00A41;
}
.chouri-flow-section{
    display: flex;
}
.chouri-flow-section + .chouri-flow-section{
    margin-top: 40px;
}
.chouri-flow-content{
    display: flex;
}
.chouri-flow-number p{
    background: #D00A41;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    padding: 7px 10px 5px;
}

.chouri-flow-img{
    max-width: 330px;
    padding: 18px 13px;
    margin: 0 30px 0 10px;
    border: 1px solid #B9B9B9;
}

.chouri-flow-text{
    flex: 2;
    line-height: 1.5;
}
@media screen and (max-width:600px){
    .chouri-content.container-warpper{
        padding: 0;
    }
    .chouri-mainvisual{
        display: block;
    }
    .chouri-mainvisual-img{
        margin: 0 auto 24px;
        max-width: 192px;
    }
    .chouri-flow{
        padding: 0 10px;
    }
    .chouri-flow-content{
        display: block;
    }
    .chouri-flow-img{
        margin-right: 0;
    }
    .chouri-flow-text{
        margin: 10px 0 0 10px;
    }
}

/* トップページ　新着情報下アイコン */
.partner{
    display: flex;
}
.partner li + li{
    margin-left: 20px;
}
@media screen and (max-width:600px){
    .partner{
        display: block;
    }
    .partner li + li{
        margin-top: 20px;
        margin-left: 0;
    }
}