@charset "UTF-8";


#gobig {
  scroll-behavior: smooth;
}

/* 英語版から移行 */
#gobig main > div{
  max-width: 100%!important;
  padding-left: 40px;
  padding-right: 40px;
}
#gobig  .responsive-bg-image-1 {
    background-image:url("/wp-content/themes/usblueberry/asset/img/gobig/blueberry-go-big.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#gobig .billboard .content-wrapper h1 {
  /* font-family: 'piepie'; */
  /* font-weight: 400; */
  color: #bfced6 !important;
  text-transform: uppercase;
  font-size: 112px;
  line-height: .85;
  /* transform: scaleY(1.2); */
  margin-bottom: 20px;
  /* text-shadow: 0px 3px 13px rgba(0, 0, 0, 0.56); */
  letter-spacing: -0.05em;
}
#gobig .billboard .content-wrapper h1:before {
  content: 'Blueberries';
  /* font-weight: 400; */
  text-transform: capitalize;
  color: #fff !important;
  display: block;
  font-size: 60px;
  /* transform: scaleY(.9); */
  letter-spacing: 0.03em;
}
#gobig .billboard .content-wrapper p {
  margin-top: 30px;
  /* max-width: 534px; */
  font-size: 1rem;
}

#gobig .button, #gobig .nf-next, #gobig .nf-previous{
  background-color: #012169;
}

#gobig .gobig_h2 {
  /* font-family: 'piepie'; */
  color: #21304f;
  font-size: 55px;
  /* font-weight: 400; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#gobig .gobig_h2:after {
  content: '';
  display: block;
  width: 46px;
  height: 4px;
  background-color: #418FDE;
}

#gobig .gobig_recipes figure a{
  display: block;
}

#gobig .wp-blocks>*+*{
  margin-top: 30px;
}

#gobig .mx-565{
  max-width: 565px!important;
}


#gobig .gobig_grid .gobig_imagetext h3{
  /* font-family: 'piepie'; */
  font-size: 55px;
  margin-bottom: 15px;
  /* font-weight: 400; */
}

/* #gobig .gobig_grid .gobig_imagetext .alt-wp-block-media-text__content{
  align-self: center;
  padding: 80px;
} */


#gobig .gobig_imagetext2 h3{
  /* font-family: 'piepie'; */
  font-size: 55px;
  margin-bottom: 15px;
  /* font-weight: 400; */
}

/* #gobig .gobig_imagetext2 .alt-wp-block-media-text__content{
  padding-left: 0;
  padding-right: 100px;
} */

#gobig .gobig_imagetext2{
  max-width: 1280px!important;
  padding-left: 40px;
  padding-right: 40px;
}

#gobig .gobig_grid .gobig_imagetext{
  margin-top: 0;
}

#gobig .gobig_grid{
  margin-top: 72px;
  max-width: 100%!important;
}

/* .gobig_grid .alt-wp-block-group__inner-container {
  max-width: 1400px;
  margin: 0 auto;
} */

#gobig .gobig_grid .is-layout-constrained{
  --st-space: 1.423828125rem;
  --st-align: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-content: var(--st-align);

}
/* #gobig .alt-wp-block-media-text {
  direction: ltr;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
} */

#gobig .gobig_recipes,
#gobig .gobig_videos{
  max-width: 1280px!important;
  padding-left: 40px;
  padding-right: 40px;
  gap: 20px; /* 15px→20px */
}

#gobig .gobig_recipes h4{
  font-size: 21px;
  font-weight: 600;
}

#gobig .responsive-bg-image-1{
  background-position: center;
}


@media screen and (max-width: 1200px) {
  #gobig main > div{
    padding: 0!important;
  }
  #gobig .gobig_grid .gobig_imagetext .wp-block-media-text__content {
    padding: 100px;
  }
  #gobig .gobig_recipes h4 {
    font-size: 16px;
  }
  #gobig .gobig_imagetext2 h3{
    font-size: 45px;
  }
  #gobig .gobig_grid .gobig_imagetext h3{
    font-size: 45px;
  }
}


@media screen and (max-width: 1023px) {
  #gobig .gobig_grid .gobig_imagetext .wp-block-media-text__content {
    padding: 35px;
  }
}

@media screen and (max-width: 781px) {
  #gobig .gobig_recipes img{
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #gobig .billboard .content-wrapper h1{
    font-size: 60px;
  }
  #gobig .gobig_imagetext2 .u-flex{
    justify-content: center;
  }
  #gobig .billboard .content-wrapper h1:before{
    font-size: 33px;
  }
  #gobig .billboard .content-wrapper p{
    font-size: 16px;
  }
  #gobig .gobig_h2{
    font-size: 35px;
    padding: 0 20px;
  }
  #gobig p{
    font-size: 16px;
  }
  #gobig p.has-medium-font-size{
    font-size: 16px!important;
  }
  #gobig .gobig-medium-font-size{
    font-size: 16px;
  }
  #gobig .mx-565{
    padding: 0 20px;
  }
  #gobig .gobig_grid .gobig_imagetext h3{
    font-size: 30px;
  }
  #gobig .gobig_grid .gobig_imagetext p{
    font-size: 16px!important;	
  }
  #gobig .gobig_imagetext2 h3{
    font-size: 30px;
    margin-top: 20px;
  }
  #gobig .gobig_imagetext2 .wp-block-media-text__content{
    padding-right: 0;
  }
  #gobig .gobig_h2 br{
    display: none;
  }
  #gobig .gobig_grid{
    margin-top: 40px;
  }
  #gobig .gobig_grid .gobig_imagetext .wp-block-media-text__content {
        padding: 30px;
    }
  #gobig .wp-block-spacer{
    height: 40px!important;
  }
}
/* 日本語版ここから */
#gobig .decorative[class*=-curves][class*=left]:before,
#gobig .decorative[class*=-curves][class*=right]:after {
  display: none;
}
@media only screen and (min-width: 1201px) {
  #gobig .l-center.-mw\:1200 {
      padding: 0;
      width: 100%;
  }
}
#gobig .br-sp{
  display: none;
}
#gobig .br-pc{
  display: block;
}
@media screen and (max-width: 600px) {
  #gobig .br-sp{
    display: block;
  }
  #gobig .br-pc{
    display: none;
  }
}
#gobig .ja-bodyfont-size{
  font-size: 16px;
}
@media (min-width: 600px) and (max-width: 781px) {
  #gobig .wp-block-column:nth-child(2n) {
      margin-left: 0;
  }
}
#gobig .gobig_recipes h4{
  margin-top: 16px;
}
#gobig .gobig_recipes h4 a {
  color: #012169;
  font-size: 16px;
}
#gobig .ja-subtitle-font{
  font-size: 20px;
}
#gobig .ja-sns-button{
  gap: 32px;
}
#gobig .ja-sns-button a{
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 10px;
  padding-bottom: 10px;
  width: 140px;
}
#gobig .ja-sns-button a:first-of-type{
  font-size: 24px;
}
#gobig .ja-sns-button a:last-of-type{
  font-size: 16px;
}

#gobig .gobig_videos video{
  border-radius: 20px;
  max-width: none;
  display: block;
}
/* 日本語版ここまで */




