html {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  color: #383e45;
  font-size: 1em;
  font-family:  "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin:0px;
  box-sizing: border-box;
  overflow-x: hidden;
}
p{
  font-size: 1em;
}
.small{
  font-size:14px;
  font-weight: normal;
}
.small2{
  font-size:10px;
  font-weight: normal;
}
.big{
  font-size:21px;
}
.big2{
  font-size:18px;
}
.brown {
  color: #AB7E33;
}
.orange {
  color: #ed7100;
}

.center {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
img {
  max-width: 100%;
}

.wrapper {
  max-width:1080px;
  margin: 0 auto;
  padding: 20px 20px;
  box-sizing: border-box;
}

.zizag {
  padding-bottom: 5px;
  background: url(ziguzagu.png) repeat-x bottom left / auto 5px;
}

a {
  text-decoration: none;
  color:#ed7100;
}
.link-black {
  text-decoration: none;
  color:#383e45;
  transition: all .3s;
}
.link-black:hover {
  opacity: .7;
}
.zigzag {
  background-image: url(img/zigzag.png);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: bottom;
  padding-bottom:3px;
  display: inline-block;
  
}
.subtitle {
  color: #383e45;
  font-family: 'Oswald', sans-serif;
  font-size:1.2rem;
}
.subtitle span {
  background-color: #383e45;
  color: white;
  padding:10px;
  font-size:1.5rem;
  font-family:  "游ゴシック体", YuGothic, sans-serif;
}
.white-span{
  background-color: white;
  padding:2px;
}
.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
  position: relative;
}
.scroll-up.is-show {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

/*========= モーダル表示のためのCSS ===============*/
/*infoエリアをはじめは非表示*/
#info{
	display: none;
  text-align: center;
 
}
.info-button {
  display: none; 
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
  text-align: center;
    max-width: 600px;border: #ed7100 6px solid;

}
.info-box {
  text-align: center;
  color: #383e45;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*-------------------

header

-------------------*/
header {
  position: fixed;
  text-align: right;
  z-index: 10;
  right:0%;
  width:100%;
background-color: white;
}
.menu {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding:10px 0;
}
.menu li {
  padding-left: 20px;
  color: #DB782B;
}
.menu li:first-child {
  padding-left:0px;
}
header .wrapper {
  padding:20px 0;
}
.sns {
  position: fixed;
  right:20px;
  top:40%;
  z-index: 50;
}
.sns-icon2 {
  padding-bottom:5px;
  width:40px;
}
/*-------------------

mv

-------------------*/

.mv {
  margin: 0 auto;
  text-align: center;
  padding-top:100px;
  max-width: 1088px;
}
.mv img {
  max-width:1088px;
}

/*-------------------

product

-------------------*/
#product {
  margin-top:50px;
}
.title-product {
  max-width:500px;
}
.img-bento {
  max-width:593px;
}
.product-box {
padding: 30px 0;
position: relative;
}
.logo-bento{
  position:absolute;
  right:5%;
  top:-1%;
  max-width: 500px;
}
.subtitle-purple {
  position: absolute;
  right:10%;
  bottom:15%;
  color: #844D7F;
  font-family: 'Oswald', sans-serif;
  font-size:1.2rem;
}
.subtitle-purple span {
  background-color: #844D7F;
  color: white;
  padding:10px;
  font-size:1.5rem;
  font-family:  "游ゴシック体", YuGothic, sans-serif;
}

.product-float {
  display: flex;
  justify-content: space-between;
}
.product-point {
  width:320px;
  height:400px;
  text-align:center;
  padding:50px 0;
  background-repeat: no-repeat;
  
}
.p01 {
  background-image: url(img/img_01.png);
}
.p02 {
  background-image: url(img/img_02.png);
}
.p03 {
  background-image: url(img/img_03.png);
}
.product-point-title {
  color: #AB7E33;
  font-size:22px;
  padding:30px 0;
}
.product-point p {
  font-size:14px;
  color: #844D7F;
}
.bn-500 {
  padding:50px 0 50px 0;
  width:1088px;
}

