.mobile{
	display: none !important;
}
.pt10{
    padding-top: 10px;
}
.pb200{
    padding-bottom: 200px;
}
.mb120{
    margin-bottom:120px !important;
}
.mb80{
    margin-bottom:80px !important;
}
.pb80{
    padding-bottom:80px !important;
}
.mb280{
    margin-bottom:280px !important;
}
.pb280{
    padding-bottom:280px !important;
}
.mt0{
    margin-top:0 !important;
}
.mb0{
    margin-bottom:0 !important;
}
.mr80{
    margin-right:80px !important;
}
.mt120{
    margin-top:120px !important;
}
.mt240{
    margin-top:240px !important;
}
.mt280{
    margin-top:280px !important;
}
.p2040{
    padding:20px 40px;
    margin-left:65px !important;
}
.notOveflow{
    overflow: visible !important;
}
.transparent{
    background:transparent !important;
}
body.top{
    background:url("../images/pixta_69833801_M.jpg") 50% 50% no-repeat;
    width:100%;
    /*height: 100vh;*/
    background-size:cover;
    background-attachment: fixed;
    min-width: var(--min-width);
}
div.wrapper{
    width:100%;
    overflow: hidden;
    background:#fff;
}
div.wrapper.offwhite{
    background:#F4F1EC;
}
div.wrapper.cleam{
    background:#F8F4ED;
}
div#headerWrapper {
    width:100%;
    min-width:var(--min-width);
    height: var(--header-height);
    position: fixed;
    top:0;
    left:0;
    right:0;
    margin:auto;
    background:rgba(255,255,255,0.9);
    z-index: 1000;
}
div#header{
    width:min(var(--min-width),var(--max-width));
    width:100%;
    max-width:var(--max-width);
    min-width:var(--min-width);
    height: var(--header-height);
    margin:auto;
    position: relative;
}
div#header h1{
    color:var(--orange-color);
    display: flex;
    align-items: center;
    align-items:flex-end;
    width:550px;
    font-size:20px;
    font-weight: bold;
    position: absolute;
    top:27px;
    left:10px;
}
div#header h1 a{
    background:url("../images/logo.png") left center no-repeat;
    display: block;
    width:347px;
    height: 56px;
    background-size:347px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-right:20px;
}
div#header h1 a:hover{
    border:none;
}
.navi_wrap {
  width: 860px;
  position: absolute;
  right:10px;
  bottom:5px;
}

.navi_wrap > ul {
  display: flex;
  position: relative;
  justify-content: space-between
}

.navi_wrap > ul a {
    cursor: pointer;
    color:var(--text-color);
    font-weight: bold;
}

.navi_wrap > ul > li {
  padding: 10px;
  position: relative;
}
.navi_wrap > ul > li::after {
    content: "";
    position: absolute;
    width:0;
    height: 4px;
    bottom:3px;
    left:0;
    right:0;
    margin:auto;
    background-color:var(--orange-color);
    transition:all 0.25s;
}
.navi_wrap > ul > li.active::after,
.navi_wrap > ul > li:hover::after {
    content: "";
    position: absolute;
    width:100%;
    height: 4px;
    bottom:3px;
    left:0;
    right:0;
    margin:auto;
    background-color:var(--orange-color);
    transition:all 0.25s;
}

.navi_wrap > ul > li > ul {
  width: 100%;
  display: flex;
  position: fixed;
  top: var(--header-height);
  left: 0;
  right:0;
  height: 0;
  visibility: hidden;
  background: #fefefe;
  transition: 0.3s;
  border-top:1px solid #e5e5e5;
  justify-content: center;
}

.navi_wrap > ul > li > ul > li {
  padding: 0 80px;
  font-size: 0;
  line-height: 56px;
}

.navi_wrap > ul > li > ul > li a {
  cursor: pointer;
  color: var(--text-color);
}
.navi_wrap > ul > li > ul > li.active a,
.navi_wrap > ul > li > ul > li a:hover {
  color: var(--orange-color);
}

.navi_wrap > ul > li:hover > ul {
  height: 56px;
  visibility: visible;
  transition: 0.3s;
}

.navi_wrap > ul > li:hover > ul > li {
  height: 100%;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*div#header ul#nav{
    width:860px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right:20px;
    bottom:20px;
    height: 1em;
}
div#header ul#nav a{
    color:var(--text-color);
    font-weight: bold;
}
div#header ul#nav a:hover,
div#header ul#nav li.active a{
    color:var(--orange-color);
}
div#header ul#nav li{
    position: relative;
}
div#header ul#nav li::after{
    content: "";
    position: absolute;
    width:0;
    height: 4px;
    bottom:-13px;
    left:0;
    right:0;
    margin:auto;
    background-color:var(--orange-color);
    transition:all 0.25s;
}
div#header ul#nav li:hover::after,
div#header ul#nav li.active::after{
    content: "";
    position: absolute;
    width:100%;
    height: 4px;
    bottom:-13px;
    left:0;
    right:0;
    margin:auto;
    background-color:var(--orange-color);
    transition:all 0.25s;
}*/
dl.tel{
    width:480px;
    height: 2em;
    position: absolute;
    top:20px;
    right:390px;
    display: flex;
    justify-content: space-between;
    font-size:18px;
    font-weight: bold;
    color:var(--green-color);
    line-height: 2em;
}
dl.tel a{
    color:var(--green-color);
}
dl.tel dd{
    background:url("../images/tel_icon.png") left center no-repeat;
    background-size:25px;
    padding-left:30px;
}
p.inquiry{
    width:200px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    top:20px;
    right:10px;
    text-align: center;
}
p.inquiry a{
    display: block;
    width:100%;
    height: 100%;
    background:var(--orange-color);
    color:#fff;
    border-radius: var(--border-radius);
}
p.inquiry:hover{
    opacity: 0.8;
}
p.inqiry a:hover{
    opacity: 0.8;
    border:none;
}
div#mainVisual1{
    width:100%;
    height: var(--main-visual-height);
    position: relative;
}
#slide_wrapp {
	position: relative;
	/*width:100vw;*/
    height: var(--main-visual-height);
	overflow: hidden;
    background: #fff;
}
#slide_wrapp .slide_item {
	opacity: 0;
	transform: scale(1.1);
	transition: opacity 2s linear, transform 7.5s linear;
	position: relative;
}
#slide_wrapp .slide_item:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
}
#slide_wrapp .slide_item.show_ {
	opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
	transform: scale(1);
}
#slide_wrapp .slide_item img {
	display: block;
	object-fit: cover;
	width:100vw;
    height: var(--main-visual-height);
}
p.toMovie {
    background:url("../images/toMovie.png") no-repeat;
    background-size:calc(493px / 2);
    width:calc(493px / 2);
    height: calc(303px / 2);
    position: absolute;
    right:55px;
    bottom:55px;
    cursor: pointer;
}
p.toMovie:hover{
    opacity: 0.8;
}
div#mainVisual2{
    width:100%;
    min-width: var(--min-width);
}
div.mainVisual2Inner{
    width:1100px;
    margin:auto;
    overflow: hidden;
}
div.mainVisual2Inner div{
    width:680px;
    box-sizing: border-box;
    background:rgba(255,255,255,0.5);
    float: right;
    margin:90px 0 90px auto;
    padding:40px 55px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s;
}
div.mainVisual2Inner.isActv div{
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;
}


