/*
wo! popcorn
2021/04/01
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@keyframes anime_scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

#page.page.wo-popcorn{
	padding-top:100px;
}

.main-wo-popcorn {
  display: none;
}

.wopop {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}

.wopop p {
  margin-bottom: unset;
  letter-spacing: 0;
  line-height: 1.57;
}

.wopop h2, .wopop h3, .wopop h4, .wopop h5, .wopop h6 {
  font-weight: normal;
}

.wopop_secTitle {
  margin-bottom: 80px;
  padding: 32px 0;
  text-align: center;
  background: url(https://oks-food.jp/foodaz/wp-content/themes/oksfood_th/images/wo_about_title_bg.png) 50% 50% no-repeat;
  background-size: unset;
}

.wopop_secTitle img {
  width: auto;
  height: 25px;
}

.wopop_secTitle span {
  display: block;
  font-size: 14px;
  line-height: 1;
}

.wopop_secTitle--about {
  background-image: url(https://oks-food.jp/foodaz/wp-content/themes/oksfood_th/images/wo_about_title_bg.png);
}

.wopop_secTitle--quality {
  background-image: url(https://oks-food.jp/foodaz/wp-content/themes/oksfood_th/images/wo_quality_title_bg.png);
}

.wopop_secTitle--flavor {
  background-image: url(https://oks-food.jp/foodaz/wp-content/themes/oksfood_th/images/wo_flavor_title_bg.png);
}

.wopop_secTitle--story {
  background-image: url(https://oks-food.jp/foodaz/wp-content/themes/oksfood_th/images/wo_story_title_bg.png);
}

.wopop_secTitle--store {
  background-image: url(https://oks-food.jp/foodaz/wp-content/themes/oksfood_th/images/wo_store_title_bg.png);
}

.wopop_mainv {
  position: relative;
}

.wopop_mainv_inner {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}

.wopop_mainv_texts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 20%;
  width: 100%;
  padding: 40px;
  background: #ffd800;
}

.wopop_mainv_texts h3 {
  width: 100%;
  margin: 0;
}

.wopop_mainv_mark {
  width: 100%;
}

.wopop_mainv_images {
  /*flex-basis: 80%;*/
  flex-basis: 100%;
  line-height: 0;
}

.wopop_mainv_images img {
  width: 100%;
}

.wopop_mainv_new {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 100%;
  max-width: 875px;
  line-height: 0;
  transform: translateX(-50%);
	display:none; /*2021/10/1～非表示*/
}