.bg{
  background: linear-gradient(0deg, transparent 9px, #EFD8B1 10px), linear-gradient(90deg,  transparent 9px, #EFD8B1 10px);
  background-size: 10px 10px;
  padding: 100px 0;
}

.whitebox {
  background: white;
  max-width:1088px;
  margin: 0 auto;
  
}

.title-lineup{
  text-align: center;
  width:360px;
  margin:auto;
  padding:20px 0 30px 0;
}
.lineup-float {
  padding: 20px 0 0px 0;
  display: flex;
  justify-content:space-between;
  max-width:800px;
  margin:auto;
}
.lineup-gozen {
  max-width:350px;
}
.syuugawari .lineup-float {
  padding:10px 0;
}
.lineup-text {
  padding:0 0 0 0px;
  margin: 0 0 0 0px;
  max-width:350px;
}
.lineup-bentoname {
  font-size: 22px;
  padding: 0px 0 20px 0;
  font-family: 'Lato', sans-serif;
}
.bentoname-en {
  font-size:.8rem;
  letter-spacing: 3px;
  color: #AB7E33;

}
.price {
  font-size:22px;
  text-align: right;
}
.tax {
  font-size: .5em;
}
.lineup-text .zigzag {
  margin-bottom:10px;
  text-align: center;
  margin-bottom: 20px;
}
.lineup-float img {
  max-width:380px;
}

.lineup-line {
height:10px;
background-image: url(img/line.png);
background-repeat: repeat-x;
background-size: 500px;
 }

.lineup-detail {
  font-size:13px;
  margin:20px 0 0 0 ;
  padding: 0 10px;
  border-left: 7px solid #AB7E33;
  font-weight: normal;
}
.lineup-champaign {
  background-color: #844D7F;
  color: white;
  font-size:18px;
  max-width:800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom:30px;
}
.lineup-campaign-link{
  color: white;
}

.lineup-order-wrapper {
  max-width: 860px;
  margin: 50px auto;
  padding: 30px 0 50px 0;
}
.lineup-order-float {
  display: flex;
}

.lineup-order {
  padding-top:10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.lineup-order  dt {
  width:100%;
  border-left: 6px solid #AB7E33;
  padding-left:5px;
  margin:10px 0 5px 0;
}
.lineup-order  dd {
  width:100%;
  font-size:14px;
  font-weight: normal;
  margin-bottom:2px;
}
.lineup-order-map {
padding:20px 0 20px 20px;
}
.btn-section2 {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom:60px;
}

.lineup-bentoname2 {
  font-size:18px;
}
.area_float{
  display: flex;
  justify-content: space-between;
  width:100%;
}
.area_text {
  max-width:480px;
}

.lineup-teian {
  padding:10px 0 30px 0;
  
}
.syuugawari {
  background-color: #fff;
  padding:30px;
  border-radius: 20px;

}
.sidasi {
  background-color: #fff;
  border-top: #383e45 1px solid;
  padding:60px 0 0 0;
  margin-top:60px;

}
.subtitle-bento{
  font-size:26px;
  margin: 0px auto 20px auto;
  text-align: center;
  display:inline-block;
  padding:0 5px;
  border-bottom:2px solid #383e45;
}

.btn-insta {
  display: inline-block;
  max-width:500px;
  margin: auto;
  margin:18px 0px;
  padding:5px 0px;
  border-bottom:#ed7100 3px solid;
  font-family: "Lato";
  font-size:1.2rem;
}

.original {
  background: #fff;
  background-image: url(img/original-img.png);
  background-position: 90% 60%;
  background-repeat: no-repeat;
  background-size: 32%;
  max-width:1088px;
  margin:100px auto 0 auto;
  padding-left:50px;
  box-sizing: border-box;
}

.title-original{
  text-align: center;
  width:260px;
  margin:auto;
  padding:20px 0 30px 0;
}
.title-original2{
  max-width:450px;
  padding:20px 0 0px 0;
}
.original-sentence {
  line-height: 1.6;
}
.title-original {
  font-size:24px;
  color: #ed7100;
}
.original-detail {
  font-size:14px;
  font-weight: bold;
  line-height: 1.7;
  background-color: #fdf9f5;
  max-width:500px;
  padding:20px;
  margin-bottom:50px;
  border-radius: 10px;
}
.bento-sentence {
  max-width:350px;
  margin:auto;
}
.bentoname-en{
max-width:700px;
text-align: center;
margin: auto;
}
.bento-img {
  max-width:800px;
  margin:auto;
  padding-top:50px;

}
.sidasi-img {
  max-height:300px;
}
.syuugawari-insta img {
  max-width:230px;
  margin-top:10px;
}
.about-order {
  text-align: center;
  padding:80px 0 0 0;
}
.button-order {
  display: inline-block;
  background-color: #ed7100;
  color: white;
  padding:15px 100px;
  border-radius: 10px;
  font-size:1.5rem;
  margin-top:10px;
}
.logo-order {
  width:150px;
  margin-right:30px;
}
/*-------------------

project

-------------------*/
#project .bg {
  padding-bottom:10px;
}
.title-project {
  max-width:520px;
  z-index: 1;
}
.bn-bento {
  max-width:800px;
  margin:0 auto;
  text-align: center;
  padding:100px;
}
.project-wrapper {
  position: relative;
  height:500px;
  padding:60px 0;
}
.project-sentence {
  position: absolute;
  padding-top:35px;
  left:3%;
  line-height: 1.8;

}
.project-img {
  max-width: 530px;
  position: absolute;
  right:2%;
  top:10%;
  z-index: -1;
}
#project .subtitle {
position: absolute;
bottom:-20%;
left:3%;
}

