@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

#jagarico2021 html {
  font-size: 62.5%;
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "verdana", sans-serif;
}

#jagarico2021 body {
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "verdana", sans-serif;
  color: #333333;
  height: 100%; 
}
#jagarico2021 p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "verdana", sans-serif;
}
#jagarico2021 h3 {
  color: white;
}
#jagarico2021 div {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "verdana", sans-serif;
}

#jagarico2021 a {
  color: #333333;
  cursor: pointer;
  text-decoration: none; 
}
#jagarico2021 .p100 {
  width: 100%;
}
#jagarico2021{
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#jagarico2021 img{
  vertical-align: middle;
}
#jagarico2021 .mt10{
  margin-top: 10px;
}
#jagarico2021 .attention_font{
  font-size: 14px;
}
#jagarico2021 .mask{
  background-color: black;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#jagarico2021 .mask_text{
  color: white;
  font-size: 40px;
  line-height: 1.3;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  z-index: 100;
}


#jagarico2021 .pc{display: block;}
#jagarico2021 .sp{display: none;}

#jagarico2021 .w980{
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#jagarico2021 .sec_mt{
  margin-top: 5%;
}

/* アニメーション */
#jagarico2021 .fadein {
  opacity: 0;
  transform : translate(0, 200px);
  transition : all 0.5s;
}

#jagarico2021 .fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
#jagarico2021 .mv_cloud{
  animation: cloud 180s linear infinite;
  background: url(../img/cloud.png);
  background-position-x: 0%;
  background-position-y: 35%;
  background-repeat: repeat-x;
  background-size: 180% auto;
  height: 22vw;
}  
@keyframes cloud {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -2000px;
  }
}

#jagarico2021 .mv_kirin_01 {
  animation: bounce 1.8s linear 0s infinite;
}
#jagarico2021 .mv_kirin_02 {
  animation: bounce 1.8s linear 0s infinite;
  animation-delay:0.5s;
}
#jagarico2021 .mv_kirin_03 {
  animation: bounce 1.8s linear 0s infinite;
  animation-delay:1s;
}
#jagarico2021 .mv_kirin_05 {
  animation: bounce 1.8s linear 0s infinite;
  animation-delay:1.5s;
}
#jagarico2021 .mv_kirin_07 {
  animation: bounce02 1.8s linear 0s infinite;
  animation-delay:1.3s;
}
#jagarico2021 .sec01_complete_kirin._01 {
  animation: bounce02 1.8s linear 0s infinite;
}
#jagarico2021 .sec01_complete_kirin._02 {
  animation: bounce02 1.8s linear 0s infinite;
  animation-delay:1.0s;
}
#jagarico2021 .sec01_complete_kirin._03 {
  animation: bounce02 1.8s linear 0s infinite;
  animation-delay:0.5s;
}
#jagarico2021 .sec01_complete_kirin._04 {
  animation: bounce02 1.8s linear 0s infinite;
  animation-delay:1.5s;
}
@keyframes bounce {
  0%   { transform: translate(0%, 0%); }
  5%  { transform: translate(0%, 5%); }
  20%  { transform: translate(0%, 10%); }
  25%  { transform: translate(0%, 0%); }
  30%  { transform: translate(0%, -15%); }
  36%  { transform: translate(0%, -3%); }
  42%  { transform: translate(0%, 10%); }
  50% { transform: translate(0%, 0%); }
  100% { transform: translate(0%, 0%); }
}
@keyframes bounce02 {
  0%   { transform: translate(0%, 0%); }
  5%  { transform: translate(0%, 5%); }
  20%  { transform: translate(0%, 10%); }
  25%  { transform: translate(0%, 0%); }
  30%  { transform: translate(0%, -25%); }
  36%  { transform: translate(0%, -3%); }
  42%  { transform: translate(0%, 10%); }
  50% { transform: translate(0%, 0%); }
  100% { transform: translate(0%, 0%); }
}

