@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");

html {
    width: 100%;
    height: 100%;
}
body #content {
    position: relative;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 75%;
    font-family: 'Noto Sans JP', sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
    line-height: 2.0;
}
a {
    text-decoration: none;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
a:hover {
    opacity:0.5;
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
}
p {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 1080px;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 2rem;
}
ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
h1 {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    width: 100%;
    text-align: center;
    font-weight: 200;
    font-size: 4rem;
    line-height: 2;
}
h1 img {
    width: 100%;
}
h2 {
    display: block;
    padding: 1rem 0;
    margin-bottom: 24px;
    background-color: #000;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1rem;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.0;
}
.lineClear {
    clear: both;
    line-height: 0;
    grid-column-start: span 2;
}
.pageTop {
    margin: 4em 0;
    width: 100%;
    text-align: center;
}
.green {
    color: #006400;
}
.clearfix::after {
    content: ".";
    clear: both;
    display: block;
    width: 0;
    height: 0;
}
/*------------------------------------------*/
@media screen and (min-width: 1112px) {
    .sp {
        display: none !important;
    }
    section {padding: 0 25px;}
}
@media screen and (max-width: 1112px) {
    #page_mv {
        margin: 51px 0 0 !important;
    }
    .page_title {
        margin-top: 45px;
    }
}
@media screen and (max-width: 1111px) {
    .pc {
        display: none !important;
    }
}
.btn a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
}
.app_btn {
    width: 262px;
    margin: 0 auto 25px;
}
.app_btn a {
    font-size: 1.688rem;
    font-weight: 600;
    padding: 23px 10px;
    background: url(../img/campaign/img_btn.png) center center no-repeat;
    background-size: 100% auto;
}
.ret_btn {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.ret_btn a{
    font-size: 1.25rem;
    font-weight: 600;
    background: #000;
    border-radius: 100%;
}
.da_banner {
    width: 516px;
    margin-bottom: 20px;
    text-align: center;
}
.da_banner.right {
  text-align: right !important;
}
.da_banner img {
  width: 100%;
}

.da_btn, .da_btn2 {
    width: 516px;
    margin-bottom: 20px;
}
.da_btn a {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 4px 50px 4px 20px;
    background: url(../img/program/img_btn.png) center center no-repeat;
    background-size: 100% auto;
}
.da_btn a.mat {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 5px 20px;
    background: none;
    background-color: #ff6600;
    border-radius: 8px;
    text-align: center;
}
.da_btn2 a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.2rem;
    padding: 24px 50px 24px 20px;
    background: url(../img/program/img_btn2.png) center center no-repeat;
    background-size: 100% auto;
}
.da_btn span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}
.da_btn p {
  text-indent: -1.2rem;
  padding: 0 0 0 1.2rem;
  line-height: 1.4;
}
.da_btn p span {
  display: inline;
  color: #dd0000;
}
/*---------------------Campaign---------------------*/
/*pageMV*/
#page_mv {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
#page_mv h1 {
    margin-bottom: 30px;
}
#page_mv img {
    width: 100%;
}
.p_text {
    text-align: center;
    margin-bottom: 30px;
}
/*produce*/
#produce {
    padding: 0 30px 17px;
}
.produce_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.produce_list li {
    width: 490px;
    margin: 20px 0;
    padding: 0 0 14px;
    position: relative;
}
.produce_list li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    bottom: 0;
}
.produce_list li a {
    display: flex;
}
.prod_img {
    width: 159px;
}
.prod_content {
    padding: 0 0 0 30px;
}
.prod_content .prod_com {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.prod_content .prod_name {
    font-size: 1.32rem;
    font-weight: 600;
    margin-bottom: 7px;
}
.prod_content .prod_price {
    font-size: 1.25rem;
    color: #D20F14;
}
.prod_content .prod_price span {
    font-size: 2.625rem;
    padding-right: 5px;
}
/*method*/
#method {
    padding: 23px 30px;
    margin-bottom: 44px;
    background: #E6E6E6;
}
.step_list {
    counter-reset: numb;
}
.step_list .step {
    counter-increment: numb;
    margin-bottom: 30px;
}
.step_list .step:last-of-type {
    margin-bottom: 0;
}
.step_list .step .step_tit {
    font-size: 1.688rem;
    font-weight: 600;
    padding-left: 45px;
    margin-bottom: 20px;
    position: relative;
}
.step_list .step .step_tit::before {
    content: counter(numb);
    position: absolute;
    width: 39px;
    height: 39px;
    background: #D20F14;
    border-radius: 100%;
    font-size: 1.52rem;
    color: #fff;
    top: -3px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*---------------------organizer---------------------*/
.rightNote {
  display: block;
  width: 98%;
  margin: 0 auto;
  text-align: right;
}
.page_title {
  font-size: 1.6rem;
  padding: 0 20px 20px 20px;
  margin-bottom: 10px;
  line-height: 1.3;
  /* background: url("../img/program/img_logo.png") no-repeat left bottom; */
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.page_title span {
  width: 85%;
}
.page_title a {
  width: 15%;
}
.page_title a img {
  width: 100%;
}
.page_video {
    margin-bottom: 42px;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.form-wrap {
     position: relative;
     padding-bottom: 78%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     /*overflow: hidden;*/
     overflow: auto !important;
     -webkit-overflow-scrolling: touch !important;
}

.form-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.page_content, .p_btn_area {
    padding: 0 25px;
}
.page_infomation {
    font-size: 1.375rem;
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
    line-height: 1.6;
}
.page_infomation::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    left: 0;
    bottom: 0;
}
.page_infomation .pi_ava {
    width: 267px;
    margin-right: 35px;
    float: left;
}
.page_infomation a {
  color: #EA609E;
  text-decoration: underline;
}
.page_description {
    padding-top: 30px;
    margin-bottom: 50px;
}
.page_description .pd_content {
    font-size: 1.375rem;
    line-height: 1.6;
}
.page_description .pd_freedial {
    font-size: 1.375rem;
    line-height: 1.6;
    display: block;
    text-align: center;
}
.page_description .pd_freedial a {
  font-size: 6vw;
  vertical-align: text-top;
}
.page_description .pd_freedial a img {
  width: 3rem;
  margin-right: 1rem;
}
/*---------------------Sponsor---------------------*/
.page_infomation.p_info01 {
    font-size: 1.813rem;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.pi_prod {
    width: 117px;
    margin-right: 50px;
}
.page_description .pd_prod_list{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.page_description .pd_prod_list li {
    width: 212px;
    margin-right: 50px;
}
.page_description .pd_prod_list li:last-child {
    margin-right: 0;
}
.o_btn_list {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.o_btn_list2 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
    font-size: 1.0rem;
}
.o_btn_list2 span {
  font-weight: 600;
  background-color: #efefef;
  width: 95%;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}
.p_link {
    margin-bottom: 45px;
}
.p_link a {
    font-size: 1.375rem;
    color: #EA609E;
}
.p_link.bannerImg {
  width: 580px;
  text-align: center;
  margin: 0 auto 45px auto;
}
@media screen and (max-width: 1111px) {
    h2 {
        font-size: 1.063rem;
    }
    p {
        font-size: 0.938rem;
        line-height: 1.4;
    }
    .app_btn {
        width: 48.667vw;
        margin-bottom: 4.8vw;
    }
    .app_btn a {
        font-size: 4.933vw;
        padding: 4.933vw 1.333vw;
    }
    .ret_btn {
        width: 12.8vw;
        height: 12.8vw;
    }
    .ret_btn a {
        font-size: 3.733vw;
    }
    .load_btn {
        width: 0.933vw;
        margin: 0 auto;
    }

    .da_banner {
        width: 100%;
        text-align: center;
    }
    .da_banner.right {
      text-align: right !important;
    }
    .da_banner img {
      width: 100%;
    }

    .da_btn, .da_btn2 {
        width: 100%;
    }
    .da_btn a {
        font-size: 5.067vw;
        padding: 0.4vw 8vw 0.4vw 2vw;
    }
    .da_btn a.mat {
      font-size: 5.067vw;
      padding: 0.4vw 2vw;
    }
    .da_btn2 a {
        font-size: 4.8vw;
        padding: 3.8vw 8vw 3.8vw 2vw;
        line-height: 1.8rem;
    }
    .da_btn span {
      font-size: 1.0rem;
      line-height: 1.6rem;
    }
    /*---------------------Campaign---------------------*/
    #page_mv h1 {
        margin-bottom: 5.333vw;
    }
    .p_text {
        padding: 0 5.867vw 2.667vw;
        margin: 0;
    }
    #produce {
        padding: 0 5.867vw 1.200vw;
    }
    .produce_list {
        flex-direction: column;
    }
    .produce_list li {
        width: 100%;
        margin: 0 0 2.933vw;
        padding-bottom: 2.8vw;
    }
    .prod_img {
        width: 29.467vw;
    }
    .prod_content {
        padding: 0 0 0 4vw;
    }
    .prod_content .prod_com {
        font-size: 0.875rem;
        margin-bottom: 2vw;
    }
    .prod_content .prod_name {
        font-size: 1.063rem;
        margin-bottom: 0.933vw;
    }
    .prod_content .prod_price {
        font-size: 0.875rem;
    }
    .prod_content .prod_price span {
        font-size: 1.813rem;
    }
    #method {
        padding: 4.667vw 5.867vw;
        margin-bottom: 4.8vw;
    }
    .step_list .step .step_tit {
        font-size: 1.188rem;
        margin-bottom: 4vw;
    }
    .step_list .step .step_tit::before {
        font-size: 1.188rem;
        top: 50%;
        transform: translate(0, -50%);
    }
    /*---------------------Organizer---------------------*/
    .page_title {
      font-size: 1.6rem;
      padding: 50px 20px 20px 20px;
      margin-bottom: 10px;
      line-height: 1.3;
      /* background: url("../img/program/img_logo.png") no-repeat left bottom; */
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;
    }
    .page_content, .p_btn_area {
        padding: 0 4.8vw;
    }
    .rightNote {
      position: absolute;
      top: 5vw;
      margin: 0 0 2vw 0;
    }
    . {
        font-size: 1.4rem;
        padding: 0 3.8vw;
        margin: 22vw 0 5vw 0;
        font-weight: 600;
        position: relative;
        /* background: url("../img/program/img_logo.png") no-repeat 3vw center;
        background-size: 22vw; */
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .page_title span {
      width: 75%;
    }
    .page_title a {
      width: 25%;
    }
    .page_title.p_tit01 {
        font-weight: 700;
    }
    .page_video {
        margin-bottom: 5.067vw;
    }
    .form-wrap {
         position: relative;
         padding-bottom: 0; /*アスペクト比 16:9の場合の縦幅*/
         height: 80vh;
         overflow: hidden;
         margin: 0 0 2rem 0;
    }

    .form-wrap iframe {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
    }
    .page_infomation {
        font-size: 1.1rem;
        padding-bottom: 2.667vw;
        line-height: 1.4;
    }
    .page_infomation .pi_ava {
        width: 35.6vw;
        margin-right: 2vw;
    }
    .page_description {
        padding-top: 4vw;
        margin-bottom: 5.333vw;
    }
    .page_description .pd_content {
        font-size: 1.1rem;
        line-height: 1.4;
    }
    .page_description .pd_freedial a {
      font-size: 10vw;
      vertical-align: text-top;
    }
    .o_btn_list, .o_btn_list2 {
        flex-direction: column;
        margin-bottom: 6.267vw;
    }
    .o_btn_list li, .o_btn_list2 li {
        margin-bottom: 3.6vw;
    }
    .o_btn_list li:last-child, .o_btn_list2 li:last-child {
        margin-bottom: 0;
    }
    /*---------------------Sponsor---------------------*/
    .page_infomation.p_info01 {
        font-size: 1.25rem;
    }
    .pi_prod {
        width: 21.733vw;
        margin-right: 5vw;
    }
    .page_description.pd01 {
        display: flex;
    }
    .page_description .pd_prod_list {
        flex-direction: column;
        margin-right: 30px;
        justify-content: flex-start;
    }
    .page_description .pd_prod_list li {
        width: 28.267vw;
        margin: 0 0 3.733vw;
    }
    .page_description .pd_prod_list li:last-child {
        margin: 0;
    }
    .o_btn_list2 span {
      font-weight: 600;
      background-color: #efefef;
      width: 90%;
      display: block;
      padding: 0.5rem 1rem;
      border-radius: 10px;
    }
    .p_link a {
        font-size: 0.938rem;
    }
    .p_link.bannerImg {
      width: 100%;
    }
}
