@charset "UTF-8";

/* 全体 */
.sp-only{
    display: none;
}
.pc-only{
  display: block;
}
.br-sp{
  display: none;
}
.br-pc{
  display: block;
}

@media screen and (max-width: 1000px) {
  .sp-only{
    display: block !important;
  }
  .pc-only{
    display: none !important;
  }
  .br-sp{
    display: block;
  }
  .br-pc{
    display: none;
  }
  .spBlock {
    display: block;
  }

  /* footer追従nav(SPのみ) */
  .followingNav{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 98;
  }
  .followingNavList{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    background-color: #FFF;
  }
  .followingNavItem{
    width: 20%;
  }
  .followingNavItem a{
    color:#C9161D;
    font-size: 11px;
  }
  .followingIcon{
    width: 26px;
  }
  .followingNavItem p{
    margin-top: 3px;
  }
  .navLook{
    position: relative;
    top: 0;
    right: 0;
  }
  .iconLook{
    position: absolute;
    bottom: 50px;
    right: 25px;
  }
}

/* footer */
#footerTop{
  background-color: #F9F7EF;
  padding: 60px 2% 0;
}
.footerTopList{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1150px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.footerTopItem{
  width: 49%;
  background-color: #fff;
  border-radius: 10px;
  padding: 18px 30px;
  margin-bottom: 20px;
  min-width: 560px;
  height: 217px;
}
.footerTopInner{
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.footerTopText{
  width: 56%;
}
.footerTopItem img{
  width: 185px;
}
.footerTopText h4{
  font-size: 20px;
  margin-bottom: 7px;
}
.footerTopText p{
  font-size: 14px;
}
.footerTopBtn a{
  background-color: #E98A76;
  border-radius: 10px;
  max-width: 276px;
  height: 51px;
  line-height: 51px;
}
.appLink{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.appLink img{
  width: 97%;
}
.appLink a:hover{
  opacity: .7;
  transition: ease 0.2s;
}
.bgPink{
  background-color: #E98A76;
}
.menuBtn{
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  margin: 0 auto;
  color: #fff;
  background-color: #E98A76;
  text-align: center;
  margin-top: 30px;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s ease;
  position: relative;
  top: 0;
  left: 0;
}
.menuBtn:hover{
  opacity: .7;
}
.menuBtn:after {
  content: '';
  width: 8px;
  height: 8px;
  font-weight: normal;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg) !important;
  position: absolute;
  top: 40%;
  right: 30px;
  transform: translateY(-50%);
}
.footerTopBtnWrapper{
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.menuBtnHalf{
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  margin: 0 auto;
  color: #fff;
  background-color: #E98A76;
  text-align: center;
  margin-top: 30px;
  border-radius: 8px;
  font-size: 12px;
  transition: all 0.2s ease;
  position: relative;
  top: 0;
  left: 0;
  width: 137px;
  padding-right: 10px;
}
.menuBtnHalf:after {
  content: '';
  width: 8px;
  height: 8px;
  font-weight: normal;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg) !important;
  position: absolute;
  top: 45%;
  right: 10px;
  transform: translateY(-50%);
}
.menuBtnWhite{
  color: #646464;
  background-color: #FFF;
}

/* footer middle */
#footerMiddle{
  background-color: #F9F7EF;
  padding: 0px 2%;
}
#footerMiddle a:hover{
  opacity: .7;
  transition: ease 0.2s;
}
.footerMiddleInner{
  display: flex;
  justify-content: space-between;
  align-items: start;
  max-width: 1150px;
  margin: 0px auto;
  padding: 40px 0 35px;
}
.snsList{
  display: flex;
  justify-content: center;
  align-items: center;
}
.snsItem{
  padding: 0 7px;
}
.snsItem img{
  max-width: 35px;
}
.footerNavWrapper{
  width: 70%;
}
.footerNav{
  display: flex;
  font-size: 14px;
  align-items: center;
  margin-bottom: 15px;
}
.footerNavMain{
  position: relative;
}
.footerNavMain::after{
  position: absolute;
  content: "";
  top: 50%;
  left: 170px;
  width: 100px;
  height: 1px;
  background-color: #646464;
}
.footerNavItem{
  margin-right: 30px;
  letter-spacing: -0.1em;
}
.footerNavItem a{
  font-size: 14px;
  color:#C9161D;
  margin-bottom: 0;
}
.footerNavList{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 30px 0 160px;
}
.footerNavBtn{
  display: block;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 27px;
  margin: 0 auto;
  color: #fff;
  background-color: #C9161D;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  transition: all 0.2s ease;
  position: relative;
  top: 0;
  left: 0;
  width: 140px;
}
.footerNavBtn a:hover{
  opacity: .7;
  transition: ease 0.2s;
}
.footerNavBtn:after {
  content: '';
  width: 5px;
  height: 5px;
  font-weight: normal;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg) !important;
  position: absolute;
  top: 35%;
  right: 10px;
  transform: translateY(-50%);
}