.wopop_mainv_sns {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.wopop_mainv_sns img {
  width: 22px;
}

.wopop_scroll {
  margin: 93px auto !important;
  text-align: center;
}

.wopop_scroll img {
  width: 57px;
  animation: 2s linear 1s infinite anime_scroll;
}

.wopop_about_inner {
  width: auto !important;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.wopop_about_texts {
  flex-basis: 50%;
  padding-left: 20px;
}

.wopop_about_texts h4 {
  font-size: 22px;
}

.wopop_about_texts p {
  line-height: 2.14;
}

.wopop_about_images {
  flex-basis: 50%;
  text-align: right;
}

.wopop_about_image {
  width: 100%;
  max-width: 390px;
}

.wopop_quality .inner {
  width: 576px !important;
}

.wopop_quality_item {
  display: flex;
  justify-content: space-between;
}

.wopop_quality_item:nth-child(odd) {
  flex-direction: row-reverse;
}

.wopop_quality_item:nth-child(odd) .wopop_quality_texts {
  flex-basis: calc( 50% - 83px);
  padding: 0 33px 0 50px;
}

.wopop_quality_item + * {
  margin-top: 20px;
}

.wopop_quality_texts {
  flex-basis: calc( 50% - 83px);
  padding: 0 50px 0 33px;
}

.wopop_quality_title {
  line-height: 1;
  margin-bottom: 19px;
}

.wopop_quality_title img {
  width: auto;
  height: 19px;
  margin-bottom: 16px;
}

.wopop_quality_title span {
  display: block;
  font-size: 22px;
}

.wopop_quality_images {
  flex-basis: 50%;
}

.wopop_flavor .inner {
  width: 872px !important;
}

.wopop_flavor_list {
  display: flex;
  justify-content: space-between;
}

.wopop_flavor_item {
  width: 408px;
  padding-top: 80px;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  background: url(https://oks-food.jp/foodaz/wp-content/themes/oksfood_th/images/wo_flavor_salt_bg.png) 50% 0;
  margin-bottom:40px;
}

.wopop_flavor_item--caramel {
  background-image: url(https://oks-food.jp/foodaz/wp-content/themes/oksfood_th/images/wo_flavor_caramel_bg.png);
}

.wopop_flavor_item::before {
  display: block;
  content: "";
  width: 13px;
  height: 39px;
  position: absolute;
  top: -1px;
  left: 50%;
  background: url(https://oks-food.jp/foodaz/wp-content/themes/oksfood_th/images/wo_flavor_bg_ana.png);
}

.wopop_flavor_name {
  text-align: center;
  line-height: 1;
}

.wopop_flavor_name img {
  width: auto;
  height: 26px;
}

.wopop_flavor_texts {
  margin-top: 390px;
  padding-bottom: 40px;
}

.wopop_flavor_texts h5 {
/*  width: 333px;*/
  max-width:calc(100% - 40px);
  margin: 0 auto 20px;
  padding-top: 20px;
  border-top: 1px solid #000;
  font-size: 22px;
  text-align: center;
}

.wopop_flavor_texts p {
  padding: 0 20px;
}
/*
.wopop_flavor_texts--caramel p {
  padding: 0 58px;
}
*/
.wopop_flavor_deco {
  margin: 0;
  width: 185px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.wopop_flavor_deco--caramel {
  width: 150px;
  top: 86px;
  left: unset;
  right: -20px;
}

.wopop_story {
  background: url(https://oks-food.jp/foodaz/wp-content/themes/oksfood_th/images/wo_episode_bg.jpg) 50% 50%;
  background-size: cover;
  padding-bottom: 80px;
}

.wopop_story .inner {
  width: 772px !important;
}

.wopop_story_title {
  padding: 10px 70px;
  font-size: 22px;
  font-weight: bold !important;
  background: rgba(255, 255, 255, 0.79);
}

.wopop_story_texts {
  padding: 50px 70px;
  background: rgba(255, 255, 255, 0.79);
}

.wopop_story_texts p {
  line-height: 2;
}

.wopop_story_texts p + * {
  margin-top: 1.5em;
}

.wopop_store .inner {
  width: 630px !important;
}

.wopop_store_item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.wopop_store_texts {
  flex: 1;
  margin-left: 30px;
}

.wopop_store_texts span {
  display: inline-block;
  margin-right: .8em;
  font-weight: bold;
}

.wopop_store_texts p + * {
  margin-top: 1em;
}

.wopop_store_name::after {
  display: block;
  width: 100%;
  content: "";
  border-bottom: 1px solid #231815;
}

.wopop_store_name span {
  display: inline-block;
  padding: 0 0.5em;
  background: #facc00;
  background: linear-gradient(to bottom, rgba(250, 204, 0, 0) 35%, #facc00 35%, #facc00 65%, rgba(250, 204, 0, 0) 65%);
}

.wopop_store_images {
  width: 280px;
}
.wopop_easypop{
  text-align: center;
  margin: 40px 0;
}
.wopop_easypop h4{
  font-size: 24px;
}
.wopop_easypop_img{
  max-width: 240px;
  margin: 0 auto;
}
.wopop .wopop_easypop p{
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .wopop_secTitle--quality {
    background-image: url(https://oks-food.jp/foodaz/wp-content/themes/oksfood_th/images/wo_quality_title_bg_sp.png);
  }
  .wopop_secTitle--quality img {
    width: 220px;
  }
  .wopop_mainv_inner {
    display: block;
  }
  .wopop_mainv_texts {
    padding: 20px 0;
    text-align: center;
  }
  .wopop_mainv_mark {
    width: 80%;
    margin: 0 auto;
  }
  .wopop_mainv_images img {
    height: 100%;
  }
  .wopop_mainv_new {
    box-sizing: border-box;
    padding: 10px;
    top: 50%;
    bottom: unset;
    transform: -50%;
  }
  .wopop_mainv_sns {
    top: 10px;
    bottom: unset;
  }
  .wopop_about_inner {
    display: block;
  }
  .wopop_about_inner > div {
    width: auto;
  }
  .wopop_about_texts {
    padding: 0;
	text-align:center;
  }
/*  .wopop_about_texts p br {
    display: none;
  }*/
  .wopop_about_images {
    margin-top: 50px;
    text-align: center;
  }
  .wopop_about_image {
    max-width: 80%;
  }
  .wopop_quality_item {
    display: block;
  }
  .wopop_quality_texts {
    width: auto;
    padding: 0 !important;
	text-align:center;
  }
  .wopop_quality_images {
    width: auto;
    margin-top: 20px;
    text-align: center;
  }
  .wopop_quality_images img {
    max-width: 70%;
  }
  .wopop_flavor_list {
    display: block;
  }
  .wopop_flavor_item {
    width: auto;
  }
	.wopop_flavor .inner{
		padding:0 40px !important; 
	}
	.wopop_flavor_texts p {
		padding: 0 24px;
	}
  .wopop_flavor_item .wopop_flavor_deco{
	display:none; 
	}
	.wopop_story .inner{
		padding:0 30px !important; 
	}
  .wopop_story_title {
    padding: 20px;
  }
  .wopop_story_texts {
    padding: 20px;
  }
  .wopop_story_texts br {
    display: none;
  }
  .wopop_store .inner {
	padding:0 40px !important;
}  
  .wopop_store_item {
    display: block;
  }
  .wopop_store_texts {
    margin: 0;
  }
  .wopop_store_images {
    width: auto;
    margin-top: 20px;
    text-align: center;
  }
}

#sidenavi {
    bottom: 0;
}

@media screen and (max-width: 400px) {
.wopop_flavor .inner{
	padding:0 25px !important; 
}
.wopop_story .inner{
	padding:0 15px !important; 
}
.wopop_store .inner {
	padding:0 25px !important;
}
}
/*21.11.25 shoplist*/
.partner_list_wrap{
  margin-top: 80px;
}
.partner_list_wrap #acMenu{
  border-bottom: 1px solid #000;
  margin-top: 10px;
}
.partner_list_wrap #acMenu dt{
  display: block;
  margin-bottom: 1px;
  padding: 23px;
  position: relative;
  border-top: 1px solid #000;
}
.partner_list_wrap #acMenu dd{
display:none;
}

.partner_list_wrap #acMenu dt:after{
  box-sizing: border-box;
content:"＋";
  display: block;
  height: 52px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0px;
font-size:22px;
}
.partner_list_wrap #acMenu dt.area_active:after{
content:"－";
}
.partner_list_wrap #acMenu dd h4{
border-bottom:none;
margin-bottom:.5em;
line-height: 1.4;
font-size: 14px;
}
.partner_list_wrap #acMenu dd h4 span{
  font-size: 18px;
}
.partner_list_wrap #acMenu dd p{
margin-bottom:0;
}
.partner_list_wrap #acMenu dd li{
  border-bottom: .5px solid #848484;
  margin-bottom: 20px;
  padding-bottom: 20px;
word-break:break-all;
}
.partner_list_wrap #acMenu dd li .wopop_store_name::after {
content: none;
}

.partner_list_wrap #acMenu dd li:last-child{
  border:none;
}
.partner_list_wrap #acMenu dd li .wopop_store_texts{
  margin-right: 50px;
}
@media screen and (max-width: 400px) {
  .partner_list_wrap #acMenu dd h4{
    font-size: 12px;
  }
  .partner_list_wrap #acMenu dd h4 span{
    font-size: 14px;
  }
 .partner_list_wrap #acMenu dd li .wopop_store_texts{
    margin-right: 0;
  }
  
}
/*# sourceMappingURL=wo-popcorn.css.map */