@charset "UTF-8";
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html{
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "biz-udgothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body{
  width: 100%;
  height: 100%;
  line-height: 1.6;
  color: #000000;
  background-color: #008040;
}
img{
  max-width: 100%;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
.h100{
  height: 100%;
}
.h70{
  height: 70%;
}
a, a:visited, a:hover, a:active{
  color: inherit;
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
ul{
  list-style: none;
}
b{
  font-weight: inherit;
}
i{
  font-style: normal;
}
.nowrap{
  white-space: nowrap;
}
.none{
  display: none !important;
}
.rsp_space{
  height: 12vw;
  max-height: 13rem;
  min-height: 11rem;
}
.svg_bgi{
  background-image : url(../img/bgi_web.svg);
  background-repeat: repeat;
  background-size:5rem;
}
.inner{
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 120rem;
}
header{
  width: 100%;
  background-color: #ffffff;
  z-index: 5;
}
header .inner{
  height: calc(100% - 5rem);
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  max-width: 90rem;
}
header h1 a{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  height: 100%;
}
header h2 a{
  display: flex;
  align-items: center;
  height: 100%;
}
header h2 a img{
  height: 90%;
  max-height: 4rem;
}
.slider .slick-slide{
  width: 70vw;
  max-width: 500px;
  aspect-ratio: 3 / 2;
  position: relative;
  overflow: hidden;
}
.slider .slick-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news{
  padding: 3.5rem 0;
  width: 100%;
  background-position: 3rem 0rem, right 3rem top 0rem;
  background-size: contain;
  background-color: #008040;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url(../img/bgi_left_take.svg), url(../img/bgi_right_take.svg);
}
#news .inner{
  background: #ffffff;
  border-radius: 1rem;
  width: 95%;
  max-width: 90rem;
  filter: drop-shadow(0px 2px 2px #000);
  padding: 0;
}
#news div.list{
  padding: 1rem 2rem;
}
#news h3{
  font-size: 1.9rem;
  position: relative;
  display: inline-block;
  margin: 1rem 0 1rem -10px;
  padding: 1rem 3rem;
  color: #008040;
  border-radius: 0 100vh 100vh 0;
  background: none 0% 0% / auto auto repeat scroll padding-box border-box #dceedb;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  text-align: left;
  letter-spacing: 0;
  font-weight: 700;
}
#news h3::before{
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}
#news div.article{
  padding: 3px 0;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #008040;
  line-height: 1.25;
  margin-bottom: 5px;
}
#news div.article div{
  display: inline-block;
}
#news div.article label{
  color: #008040;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  padding: 0 7px 0 0;
  min-width: 70px;
}
#news div.article span{
  display: none;
  font-size: 1rem;
  font-weight: 900;
  color: red;
  padding: 0 1px 0 0;
}
#news div.article span.is-show{
  display: inline-block;
}
#news div.article h5{
  font-size: 1.5rem;
  font-weight: 400;
  display: inline-block;
  padding: 0;
}
.button{
  padding: 1.5rem 0 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.buttonRound{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 5rem;
  padding: 5px 15px;
  font-family: sans-serif;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #008040;
  border-radius: 2.5rem;
  filter: drop-shadow(0px 2px 2px #000);
}
@media (any-hover: hover) {
  .buttonRound {
  transition: background-color 0.2s;
}
.buttonRound:hover{
  background-color: #54802f;
}
}
.main{
  width: 100%;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex .box{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex .s_w{
  width: 100%;
}
.flex .box .inner{
  margin: 0 auto;
  padding: 5rem 0;
  width: 90%;
  max-width: 50rem;
}
.flex .s_w .inner{
  max-width: 100rem;
}
#goods_1{
  color : #ffffff;
  background-position: right center;
}
.flex p{
  padding: 1.5rem 0 0;
  font-size: 1.6rem;
}
#goods_2{
  color : #ffffff;
  background-position: left center;
  background-color : #413f44;
}
.img_b{
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-origin: padding-box;
  background-clip: border-box;
}
.img_b01{
  background-image : url(../img/ketako-mochi001.webp);
}
.img_b02{
  background-image: url(../img/ketako_yaki_pop.webp);
}
.flex h3{
  filter: drop-shadow(0px 2px 2px #000);
}
#goods_2 .inner, #member .inner_2{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  text-align: center;
}
#goods_2 .inner div{
  position: relative;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 1rem;
  filter: drop-shadow(0px 2px 2px #000);
}
#goods_2 .inner div a {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
#goods_2 .inner div img.pic{
  border-radius: 1rem 1rem 0 0;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
#goods_2 .inner div .c_h{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#goods_2 .inner div span{
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0 .5rem;
  aspect-ratio: 174 / 33;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ketako_1, #ketako_2{
  background-color: #413f44;
  color: #f9e600;
}
#ketako_1 img{
  padding: 0 8rem;
  max-width: 30rem;
}
#ketako_1 .inner{
  text-align: center;
}
@media screen and (max-width: 800px) {
  .flex .box{
  width: 100%;
}
#goods_1{
  background-position: center bottom;
  background-color : #413f44;
}
#goods_2{
  background-position: center top;
}
#ketako_1 .inner{
  padding: 5rem 0 0;
}
#ketako_1{
  background-image: none;
}
}
#ketako_2 h3, #member h3, #link h3{
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.1;
}
#ketako_2 h3 b, #member h3 b, #link h3 b{
  display: block;
  font-size: 3.5rem;
}
#recruiting{
  color: #ffffff;
}
#recruiting h4{
  padding: 1.5rem 0 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: #f9e600;
  line-height: 1.1;
}
#member{
  color: #fff;
  background-color: #03301a;
}
#member h3,#link h3{
  position: relative;
  padding: 1rem .5rem;
}
#member h3::after,#link h3::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#008040), to(#000));
  background-image: -webkit-linear-gradient(right, #008040 0%, #000 100%);
  background-image: linear-gradient(to left, #008040 0%, #000 100%);
}
#member h4{
  position: relative;
  padding: 1rem 1rem 0;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
}
#member h4::before{
  position: absolute;
  top: calc(50% + .45rem);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #fff;
}
#member h4 span{
  position: relative;
  padding: 0 1em;
  background-color: #03301a;
}
#member h5{
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.1;
}
#member .inner_2 div{
  margin-top: 3rem;
}
#member img{
  height: 25vw;
  max-height: 10rem;
}
#link{
  margin : 0 auto;
  width: 100%;
  color: white;
  background-color: #03301a;
}
#link p{
  margin: 0 auto 2rem;
  max-width: 900px;
  width: 100%;
  font-size: 3.5rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.1;
  position: relative;
  padding: 1rem .5rem;
}
#link p::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#000), to(#fff));
  background-image: -webkit-linear-gradient(right, #000 0%, #fff 100%);
  background-image: linear-gradient(to left, #000 0%, #fff 100%);
}
#link ul{
  max-width: 900px;
  width: 100%;
  text-align: center;
  margin : 3rem auto 0rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 399px){
  #link ul{
  width: 60%;
}
}
#link li img{
  filter: drop-shadow(3px 3px 7px black);
}
#link li.cleartxt{
  color: #0080c0;
}
footer{
  padding: 50px 0px;
  width: 100%;
  color: white;
  text-align: center;
}
footer div.abs{
  display: flex;
  justify-content: center;
  gap:3rem;
  flex-wrap:wrap;
}
footer div.cdg{
  order: 2;
  width: 95%;
  max-width: 40rem;
}
footer p{
  margin: 0 auto;
}
.logo_foot{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin: 0 auto 1rem;
  width: 300px;
}
.logo_foot img.ket{
  height: 180px;
}
.logo_foot_tel{
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: bold;
}
.copyright{
  font-weight: bold;
  margin-top: 50px;
  padding: 5px 0px;
  background-color: #ffffff;
  color: #008040;
  filter: drop-shadow(0px 2px 2px #000);
}
.logo_foot_tel span{
  font-size: 2rem;
}
.ico_f{
  width: 10vw;
  max-width: 50px;
}
.svg_w{
  filter: invert(100%) sepia(0%) saturate(2468%) hue-rotate(269deg) brightness(110%) contrast(104%);
}
.svg_y{
  filter: invert(89%) sepia(17%) saturate(4857%) hue-rotate(5deg) brightness(103%) contrast(107%);
}
.svg_g{
  filter: invert(30%) sepia(96%) saturate(745%) hue-rotate(112deg) brightness(97%) contrast(101%);
}
#pan{
  background-color: white;
}
#pan a, #pan a:visited, #pan a:hover, #pan a:active{
  color: #008040;
  text-decoration: none;
}
#pan p{
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: right;
}
main.st{
  background-color: #ffffff;
  padding-bottom: 3rem;
}
main.st .inner{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}
main.st h2{
  position: relative;
  padding: 0.5em;
  background: none 0% 0% / auto auto repeat scroll padding-box border-box #dceedb;
  color: #008040;
  max-width: 900px;
  font-size: 2.8rem;
  font-weight: 900;
}
main.st h2::before{
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #005276;
}
main.st h3{
  margin: 0 auto;
  padding: 30px 0px 15px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 5px;
  font-weight: 700;
}
main.st h3 span{
  color: #008040;
}
main.st h4{
  margin: 0px auto 15px;
  font-size: 2.3rem;
  position: relative;
  font-weight: bolder;
  border-bottom: 4px solid #008040;
  border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;
  padding-left: 20px;
  text-align: left;
}
main.st figure{
  float: left;
  margin: 0 15px 15px 0;
  max-width: 400px;
  width: 40%;
}
main.st figure img{
  border-radius: 50%;
}
.sc{
  margin-bottom: 3rem;
}
.sc p, .sc h5{
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.sc p b{
  font-size: 2.2rem;
  font-weight: 700;
}
.sc .right_txt{
  margin-top: 1rem;
  text-align: right !important;
}
.yak_list dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 74rem;
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 0 .5rem;
  gap: 1rem;
}
.yak_list dt{
  width: 30%;
  max-width: 12rem;
  padding: .5rem 1.5rem;
  background-color: #e4f2eb;
  border-radius: 1rem;
}
.yak_list dd{
  width: calc(70% - 1rem);
  max-width: calc(100% - 13rem);
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding: .5rem 1.5rem .5rem 0;
  background-color: #f2faf6;
  border-radius: 1rem;
}
.yak_list dd span{
  padding: 0 1.5rem;
}
ul.safe_list{
  padding: 20px 20px 0px 40px;
  font-size: 1.4rem;
  list-style-type: circle;
}
ul.safe_list span{
  color: #008040;
  font-weight: 700;
  font-size: 1.6rem;
}
main.st h2.team{
  width: 100%;
  max-width: 900px;
  margin: 0 auto 1rem;
  padding: 0.5em;
  background: none 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}