#jagarico2021 .icon_now{
  background-color: #009cff;
  width: 7%;
  height: 36%;
  border-radius: 50%;
  position: absolute;
  top: 32%;
  left: 1.4%;
  z-index: 1;
  animation: light 1.8s linear 0s infinite;
}
@keyframes light {
  0%   { transform: scale(1);opacity: 1; }
  100%   { transform: scale(2.5);opacity: 0; }
}

#jagarico2021 .mv_bg{
  background-image: url(../img/pc_mv_bg.png);
  background-size: cover;
  width: 100%;
  min-height: 500px;
  height: 62vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 5;
}
#jagarico2021 .mv_bits{
  width: 80%;
  position: absolute;
  top: -12%;
  left: 55%;
  transform: translateX(-50%) scale(0.1);
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
#jagarico2021 .mv_bits._anim{
  width: 80%;
  position: absolute;
  top: -12%;
  left: 55%;
  transform: translateX(-50%) scale(1);
  z-index: 1;
  opacity: 1;
}
#jagarico2021 .mv_package{
  width: 25%;
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%) scale(0.1);
  z-index: 0;
  opacity: 0;
  transition: 0.5s;
}
#jagarico2021 .mv_package._anim{
  width: 25%;
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%) scale(1);
  z-index: 0;
  opacity: 1;
  transition: 0.5s;
}
#jagarico2021 .mv_title{
  width: 56%;
  position: absolute;
  top: 13%;
  left: 46%;
  transform: translateX(-50%) scale(3);
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
}
#jagarico2021 .mv_title._anim{
  width: 76%;
  position: absolute;
  top: 5%;
  left: 46%;
  transform: translateX(-50%) scale(1);
  z-index: 3;
  opacity: 1;
}
#jagarico2021 .mv_illust_02{
  width: 100%;
  margin-top: -7%;
}  
#jagarico2021 .mv_kirin{
  opacity: 0;
  transition: 1.0s;
}  
#jagarico2021 .mv_kirin._anim{
  opacity: 1;
  transition: 1.0s;
}  
#jagarico2021 .mv_kirin_01{
  width: 5%;
  position: absolute;
  bottom: 48%;
  right: 9%;
  z-index: 0;
}
#jagarico2021 .mv_kirin_02{
  width: 5%;
  position: absolute;
  bottom: 33%;
  left: 14%;
  z-index: 0;
}
#jagarico2021 .mv_kirin_03{
  width: 5%;
  position: absolute;
  bottom: 27.8%;
  left: 78%;
  z-index: 0;
}
#jagarico2021 .mv_kirin_04{
  width: 11%;
  position: absolute;
  bottom: 30%;
  right: 33%;
  z-index: 0;
}
#jagarico2021 .mv_kirin_05{
  width: 5%;
  position: absolute;
  bottom: 37%;
  left: 2%;
  z-index: 0;
}
#jagarico2021 .mv_kirin_06{
  width: 12%;
  position: absolute;
  bottom: 34%;
  left: 0%;
  z-index: 0;
}
#jagarico2021 .mv_kirin_07{
  width: 6.5%;
  position: absolute;
  bottom: 22%;
  left: 25%;
  z-index: 5;
}
#jagarico2021 .mv_comment{
  opacity: 0;
  transition: 1s;
  margin-top: 0%;
  z-index: 8;
}
#jagarico2021 .mv_comment._anim{
  opacity: 1;
  margin-top: 0;
  z-index: 8;
}
#jagarico2021 .mv_comment_position{
  width: 76%;
  position: absolute;
  bottom: 10%;
  left: 48%;
  transform: translateX(-50%);
  z-index: 5;
}
#jagarico2021 .btn{
  width: 46%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14%;
}
#jagarico2021 .btn._nomal{
  width: 46%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}
