@charset "UTF-8";
/* ==========================================================================
   HEAD
   ======================================================================= */

#v2-gfooter {
  margin-top: 0;
}

.section-head {
  background: #FBF62C;
}
.head__body{
  width: 100%;
}
@media all and (min-width: 768px){
  .head__body{
    background: url(../img/point/top_img.png) no-repeat;
    background-size: contain;
    position: relative;
    margin:0 auto;
    width: 100%;
    max-width: 1024px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
  }
  .head__body::before{
    content: "";
    display: block;
    padding-top: 31.73%;
  }
}
@media all and (max-width: 767px){
  .head__body{
    background: url(../img/point/top_img.png) no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
  }
  .head__body::before{
    content: "";
    display: block;
    padding-top: 37%;
  }
}




/* ==========================================================================
   main
   ======================================================================= */
.section-point {
  background: #FBF62C;
}
.point__title span,
.point__title-collabo span,
.recipe01__name-collabo span,
.stitle01 span,
.stitle02 span,
.stitle03 span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  display: block;
}
.point__title::after,
.point__title-collabo::after,
.recipe01__name-collabo::after,
.stitle01::after,
.stitle02::after,
.stitle03::after {
  content: '';
  display: block;
}
.point__title {
  background: url(../img/point/stitle.png) 0 0 no-repeat;
  background-size: cover;
}
.stitle01 {
  background: url(../img/point/img_point1.png) 0 0 no-repeat;
  background-size: cover;
}
.stitle02 {
  background: url(../img/point/img_point2.png) 0 0 no-repeat;
  background-size: cover;
}
.stitle03 {
  background: url(../img/point/img_point3.png) 0 0 no-repeat;
  background-size: cover;
}
.section-point img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.recipe01__movie-collabo {
  position:relative;
  padding-top: 56.15%
}
.recipe01__movie-collabo  iframe {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {
  .point-recipe {
    padding: 58px 0 50px 0;
  }
  .point-method {
    padding-bottom: 50px;
  }
  .point__title{
    width: 90%;
    margin: 0 auto 2%;
  }
  .point__title::after{
    padding-top: 6.718%;
  }
  .point__title-collabo{
    width: 90%;
    margin: 0 auto 4%;
    background: url(../img/point/collabo_stitle.png) 0 0 no-repeat;
    background-size: cover;
  }
  .point__title-collabo::after{
    padding-top: 12%;
  }
  .recipe01__name-collabo {
    width: 49%;
    margin: 3% auto 1%;
    background: url(../img/point/collabo_name.png) 0 0 no-repeat;
    background-size: cover;
  }
  .recipe01__name-collabo::after{
    padding-top: 10%;
  }
  .recipe01 {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 1.8%;
    box-shadow:0px 0px 4px 2px rgba(0,0,0,0.05);
/*    border-radius: 10px;*/
    background: #FFF;
  }
  .recipe01__img {
    width: 100%;
    height: 100%;
  }
  .recipe01__img img {
    border-radius: 10px 10px 0 0;
  }
  .recipe01__item {
    display: flex;
    padding: 3% 10%;
    font-weight: bold;
    font-size: 160%;
    line-height: 1.75;
  }
  .recipe01__item-text {
    width: 20%;
  }
  .recipe01__list {
    width: 80%;
    margin: 0 auto;
  }
  .recipe01__list dt {
    display: flex;
    align-items: center;
    float: left;
    width: 65%;
    margin-right: .8em;
  }
  .recipe01__list dt::after {
    content: "";
    flex-grow: 1;
    border-top: 2px dotted #e60012;
    display: block;
    margin-left: .8em;
  }
  .recipe01__list dt:last-child:after {
    border: none;
  }
  /*method*/
  .method__body {
  }
  .methodUnit {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    box-shadow:0px 0px 4px 2px rgba(0,0,0,0.05);
    border-radius: 10px;
    background: #FFF;
  }
  .methodUnit::after {
    content:"";
    position:absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f39800;
  }
  .methodUnit:last-child:after {
    border:none;
  }
  .method__img {
    position: relative;
    top: -0.5px;
    width: 27%;
    height: auto;
  }
  .method__img img {
    border-radius: 10px 0 0 10px;
  }
  .method__text {
    font-weight: bold;
    font-size: 160%;
    line-height: 1.75;
    width: 60%;
    margin: 0 auto;
  }
  .method__sub {
    display: flex;
    align-items: center;
  }
  .stext {
    color: #e60012;
    width: 100%;
  }
  .stitle01,
  .stitle02,
  .stitle03 {
    width: 14%;
    margin: 5px 10px 5px 0;
  }
  .stitle01::after,
  .stitle02::after,
  .stitle03::after {
    padding-top: 100%;
  }
}

@media all and (min-width: 768px) and (max-width: 959px){
  .recipe01__item {
    font-size: 130%;
  }
  .method__text {
    font-size: 130%;
  }
}
@media all and (max-width: 767px){
  .point-recipe {
    padding: 3% 0 10% 0;
  }
  .point-method {
    padding-bottom: 5%;
  }
  .point__title{
    width: 90%;
    margin: 0 auto 2%;
  }
  .point__title::after{
    padding-top: 6.718%;
  }
  .point__title-collabo {
    width: 95%;
    margin: 0 auto 5%;
    background: url(../img/point/collabo_stitle_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .point__title-collabo::after {
    padding-top: 12%;
  }
  .recipe01__name-collabo {
    width: 70%;
    margin: 3% auto;
    background: url(../img/point/collabo_name_sp.png) 0 0 no-repeat;
    background-size: cover;
  }
  .recipe01__name-collabo::after {
    padding-top: 10%;
  }
  .recipe01{
    box-shadow:0px 0px 4px 2px rgba(0,0,0,0.05);
/*    border-radius: 10px;*/
    background: #FFF;
    margin-bottom: 15px;
  }
  .recipe01__img {
    width: 100%;
    height: 100%;
  }
  .recipe01__img img {
    border-radius: 10px 10px 0 0;
  }
  .recipe01__item {
    padding: 3% 5%;
    font-weight: bold;
    font-size: 2.8vw;
    line-height: 1.5;
  }
  .recipe01__list {
    margin-bottom: 1.5em;
  }
  .recipe01__list dt {
    display: flex;
    align-items: center;
    float: left;
    width: 65%;
    margin-right: .8em;
  }
  .recipe01__list dt:last-child {
    margin-right: 0;
    width: 100%;
  }
  .recipe01__list dt::after {
    content: "";
    flex-grow: 1;
    border-top: 2px dotted #e60012;
    display: block;
    margin-left: .8em;
  }
  .recipe01__list dt:last-child:after {
    border: none;
    margin-left: 0;
  }
  /*method*/
  .methodUnit {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 40px;
    box-shadow:0px 0px 4px 2px rgba(0,0,0,0.05);
    border-radius: 10px;
    background: #FFF;
  }
  .methodUnit::after {
    content:"";
    position:absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f39800;
  }
  .methodUnit:last-child:after {
    border:none;
  }
  .method__img {
    position: relative;
    top: -1px;
    width: 100%;
    height: auto;
  }
  .method__img img {
    border-radius: 10px 10px 0 0;
  }
  .method__text {
    font-weight: bold;
    font-size: 120%;
    line-height: 1.5;
    margin: 0 auto;
    padding: 3% 5%;
  }
  .method__sub {
    display: flex;
    align-items: center;
  }
  .stext {
    color: #e60012;
    width: 100%;
  }
  .stitle01,
  .stitle02,
  .stitle03 {
    width: 14%;
    margin: 5px 10px 5px 0;
  }
  .stitle01::after,
  .stitle02::after,
  .stitle03::after {
    padding-top: 99.4%;
  }

}