/* footer bottom */
#footerBottom{
  background-color: #F9F7EF;
  padding: 0px 2%;
}
#footerBottom a:hover{
  opacity: .7;
  transition: ease .2s;
}
.footerBottomList{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}
.footerBottomItem{
  padding: 15px 20px;
}
.footerBottomItem a{
  color: #646464;
}
.l-footer{
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
.footerTopList{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
}

@media screen and (max-width: 1000px) {
  .footerTopItem{
    height: auto;
  }

  #footerSp{
    background-color: #FAF8F1;
    padding: 45px 0;
  }
  #footerSp a:hover{
    opacity: .7;
    transform: ease .2s;
  }
  .footerSpInner{
    max-width: 375px;
    margin: 0 auto;
    width: 90%;
  }
  .footerSpLogo{
    text-align: center;
  }
  .footerListSp{
    display: flex;
    justify-content: center !important;
    flex-wrap: wrap;
    align-items: center;
    margin: 32px 0;
    text-align: center;
  }
  .footerListSp li{
    width: 45%;
    margin-bottom: 8px;
  }
  .itemSp{
    color: #C9161D;
    font-size: 16px;
  }
  .arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  .arrow::before,
  .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .arrow::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #C9161D;
  }
  .arrow::after{
  	left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footerNavSp{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 80%;
  }
  .footerNavSp li{
    width: 50%;
    text-align: center;
    margin: 5px 0;
  }
  .navSp{
    color: #646464;
    background-color: #FAF8F1;
    font-size: 14px;
  }
  .snsListSp{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
  }
  .snsItemSp{
    padding: 5px;
  }
  .snsItemSp img{
    max-width: 35px;
  }
  .l-footer{
    padding-bottom: 40px;
  }
  .menuBtn{
    margin-top: 20px;
  }
  .menuBtnMargin{
    margin-top: 10px;
  }
}

  @media screen and (max-width: 600px) {
  #footerTop{
    background-color: transparent;
    padding: 0;
  }
  .footerTopInner{
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    margin: 0 auto;
  }
  .footerTopText{
    padding-left: 10px;
  }
  .footerTopItem{
    min-width: initial;
    margin: 0 auto;
    padding: 40px 35px 20px;
    width: 100%;
    border-radius: 0%;
  }
  .footerTopList li:nth-child(4){
    padding-bottom: 40px;
  }
  .footerTopList{
    flex-direction: column;
  }
  .footerTopItem img{
    width: 130px;
  }
  .appLink{
    justify-content: center;
    width: 100%;
    margin: 13px auto 0;
  }
  .appLink img{
    width: 140px;
    padding: 0 5px;
  }
}

/* pagetop */
#totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999;
	display: none;
}
@media screen and (max-width: 1000px){
  #totop {
    position: fixed;
    bottom: 120px;
    right: 15px;
    z-index: 9998;
  }
  #totop img {
    width: 60px;
  }
}