p.vertical{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: serif;
    font-size:24px;
    font-weight: bold;
    float: left;
}
p.horizontal{
    width:470px;
    float: right;
    font-size:18px;
    font-weight: bold;
}
div.h3center {
    width:960px;
    margin:115px auto;
    text-align: center;
}
.anime div.h3center{
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s;
}
.isActv div.h3center{
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;
}
div.h3center h3{
    font-family: serif;
    font-size:24px;
    font-weight: bold;
    padding-bottom:16px;
    margin-bottom: 10px;
}
div.h3center h3.orange{
    color:var(--orange-color);
}
div.h3center.border{
    border-bottom: 1px solid #707070;
}
div.h3center p{
    font-size: 14px;
    font-weight: bold;
}
.brown h3{
    border-bottom:1px solid var(--brown-color);
}
.blue h3{
    border-bottom:1px solid var(--blue-color);
}
.yellow h3{
    border-bottom:1px solid var(--yellow-color);
}
.orange h3{
    border-bottom:1px solid var(--orange-color);
}
.green h3{
    border-bottom:1px solid var(--green-color);
}
.noborder h3{
    border-bottom:none;
}

div.division {
    width:100%;
    display: flex;
    overflow: hidden;
    align-items: center;
}
div.division div{
    width:50%;
}
div.division div.left,
div.division div.right{
    height: 360px;
    margin-top:200px;
}
img.leftImg,
img.rightImg{
    width:480px;
    height: 360px;
    object-fit: cover;
    border-radius: 9px;
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    top:20px;
}
.isActv img.leftImg,
.isActv img.rightImg{
    opacity: 1;
    top:-40px;
    transition: all 0.5s;
    transition-delay: 0.5s;
    /*animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);*/
}
img.leftImg{
    right:30px;
}
img.rightImg{
    left:30px;
}
div.division div.left{
    float: left;
    position: relative;
}
div.division div.right{
    float: right;
    position: relative;
}
div.division div.orange{
    background-color:var(--orange-color);
}
.anime div.left.orange{
    transform: translateX(-1000px);
    transition:all 0.5s;
}
.isActv div.left.orange{
    transform: translateX(0);
    transition:all 0.5s;
}
div.division div.right.yellow{
    background-color:var(--yellow-color);
}
.anime div.right.yellow{
    transform: translateX(1000px);
}
.isActv div.right.yellow{
    transform: translateX(0);
    transition: all 0.5s;
}
div.division div.green{
    background-color:var(--green-color);
}
.anime div.left.green{
    transform: translateX(-1000px);
    transition:all 0.5s;
}
.isActv div.left.green{
    transform: translateX(0);
    transition:all 0.5s;
}
div.division div.brown{
    background-color:var(--brown-color);
}
.anime div.right.brown{
    transform: translateX(1000px);
}
.isActv div.right.brown{
    transform: translateX(0);
    transition: all 0.5s;
}
img.divPicLeft,
img.divPicRight{
    width:327px;
    height: 293px;
    object-fit: cover;
    position: absolute;
}
img.divPicLeft{
    top:-120px;
    right:385px;
}
img.divPicRight{
    top:-120px;
    left:385px;
}
.anime img.divPicLeft{
    transform:translateX(-50px);
    opacity: 0;
}
.isActv img.divPicLeft{
    transform:translateX(0);
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 1s;
}
.anime img.divPicRight{
    transform:translateX(50px);
    opacity: 0;
}
.isActv img.divPicRight{
    transform:translateX(0);
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 1s;
}
div.white{
    position: relative;
}
div.divChild{
    width:300px;
    position: absolute;
    text-align: center;
}
.anime div.divChild{
    opacity: 0;
    transform: scale(0.8);
    transition-delay:1s;
}
.isActv div.divChild{
    opacity: 1;
    transform: scale(1);
    transition: all .5s;
    transition-delay:1s;
}
div.right div.divChild{
    top:0;
    left:30px;
    bottom:0;
    margin:auto;
}
div.left div.divChild{
    top:0;
    bottom:0;
    right:30px;
    margin:auto;
    align-items: center;
}
div.divChild h4{
    font-family: serif;
    font-size:24px;
    font-weight: bold;
    margin-top:100px;
}
div.divChild p.hosoku{
    font-size:20px;
    font-weight: bold;
    margin-bottom: 55px;
}
p.toDetail{
    width:200px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    text-align: center;
    margin:auto;
}
p.toDetail a{
    display: block;
    width:100%;
    height: 100%;
    color:#fff;
    background-image:url("../images/toDetail.svg");
    background-position:  right 20px center;
    background-repeat:no-repeat;
    background-size:13px;
}
p.toDetail a:hover{
    color:#fff;
    border:none;
    opacity: 0.8;
}
p.toDetail.orange a{
    background-color:var(--orange-color);
}
p.toDetail.yellow a{
    background-color:var(--yellow-color);
}
p.toDetail.green a{
    background-color:var(--green-color);
}
p.toDetail.blue a{
    background-color:var(--blue-color);
}
p.toDetail.brown a{
    background-color:var(--brown-color);
}
p.monoBlock{
    width:330px;
    height: 55px;
    line-height: 55px;
    margin:115px auto;
    border:1px solid #909090;
    text-align: center;
    font-size:18px;
    background:#fff;
}
.anime p.monoBlock{
    opacity: 0;
    transform: scale(0.8);
    transition: all 1s;
}
.isActv p.monoBlock{
    opacity: 1;
    transform: scale(1);
    transition: all 1s;
}


p.monoBlock.blog{
    background:#E3B86E;
    border:none;
}
p.monoBlock a:hover{
    color:var(--orange-color);
}
p.monoBlock.blog a{
    color:var(--text-color);
}
p.monoBlock.blog a:hover{
    opacity: 0.8;
}

p.monoBlock a{
    display: block;
    width:100%;
    height: 100%;
    color:#909090;
}
p.monoBlock a:hover{
    border:none;
}








div.pickupWrapper {
    width:100%;
    max-width:var(--max-width);
    min-width:var(--min-width);
    margin:auto;
    display: flex;
    justify-content: space-between;
}
div.pickup{
    width:50%;
    height:35vw;
    max-height: 600px;
    background-size:cover;
    background-position: center center;
    overflow: hidden;
    background-repeat:no-repeat;
    position: relative;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s;
}
div.pickup.productsTop{
    background-image:url("../images/pickup1.jpg")
}
div.pickup.company{
    background-image:url("../images/pickup2.jpg")
}
.isActv div.pickup.productsTop{
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;
}
.isActv div.pickup.company{
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;
    transition-delay: 0.25s;
}
div.pickupH3{
    width:320px;
    text-align: center;
    position: absolute;
    top:36px;
    left:0;
}
div.pickupH3.white{
    background:rgba(255,255,255,0.5);
}
div.pickupH3 h3{
    font-family: serif;
    font-size:35px;
    font-weight: bold;
    margin-top:15px;
}
div.pickupH3 p.hosoku{
    margin-bottom:15px;
    font-size:18px;
}
div.pickup p.toDetail{
    position: absolute;
    right:90px;
    bottom:35px;
    
}