main.st h2.team::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  border: none;
  border-bottom: solid 0px transparent;
  border-right: solid 0px #005276;
}
h2.team img{
  height: 3rem;
}
.member .inner{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 118rem !important;
}
.member_box{
  padding: 1rem;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: #505050;
  position: relative;
  filter: drop-shadow(0px 2px 2px #000);
}
.member_box, .member_dbox{
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 1180px) {
  .member_box, .member_dbox {
  max-width: calc((100% - 1rem)/2);
}
}
@media screen and (max-width: 680px) {
  .member_box, .member_dbox{
  max-width: 100%;
}
}
.member_box p.pic{
  width: 9rem;
  height: 9rem;
  padding: 0;
  float: left;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.member_box p.pic img{
  border-radius: 2rem;
}
.member_box p.name{
  width: 100%;
  margin: 1rem 0 0;
  padding: 0px 0px 0px 110px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  color: white;
}
.member_box p.name span{
  font-weight: bold;
  font-size: 1.6rem;
  margin-right: 1rem;
}
.member_box ul.sns{
  margin: .5rem 0;
  padding: 0 0 0 11rem;
  width: 100%;
  display: flex;
  gap: 1rem;
}
.member_box ul.sns li{
  width: 3rem;
  height: 3rem;
  list-style-type: none;
}
.member_box ul.sns li img{
  filter: invert(100%) sepia(0%) saturate(699%) hue-rotate(165deg) brightness(108%) contrast(108%);
}
.member_box ul.tag, .member_box ul.tag li, .member_box p.store, .member_box ul.ad, .member_box p.grbox, .member_box ul.sns_s{
  background-color: white;
}
.member_box ul.tag{
  width: 100%;
  padding: 4px 0px 4px 110px;
  text-align: left;
  border-radius: 0px 20px 0px 0px;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
.member_box ul.sns_s, .member_box ul.ad, .member_box p.store, .member_box ul.tag{
  color: #505050;
  background-color: #fff;
  margin: 0;
}
.member_box ul.tag li{
  padding: 5px 10px;
  list-style-type: none;
  display: inline-block;
  font-weight: bold;
  border-radius: 10px;
  margin-right: 5px;
  color: white;
  background-color : #505050;
}
.member_box p.store{
  width: 100%;
  padding: 10px 15px;
  text-align: left;
  font-size: 2rem;
  font-weight: bolder;
  line-height: 1.1;
}
.member_box p.store span{
  display: block;
  padding: 0px 10px;
  border-left-width: 5px;
  border-left-style: solid;
}
.member_box ul.ad{
  width: 100%;
  padding: 5px 15px 0px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.member_box ul.ad li{
  padding: 0;
  list-style-type: none;
  font-size: 1.6rem;
}
.member_box ul.ad li.ico{
  width: 3rem;
}
.member_box ul.sns_s{
  margin: 0;
  padding: .5rem 1.5rem 1rem;
  border-radius: 0 0 2rem 2rem;
  justify-content: flex-end;
}
.grbox{
  margin: 0 !important;
  border-radius: 0 0 2rem 2rem;
}
.member_box ul.ad li.ico img, .member_box ul.sns_s li img{
  filter: invert(29%) sepia(11%) saturate(4%) hue-rotate(27deg) brightness(103%) contrast(96%);
}
#impulse_member .member_box ul.ad li.ico img, #impulse_member .member_box ul.sns_s li img{
  filter: invert(22%) sepia(92%) saturate(2149%) hue-rotate(190deg) brightness(97%) contrast(97%);
}
#impulse_member .inner, #impulse_member .member_box p.store, #impulse_member .member_box ul.ad, #impulse_member .member_box ul.sns_s{
  color: #046cbc;
}
#impulse_member .member_box, #impulse_member .member_box ul.tag li{
  background-color: #046cbc;
}
#impulse_member .member_box p.store span{
  border-left-color: #046cbc;
}
#women_member .inner, #women_member .member_box p.store, #women_member .member_box ul.ad, #women_member .member_box ul.sns_s{
  color: #dd2726;
}
#women_member .member_box ul.ad li.ico img, #women_member .member_box ul.sns_s li img{
  filter: invert(17%) sepia(39%) saturate(6589%) hue-rotate(352deg) brightness(120%) contrast(84%);
}
#women_member .member_box, #women_member .member_box ul.tag li{
  background-color: #dd2726;
}
#women_member .member_box p.store span{
  border-left-color: #dd2726;
}
#ssn_member .member_box ul.ad li.ico img, #ssn_member .member_box ul.sns_s li img, .gap .logo_foot img, .gap .logo_foot_tel img{
  filter: invert(20%) sepia(95%) saturate(4850%) hue-rotate(154deg) brightness(94%) contrast(101%);
}
#ssn_member .inner, #ssn_member .member_box p.store, #ssn_member .member_box ul.ad, #ssn_member .member_box ul.sns_s{
  color: #008040;
}
#ssn_member .member_box, #ssn_member .member_box ul.tag li{
  background-color: #008040;
}
#ssn_member .member_box p.store span{
  border-left-color: #008040;
}