#jagarico2021 .title_size{
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  text-align: center;
}
#jagarico2021 .title_size._top{
  margin-top: 60px;
}
#jagarico2021 .title_size img{
  width: 90%;
}
#jagarico2021 .sec01_anc_box{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#jagarico2021 .sec01_anc_box img{
  width: 90%;
}
#jagarico2021 .sec01_anc{
  width: 50%;
  margin-top: 5%;
}
#jagarico2021 .sec01_tab{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
#jagarico2021 .sec01_tab::after{
  content: "";
  background-image: url(../img/arrow.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top:50%;
  transform: translateY(-50%) rotate(180deg);
  right: 3%;
  background-repeat: no-repeat;
  transition: 0.5s;
}
#jagarico2021 .sec01_tab._open::after{
  transform: translateY(-50%) rotate(0deg);
}
#jagarico2021 .sec01_tab img{
  width: 100%;
}
#jagarico2021 .sec01_box{
  margin-top: -1%;
  max-width: 980px;
  width: 90%;
  border-radius: 0 0 12px 12px;
  padding:0 3%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
#jagarico2021 .sec01_box._blue{
  border: 4px solid #0078ff;
}
#jagarico2021 .sec01_box._green{
  border: 4px solid #009a5a;
}
#jagarico2021 .sec01_box._orange{
  border: 4px solid #fc3636;
}
#jagarico2021 .sec01_box._yellow{
  border: 4px solid #ff7e00;
}
#jagarico2021 .sec01_step{
  border-radius: 50%;
  padding: 1.5%;
  width: 10%;
  margin-right: 20px;
  z-index: 3;
}
#jagarico2021 .sec01_step img{
  width: 100%;
}
#jagarico2021 .sec01_step._blue{
  background-color: #009cff;
}
#jagarico2021 .sec01_step._now{
  background-color: #009cff;
}
#jagarico2021 .sec01_step._green{
  background-color: #009a5a;
}
#jagarico2021 .sec01_step._orange{
  background-color: #fc3636;
}
#jagarico2021 .sec01_step._yellow{
  background-color: #ff7e00;
}
#jagarico2021 .sec01_box_content{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5% 0;
  position: relative;
}
#jagarico2021 .sec01_box_content._icon01{
  background-image: url(../img/step_icon_01.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
#jagarico2021 .sec01_box_content._icon02{
  background-image: url(../img/step_icon_02.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
#jagarico2021 .sec01_box_content._icon03{
  background-image: url(../img/step_icon_03.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20%;
}
#jagarico2021 .sec01_box_content._icon04{
  background-image: url(../img/step_icon_04.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
#jagarico2021 .sec01_box_content._icon05{
  background-image: url(../img/step_icon_05.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
#jagarico2021 .sec01_box_content._icon06{
  background-image: url(../img/step_icon_06.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
#jagarico2021 .sec01_box_content._icon07{
  background-image: url(../img/step_icon_07.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
#jagarico2021 .sec01_box_content._icon08{
  background-image: url(../img/step_icon_08.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
#jagarico2021 .sec01_box_content._icon09{
  background-image: url(../img/step_icon_09.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
#jagarico2021 .sec01_box_content._icon10{
  background-image: url(../img/step_icon_10.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
#jagarico2021 .sec01_box_content._icon11{
  background-image: url(../img/step_icon_11.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
#jagarico2021 .sec01_box_content._icon12{
  background-image: url(../img/step_icon_12.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
#jagarico2021 .sec01_box_text{
  font-size: 26px;
  text-align: left;
  color: black;
  line-height: 1.2;
  font-weight: bold;
  font-feature-settings: "palt";
}
#jagarico2021 .sec01_box_text.taste_mb{
  text-align: center;
  margin: 20px 0;
}
#jagarico2021 .sec01_box_note{
  font-size: 24px;
  text-align: left;
  color: #888888;
  margin-top: 6px;
  font-feature-settings: "palt";
}
#jagarico2021 ._bluebig{
  font-size: 32px;
  color: #009cff;
}
#jagarico2021 ._greenbig{
  font-size: 32px;
  color: #009a5a;
}
#jagarico2021 ._orangebig{
  font-size: 32px;
  color: #fc3636;
}
#jagarico2021 ._yellowbig{
  font-size: 32px;
  color: #ff7e00;
}
#jagarico2021 ._underline{
  background:linear-gradient(transparent 70%, #FFFF00 0%);
}
#jagarico2021 .dot_border{
  border: dashed 1px #009cff;
}
#jagarico2021 .dot_border._green{
  border: dashed 1px #009a5a;
}
#jagarico2021 .dot_border._orange{
  border: dashed 1px #fc3636;
}
#jagarico2021 .dot_border._yellow{
  border: dashed 1px #ff7e00;
}
#jagarico2021 .js_tab_open:hover{
  cursor: pointer;
}
#jagarico2021 .sec01_complete_bg{
  background-image: url(../img/pc_sec01_complete_bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: -15%;
  min-height: 300px;
}
#jagarico2021 .sec01_complete_box{
  padding-top: 15%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 3%;
}
#jagarico2021 .sec01_complete_main{
  padding-right: 1.8%;
  width: 60%;
}
#jagarico2021 .sec01_complete_main img{
  width: 100%;
}
#jagarico2021 .sec02_wrap{
  overflow: hidden;
  margin-top: 10%;
}
#jagarico2021 .sec02_bg_position{
  position: absolute;
  top:-200%;
  left: 0;
}
#jagarico2021 .sec01_complete_wrap{
  overflow: hidden;
}
#jagarico2021 .sec02_bg{
  background-color: #ff7e00;
  text-align: center;
  padding:5% 0 15%;
  min-height: 300px;
  border-bottom-right-radius: 2000px 300px;
  border-bottom-left-radius: 2000px 300px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
}
#jagarico2021 .sec02_lead_text{
 background-color: white;
 max-width: 980px;
 width: 90%;
 padding: 2%;
 margin-top: 3%;
 border-radius: 12px;
 margin-left: auto;
 margin-right: auto;
 font-size: 24px;
 font-weight: bold;
 color: black;
 line-height: 1.5;
 z-index: 3;
 font-feature-settings: "palt";
 position: relative;
}
#jagarico2021 .sec02_lead_text_big{
 color: #009cff;
 font-size: 32px;
 background:linear-gradient(transparent 70%, #FFFF00 0%);
}
#jagarico2021 .example{
  font-size: 24px;
  color: #888888;
 }