div.productWrapper {
    width:1100px;
    margin:auto;
    display: flex;
    justify-content: space-around;
}
div.product{
    width:300px;
}
div.product div{
    width:300px;
    height: 300px;
    border-radius: 17px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
    margin-bottom: 40px;
}
div.product1 div{
    background-image:url("../images/top_shohin001.png");
}
div.product2 div{
    background-image:url("../images/top_shohin002.png");
}
div.product3 div{
    background-image:url("../images/pickup1.jpg");
}
.anime div.product{
    opacity: 0;
    transform:scale(0.8);
    transition:all 0.5s;
}
.isActv div.product{
    opacity: 1;
    transform:scale(1);
    transition:all 0.5s;
}
.isActv div.product1{
    transition-delay: 0s;
}
.isActv div.product2{
    transition-delay: 0.25s;
}
.isActv div.product3{
    transition-delay: 0.5s;
}



ul.newsList {
    width:900px;
    margin:auto;
}
.anime ul.newsList{
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s;
}
.isActv ul.newsList{
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;
}


ul.newsList li{
    align-items: baseline;
    display: flex;
    justify-content: flex-start;
    margin-bottom:20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
}
ul.newsList span.date{
    width:80px;
    font-size: 12px;
    text-align: center;
    margin-right: 20px;
}
ul.newsList span.category{
    width:110px;
    font-size: 12px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    color:#fff;
    margin-right: 20px;
}
ul.newsList span.new{
    width:50px;
    font-size: 12px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    color:#fff;
    margin-right: 20px;
}
ul.newsList span.new{
    background:#FE040D;
}
ul.newsList span.orange{
    background:var(--orange-color);
}
ul.newsList span.blue{
    background:var(--blue-color);
}
ul.newsList span.yellow{
    background:var(--yellow-color);
}
ul.newsList span.green{
    background:var(--green-color);
}
ul.newsList span.brown{
    background:var(--brown-color);
}
ul.newsList a{
    display: inline-block;
    width:calc(100% - 230px);
}




h3.blogTitle {
    width:960px;
    height: 160px;
    /*line-height: 63px;
    text-align: center;
    border-radius: 9px;
    font-family: serif;
    font-size:24px;
    font-weight: bold;
    background:#775546;
    color:#fff;*/
    margin:100px auto 60px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background:url("../images/blog_title2.jpg") no-repeat;
    
    
}
.anime h3.blogTitle{
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s;
}
.isActv h3.blogTitle{
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;
}



div.recruitWrapper {
    width:1100px;
    display: flex;
    justify-content: space-around;
    margin:auto;
    margin-bottom: 240px;
}
div.recruit{
    width:340px;
    height: 140px;
    position: relative;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    border:1px solid #ccc;
    overflow: hidden;
}
div.recruit img{
    position: absolute;
    width:340px;
    height: 140px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}
div.recruit:hover img{
    transform: scale(1.05);
    transform: all 0.5s;
}
div.recruit h4{
    width:200px;
    font-size:28px;
    font-family: serif;
    font-weight: bold;
    position: absolute;
    left:20px;
    top:12px;
    z-index: 2;
}
div.recruit:hover h4{
    color:var(--text-color);
}
div#footerWrapper{
    width:100%;
    min-height: 960px;
    min-width: var(--min-width);
    background:url("../images/footer_bg.png") no-repeat;
    background-position: center center;
    background-size:cover;
}
div#footer{
    width:1100px;
    margin:auto;
    position: relative;
    padding-top:30px;
}
div#footer h1{
    color:var(--text-link-color);
    width:347px;
    font-size:20px;
    font-weight: bold;
    margin:27px 0 auto 10px;
    text-align: center;
}
div#footer h1 a{
    background:url("../images/logo.png") left center no-repeat;
    display: block;
    width:347px;
    height: 56px;
    background-size:347px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
div#footer h1 a:hover{
    border:none;
}

dl.footerAddress {
    width:440px;
    position: absolute;
    top:200px;
    left:90px;
    overflow: hidden;
    color: #fff;
    font-size:14px;
}
dl.footerAddress dt{
    width:100px;
    float: left;
    clear: both;
}
dl.footerAddress dd{
    width:320px;
    float: right;
}
div.footerLink{
    position: absolute;
    top:110px;
    right:128px;
    width:250px;
}
p.footerLink{
    width:250px;
    height: 37px;
    line-height: 37px;
    font-size:18px;
    margin-bottom: 20px;
    text-align: center;
}
p.footerLink a{
    display: block;
    width:100%;
    height: 100%;
    border-radius: 5px;
    color:#fff;
}
p.footerLink.orange a{
    background:var(--orange-color);
}
p.footerLink.green a{
    background:var(--green-color);
}
p.footerLink a:hover{
    opacity: 0.8;
}
ul.footerNav{
    width:880px;
    display: flex;
    justify-content: space-between;
    margin:250px auto 0;
}
ul.footerNav a{
    color:#fff;
    font-size: 18px;
}
p.copy{
    font-size: 12px;
    text-align: center;
    margin-top:350px;
    color:#fff;
}