.project-photo {
  max-width:100%;
  padding:70px 0;
}
/*-------------------

insta

-------------------*/
#insta {
  background-color: white;
  margin-bottom:50px;
}
.instagram-gallery{
  height:500px;
  overflow: auto;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.gallery-item {
  list-style: none;
  margin-bottom: 1vw;
}
.gallery-item img {
  border-radius: 10px;
  width: 320px;
  height:320px;
  object-fit: cover;
}
.insta-title {
  max-width:500px;
  margin-bottom:50px;
}

/*-------------------

recuruitment

-------------------*/
#recruitment .bg{
  padding-top:10px;
}
.recruitment-title {
  width:700px;
}
#recruitment .whitebox {
  margin-top:60px;
}
.recruitment-wrapper {
  margin:0 auto;
  padding:30px 0;
  width:680px;
}
#recruitment .subtitle {
  padding:30px 0;
}
.rec-fukidashi {
  padding:30px 0;
  position: relative;
  height:260px;
}
.jiba-genki {
  width:220px;
  position: absolute;
}
.jiba-cooking {
  width:188px;
  position: absolute;
  left:189px;
  top:150px;
}
.jiba-zimoto {
  width:240px;
  position: absolute;
  left:300px;
}
.jiba-nakama {
  width:187px;
  position: absolute;
  left:500px;
  top:150px;
}
.rec-detail {
  padding:20px 0;
  font-size:14px;
}
.rec-detail dt {
  padding:2px 6px;
  float:left;
  border: #383e45 2px solid;
}
.rec-detail dd {
  margin-left:80px;
  font-weight: normal;
}
.rec-fukidashi2{
  padding:30px 0;
  position: relative;
  height:180px;
}
.sup-zimoto {
  width:240px;
  position: absolute;
  left:0px;
}
.sup-town {
  width:210px;
  position: absolute;
  left:260px;
}
.sup-pr {
  width:250px;
  position: absolute;
  left:490px;
}
.fra-eat {
  width:240px;
  position: absolute;
  left:0px;
}
.fra-loved {
  width:210px;
  position: absolute;
  left:260px;
}
.fra-akibukken {
  width:250px;
  position: absolute;
  left:490px;
}
.rec-fukidashi3{
  padding:30px 0;
  position: relative;
  height:210px;
}
.btn2 {
  font-size:20px;
  color: #383e45;
  text-align: center;
  border-bottom:2px solid #383e45;
  padding-bottom:4px;
}
.btn2-section {
  margin:30px auto;
  width:100%;
  text-align: center;
}