#jagarico2021 .sec01_complete_text_size{
 width: 90%;
 max-width: 603px;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 padding-bottom: 5%;
}
#jagarico2021 .sec01_complete_text_size img{
 width:100%;
}
#jagarico2021 .sec01_complete_title_size{
  padding-top: 3%;
  max-width: 970px;
  width: 90%;
}
#jagarico2021 .sec02_lead_kirin_posiiton{
  transition: 0.8s;
  width: 20%;
  position: absolute;
  bottom: 94%;
  right: 0%;
  z-index: 0;
  opacity: 0;
}
#jagarico2021 .sec02_lead_kirin_posiiton._anim{
    bottom: 114%;
    opacity: 1;
}
#jagarico2021 .sec02_present_wrap{
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#jagarico2021 .ugc_box{
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-radius: 12px;
  overflow-y:scroll;
  padding: 3%;
  height: 60vw;
  max-height: 500px;
  margin-top: 3%;
}
#jagarico2021 .sec03_box{
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-radius: 12px 12px 0 0;
  padding: 3%;
  margin-top: 60px;
  text-align: center;
}
#jagarico2021 .sec04_box{
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-radius: 12px;
  padding: 3%;
  margin-top: 40px;
  text-align: center;
  height: 60vw;
  overflow-y: scroll;
  max-height: 500px;
}
#jagarico2021 .sec03_point_box{
  color: white; 
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #009a5a;
  border-radius: 0 0 12px 12px;
  padding: 3%;
  text-align: center;
}
#jagarico2021 .sec03_text_size{
  max-width: 540px;
  width: 90%;
  margin-top: -7%;
}
#jagarico2021 .sec03_text{
  font-weight: bold;
  color: black;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
  font-feature-settings: "palt";
  font-size: 28px;
}
#jagarico2021 .sec03_text_red{
  color: #e60012;
  font-size: 32px;
  background:linear-gradient(transparent 70%, #FFFF00 0%);
}
#jagarico2021 .sec03_text_big{
  font-size: 40px;
}
#jagarico2021 .sec03_text_bigred{
  font-size: 50px;
  color: #e60012;
}
#jagarico2021 .engp-point-window .input{
  margin-top: 12px;
}
#jagarico2021 .result{
  color: black;
}
#jagarico2021 .atmark{
  color: #888;
}
#jagarico2021 .sec03_note{
  color: white;
  font-size: 16px;
  margin-top: 32px;
}
#jagarico2021 .sec03_note._gray{
  color: #888;
  line-height: 1.3;
  margin-top: 0;
}
#jagarico2021 .sec04_bg{
  background-color: #fffde1;
  padding:5% 0 30%;
  margin-top: 10%;
}
#jagarico2021 .sec04_note{
  font-size: 20px;
  text-align: left;
  line-height: 1.2;
}
#jagarico2021 .sec04_mail_title{
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #009a5a;
  color: white;
  line-height: 1.2;
  font-size: 32px;
  margin-top: 3%;
  font-weight: bold;
  padding: 2%;
  text-align: center;
}
#jagarico2021 .sec04_mail_box{
  background-color: white;
  padding:3% 0;
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
#jagarico2021 .sec04_mail{
  color: #009a5a;
  font-size: 40px;
}
#jagarico2021 .sec04_mail_text{
  color: black;
  font-size: 20px;
  margin-top: 3%;
  line-height: 1.2;
}
#jagarico2021 .sec02_icon_position{
  position: absolute;
  top: 0;
  left: 0;
}