main.st h4 img{
  height: 3rem;
  padding-right: 3rem;
}
#oth{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 90%;
  max-width: 50rem;
  margin: 1rem auto 0;
}
#oth a{
  padding: .5rem 1rem;
  width: calc((100% - 1rem)/2);
  border-radius: 1rem;
  background-color: #fff;
  filter: drop-shadow(0px 2px 2px #000);
}
.h55{
  margin: 0 auto;
  padding: 30px 0px 15px;
  font-size: 2.4rem !important;
  text-align: center;
  color: #008040;
  font-weight: bolder;
}
.st {
  #member {
  color: #008040;
  background-color: transparent;
}
#member .inner_2 {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
@media screen and (max-width: 800px) {
  #member .inner_2 {
  gap: 1rem;
}
}
#member h3 {
  display: none;
}
#member h4 {
  position: relative;
  padding: 1rem 1rem 0;
  font-size: 1.8rem;
  font-weight: 800;
  color: #008040;
  margin: 0;
  border-bottom: 0px solid #008040;
  border-radius: 0;
  text-align: center;
}
#member h4::before {
  position: absolute;
  top: calc(50% + .45rem);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #008040;
}
#member h4 span {
  position: relative;
  padding: 0 1em;
  background-color: #ffffff;
}
#member h5 {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.1;
}
#member .inner_2 div {
  margin-top: 3rem;
}
#member img {
  height: 25vw;
  max-height: 10rem;
}
.svg_w {
  filter: invert(20%) sepia(95%) saturate(4850%) hue-rotate(154deg) brightness(94%) contrast(101%);
}
}
.member_menu {
  #member h5 {
  display: none;
}
#member .inner_2 {
  grid-template-columns: repeat(6, 1fr);
}
#member h4 {
  padding: .5rem 0 0;
  font-size: 1.5rem;
  font-weight: 600;
}
#member h4::before {
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
#member img {
  max-height: 5rem;
}
#member h4 span {
  padding: 0;
}
#member .inner_2 div {
  margin: 1rem 0;
}
}
main.st h4 b{
  font-size: 3.2rem;
}
.sc p.store b{
  font-size: 2rem;
}
.gap{
  gap: 3rem;
  padding: 3rem;
}
.gap .box {
  width: calc((100% - 3rem)/2) !important;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media screen and (max-width: 800px) {
  .gap .box{
  width: 100% !important;
  max-width: 40rem !important;
  margin: 0 auto;
}
}
.gap .logo_foot, .gap .logo_foot_tel{
  padding: 0;
  color: #008040;
  width: 100%;
  text-align: center;
}
.gap hr{
  width: 100%;
  height: .2rem;
  margin: 1rem 0;
  background-color: #008040;
  border: none;
}
#law{
  width: 100%;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
#law p{
  padding: 0;
  margin: 0;
}
#law a{
  font-size: 1.3rem;
  text-decoration: underline;
}