.radio {
 padding-left:50px;
 margin-bottom:80px;
}
.title-other {
  max-width:300px;
  text-align: center;
  margin: auto;
  padding:20px 0 30px;
}
.title-radio {
  font-size:25px;
  color: #398CD1;
}
.radio-detail {
  font-size:13px;
  font-weight: normal;
  background-color: #fdf9f5;
  max-width:500px;
  margin: auto;
  padding:20px;
}
#recruitment .lineup-text {
  text-align: left;
}
.radio-logo {
  width:250px;
}
.subtitle-radio {
  font-size:18px;
  margin-top:20px;
}
.eventbg {
  background: url(img/event-photo.png) no-repeat white;
  background-position: 90% 90%;
  background-size: 45%;
  height:100%;
  margin-bottom:30px;
  margin-top:30px;
}
/*-------------------

contact

-------------------*/
#contact {
  background-color: #FAF7F2;
  position:relative;
  
}
.title-contact {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top:-50px;
}
.contact-float {
  display: flex;
  justify-content: center;
}
.contact-web {
 margin:50px;
 padding-right:50px;
  text-align: center;
  
}
.contact-web p {
  padding-bottom:18px;
}
.contact-tel {
  padding:50px 50px 50px 50px ;
  text-align: center;
}
.contact-tel img {
  width:300px;
}
.btn-section {
  max-width: 400px;
  margin: 0 auto;
}
a.btn {
  display: block;
  color: #383e45;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 4em;
  background:repeating-linear-gradient( -135deg, #383e45, #383e45 1px, #fff 0, #fff 6px );
  
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 440px;
  margin: 0 auto;
  position: relative;
}
a.btn span {
  position: relative;
  display: block;
  transform: translate(-3px, -3px);
  transition: 0.3s;
  z-index: +1;
}
a.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  transform: translate(-3px, -3px);
  transition: 0.3s;
  border: solid 3px #383e45;
}
a.btn:hover span {
  transform: translate(0, 0);
}
a.btn:hover:after {
  transform: translate(0, 0);
}
@media all and (max-width: 1023px) {
  a.btn {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  a.btn {
    font-size: 16px;
  }
}
/*-------------------

footer

-------------------*/
.footer {
  padding-top:80px;
}
.footer-title{
  padding-bottom:10px;
}
.footer-sankaku {
  width: 30px;
}
.sns-icon {
  padding:20px 8px 20px 0;
  width:50px;
}
.kiyaku {
  padding-bottom:3px;
  border-bottom: 1px solid #383e45;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
.tb {
  display: none;
}
.pc-tb {
  display: block;
}
.tb-sp {
  display: none;
}
 /*-------------------
 
 *tb
 
 ------*/
@media screen and (max-width: 1000px) {
  .mv img{
    max-width: 100vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  .pc-tb {
    display: block;
  }
  .pc-sp {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .menu{
    font-size:.8em;
    justify-content: center;
  }
  /*
ハンバーガーメニュー
*/

#sp-header {
  height: 30px;
  width: 100%;
  padding: 20px;
  display: none;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
}

#sp-header img {
  width: 100px;
  position: relative;
}

.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  /* 上に消えるようにする */
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #383e45;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #383e45;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 50px 20px 30px 20px;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  font-size: 1.2rem;
  padding: 3px;
  text-align: center;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li:hover {
  opacity: .8;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #383e45;
  padding: 1em 0;
  text-decoration: none;
}

.globalMenuSp_sns {
  text-align: center;
  padding-left: 25px;
  font-size: 1.2rem;
}

body.active {
  overflow-y: hidden;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
  /*-------------------
  
  tb-product
  
  -------------------*/
  .title-product {
    max-width:450px;
  
  }
    .img-bento {
    max-width:420px;
  }
  .logo-bento {
    width:400px;
  }
  .subtitle-purple {
    bottom:14%;
  }
  .subtitle-purple span {
    font-size:18px;
  }
  .product-box-tb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product-box-tb img {
    width:30%;
  }
  
  .product-point {
    max-width:95%;
    background-size:90%;
    background-position: center;
    margin-bottom:30px;
    margin: 0 auto;
  }
  .product-point-title {
    font-size:16px;
    padding:40px 0;
  }
  .product-point p {
    font-size:12px;
  }
  .whitebox {
    width:90%;
  }
  .title-lineup {
    padding-bottom:0;
    max-width:300px;
  }
  .lineup-text {
    padding:0 10px;
    margin: 0 auto;
  }
  .lineup-float {
    flex-direction: column;
    justify-content: center;
  }
  .bento-photo-sp {
    width:100%;
    margin:auto;
    text-align: center;
    padding-bottom:0px;
    padding-top:50px;
  }
  .lineup-bentoname {
    font-size:18px;
  }
  .lineup-campaign-link{
    font-size:16px;
    margin-bottom:10px;
  }
  .lineup-order-float {
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
  }
  a.btn {
    max-width:350px;
    padding:1em 0;
  }
  .lineup-order-map{
    margin: 0 auto;
  }
  .float-bento {
    flex-direction: column;
    padding:20px 0;
  }
  .bento {
    padding:10px;
    max-width:400px;
    margin:auto;
  }
  .area_float{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:100%;
    padding:0 50px;
  }
  .area_text {
    max-width:100%;
  }
  .sidasi-img{
    width:350px;
    height:auto;
  }
  
  /*-------------------
  
  tb-project
  
  -------------------*/
  
  .title-project {
    width:450px;
  }
  .project-img {
    max-width: 50%;
    top:20%;}
  
  .white-span{
    background-color: white;
    padding:2px;
  }
  #project .subtitle {
    bottom:-40px;
    font-size:16px;
  }
  .subtitle span {
    font-size:20px;
  }
  /*-------------------

tb-insta

-------------------*/
#insta {
  padding-top:10px;
  padding-bottom:10px;
}
.gallery {

}
.gallery-item {

  margin-bottom: 3vw;
}
.gallery-item img {
}
.insta-title {
  max-width:500px;
  margin-bottom:50px;
}
  /*-------------------
  
  tb-recruitment
  
  -------------------*/
  .bg {
    padding:50p 0;
  }
  #recruitment .wrapper {
    padding:0 20px;
  }
  .recruitment-title{
    max-width:100%;
    padding-bottom:0px;
  }
  .recruitment-wrapper {
    max-width:100%;
    padding:0 20px 30px 20px;
  }
  .subtitle {
    font-size:16px;
  }
  .jiba-genki {
    max-width:160px ;
    left:0;
  }
  .jiba-cooking {
    max-width:140px ;
    top:130px;
    left:20px;
  }
  .jiba-zimoto {
    max-width:160px ;
    left:130px;
    top:80px;
  }
  .jiba-nakama {
    max-width:130px ;
    left:140px;
    top:170px;
  }
  .rec-detail {
    padding:10px 0;
    font-size:12px;
  }
  .rec-fukidashi2{
    padding:10px 0;
    position: relative;
    height:200px;
  }
  .sup-zimoto {
    width:150px;
    left:0;
  }
  .sup-town {
    left:130px;
    top:60px;
    width:150px;
  }
  .sup-pr {
    left:0px;
    top:120px;
    width:150px;
  }
  .fra-eat {
    width:150px;
    left:0;
  }
  .fra-loved {
    left:140px;
    top:60px;
    width:150px;
  }
  .fra-akibukken {
    left:0px;
    top:120px;
    width:150px;
  }
  .bn-bento {
    max-width:100%;
    padding:50px 20px 100px 20px;
  }
  .bn-bento img{
    max-width:100%;
  }
  .btn2 {
    font-size:16px;
  }
  /*-------------------
  
  tb-contact
  
  -------------------*/
  .title-contact {
    max-width:140px;
    top:-30px;
  }
  .contact-float {
    flex-direction: column;
  }
  .contact-web {
    border-right:none;
    padding-right:0;
  }
  .contact-tel {
    padding:0 50px 50px 50px ;
  }
  #contact .lineup-line {
    height:50px;
    background-position: bottom;
  }
}


  /*-------------------
 
 *sp
 
 ------*/ 