/* 追尾 */
#jagarico2021 .fix_btn{
  background: -moz-linear-gradient(top, transparent, #555);
  background: -webkit-linear-gradient(top, transparent, #555);
  background: linear-gradient(to bottom, transparent, #555);
  position: fixed;
  padding: 3%;
  bottom:0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-top:20px;
}
#jagarico2021 .sp_fix_btn{
  padding: 3%;
  background: -moz-linear-gradient(top, transparent, #555);
  background: -webkit-linear-gradient(top, transparent, #555);
  background: linear-gradient(to bottom, transparent, #555);
  position: fixed;
  bottom:0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-top:20px;
}
#jagarico2021 .sp_fix_btn img{
  width:90%;
}
#jagarico2021 .fix_btn img{
  width:500px;
}
#jagarico2021 .bits_position{
  width: 20%;
  position: absolute;
}
#jagarico2021 .bits_position._left{
  left: -8%;
  top:35%;
  animation: rorate01 1s linear alternate-reverse infinite;
}
#jagarico2021 .bits_position._right{
  right: -4%;
  top:75%;
  animation: rorate02 1s linear alternate-reverse infinite;
}
#jagarico2021 .follow_text{
  font-weight: bold;
  color: black;
  text-align: center;
  margin-bottom: 12px;
  font-size: 26px;
}
#jagarico2021 .follow_text._white{
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 12px;
  font-size: 26px;
  margin-top: 40px;
}
#jagarico2021 .btn_follow{
  max-width: 500px;
  width: 80%;
  margin-bottom: 3%;
}
#jagarico2021 .btn_case_size{
  max-width: 500px;
  width: 80%;
  margin-bottom: 3%;
  margin-top: 2%;
}
#jagarico2021 .sec03_attention_box{
  max-width: 700px;
  width: 90%;
  padding: 2%;
  border: solid 2px #fff000;
  font-size: 20px;
  text-align: center;
  color: black;
  margin: 10px auto 20px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