p.totop {
    width:70px;
    height:70px;
    background:url("../images/totop.svg") no-repeat;
    background-size:70px;
    position: fixed;
    right:30px;
    bottom:30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
p.totop a{
    display: block;
    width:100%;
    height:100%;
}
p.totop:hover{
    opacity: 0.8;
}
.youtube-wrap{
    max-width:1440px;
    width: calc(100vw - 640px);
    max-height: 710px;
    height: 70vh;
    background-image:url("../images/slider01.jpg");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 100;
    position: absolute;
    top:140px;
    left:0;
    right:0;
    margin:auto;
    transition:opacity 0.5s;
}
.is-visible{
    opacity: 1 !important;
    transition:all 0.5s/
}


p.message {
    width:740px;
    margin:50px auto;
    line-height: 2em;
}
div.ceoWrapper{
    width:1100px;
    margin:50px auto;
    display: flex;
    justify-content: space-around;
	gap:20px;
}
div.ceoWrapper div.ceo{
    width:500px;
	width:calc((100% / 3) - 10px);
}
div.ceo img.ceoPhoto{
    width: 100%;
	aspect-ratio:44/51;
    height: auto;
    object-fit: cover;
    margin-bottom: 50px;
}
div.ceo p.ceo{
    font-size:32px;
    font-family: serif;
    font-weight: bold;
    text-align: center;
    margin-top:200px;
    color: var(--orange-color);
}
div.ceo img.ceoLogo{
    width:300px;
    height: auto;
    display: block;
    margin:20px auto 100px;
}
div.ceo p.ceoOwner{
    margin-left:150px
}
div.ceo img.ceoName{
    width:184px;
    height: auto;
    display: block;
    margin:auto;
    margin-bottom:100px;
}

div.companyWrapper {
    width:100%;
    max-width: var(--max-width);
    min-width: var(--min-width);
    margin: auto;
}
div.companyWrapper img{
    width:100%;
    height: auto;
}

div.companyLinkWrapper {
    width:1100px;
    margin:50px auto;
    display: flex;
    justify-content: space-between;
}
div.companyLink{
    width:350px;
}
div.companyPhoto{
    width:350px;
    height: 160px;
    position: relative;
    overflow: hidden;
}
div.companyLink img{
    width:350px;
    height: 160px;
    object-fit: cover;
    transition: all 0.5s;
}
a:hover div.companyLink img{
    transform: scale(1.1);
    transition: all 0.5s;
}
a:hover div.companyLink h4.ja{
    color:var(--orange-color);
}
div.companyLink h4.en{
    width:176px;
    color:#fff;
    border-bottom:1px solid var(--orange-color);
    position: absolute;
    text-align: center;
    top:13px;
    left:9px;
    font-size:18px;
}
div.companyLink h4.ja{
    font-size:24px;
    font-family: serif;
    margin-top:12px;
    font-weight: bold;
    text-align: center;
    color:var(--text-color);
}

div.h2second {
    width:100%;
    min-width: var(--min-width);
    height: 400px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
    overflow: hidden;
    margin:auto;
}
div.h2second.company{
    background-image:url("../images/company_titile001.png");
}
div.h2second.businessh2{
    background-image:url("../images/jigyo_title.png");
}
div.h2second.products{
    background-image:url("../images/shohin_titleimg001.png");
    width:100% !important;
}
div.h2second.recruit1{
    background-image:url("../images/h2_recruit01.jpg");
}
div.h2second.recruit2{
    background-image:url("../images/h2_recruit02.jpg");
}
div.h2second.recruit3{
    background-image:url("../images/h2_recruit03.jpg");
}
div.h2second.blog{
    background-image:url("../images/blog_title.jpg");
    margin-top:var(--header-height);
}
div.h2second h2{
    width:100%;
    height: 105px;
    margin-top:200px;
    text-align: center;
    align-items: center;
    background:rgba(0,0,0,0.5);
    color:#fff;
    overflow: hidden;
}
div.h2second h2 span,
div.h2secondLarge h2 span{
    display: block;
}
div.h2second span.ja,
div.h2secondLarge span.ja{
    font-size:24px;
    font-weight: bold;
    font-family: serif;
    margin-top:24px;
}
div.h2secondLarge {
    width:100%;
    min-width: var(--min-width);
    height: 800px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
    overflow: hidden;
}
div.h2secondLarge.business1{
    background-image:url("../images/jigyo_kenkyutitle.jpg");
}
div.h2secondLarge.biz2{
    background-image:url("../images/jigyo_seizo.jpg");
}
div.h2secondLarge.business3{
    background-image:url("../images/jigyo_zyuten.jpg");
}
div.h2secondLarge.business4{
    background-image:url("../images/kanribu_img.png");
}
div.h2secondLarge.recruit1{
    background-image:url("../images/h2_recruit01.jpg");
}
div.h2secondLarge.recruit2{
    background-image:url("../images/h2_recruit02.jpg");
}
div.h2secondLarge.recruit3{
    background-image:url("../images/h2_recruit03.jpg");
}
div.h2secondLarge h2{
    width:100%;
    height: 105px;
    margin-top:400px;
    text-align: center;
    align-items: center;
    background:rgba(0,0,0,0.5);
    color:#fff;
    overflow: hidden;
}
h3.h3second.business1{
    background:var(--orange-color);
}
h3.h3second.business2{
    background:var(--yellow-color);
}
h3.h3second.business3{
    background:var(--green-color);
}
h3.h3second.business4{
    background:var(--brown-color);
}
h3.h3second.recruit{
    background:var(--blue-color);
}
h3.h3second.products1{
    background:var(--green-color);
}
h3.h3second.products2{
    background:var(--yellow-color);
}
h3.h3second{
    width:100%;
    min-width: var(--min-width);
    height: 80px;
    text-align: center;
    align-items: center;
    color:#fff;
    overflow: hidden;
}
h3.h3second span{
    display: block;
}
h3.h3second span.ja{
    font-size:24px;
    font-weight: bold;
    font-family: serif;
    margin-top:12px;
}

p.pankuzu {
    width:1100px;
    margin:50px auto;
    align-items: center;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
}
p.pankuzu span{
    width:14px;
    height: 4px;
    display: inline-block;
    background: url("../images/pankuzu.svg") center center no-repeat;
    margin:0px 14px 2px;
}

ul.subNav {
    width:944px;
    height: 72px;
    display: flex;
    justify-content: space-around;
    border:1px solid var(--orange-color);
    border-radius: 6px;
    /*align-items: center;*/
    margin:50px auto;
}
ul.subNav li{
    /*width: 160px;*/
    /*height: 1.5em;*/
    line-height: 72px;
}
ul.subNav li a{
    background:url("../images/subNavList.svg") left center no-repeat;
    background-size:19px;
    padding-left:30px;
    /*display: block;
    width:100%;
    height: 100%;*/
}
ul.subNav li a:hover,
ul.subNav li.active a{
    color:var(--orange-color);
}

div.companySecond {
    width:920px;
    margin:100px auto;
}
div.companySecond h4{
    font-size:24px;
    font-family: serif;
    font-weight: bold;
}
dl.company{
    margin:50px auto;
    border-bottom: 1px solid #C8C0C0;
    overflow: hidden;
}
dl.company dt,
dl.company dd{
    padding:20px 5px;
    border-top:1px solid #C8C0C0;
}
dl.company dt{
    width:calc(300px - 10px);
    clear: both;
    float: left;
}
dl.company dd{
    width:calc(620px - 10px);
    float: right;
}
dl.company dt span{
    line-height: 30px;
    border-left:4px solid var(--orange-color);
    padding-left:40px;
    font-weight: bold;
}
dl.company.recruit dt span{
    border-left:4px solid var(--green-color);
}
dl.company h5{
    font-weight: bold;
}
a.tomap{
    padding-right: 26px;
    background:url("../images/tomap.svg") right center no-repeat;
    background-size:13px;
}
div.accessWrapper {
    width:100%;
    display: flex;
    justify-content: space-between
}
div.access{
    width:450px;
}
div.access h4{
    font-size:16px;
    font-family: sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
div.access h4.second{
    margin-top:30px;
}
div.access img{
    width:100%;
    height: auto;
}
div.access h4:last-child{
    margin-top:30px;
}
ul.access li{  
    background:url("../images/list_square.svg") left 0.3em no-repeat;
    background-size:12px;
    padding-left:20px;
}

div.accessMap {
    width:1100px;
    height: 400px;
    margin:130px auto;
}

div.businessWrapper {
    width:1046px;
    height: 692px;
    position: relative;
    margin:50px auto;
}
div.businessWrapper2{
    width:100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.business{
    width:510px;
    height: 327px;
    position: relative;
    border-radius: 18px;
    margin-bottom:25px;
    overflow: hidden;
}
div.business img{
    width:510px;
    height: 327px;
    object-fit: cover;
    transition: all 0.5s;
    z-index: 1;
    border-radius: 16px;
}
div.business:hover img{
    transform: scale(1.1);
    transition: all 0.5s;
    opacity: 1;
}
div.business h4{
    width:434px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    position: absolute;
    margin:auto;
    left:0;
    right:0;
    font-size: 24px;
    font-weight: bold;
    font-family: serif;
    z-index: 2;
}
a div.business h4{
    color:#fff;
}
div.business.orange{
    border:3px solid var(--orange-color);
}
div.business.orange h4{
    top:27px;
    background:var(--orange-color);
}
div.business.yellow{
    border:3px solid var(--yellow-color);
}
div.business.yellow h4{
    top:27px;
    background:var(--yellow-color);
}
div.business.green{
    border:3px solid var(--green-color);
}
div.business.green h4{
    bottom:27px;
    background:var(--green-color);
}
div.business.brown{
    border:3px solid var(--brown-color);
}
div.business.brown h4{
    bottom:27px;
    background:var(--brown-color);
}
div.business p.desc{
    width:230px;
    height: 90px;
    padding-left:30px;
    align-items: center;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    background:rgba(255,255,255,0.5);
    font-weight: bold;
    font-size:20px;
    display: table;
    vertical-align: middle;
    transition: background 0.5s;
}
a:hover div.business p.desc{
    background:rgba(255,255,255,1);
    transition: all 0.5s;
}
div.business p.desc span{
    display: table-cell;
    vertical-align: middle;
}
div.orange p.desc{
    left:0;
}
div.yellow p.desc{
    right:0;
}
div.orange p.desc{
    left:0;
}
div.brown p.desc{
    right:0;
}

p.businessMore {
    position: absolute;
    z-index: 3;
    font-size:18px;
    color:#fff;
    font-weight: bold;
    line-height: 33px;
    background-repeat: no-repeat;
}
div.orange p.businessMore{
    background-image:url("../images/more_orange.svg");
    background-position: left center;
    padding-left:43px;
    bottom:10px;
    left:10px;
}
div.yellow p.businessMore{
    background-image:url("../images/more_yellow.svg");
    background-position: right center;
    padding-right:43px;
    bottom:10px;
    right:10px;
}
div.green p.businessMore{
    background-image:url("../images/more_green.svg");
    background-position: left center;
    padding-left:43px;
    top:10px;
    left:10px;
}
div.brown p.businessMore{
    background-image:url("../images/more_brown.svg");
    background-position: right center;
    padding-right:43px;
    top:10px;
    right:10px;
}
div.businessCenter{
    width:284px;
    height: 176px;
    border-radius: 18px;
    background:#fff;
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
}
div.businessCenter img{
    width:254px;
    height: auto;
    position: absolute;
    right:0;
    left:0;
    top:45px;
    margin: auto;
}
div.businessCenter p{
    font-size:20px;
    font-weight: bold;
    color:var(--orange-color);
    text-align: center;
    position: absolute;
    right:0;
    left:0;
    bottom:45px;
}
p.orangeCenter {
    font-size:24px;
    text-align: center;
    color:var(--orange-color);
    font-family: serif;
    font-weight: bold;
}

div.businessMovie {
    width:880px;
    height: 600px;
    margin:auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}


div.double {
    width:100%;
    min-width: var(--min-width);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.double p{
    width:470px;
    line-height: 2em;
}
div.double div{
    width:50%;
    overflow: hidden;
}
div.double.white{
    background:#fff;
}
div.double.cleam{
    background:#F8F4ED;
}
.cleam div.center{
    width:100%;
    padding:130px 0 65px;
    background:#F8F4ED;
}
div.center p{
    width:640px;
    box-sizing: border-box;
    margin:auto;
    padding:20px 40px;
    border-radius: 24px;
    background:#fff;
}
.cleam div.center2{
    width:100%;
    padding:0 0 65px;
    background:#F8F4ED;
    margin:auto;
}
div.center2 p{
    width:800px;
    margin:auto;
    padding:20px 150px;
    border-radius: 24px;
    background:#fff;
    line-height: 2em;
}
div.double div.right p,
div.double div.left p{
    width:480px;
    box-sizing: border-box;
    /*padding:20px 40px;*/
    background:#fff;
    border-radius: 24px;
}
div.double div.right p.noback,
div.double div.left p.noback{
    background-color:transparent;
}
.cat_sauceBg1{
    background:url("../images/cat_sauceBg1.jpg") right top no-repeat;
    background-size:547px;
    height: 380px;
}
.cat_sauceBg2{
    background:url("../images/cat_sauceBg2.jpg") no-repeat;
    background-size:547px;
    height: 380px;
}
div.double span.strong,
div.center span.strong,
div.center2 span.strong{
    font-size:28px;
    text-align: center;
    display: block;
    font-family: serif;
    font-weight: bold;
    margin-bottom:25px;
    margin-top:10px;
}
span.strong.orange{
    color:var(--orange-color);
}
span.strong.brown{
    display: inline-block;
    background-color:var(--brown-color);
    color:#fff;
    width: 510px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    margin:auto;
    position: relative;
    z-index: 0;
    box-shadow: -30px -20px 0 var(--dark-brown-color);
}
span.strong.brown::before{
    content: "";
    width:30px;
    height: 60px;
    background:var(--dark-brown-color);
    position: absolute;
    top:-20px;
    left:-31px;
}
span.strong.brown::after{
    content: "";
    width:30px;
    height: 20px;
    background:var(--dark-brown-color);
    position: absolute;
    top:-20px;
    right:30px;
}
div.double div.left p,
div.double div.left div.products_detail{
    float: right;
    margin-right: 35px;
}
div.double div.left div.products_detail{
    margin-right: 170px;
}
div.double div.right p,
div.double div.right div.products_detail{
    float: left;
    margin-left: 35px;
}
div.double img{
    width:550px;
    height: 380px;
    object-fit: cover;
}
div.double div.left img{
    float: right;
}
div.double div.right img{
    float: left;
}
div.double img.shadow{
    display: inline-block;
    position: relative;
}
div.double img.shadow.orange{
    box-shadow: 30px 20px 0 var(--orange-color);
}
div.double img.shadow.brown{
    box-shadow: 30px 20px 0 var(--brown-color);
}
    
div.products_detail{
    width:500px;
}
div.products_detail img{
    width:260px;
    height: auto;
    display: block;
    margin:10px auto 0;
}
div.products_detail h4{
    height: 36px;
    line-height: 36px;
    font-size:24px;
    font-weight: bold;
    text-indent: 30px;
    font-family: serif;
}
div.products_detail h4.green{
    border-left:5px solid var(--green-color);
}
div.products_detail h4.yellow{
    border-left:5px solid var(--yellow-color);
}
div.products_detail p{
    line-height: 1.5em;
    width:80% !important;
    box-sizing: border-box;
}
div.business2Wrapper {
    width:1024px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:auto;
}
div.business2{
    width:480px;
    height: 200px;
    margin-bottom: 50px;
    pointer-events: stroke;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}
div.business2.orange{
    border:3px solid var(--orange-color);
}
div.business2.yellow{
    border:3px solid var(--yellow-color);
}
div.business2.green{
    border:3px solid var(--green-color);
}
div.business2.brown{
    border:3px solid var(--brown-color);
}
div.business2.orange h4{
    background:var(--orange-color);
}
div.business2.yellow h4{
    background:var(--yellow-color);
}
div.business2.green h4{
    background:var(--green-color);
}
div.business2.brown h4{
    background:var(--brown-color);
}
div.business2 img{
    width:480px;
    height: 200px;
    object-fit: cover;
    transform: scale(1.1);
    border-radius: 16px;
    transition: all 0.5s;
}
div.business2:hover img{
    transform: scale(1);
    transition:all 0.5s;
}
div.business2 h4{
    position: absolute;
    width:430px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size:24px;
    font-family: serif;
    color:#fff;
    right:0;
    left:0;
    bottom:16px;
    margin:auto;
}

div.businessLink {
    width:1024px;
    margin:150px auto 50px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding-bottom:100px;
}

h3.products {
    width: 1024px;
    font-size:24px;
    font-weight: bold;
    font-family: serif;
    border-bottom: 1px solid var(--text-color);
    text-align: center;
    margin:100px auto 50px;
}
h4.products {
    width: 1024px;
    font-size:24px;
    font-weight: bold;
    font-family: serif;
    text-align: center;
    margin:50px auto;
}
h4.circle{
    border:none !important;
    color:#fff !important;
    border-radius: 30px;
}
h4.circle.green{
    background-color:var(--green-color);
}
h4.circle.yellow{
    background-color:var(--yellow-color);
}


h4.products.orange{
    color:var(--orange-color);
    border-bottom: 1px solid var(--orange-color);
}
h4.products.yellow{
    color:var(--yellow-color);
    border-bottom: 1px solid var(--yellow-color);
}
h4.products.brown{
    color:var(--brown-color);
    border-bottom: 1px solid var(--brown-color);
}
h4.products.green{
    color:var(--green-color);
    border-bottom: 1px solid var(--green-color);
}

div.productsWrapper{
    width:1024px;
    margin:auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.products{
    width:330px;
    margin-bottom:40px;
}
div.products a.productsDetail{
    display: block;
    width:262px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background:var(--brown-color);
    text-align: center;
    margin:40px auto 0;
    
}
div.products a:hover{
    color:var(--text-color);
    opacity: 0.8;
}
div.products img{
    width:330px;
    height: 330px;
    object-fit: cover;
    border-radius: 18px;
    border:1px solid #707070;
}

a.productsMore {
    width:320px;
    height: 66px;
    line-height: 66px;
    display: block;
    color:#fff;
    font-size:18px;
    font-weight: bold;
    margin:80px auto;
    text-align: center;
}
a.productsMore:hover{
    opacity: 0.8;
}
a.productsMore.green{
    background:var(--green-color);
}
a.productsMore.yellow{
    background:var(--yellow-color);
}





div.inquiryBlock {
    width:944px;
    background-color:#F8F4ED;
    box-sizing: border-box;
    padding: 46px;
    margin:60px auto;
    border-radius: 16px;
    background-repeat: no-repeat;
}
div.inquiryBlock.tel{
    background-image:url("../images/tel_icon2.png");
    background-position: top 32px left 54px;
    background-size:46px;
}
div.inquiryBlock.mail{
    background-image:url("../images/pc.png");
    background-position: top 48px left 40px;
    background-size:76px;
}
div.inquiryBlock p.first{
    margin-left:106px;
    align-items: center;
    font-weight: bold;
}
div.inquiryBlock p.first span.first{
    font-size: 24px;
}
div.inquiryBlock p.first span.second{
    font-size: 18px;
    padding-left:1em
}
div.inquiryBlock p.first span.third{
    font-size: 30px;
    color:var(--orange-color);
    padding-left:1em;
}
div.inquiryBlock p.second{
    text-align: center;
    margin-top:0.5em;
}
div.inquiryBlock p.third{
    text-align: center;
    margin-top:1.5em;
}
h5.inquiry{
    font-weight: bold;
    font-size:18px;
}
ul.inquiry{
    margin:1em 0;
}
ul.inquiry li{
    position: relative;
}
ul.inquiry li span{
    display: inline-block;
    padding-left: 1.2em;
}
ul.inquiry li::before{
    content: "※";
    position: absolute;
    
}

dl.inquiry {
    width:920px;
    margin:auto;
    overflow: hidden;
    border-bottom:1px solid #C8C0C0;
    display: flex;
    flex-wrap: wrap;
}
dl.inquiry dt{
    width: 320px;
    box-sizing: border-box;
    padding:20px 0;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-indent: 30px;
    border-top:1px solid #C8C0C0;
    float: left;
    clear: both;
    background-color:#F8F4ED;
}
dl.inquiry dt::after{
    content: "";
    width:4px;
    height: 30px;
    background:var(--orange-color);
    position: absolute;
    top:16px;
    left:8px;
}
dl.inquiry dt.must{
    background-image:url("../images/icon_must.svg");
    background-size:47px;
    background-position: right 20px top 18px;
    background-repeat: no-repeat;
}
dl.inquiry dd{
    width:600px;
    float: right;
    border-top:1px solid #C8C0C0;
    align-items: center;
    box-sizing: border-box;
    padding:10px 20px;
    background:#fff;
}
dl.inquiry dd.flex{
    display: flex;
    justify-content: space-between
}
input[type=text],
input[type=tel],
input[type=email],
textarea{
    width:100%;
    height: 40px;
    box-sizing: border-box;
    border:1px solid #BCBCBC;
    border-radius: 9px;
    padding:0 10px;
}
select{
    width:calc(50% - 10px);
    height: 40px;
    box-sizing: border-box;
    border:1px solid #BCBCBC;
    border-radius: 9px;
    padding:0 10px;
    background: url("../images/icon_downarrow.svg") right 15px center no-repeat;;
    background-size:14px;
    cursor: pointer;
}
textarea{
    height: 250px;
}
input[type=text].half,
input[type=tel].half{
    width:calc(50% - 10px);
}
input[type=radio]{
    width:16px;
    height: 16px;
    border:2px solid #333;
    border-radius: 8px;
    margin-top:14px;
    margin-right: 0.5em;
    cursor: pointer;
}
input[type=radio]:checked{
    background:var(--orange-color);
}
input[type=radio] + label{
    margin-right: 2em;
    cursor: pointer;
}
div.submit{
    margin:50px auto;
    display: flex;
    justify-content: space-around;
}
input[type=submit]{
    width:340px;
    height: 60px;
    line-height: 60px;
    font-size:18px;
    color:#fff;
    background:var(--orange-color);
    border-radius: 30px;
    cursor: pointer;
}
input[type=submit]:hover{
    opacity: 0.8;
}
ol.privacy{
    margin-left:60px;
    margin-bottom: 40px;
}
ol.privacy li {
	margin-bottom: 1em;
}
 
ol.privacy li::before {
	/*content: "(" counter(cnt) ") ";*/
}
ol.privacy ol li::before,
ol.privacy ol ol li::before{
	content: "";
}
ol.privacy ol{
    margin-left:25px;
    margin:5px 0 10px 25px;
}
ol.privacy ol ol{
    margin-left:50px;
}
ol.privacy ol li  {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
}
ol.privacy ol.second li  {
    list-style: lower-roman;
    padding-left:0;
    text-indent: 0;
    margin-left:50px;
}
ol.privacy ol ol li  {
    list-style: lower-roman;
}

h3.privacy {
    font-size:18px;
    font-weight: bold;
    border-bottom: 1px solid #C8C0C0;
    position: relative;
    line-height: 30px;
    padding-left:20px;
    padding-bottom:10px;
    margin-top:35px;
    margin-bottom: 35px;
}
h3.privacy::before{
    content: "";
    position: absolute;
    width:4px;
    height: 30px;
    background:var(--orange-color);
    left:0;
}
p.privacy{
    margin-bottom:1em;
}
ul.privacy{
    margin:1em 0 1em 2em;
}
ul.privacy li{
    list-style: disc;
}
.privacyAddress{
    margin-top:75px;
    padding-bottom: 50px;
}
ul.recruitSwitch {
    width:1024px;
    margin:50px auto;
    display: flex;
    justify-content: space-around;
}
ul.recruitSwitch li{
    width:316px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color:#fff;
    font-size:24px;
    font-weight: bold;
    background:#909090;
    border-radius: 8px;
}
ul.recruitSwitch li:hover,
ul.recruitSwitch li.active{
    background:var(--blue-color);
}
ul.recruitSwitch li a{
    display: block;
    width:100%;
    height: 100%;
    color:#fff;
}

div.productsPhotoWrapper {
    width:930px;
    margin:50px auto;
}
div.photoLarge,
div.photoLarge img{
    width:930px;
    height: 550px;
    object-fit: cover;
    margin-bottom:20px;
}
ul.thumbnail{
    width:930px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    margin:auto;
}
ul.thumbnail li{
    width:calc(33% - 20px);
}
ul.thumbnail li img{
    width:100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    border:4px solid transparent;
}
.ui-tabs-active img{
    border:4px solid #ccc !important;
}

p.productsInquiry {
    width:430px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size:24px;
    font-weight: bold;
    border-radius: 30px;
    margin:50px auto;
}
p.productsInquiry.green{
    background:var(--green-color);
}
p.productsInquiry:hover{
    opacity: 0.8;
}
p.productsInquiry a{
    color:#fff;
    display: block;
    width:100%;
    height:100%;
}
div.productsSpec{
    width:930px;
    margin:50px auto 150px;
    display: flex;
    justify-content: space-between;
}
div.productsSpec div{
    width:calc(50% - 20px);
}
h4.productsDetail,
div.productsSpec h5{
    font-size:24px;
    font-weight: bold;
    margin-bottom:20px;
    text-indent: 1em;
}
h4.productsDetail,
div.productsSpec h5.green{
    border-bottom: 1px solid var(--green-color);
}
div.productsSpec h5.yellow{
    border-bottom: 1px solid var(--yellow-color);
}



div.relatedProducts {
    margin:50px auto 150px;
    display: flex;
    justify-content: flex-start;
    width: 930px;
    flex-wrap: wrap;
}
div.relatedProducts img{
    width:165px;
    height: 165px;
    object-fit: cover;
    border-radius: 16px;
    margin-right: 10px;
    margin-bottom:10px;
}

h4.productsDetail,
h5.productsDetail {
    font-size:24px;
    font-weight: bold;
    width:930px;
    margin:auto;
    text-indent: 1em;
}
h4.productsDetail.green,
h5.productsDetail.green{
    border-bottom:1px solid var(--green-color);
}
h4.productsDetail.yellow,
h5.productsDetail.yellow{
    border-bottom:1px solid var(--yellow-color);
}





ul.allergen {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.allergen li{
    width:50px;
    padding-top:60px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size:50px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
}
ul.allergen li.wheat{
    background-image:url("../images/a_komugi.png");
}
ul.allergen li.soy{
    background-image:url("../images/a_daizu.png");
}
ul.allergen li.sesame{
    background-image:url("../images/a_goma.png");
}
ul.allergen li.shrimp{
    background-image:url("../images/a_ebi.png");
}
ul.allergen li.salmon{
    background-image:url("../images/a_sake.png");
}
ul.allergen li.chicken{
    background-image:url("../images/a_tori.png");
}
ul.allergen li.saba{
    background-image:url("../images/a_saba.png");
}




div.equipWrapper {
    width:1100px;
    margin:50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.equip{
    width:530px;
    margin-bottom:30px;
}
div.equip img{
    width:530px;
    height: 360px;
    object-fit: cover;
    object-position: cnter center;
    margin-bottom:20px;
}
div.equip p{
    text-align: center;
    font-size:24px;
}

div.processWrapper {
    width:1100px;
    margin:auto;
    display: flex;
    justify-content: space-between;
}
div.processWrapper.sauce{
    background-image:
        url("../images/zyuten_img02.jpg"),
        url("../images/tare_img0011.png"),
        url("../images/tare_3setao.png");
    background-repeat:no-repeat;
    background-position: 
        right 20px top 100px,
        right 140px center,
        right 20px bottom 100px;
    background-size:300px;
    padding-bottom:100px;
}
div.process{
    width:50%;
    box-sizing: border-box;
    padding:0 30px;
}
.sauce div.process{
    margin-left:90px;
}
div.process img{
    width:265px;
    height: auto;
    margin:85px auto;
    display: block;
}
div.process p.mustard,
div.process p.sauce{
    width:350px;
    height: 65px;
    border-radius: 32.5px;
    line-height: 65px;
    font-size: 22px;
    position: relative;
}
div.process span{
    display: inline-block;
    width:58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    margin:3.5px;
    background:#fff;
    border-radius:29px;
    font-size:28px;
    margin-right:28px;
}
p.mustard span{
    color:var(--yellow-color);
}
p.sauce span{
    color:var(--green-color);
}
div.process p.mustard{
    background:var(--yellow-color);
}
div.process p.sauce{
    background:var(--green-color);
    color:#fff;
}
div.process span.next{
    display: block;
    background:url("../images/business_downArrow.svg") no-repeat;
    width:61px;
    height: 98px;
    margin:45px auto;
    border-radius: 0;
}
div.process p.right{
    margin-left:160px;
}
div.process p.right + p.hosoku{
    margin-left:220px;
    width:100%;
    margin-top:0.5em;
    margin-bottom: -1em;
}
div.process p.left + p.hosoku{
    margin-left:50px;
    width:100%;
    margin-top:0.5em;
    margin-bottom: -1em;
}
div.sauce p.hosoku{
    width:60% !important;
}



h4.process {
    width:500px;
    font-size:26px;
    text-align: center;
    margin:auto;
    position: relative;
    margin-bottom:150px;
}
h4.process::after{
    content: "";
    width:500px;
    height: 12px;
    border-radius: 6px;
    position: absolute;
    left:0;
    right:0;
    bottom:-20px;
}
h4.mustard::after{
    background-color:var(--yellow-color);
}
h4.sauce::after{
    background-color:var(--green-color);
}



div.obsession {
    width:856px;
    background:#F8F4ED;
    border-radius: 20px;
    margin:0 auto 50px;
    box-sizing: border-box;
    padding:36px;
}
div.obsession h4{
    font-size:24px;
    font-weight: bold;
    text-align: center;
    margin-bottom:36px;
    font-family: serif;
}
div.obsession p{
    width:740px;
    margin:auto;
    font-size: 18px;
    margin-bottom:36px;
    line-height: 2em;
}
dl.obsession{
    width:740px;
    margin:auto;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
dl.obsession dt{
    width:10%;
}
dl.obsession dd{
    width:90%;
}





div.sauceImg {
    width:1100px;
    margin:auto;
    margin-bottom: 100px;
    margin-top:-50px;
}
div.sauceImg img{
    width:100%;
    object-fit: cover;
}

div.blogWrapper {
    width:1100px;
    margin:0 auto 100px;
    display: flex;
    justify-content: space-between;
}
div.blogMain{
    width:780px;
    box-sizing: border-box;
    border:3px solid var(--orange-color);
    padding:0 20px 90px;
    position: relative;
}
div.newsWrapper{
    width:960px;
    margin:0 auto 90px;
}
div.newsMain{
    width:100%;
    margin: auto;
    box-sizing: border-box;
    padding:0 20px 90px;
    position: relative;
}
div.newsMain p.entryDate{
    text-align: right;
}
div.blogMain h1{
    font-size:24px;
}
div.blogMain h2{
    font-size:22px;
}
div.blogMain h3{
    font-size:20px;
}
div.blogMain h4{
    font-size:18px;
}
div.blogMain ul,
div.blogMain ol{
    margin:10px 20px;
}
div.blogMain ul li,
div.blogMain ol li{
    margin-left:20px;
}
div.blogMain ul li{
    list-style: disc;
}
div.blogMain blockquote{
    margin:20px;
    padding:20px;
    background:#efefef;
}
div.blogMain img{
    max-width: 100%;
    height: auto;
}
div.prevnext{
    position: absolute;
    left:0;
    right:0;
    bottom:20px;
    margin: auto;
    width:calc(100% - 40px);
    display: flex;
    justify-content: space-between;
}
div.prev{
    background:url("../images/blog_prev.svg") left top 0.3em no-repeat;
    width:45%;
    padding-left:20px;
}
div.next{
    background:url("../images/blog_next.svg") right top 0.3em no-repeat;
    width:45%;
    padding-right: 20px;
    text-align: right;
    
}

p.entryCategory{
    margin-top:20px;
    float: right;
    width:200px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
}
p.entryCategory a{
    display: block;
    width:100%;
    height: 100%;
    border-radius: 17.5px;
    color:#fff;
}
p.entryCategory a:hover{
    opacity: 0.8;
}
p.entryDate{
    clear: both;
}
h3.entryTitle{
    font-size:22px;
    margin:10px 0 30px;
    padding-bottom:10px;
    border-bottom:5px solid var(--orange-color);
}
h3.newsTitle{
    font-size:22px;
    margin:10px 0 30px;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
    text-align: center;
}
p.newsCategory{
    padding:0 20px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius:15px;
    background:var(--orange-color);
    color:#fff;
}
div.newsMain h1{
    font-size:32px;
}
div.newsMain h2{
    font-size:26px;
}
div.newsMain h3{
    font-size:22px;
}
div.newsMain p{
    margin:1em 0;
}
div.newsMain ul,
div.newsMain ol{
    margin:1em 1em 1em 2em;
}
div.newsMain ul li{
    list-style: disc;
}
div.newsMain blockquote{
    margin:1em;
    padding:1em;
    background:#efefef;
}
div.newsMain strong{
    font-weight: bold;
}
div.newsMain img{
    max-width: 100%;
    height:auto;
}
div.blogMain h3.blog{
    text-align: center;
    margin:40px auto 90px;
    font-size:18px;
}
ul.blogList{
    
}
ul.blogList li{
    border-bottom:2px solid var(--orange-color);
    padding-bottom:10px;
    margin-bottom:20px;
    overflow: hidden;
}
ul.blogList li p.blogDate{
    width:30%;
    float: left;
    color:#489B8A;
}
ul.blogList li p.blogCategory{
    width:150px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    font-size:12px;
    background:#489B8A;
    float: right;
    text-align: center;
}
ul.blogList li p.blogCategory a{
    display: block;
    color:#fff;
    width:100%;
    height: 100%;
}
ul.blogList li p.blogCategory:hover{
    opacity: 0.8;
}
ul.blogList li p.blogTitle{
    clear: both;
    font-size:18px;
    margin-top:2em;
}

div.page {
    width:100%;
    margin:50px auto 0;
    display: flex;
    justify-content: center;
    text-align: center;
}
div.page span.current_page{
    display: inline-block;
    width:25px;
    height: 25px;
    margin:0 5px;
    line-height: 25px;
    color:#fff;
    background:var(--orange-color);
}
div.page a.link_page{
    display: inline-block;
    width:25px;
    height: 25px;
    box-sizing: border-box;
    margin:0 5px;
    line-height: 25px;
    color:var(--orange-color);
    border:1px solid var(--orange-color);
    background:#fff;
}
div.page span a.link_next{
    display: inline-block;
    width:auto;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    margin:0 5px;
    color:var(--orange-color);
    border:1px solid var(--orange-color);
    background:#fff;
    padding:0 5px;
}
div.page a.link_page:hover,
div.page span a.link_next:hover{
    background:var(--orange-color);
    color:#fff;
}

div.blogSide {
    width:280px;
}
div.blogSide h3.blogSide{
    font-size:18px;
    text-align: center;
    line-height: 48px;
    border-top:3px solid var(--orange-color);
    border-bottom:3px solid var(--orange-color);
    margin-bottom: 15px;
}
div.blogSide ul{
    margin-bottom: 50px;
}
div.blogSide ul li{
    border-bottom: 1px dotted #909090;
    padding-bottom: 3px;
    margin-bottom:6px;
}
ul.blogSideRecent li p.blogSideDate{
    font-size:12px;
    color:#489B8A;
}
ul.blogSideCategory li{
    padding-left:40px;
    position: relative;
}
ul.blogSideCategory li::before{
    content: "";
    width:16px;
    height: 16px;
    background:#489B8A;
    position: absolute;;
    left:0;
    top:0.2em;
}

div.entryBody {
    width:720px;
    margin:20px auto;
}

div.newsWrapper {
    width:900px;
    margin:auto;
}

div.newsCategoryWrapper {
    width:960px;
    margin:0 auto 90px;
    display: flex;
    justify-content: space-between;
}
div.newsCategoryWrapper div{
    width:820px;
    display: flex;
    justify-content: flex-start;
}
div.newsCategoryWrapper div a{
    width:110px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    margin-right: 20px;
    color:#fff;
    background:red;
}
div.newsCategoryWrapper select{
    width:120px;
}

h4.news {
    text-align: center;
    color:var(--orange-color);
    font-weight: bold;
    margin-bottom:50px;
    font-size: 20px;
    position: relative;
    width:100%;
    height: 30px;
}
h4.news::before{
content: "";
width:100%;
height: 1px;
background-color:var(--orange-color);
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
position:absolute;
z-index: 0;
}
h4.news span{
    padding:0 30px;
    line-height: 30px;
    background:#fff;
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    z-index: 1;
    width: auto;

}



div.businessHeader {
    background:url("../images/jigyo_titlebg.jpg") no-repeat center center;
    background-size:cover;
    padding-bottom:50px;
}
div.productsHeader {
    background:url("../images/syohin_img001.png") no-repeat center center;
    background-size:cover;
    padding-bottom:50px;
}
div.categoryHeader {
    background:url("../images/tare_karashi_subtitle.png") no-repeat center center;
    background-size:cover;
    padding-bottom:50px;
}

h3.circle {
    width:1100px;
    font-size:24px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-family: serif;
    text-align: center;
    margin:120px auto;
    border:none;
    color:#fff;
    border-radius: 30px;
}
h3.circle.orange{
    background-color:var(--orange-color);
}
h3.circle.brown{
    background-color:var(--brown-color);
}
p.construction{
    text-align: center;
    margin:20px auto;
}
input[type=button]{
    width: 340px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    background: var(--brown-color);
    border-radius: 30px;
    cursor: pointer;
}