/* zensho footer */
.l-footer {
  display: block;
}
.l-footer__frame {
  width: 100%;
}
.l-footer__inner {
  max-width: 1020px;
  margin: 0 auto;
  overflow: hidden;
}
.c-footer-store {
  padding: 27px 20px 40px 20px;
}
.c-footer-store__list {
  zoom: 1;
}
.c-footer-store__list:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.c-footer-store__list li {
  float: left;
  height: 57px;
}
.c-footer-store__list li span {
  display: inline-block;
}
.c-footer-store__list li span a,
.c-footer-store__list li span span {
  display: block;
  padding: 4px;
}
.c-footer-store__list li img {
  width: 49px;
}
.c-footer-copyright {
  text-align: center;
  margin: 0 20px;
  padding-bottom: 60px;
  border-top: 1px solid #e0e5e9;
}
.c-footer-copyright__logo {
  margin-top: 30px;
}
.c-footer-copyright__logo img {
  width: 118px;
}
.c-footer-copyright__copy {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
}
.c-footer-sp-store {
  display: none;
}
.c-footer-sp-store__tbl {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 0;
}
.c-footer-sp-store__logo,
.c-footer-sp-store__text {
  display: table-cell;
  vertical-align: middle;
}
.c-footer-sp-store__logo a{
  display: inline-block;
}
.c-footer-sp-store__btn {
  display: block;
  position: relative;
  line-height: 40px;
  color: #0051a4;
  font-size: 1.4rem;
}
.c-footer-sp-store__btn:after {
  content: " ";
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  background-image: url(https://www.jolly-pasta.co.jp/images/footer_store_text.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.c-footer-sp-store__btn.open:after {
  content: " ";
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  background-image: url(https://www.jolly-pasta.co.jp/images/footer_store_text.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.c-footer-sp-store__logo img {
  width: 40px;
  margin-right: 5px;
}
.c-footer-sp-store__text {
  width: 135px;
}

@media screen and (max-width: 1000px) {

	.l-footer__inner {
	  width: 100%;
	  min-width: 100%;
	}
	.c-footer-store__wrap {
		display: none;
		padding-bottom: 14px;
		border-top: 1px solid #e0e5e9;
	}
	.c-footer-sp-store {
	  display: block;
	}
	.c-footer-store {
		padding: 0 10px;
	}
	.c-footer-sp-store__tbl {
		position: relative;
		display: table;
		width: 100%;
		padding: 10px 0;
	}
	.c-footer-sp-store__logo,
	.c-footer-sp-store__text {
		display: table-cell;
		vertical-align: middle;
	}
	.c-footer-sp-store__text {
		width: 135px;
	}
	.c-footer-sp-store__btn {
	  display: block;
	  position: relative;
	  line-height: 40px;
		z-index: 98;
	}
	.c-footer-sp-store__btn:after {
	  position: absolute;
	  display: block;
	  content: '';
	  top: 50%;
	  right: 0px;
	  width: 40px;
	  height: 40px;
	  margin-top: -20px;
	  background-image: url("https://www.jolly-pasta.co.jp/images/common/sprite.png");
	  background-repeat: no-repeat;
	  background-position: -182px -53px;
	  -webkit-background-size: 233px 216px;
	  -moz-background-size: 233px 216px;
	  background-size: 233px 216px;
	}
	.c-footer-sp-store__btn.is-active:after {
	  position: absolute;
	  display: block;
	  content: '';
	  top: 50%;
	  right: 0px;
	  width: 40px;
	  height: 40px;
	  margin-top: -20px;
	  background-image: url("https://www.jolly-pasta.co.jp/images/common/sprite.png");
	  background-repeat: no-repeat;
	  background-position: -182px -95px;
	  -webkit-background-size: 233px 216px;
	  -moz-background-size: 233px 216px;
	  background-size: 233px 216px;
	}
	.c-footer-sp-store__logo img {
		width: 40px;
		margin-right: 5px;
	}
	a.c-footer-sp-store__btn,
	a.c-footer-sp-store__btn:hover,
	a.c-footer-sp-store__btn:link,
	a.c-footer-sp-store__btn:visited {
		color: #0051a4;
		font-size: 14px;
		text-decoration: none;
	}
	.c-footer-copyright__logo img {
		width: 69px;
	}
	.c-footer-store__list {
		margin: 0 -7px 0 -7px;
	}
	.c-footer-store__list li {
		width: 16.6%;
		text-align: center;
	}
	.c-footer-copyright{
		margin: 0 10px 0;
	}
	.c-footer-copyright__logo {
		margin-top: 20px;
	}

}