#jagarico2021 .anc_note{
  color: black;
  font-weight: bold;
  line-height: 1.5;
  font-size: 12px;
}
#jagarico2021 .anc_note._white{
  color: white;
  font-weight: bold;
  line-height: 1.5;
  font-size: 12px;
  text-align: left;
}
#jagarico2021 .white_text{
  color: white;
}
#jagarico2021 .clear_position{
  position: absolute;
  top:50%;
  right: -5%;
  transform: translateY(-50%);
  width: 30%;
}
#jagarico2021 .taste_mt{
  margin-top: 20px;
}
#jagarico2021 .taste_mb{
  margin-bottom: 40px;
}
#jagarico2021 .result_red_text{
  color: #e60012;
  font-size: 32px;
}
#jagarico2021 .resultBox{
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes rorate01 {
  0%   { transform: rotate(45deg); }
  100%   { transform: rotate(0deg); }
}
@keyframes rorate02 {
  0%   { transform: rotate(-45deg); }
  100%   { transform: rotate(0deg); }
}



@media screen and (max-width:767px){
  #jagarico2021 .pc{display: none;}
  #jagarico2021 .sp{display: block;}

  #jagarico2021 .mask{
    width: 98%;
    left: 1%;
  }
  #jagarico2021 .mask_text{
    font-size: 5.67vw;
  }


  #jagarico2021 .mv_cloud{
    animation: cloud 180s linear infinite;
    background: url(../img/cloud.png);
    background-position-x: 0%;
    background-position-y: 35%;
    background-repeat: repeat-x;
    background-size: 350% auto;
    height: 34vw;
  }
  
  /* MV */
  #jagarico2021 .mv_bg{
    background-image: url(../img/mv_bg.png);
    background-size: cover;
    width: 100%;
    min-height: 420px;
    height: 100vw;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  #jagarico2021 .mv_bits{
    width: 100%;
    position: absolute;
    top:-2%;
    left: 50%;
    transform: translateX(-50%) scale(0.1);
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
  }
  #jagarico2021 .mv_bits._anim{
    width: 100%;
    position: absolute;
    top:-2%;
    left: 50%;
    transform: translateX(-50%) scale(1);
    z-index: 1;
    opacity: 1;
  }
  #jagarico2021 .mv_package{
    width: 50%;
    position: absolute;
    top:10%;
    left: 50%;
    transform: translateX(-50%) scale(0.1);
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
  }
  #jagarico2021 .mv_package._anim{
    width: 50%;
    position: absolute;
    top:10%;
    left: 50%;
    transform: translateX(-50%) scale(1);
    z-index: 0;
    opacity: 1;
    transition: 0.5s;
  }
  #jagarico2021 .mv_title{
    width: 90%;
    position: absolute;
    top:13%;
    left: 50%;
    transform: translateX(-50%) scale(3);
    z-index: 3;
    opacity: 0;
    transition: 0.5s;
  }
  #jagarico2021 .mv_title._anim{
    width: 90%;
    position: absolute;
    top:13%;
    left: 50%;
    transform: translateX(-50%) scale(1);
    z-index: 3;
    opacity: 1;
  }
  #jagarico2021 .mv_illust_02{
    width: 100%;
    margin-top: 50%;
  }  
  #jagarico2021 .mv_kirin{
    opacity: 0;
    transition: 1.0s;
  }  
  #jagarico2021 .mv_kirin._anim{
    opacity: 1;
    transition: 1.0s;
  }  
  #jagarico2021 .mv_kirin_01{
    width: 12%;
    position: absolute;
    bottom: 19%;
    right: 3%;
    z-index: 0;
  }
  #jagarico2021 .mv_kirin_02{
    width: 10%;
    position: absolute;
    bottom:18%;
    left: 22%;
    z-index: 0;
  }
  #jagarico2021 .mv_kirin_03{
    width: 11%;
    position: absolute;
    bottom:12.8%;
    left: 38%;
    z-index: 0;
  }
  #jagarico2021 .mv_kirin_04{
    width: 27%;
    position: absolute;
    bottom:11%;
    right: 20%;
    z-index: 0;
  }
  #jagarico2021 .mv_kirin_05{
    width: 10%;
    position: absolute;
    bottom:16%;
    left: 2%;
    z-index: 0;
  }
  #jagarico2021 .mv_kirin_06{
    width: 15%;
    position: absolute;
    bottom:17%;
    left: 0%;
    z-index: 0;
  }
  #jagarico2021 .mv_kirin_07{
    width: 14%;
    position: absolute;
    bottom: 2%;
    right: 1%;
    z-index: 8;
  }
  #jagarico2021 .mv_comment{
    opacity: 0;
    transition: 1s;
    margin-top: 20%;
    z-index: 8;
  }
  #jagarico2021 .mv_comment._anim{
    opacity: 1;
    margin-top: 0;
  }
  #jagarico2021 .mv_comment_position{
    width: 90%;
    position: absolute;
    bottom:-9%;
    left: 48%;
    transform: translateX(-50%);
    z-index: 5;
  }
  #jagarico2021 .btn{
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 33%;
  }
  #jagarico2021 .btn._nomal{
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
  }
  #jagarico2021 .sec01_step{
    border-radius: 50%;
    padding: 1.8%;
    width: 15%;
    margin-right: 20px;
    z-index: 3;
  }
  #jagarico2021 .sec01_box._blue{
    border: 2px solid #0078ff;
  }
  #jagarico2021 .sec01_box._green{
    border: 2px solid #009a5a;
  }
  #jagarico2021 .sec01_box._orange{
    border: 2px solid #fc3636;
  }
  #jagarico2021 .sec01_box._yellow{
    border: 2px solid #ff7e00;
  }
  #jagarico2021 .sec01_box_text{
    font-size: 3.47vw;
    text-align: left;
    color: black;
    line-height: 1.2;
    font-weight: bold;
    font-feature-settings: "palt";
  }
  #jagarico2021 .sec01_box_note{
    font-size: 3.2vw;
    text-align: left;
    color: #888888;
    margin-top: 6px;
    font-feature-settings: "palt";
  }
  #jagarico2021 ._bluebig{
    font-size: 4.27vw;
    color: #009cff;
  }
  #jagarico2021 ._greenbig{
    font-size: 4.27vw;
    color: #009a5a;
  }
  #jagarico2021 ._orangebig{
    font-size: 4.27vw;
    color: #fc3636;
  }
  #jagarico2021 ._yellowbig{
    font-size: 4.27vw;
    color: #ff7e00;
  }
  #jagarico2021 .tab_arrow_size{
    width: 30%;
  }
  #jagarico2021 .sec01_complete_bg{
    background-image: url(../img/sec01_complete_bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: -25%;
    padding-bottom: 10%;
    padding-top: 26%;
  }
  #jagarico2021 .sec01_complete_box{
    /* padding: 5% 6%; */
    display: block;
  }
  #jagarico2021 .sec01_complete_title_size{
    padding-top: 3%;
    width: 80%;
  }
  #jagarico2021 .sec01_complete_kirin._01{
    position: absolute;
    width: 12%;
    top: 60%;
    left: 5%;
  }
  #jagarico2021 .sec01_complete_kirin._02{
    position: absolute;
    width: 12%;
    top: 60%;
    left: 20%;
  }
  #jagarico2021 .sec01_complete_kirin._03{
    position: absolute;
    width: 12%;
    top: 60%;
    right: 20%;
  }
  #jagarico2021 .sec01_complete_kirin._04{
    position: absolute;
    width: 12%;
    top: 60%;
    right: 5%;
  }
  #jagarico2021 .sec01_complete_kirin img{
   width: 100%;
  }
  #jagarico2021 .sec01_complete_main{
  padding-left: inherit;
  padding-right: inherit;
   width: 98%;
   margin-left: auto;
   margin-right: auto;
  }
  #jagarico2021 .sec01_complete_main img{
   width: 100%;
  }
  #jagarico2021 .sec02_title_size{
   width: 60%;
  }
  #jagarico2021 .sec02_lead_text{
    font-size: 3.74vw;
    border-radius: 6px;
   }
   #jagarico2021 .sec02_lead_text_big{
    font-size: 4.8vw;
   }
   #jagarico2021 .example{
    font-size: 3.2vw;
    color: #888888;
   }

   #jagarico2021 .sec02_bg{
    text-align: center;
    padding:5% 0 20%;
    min-height: 300px;
    border-bottom-right-radius: 2000px 300px;
    border-bottom-left-radius: 2000px 300px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
  }
  #jagarico2021 .sec03_box{
    max-width: 980px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 6px 6px 0 0 ;
    padding: 3%;
    margin-top: 8%;
    text-align: center;
  }
  #jagarico2021 .sec03_point_box{
    max-width: 980px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    background-color: #009a5a;
    border-radius:0 0 6px 6px;
    padding: 7% 3%;
    text-align: center;
  }
  #jagarico2021 .sec03_present_img_box{
    width: 100%;
    height: 40vw;
    position: relative;
  }
  #jagarico2021 .sec03_present_img_size img{
    width: 100%;
  }
  #jagarico2021 .sec03_present_img_size{
    position: absolute;
    width: 110%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #jagarico2021 .sec03_text{
    font-size: 3.74vw;
  }
  #jagarico2021 .sec03_text_red{
    font-size: 4.27vw;
  }
  #jagarico2021 .sec03_text_big{
    font-size: 5.34vw;
  }
  #jagarico2021 .sec03_text_bigred{
    font-size: 6.67vw;
  }
  #jagarico2021 .sec03_note{
    color: white;
    font-size: 2.67vw;
    margin-top: 3%;
  }
  #jagarico2021 .engp-point-window .title{
    font-size: 4.27vw;
  }
  #jagarico2021 .sec04_note{
    font-size: 2.67vw;
  }
  #jagarico2021 .sec04_box{
    margin-top: 3%;
  }
  #jagarico2021 .sec04_mail_title{
    font-size: 4.27vw;
  }
  #jagarico2021 .sec04_mail{
    font-size: 5.34vw;
  }
  #jagarico2021 .sec04_mail_text{
    font-size: 2.67vw;
  }
  #jagarico2021 .icon_size{
    width: 15%;
  }
  #jagarico2021 .sec02_bg_position{
    width: 50%;
    position: absolute;
    top:-200%;
    left: 0;
  }
  #jagarico2021 .bits_position{
    width: 20%;
    position: absolute;
  }
  #jagarico2021 .bits_position._left{
    left: -8%;
    top:33%;
    animation: rorate01 1s linear alternate-reverse infinite;
  }
  #jagarico2021 .bits_position._right{
    width: 30%;
    right: -8%;
    top:59%;
    animation: rorate02 1s linear alternate-reverse infinite;
  }
  #jagarico2021 .follow_text{
    font-size: 4.67vw;
  }
  #jagarico2021 .follow_text._white{
    color: white;
    font-size: 4.67vw;
    margin-top: 8%;
  }
  #jagarico2021 .btn_follow{
    max-width: 500px;
    width: 80%;
    margin-bottom: 3%;
  }
  #jagarico2021 .sec01_step img{
    width: 90%;
  }
  #jagarico2021 .taste_mt{
    margin-top: 3%;
  }
  #jagarico2021 .taste_mb{
    margin-bottom: 5%;
  }
  #jagarico2021 .result_red_text{
    color: #e60012;
    font-size: 4.2vw;
  }

  /* アニメーション */
  #jagarico2021 .icon_now{
    width: 10%;
    height: 39%;
    top: 31%;
    left: 2.5%;
  }

  #jagarico2021 .sec03_attention_box{
    font-size: 2.67vw;
  }

  #jagarico2021 .title_size{
    margin-top: 40px;
  }
  #jagarico2021 .anc_note{
    font-size: 2.0vw;
    font-feature-settings: "palt";
    color: black;
  }
  #jagarico2021 .anc_note._white{
    font-size: 2.0vw;
    font-feature-settings: "palt";
    color: white;
  }
  #jagarico2021 .attention_font{
    font-size: 2.67vw;
  }
}

@media screen and (min-width:768px) and ( max-width:1024px) {
  #jagarico2021 .icon_now{
    width: 6.5%;
    height: 26%;
    top: 37.2%;
    left: 1.6%;
  }
}