@media screen and (max-width: 550px) {
.pc {
  display: none;
}
.sp {
  display: block;
}
.tb {
  display: none;
}
.pc-tb {
  display: none;
}
.pc-sp {
  display: block;
}
header .wrapper {
  padding:10px 0;
}
.menu{
  font-size:.6em;
  justify-content: center;
  letter-spacing: 0;
}
.small {
  font-size:12px;
}
.mv img{
  width: 100vw;
}
.mv {
  padding-top:60px;
}





/*-------------------

sp-pruduct

-------------------*/
body {
  font-size:90%;
}
.title-product {
  max-width:320px;
}
.product-box {
  height:460px;
}
.img-bento {
  position: absolute;
  top:144px ;
  max-width: 100%;
}
.logo-bento {
  max-width:90%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top:0px;
}
.subtitle-purple {
  top:340px;
  font-size:1rem;
  left:0;
}
.subtitle-purple span {
  background-color: #844D7F;
  color: white;
  padding:10px;
  font-size:16px;
  font-family:  "游ゴシック体", YuGothic, sans-serif;
}
.product-float {
  flex-direction: column;
}
.product-point {
  max-width:95%;
  background-size:90%;
  background-position: center;
  margin-bottom:30px;
  margin: 0 auto;
}
.product-point-title {
  font-size:18px;
  padding:40px 0;
}
.product-point p {
  font-size:13px;
}
.whitebox {
  width:90%;
}
.title-lineup {
  padding-bottom:20px;
}
.lineup-text {
  padding:0 10px;
  margin:0;
}
.lineup-float {
  flex-direction: column;
  justify-content: center;
  margin-bottom:10px;
}
.bento-photo-sp {
  width:100%;
  margin:auto;
  text-align: center;
  padding-bottom:5px;
}
.bento-photo-sp img {
  width:90%;
}
.lineup-bentoname {
  font-size:18px;
}
.lineup-campaign-link{
  font-size:16px;
  margin-bottom:10px;
}
.lineup-order-float {
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
a.btn {
  max-width:350px;
  padding:1em 0;
}
.lineup-order-map{
  margin: 0 auto;
  padding:20px 0;
}
.lineup-text .small {
  text-align: center;
}
.btn-section2 {
  width:90%;
}
.area_float{
  padding:0 20px;
}
.subtitle-bento{
  font-size:20px;
}
.syuugawari{
  padding:20px 0px;
}
.sidasi{
  padding:40px 0 0 0;
  margin-top:40px;
}
.bentoname-en {
  font-size:.6rem;
}
.original {
  background: #fff;
  background-image: none;
  background-position: 90% 60%;
  background-repeat: no-repeat;
  background-size: 32%;
  max-width:1088px;
  margin:50px auto 0 auto;
  padding-left:0px;
}
.title-original {
  width:220px;
  padding:10px 0;
}
.title-original2 {
  max-width:260px;
}
.original-detail{
  margin-bottom:30px;
}
.about-order {
  text-align: center;
  padding:50px 0 0 0;
}
.button-order {
  display: inline-block;
  background-color: #ed7100;
  color: white;
  padding:15px 0px;
  width:90%;
  border-radius: 10px;
  font-size:1.2rem;
  margin-top:10px;
}
/*-------------------

sp-project

-------------------*/

.title-project {
  max-width:320px;
}
.project-wrapper {
  height:640px;
  padding:30px 0;
}
.project-img {
position: absolute;
top:180px;
max-width: 100%;
}
.project-sentence {
top:370px;
padding-top:0;
}
#project .bg{
  padding:10px 0;
}
.white-span{
  background-color: white;
  padding:2px;
}
#project .subtitle {
  bottom:-30px;
  font-size:16px;
}
.subtitle span {
  font-size:18px;
  padding:5px;
}
 /*-------------------

sp-insta

-------------------*/
#insta {
  padding-top:10px;
  padding-bottom:10px;
}
.gallery {
  justify-content: center;
}
.gallery-item {
  width: 100%;
  margin-bottom: 2vw;
}
.gallery-item img {
  width: 100%;
  height: 320px;
}
.insta-title {
  max-width:330px;
  margin-bottom:50px;
}
.sidasi-img{
  width:100%;
  height:auto;
}
/*-------------------

sp-recruitment

-------------------*/
.bg {
  padding:30px 0;
}
#recruitment .wrapper {
  padding:0 20px;
}
.recruitment-title{
  max-width:260px;
  padding-bottom:0px;
}
.recruitment-wrapper {
  max-width:100%;
  padding:0 20px 30px 20px;
}
.subtitle {
  font-size:16px;
}
.jiba-genki {
  max-width:160px ;
  left:0;
}
.jiba-cooking {
  max-width:140px ;
  top:130px;
  left:20px;
}
.jiba-zimoto {
  max-width:160px ;
  left:130px;
  top:80px;
}
.jiba-nakama {
  max-width:130px ;
  left:140px;
  top:170px;
}
.rec-detail {
  padding:10px 0;
  font-size:12px;
}
.rec-fukidashi2{
  padding:10px 0;
  position: relative;
  height:200px;
}
.sup-zimoto {
  width:150px;
  left:0;
}
.sup-town {
  left:130px;
  top:60px;
  width:150px;
}
.sup-pr {
  left:0px;
  top:120px;
  width:150px;
}
.fra-eat {
  width:150px;
  left:0;
}
.fra-loved {
  left:140px;
  top:60px;
  width:150px;
}
.fra-akibukken {
  left:0px;
  top:120px;
  width:150px;
}
.bn-bento {
  max-width:100%;
  padding:50px 20px 100px 20px;
}
.bn-bento img{
  max-width:100%;
}
.btn2 {
  font-size:16px;
}
.eventbg {
  background: white;
}
.subtitle-radio {
  font-size:18px;
  margin-top:20px;
}
.radio {
  padding:0 0 30px ;
 }
 .radio-logo {
  text-align: center;
  margin:auto;
 }
 .sp-center {
  text-align: center;
  margin:0 auto;
  width:100%;
 }
/*-------------------

sp-contact

-------------------*/
.title-contact {
  max-width:140px;
  top:-30px;
}
.contact-float {
  flex-direction: column;
}

.contact-tel img {
  width:250px;
}
#contact .small {
  text-align: center;
}
}



@media screen and (min-width: 1200px) {

}