@charset "UTF-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    list-style: none;
    vertical-align: baseline;
    text-decoration: none;
    font: inherit;
    -webkit-tap-highlight-color: transparent;
}

:root {
    --base-text-color: #000000;
}

html {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    font-size: 62.5%;
    overflow-x:hidden;
    background-color: #FCDDE0;
}

body {
    -webkit-overflow-scrolling: touch;
    min-height: 100vh;
    color:var(--base-text-color);
    font-size: 1.6rem;
    line-height: 1.86;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x:hidden;
    animation-name:loading;
    animation-duration:1s;
    animation-fill-mode:forwards;
    animation-delay:0.4s;
    opacity:0;
}

@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

div, main, section {
  position: relative;
  display: block;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height:auto;
}

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.7;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
}

/* a:link, a:visited {
    color:var(--base-text-color);
    text-decoration:none;
} */

ruby[data-ruby] rt {
  display: none;
}
 
ruby[data-ruby] {
  position: relative;
  display: inline-block;
}
 
ruby[data-ruby]::after {
  content: attr(data-ruby);
  position: absolute;
  transform: translate(-50%, -1.2em);
  display: block;
  left: 50%;
  top: 0;
  white-space: nowrap;
  font-size: 44%;
  letter-spacing: 0;
}
.lead_text ruby[data-ruby]::after,
.pickup_note ruby[data-ruby]::after,
.pickup_text ruby[data-ruby]::after,
.theme_lead ruby[data-ruby]::after,
.theme a ruby[data-ruby]::after,
.rule_info_content_text ruby[data-ruby]::after,
.rule_note ruby[data-ruby]::after,
.rule_item_text ruby[data-ruby]::after,
.rule_item_text_deadline ruby[data-ruby]::after,
.prize_text ruby[data-ruby]::after,
.made h3 ruby[data-ruby]::after {
    transform: translate(-50%, -0.7em);
}
.theme_select_text ruby[data-ruby]::after,
.composition_info_content_item ruby[data-ruby]::after {
    transform: translate(-50%, -1.8em);
}
@media (max-width: 834px) {
    .inquiry_contact ruby[data-ruby]::after,
    .inquiry_tel ruby[data-ruby]::after,
    .theme_select_text ruby[data-ruby]::after,
    .rule_info_content_text_additional ruby[data-ruby]::after,
    span.present ruby[data-ruby]::after {
        transform: translate(-50%, -0.7em);
    }
}

.sp{
    display: none;
}

.hero{
    width: 120%;
    max-width:1622px;
    /* width:84.47916667vw; */
    /* margin: 0 auto; */
    position: relative;
    transform: translate(-50%,0);
    left: 50%;
    height: 550px;
}

.hero_header{
    /*width: 1000px;*/
    width: 90vw;
    max-width: 1080px;
    position: absolute;
    left:0;
    right:0;
    top:0;
    margin-left: auto;
    margin-right: auto;
}

.hero_logo_asahi{
    position: absolute;
    left:0;
    /*width:160px;
    top:10.5px;*/
    width:8.33333333vw;
    min-width: 150px;
    top:0.546875vw;    
    line-height: 1;
    z-index: 10;
}

.hero_pr{
    color: #A0588F;
    /*font-size: 14px;*/
    font-size: 1.4rem;
    line-height:1.14285714;
    /* text-align: right; */
    position: absolute;
    /* right:0; */
    /*top:19px;*/
    top:0.98958333vw;
    left: 0;
    z-index: 10;
}

.hero_kv{
    line-height: 0;
    position: relative;
    /*top:-89px;*/
    top:-4.63541667vw;
}

.hero_kv_title{
    position: absolute;    
    transform: translate(-50%,-50%); 
    /*width:672px;
    top:51px;
    left:485px;*/
    width: 45vw;
    max-width: 530px;
    top: 25%;
    left: 50%;
}

.gnav{
    position: absolute;
    transform: translate(-50%,0);
    top: -17px;
    left: 50%;
    z-index: 10;
}

.gnav ul{
    width: 90%;
    max-width: 1080px;
    margin:0 auto;
    display: flex;
    column-gap: 20px;
    justify-content: center;
}

.gnav li{
    width: 286.67px;
    height: 76px;
    border-radius: 20px;
    box-shadow: 3px 5px 0 #d6d6d6;
    line-height: 0;
    text-align: center;
    position: relative;
}

.gnav li:hover img{
    opacity: 0.7;
}

.gnav li:nth-of-type(1){
    background-color: #FFE5E3;
    border: solid 3px #EB3C51;
}

.gnav li:nth-of-type(2){
    background-color: #FFEAF0;
    border: solid 3px #E62878;
}

.gnav li img{
    width:229px;
    margin-top: 17px;
}

.gnav a{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}

.is-fixed {
	position: fixed;
	top: 15px;
	left: 50%;
	z-index: 999;
	width: 100%;
}

.bg{
    position: relative;
    padding-bottom: 39px;
}

.bg::before{
    content: "";
    position: absolute;
    /*top:423px;*/
    top:22.03125vw;
    left:0;
    right:0;
    bottom:0;
    z-index: -1;
    background-image: url(../img/bg_sub_pc.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 1725.5px;
}

.wrapper{
    width: 90%;
    max-width: 1080px;
    /*margin: -512px auto 0;*/
    /* margin: calc(100vw / 1920px * -512px) auto 0; */
    margin: -260px auto 0;
    padding-bottom: 47px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}

.pagetitle_made{
    width: 614.5px;
    margin:0 auto;
    padding-top:116.5px;
    line-height: 0;
}

.made{
    width: 90%;
    margin: 47.5px auto 69.6px;
}
.made h3 {
    display: block;
    margin: 0 0 3rem 0;
    padding: 0 0 1rem 0;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    color: #E62878;
    border-bottom: dotted 3px #E62878;
}

.made_movie{
    /* height:461px; */
    width: 100%;
    margin: 0 auto 35px;
    aspect-ratio: 16 / 9;
    margin-bottom: 35px;
    background-color: #EAEAEA;
    position: relative;
}
.made_movie video {
    width: 100%;
}

.made_movie_text{
    width: 90%;
    margin: 0 auto 19px;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 700;
}

.btn_h50{
    display: block;
    width: 60%;
    padding: 17px 0;
    font-size: 22px;
    border-radius: 20px;
    font-weight: 800;
    line-height: 1;
    margin: 0 auto 20px auto;
    background-color: #EB3C51;
    box-shadow: 3px 5px 0px #d6d6d6;
    text-align: center;
    color: #fff;
    position: relative;
}

.btn_h50::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #fff;
    border-right: 0;
    right:13px;
    top:14.5px;
}

.btn_h48{
    width: 384px;
    height: 48px;
    padding-top: 16px;
    font-size: 16px;
    border-radius: 20px;
    font-weight: 800;
    line-height: 1;
    margin: 0 auto;
    background-color: #EB3C51;
    box-shadow: 3px 5px 0px #d6d6d6;
    text-align: center;
    color: #fff;
    position: relative;
}

.btn_h48::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #fff;
    border-right: 0;
    right:13px;
    top:14.5px;
}

.pagetitle_nutrient{
    width: 677px;
    margin:0 auto;
    padding-top:116.5px;
    line-height: 0;
}

.nutrient{
    width: 820px;
    margin: 47.5px auto 69.6px;
}

.pagetitle_apply{
    width: 615.5px;
    /*margin:55.5px auto 43.5px;*/
    margin:0 auto 43.5px;
    padding-top: 127.5px;
    line-height: 0;
}
.pagetitle_list{
    width: 840px;
    /*margin:55.5px auto 43.5px;*/
    margin:0 auto 43.5px;
    padding-top: 127.5px;
    line-height: 0;
}

.pickup_container{
    display: flex;
    justify-content: center;
    column-gap: 33px;
}

.pickup{
    position: relative;
    line-height: 0;
}

.pickup_pic{
    width: 422px;
}

.pickup_text{
    width: 339px;
    font-weight: 700;
    position: absolute;
    left:42px;
    top:190px;
}

.pickup02{
    position: relative;
    top:3px;
}

.pickup02 .pickup_text{
    left:43px;
    top:190px;
}

.pickup_text p{
    font-size: 14px;
    line-height: 1.5;
}

.pickup_note{
    font-size: 12px;
    line-height: 1.41666667;
    margin-top: 6.5px;
}

/* .pickup_note li{
    display: flex;
} */

.pickup01 .pickup_text{
    color: #02B237;
    top: 200px;
}

.pickup02 .pickup_text, .pickup02 .pickup_note{
    color: #FF7824;
}

.theme{
    margin-top: 56.5px;
    margin-bottom: 90px;
}

.theme_heading{
    width: 90%;
    line-height: 0;
    margin:0 auto 20.5px;
}

.theme_lead{
    font-size: 20px;
    line-height: 2;
    text-align: center;
    font-weight: 800;
    margin-bottom: 10.5px;
}

.theme_lead span{
    color:#9E4490;
}

.theme_select_container{
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.theme_select{
    width:390px;
    padding: 12px 18px 12px 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    column-gap: 10px;


    /* SVG背景（自動伸縮します） */    
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%239d438f' stroke-width='2' stroke-dasharray='5 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 20px;

    /* ボックスサイズ計算のお守り */
    box-sizing: border-box; 
}

div.theme_select ~ div:nth-of-type(3){
    padding-right: 1px;
}

.theme_select_no{
    font-size: 40px;
    line-height: 1;
    color:#9E4490;
}

.theme a {
    position: relative;
    display: block;
    width:390px;
    margin: 40px auto 0;
    padding: 12px 18px 12px 10px;
    font-size: 20px;
    font-weight: 700;
    background-color: #9E4490;
    color: #fff;
    border-radius: 20px;
    text-align: center;
}
.theme a::after{
    content: "";
    position: absolute;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #fff;
    border-right: 0;
    right:13px;
    top:50%;
}

.rule{
    margin: 0 auto 77.5px;
}

.rule_heading{
    width: 90%;
    line-height: 0;
    margin:0 auto 24px;
}

.rule_info_container{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 12.5px;
}

.rule_info{
    width: 90%;
    max-width: 820px;
    margin: 0 auto;
    border: solid 1px #EB3C51;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
}

.rule_info_category{
    min-width: 169px;
    background-color: #EB3C51;
    text-align: center;
    color: #fff;
    font-weight: 800;
    position: relative;
}

.rule_info_category span{
    display: block;
    font-size: 20px;
    line-height: 1;
    height: 1em;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}

.rule_info_content{
    width: 100%;
    padding-top: 12px;
    padding-left: 24px;
    padding-bottom: 20.5px;
}

.rule_info_content_text{
    font-size: 16px;
    line-height: 1.75;
    font-weight: 700;
}

.rule_info_content_text_additional{
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
    margin-top: 20px;
}
.rule_info_content .btn_h50 {
    display: block;
    width: 60%;
    padding: 17px 0;
    font-size: 16px;
    border-radius: 20px;
    font-weight: 800;
    line-height: 1;
    margin: 0 auto 20px auto;
    background-color: #EB3C51;
    box-shadow: 3px 5px 0px #d6d6d6;
    text-align: center;
    color: #fff;
    position: relative;
}

.rule_note{
    width: 90%;
    max-width: 820px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.66666667;
    font-weight: 500;
    margin-bottom: 27px;
}

.rule_item_heading{
    width: 90%;
    max-width: 820px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    font-weight: 800;
    color: #EB3C51;
    padding-bottom: 8px;
    background-image: radial-gradient(circle, #eb3c51 1.5px, transparent 1.5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 6px 3px;
}

.rule_item_heading_destination{
    margin-top: 26px;
}

.rule_item_text{
    width: 90%;
    max-width: 820px;
    margin: 0 auto;
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 700;
}

.rule_item_text_qualification{
    margin-bottom: 25.5px;
}

.rule_item_text_method{
    margin-top: 14.5px;
    margin-bottom: 17px;
    letter-spacing: -0.55px;
}

.rule_item_text_destination{
    margin-bottom: 8.5px;
}

.rule_item_text_deadline{
    margin: 0 auto;
    margin-top: 14.5px;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.prize{
    margin-bottom: 75px;
}

.prize_heading{
    width: 900px;
    line-height: 0;
    margin:0 auto 30.5px;
}

.prize_time{
    font-size: 30px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 16px;
}

.prize_text{
    font-size: 14px;
    line-height: 2;
    text-align: center;
    font-weight: 500;
}

.composition{
    margin-bottom: 76.5px;
}

.composition_heading{
    width: 90%;
    line-height: 0;
    margin:0 auto 24px;
}

.composition_info{
    width: 90%;
    max-width: 820px;
    margin: 0 auto;
    border: solid 1px #A14893;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
}

.composition_info_container{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.composition_info_category{
    min-width: 169px;
    background-color: #A14893;
    text-align: center;
    color: #fff;
    font-weight: 800;
    position: relative;
}

.composition_info_category span{
    display: block;
    font-size: 20px;
    line-height: 1;
    height: 1em;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}

.composition_info_content{
    width: 100%;
}

.composition_info_content ul{
    display: flex;
    flex-direction: column;
}

.composition_info_content_item li{
    height:40px;
    font-size: 1.6vw;
    line-height: 40px;
    padding-left: 15px;
    font-weight: 700;
}
@media (min-width: 1240px) {
    .composition_info_content_item li{
        font-size: 16px;
    }
}

.composition_info_content_item li span{
    display: inline-block;
}

/* .composition_info_content_item li span:nth-child(odd) {
    width: 45%;
    border-right:solid 1px #A14893;
} */
.composition_name {
    width: 45%;
    border-right:solid 1px #A14893;
}

.composition_info_content_item li span:nth-child(even){
    padding-left: 16px;
}

.composition_info_content_item li:nth-child(even){
    background-color: #EFD3EE !important;
}

.inquiry_heading{
    width: 90%;
    line-height: 0;
    margin:0 auto 26.5px;
}

.inquiry_contact{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 25.5px;
}

.inquiry_tel{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15.5px;
}

.inquiry_tel_num{
    font-size: 30px;
    position: relative;
    top:2px;
    margin-left: 9px;
}

.inquiry_btn{
    width: 384px;
    height: 48px;
    padding-top: 16px;
    font-size: 16px;
    border-radius: 20px;
    font-weight: 800;
    line-height: 1;
    margin: 0 auto;
    background-color: #EB3C51;
    box-shadow: 3px 5px 0px #d6d6d6;
    text-align: center;
    color: #fff;
    /*margin-bottom: 25.5px;*/
    position: relative;
}

.inquiry_btn::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #fff;
    border-right: 0;
    right:13px;
    top:14.5px;
}

.inquiry_note{
    width: 90%;
    margin: 0 auto;
    margin-top: 25.5px;

}

.inquiry_note p{
    font-size: 14px;
    line-height: 1.66666667;
    font-weight: 500;
}

.inquiry_note p+p{
    margin-top: 20px;
}

footer{
    padding-top:15px;
    padding-bottom: 21px;
    padding-left:20px;
    padding-right:20px;
    background-color: #A0588F;
    color: #fff;
}
footer p {
    text-align: center;
}

.copyright{
    text-align: center;
    font-size: 14px;
    line-height: 1.42857143;
    margin-top: 10px;
}

.readend{
    line-height: 0;
    height: 0;
}

.pagetop{
    position: fixed;
    right:21px;
    bottom: 21px;
    width: 75px;
    line-height: 0;
    z-index: 100;
}


/*20251203-------------------------------------*/
.p-gf__main__menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-gf__main__menu a {
  display: inline-block;
  width: auto;
  margin: 10px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.p-gf__main__menu a:hover {
  text-decoration: underline;
}
.p-gf__main__menu ul li {
  margin: 0 0 0 0.75rem;
}
.p-gf__main__menu ul li:nth-child(1) {
  margin: 0;
}
.p-gf__main__menu ul li::after {
  content: "|";
  color: rgba(255,255,255,1);
  margin: 0 0 0 0.75rem;
  padding: 0 0 0 0;
  font-size: 14px;
}
.p-gf__main__menu ul li:nth-last-child(1)::after {
  content: "";
}
@media (max-width: 768px) {
  .p-gf__main__menu ul {
    justify-content: center;
  }
  .p-gf__main__menu ul li {
    margin: 0;
  }
  .p-gf__main__menu ul li::after {
    content: "";
    margin: 0 0 0 0.75rem;
  }
  .p-gf__main__menu a {
    text-decoration: underline;
  }
}
/*---------------------------------------------*/

/*@media (max-width: 834px) */
@media (max-width: 834px) {
    .pc{
        display: none;
    }

    .sp{
        display: block;
    }

    .hero_header{
        width:100vw;
        position: absolute;
        left:0;
        right:0;
        top:0;
        margin-left: auto;
        margin-right: auto;
    }

    .hero_logo_asahi{
        position: absolute;
        width:26.13333333vw;
        min-width: auto;
        left:2.66666667vw;
        top:2.93333333vw;
    }

    .hero_pr{
        font-size: 2.4vw;
        /* right:2.66666667vw; */
        top:2.93333333vw;
        /* left: auto; */
        left: 2.66666667vw;
        text-align: left;
    }

    .hero{
        width:100vw;
        /* margin-bottom: -40vw; */
        margin-bottom: -360px;
    }

    .hero_kv{
        position: relative;
        transform: translate(-50%,0);
        top: -15vw;
        left: 52%;
        padding-top: 10.66666667vw;
        width:147vw;
        margin: 0 auto;
    }

    .hero_kv_title{
        position: absolute;
        transform: translate(-50%,0);
        width:70vw;
        max-width: 420px;
        top:10vw;
        left:51%;
    }

    .hero_kv_title_sub{
        width:14.66666667vw;
        left:66.8vw;
        top:36.26666667vw;
    }

    .bg{
        padding-bottom: 10.4vw;
    }

    .bg::before{
        content: "";
        position: absolute;
        top:-9.06666667vw;
        left:0;
        right:0;
        bottom:0;
        z-index: -1;
        background-image: url(../img/bg_top_sp.png);
        background-repeat: repeat-y;
        background-position: center top;
        background-size: 100vw;
    }

    .gnav{
        position: absolute;
        transform: translate(-50%,0);
        top: -11.2vw;
        left:50%;
        right:0;
    }

    .gnav ul{
        position: relative;
        transform: translate(-50%, 0);
        left: 50%;
        width: 95vw;
        margin:0 auto;
        column-gap: 10px;
        /* flex-direction: column;
        row-gap: 3.73333333vw; */
    }

    .gnav li{
        width: 38vw;
        padding: 0 2vw;
        height: 17.33333333vw;
        border-radius: 5.33333333vw;
        box-shadow: 0.8vw 1.33333333vw 0 #d6d6d6;
    }

    .gnav li:nth-of-type(1){
        border: solid 0.8vw #E62878;
    }

    .gnav li:nth-of-type(2){
        border: solid 0.8vw #EB3C51;
    }

    .gnav li:nth-of-type(1) img{
        width:60.93333333vw;
        margin-top: 0.2vw;
    }

    .gnav li:nth-of-type(2) img{
        width:67.2vw;
        margin-top: 0.2vw;
    }

    .gnav li:nth-of-type(3) img{
        width:61.06666667vw;
        margin-top: 0.2vw;
    }
    
    .is-fixed {
        position: fixed;
        top: 2%;
        left: 47.8%;
    }
    
    .wrapper{
        width: 89.33333333vw;
        margin: 13.2vw auto 0;
        padding-bottom: 4.93333333vw;
    }

    .pagetitle_made{
        width: 75.28888889vw;
        padding-top: 14vw;
    }

    .made{
        width: 81.33333333vw;
        margin: 10.26666667vw auto 18.66666667vw;
    }
    .made h3 {
        margin: 0 0 3rem 0;
        padding: 0 0 1rem 0;
        font-size: 6vw;
    }

    .made_movie{
        height:45.86666667vw;
        margin-bottom: 8.4vw;
        background-color: #EAEAEA;
        position: relative;
    }
    .made_movie_text{
        width: 81.33333333vw;
        margin: 0 auto 5.06666667vw;
        font-size: 4.26666667vw;
    }

    .btn_h50{
        width: 81.33333333vw;
        height: auto;
        padding-top: 2.86666667vw;
        font-size: 4.26666667vw;
        border-radius: 5.33333333vw;
        line-height: 1.1875;
        margin: 0 auto 5vw;
        box-shadow: 0.8vw 1.33333333vw 0px #d6d6d6;
    }

    .btn_h50::after{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 2.66666667vw solid transparent;
        border-bottom: 2.66666667vw solid transparent;
        border-left: 3.2vw solid #fff;
        border-right: 0;
        right:3.46666667vw;
        top:3.86666667vw;
    }
    .made a {
        margin: 0 0 2rem 0;
    }

    .pagetitle_nutrient{
        width: 288px;
        margin:0 auto;
        padding-top: 14vw;
    }

    .nutrient{
        width: 81.33333333vw;
        margin: 10.26666667vw auto 18.66666667vw;
    }

    .pagetitle_apply{
        width: 65.42222222vw;
        margin:0 auto 9.86666667vw;
        padding-top: 14vw;
    }
    .pagetitle_list{
        width: 90%;
        margin:0 auto 9.86666667vw;
        padding-top: 14vw;
    }

    .pickup_container{
        flex-direction: column;
        row-gap: 4.26666667vw;
        left:6.93333333vw;
        top:0;
    }

    .pickup_pic{
        width: 76vw;
    }

    .pickup_text{
        width: 64vw;
        left:6.13333333vw;
        top:36.2vw;
    }

    .pickup01 .pickup_text{
        left:6.13333333vw;
        top:36.2vw;
    }

    .pickup02{
        position: relative;
        top:0.8vw;
    }

    .pickup02 .pickup_text{
        left:6.13333333vw;
        top:33.2vw;
    }

    .pickup_text p{
        font-size: 2.66666667vw;
        line-height: 1.5;
    }

    .pickup_note{
        font-size: 2.4vw;
        line-height: 1.33333333;
        margin-top: 0.53333333vw;
    }

    .theme{
        margin-top: 15.06666667vw;
        margin-bottom: 16vw;
    }
    .theme a {
    width:90%;
    margin: 10vw auto 0;
}

    .theme_heading{
        width: 84vw;
        margin:0 auto 5.46666667vw;
    }
    
    .theme_lead{
        width: 81.33333333vw;
        font-size: 5.33333333vw;
        margin: 0 auto;
        margin-bottom: 2.8vw;
    }

    .theme_select_container{
        width: 81.33333333vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 4vw;
    }

    .theme_select{
        width:81.33333333vw;
        max-width:81.33333333vw;
        padding: 3.2vw 4.8vw 3.2vw 2.66666667vw;
        font-size: 5.33333333vw;
        line-height: 1.5;
        display: flex;
        align-items: center;
        column-gap: 2.66666667vw;

        /* SVG背景（自動伸縮します） */
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%239d438f' stroke-width='2.5' stroke-dasharray='5 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
        border-radius: 20px;
        
        /* ボックスサイズ計算のお守り */
        box-sizing: border-box; 
    }

    .theme_select_text{
        width: 60.53333333vw;
        overflow-wrap: break-word;
    }

    div.theme_select ~ div:nth-of-type(3){
        padding-right: 4.8vw;
    }

    .theme_select_no{
        font-size: 10.66666667vw;
    }

    .rule{
        margin: 0 auto 13.46666667vw;
    }

    .rule_heading{
        width: 84vw;
        margin:0 auto 10.66666667vw;
    }

    .rule_info_container{
        display: flex;
        flex-direction: column;
        row-gap: 6.66666667vw;
        margin-bottom: 4.8vw;
    }

    .rule_info{
        width: 81.33333333vw;
        border: solid 0.26666667vw #EB3C51;
        border-radius: 5.33333333vw;
        flex-direction: column;
    }

    .rule_info_category{
        min-width: 81.33333333vw;
        width: 81.33333333vw;
        height: 12vw;
    }

    .rule_info_category span{
        font-size: 5.33333333vw;
    }

    .rule_info_content{
        padding-top: 3.2vw;
        padding-left: 3.73333333vw;
        padding-right: 3.73333333vw;
        padding-bottom: 5.46666667vw;
    }

    .rule_info_content_text{
        font-size: 4.26666667vw;
        margin-bottom: 2.66666667vw;
    }

    .rule_info_content_text_additional{
        font-size: 3.73333333vw;
        margin-top: 5.33333333vw;
        line-height: 1.6;
    }

    .rule_info_content .btn_h50{
        width: 100%;
    }

    .rule_note{
        width: 81.33333333vw;
        font-size: 3.2vw;
        margin-bottom: 7.2vw;
    }

    .rule_item_heading{
        width: 81.33333333vw;
        font-size: 5.33333333vw;
        padding-bottom: 2.13333333vw;
        background-image: radial-gradient(circle, #eb3c51 0.4vw, transparent 0.4vw);
        background-size: 1.6vw 0.8vw;
    }

    .rule_item_heading_destination{
        margin-top: 6.93333333vw;
    }

    .rule_item_text{
        width: 81.33333333vw;
        margin-top: 2.13333333vw;
        font-size: 4.26666667vw;
    }

    .rule_item_text_qualification{
        margin-bottom: 6.8vw;
    }

    .rule_item_text_method{
        margin-top: 3.86666667vw;
        margin-bottom: 4.53333333vw;
    }

    .rule_item_text_destination{
        margin-bottom: 2.26666667vw;
    }

    .rule_item_text_deadline{
        margin-top: 3.86666667vw;
        font-size: 6.4vw;
        line-height: 1.16666667;
    }

    .btn_h48{
        width: 81.33333333vw;
        height: 12.8vw;
        padding-top: 1.6vw;
        font-size: 4.26666667vw;
        border-radius: 5.33333333vw;
        line-height: 1.1875;
        box-shadow: 0.8vw 1.33333333 0px #d6d6d6;
    }

    .btn_h48::after{
        border-top: 2.66666667vw solid transparent;
        border-bottom: 2.66666667vw solid transparent;
        border-left: 3.2vw solid #fff;
        right:3.46666667vw;
        top:3.86666667vw;
    }
    
    .prize{
        margin-bottom: 12vw;
    }

    .prize_heading{
        width: 84vw;
        margin:0 auto 7.2vw;
    }

    .prize_time{
        font-size: 6.4vw;
        line-height: 1.16666667;
        margin-bottom: 3.46666667vw;
    }

    .prize_text{
        width: 81.33333333vw;
        margin: 0 auto;
        font-size: 3.73333333vw;
        text-align: left;
    }

    .composition{
        margin-bottom: 16vw;
    }

    .composition_heading{
        width: 84vw;
        margin:0 auto 10.66666667vw;
    }

    .composition_info_container{
        row-gap: 5.33333333vw;
    }

    .composition_info{
        width: 84vw;
        border: solid 0.26666667vw #A14893;
        border-radius: 5.33333333vw;
        flex-direction: column;
    }

    .composition_info_category{
        min-width: 84vw;
        width: 84vw;
        height: 12vw;
    }

    .composition_info_category span{
        font-size: 5.33333333vw;
    }

    .composition_info_content_item li{
        height:auto;
        font-size: 4vw;
        line-height: 6.13333333vw;
        padding-left: 2.66666667vw;
        display: flex;
    }

    /* .composition_info_content_item li span:nth-child(odd){
        width: 34.66666667vw;
        min-width: 34.66666667vw;
        padding-top: 4.8vw;
        border-right:solid 0.26666667vw #A14893;
    } */
    .composition_name {
        width: 34.66666667vw;
        min-width: 34.66666667vw;
        padding-top: 4.8vw;
        border-right:solid 0.26666667vw #A14893;
    }

    .composition_info_content_item li span:nth-child(even){
        padding-top: 1.6vw;
        padding-left: 2.66666667vw;
    }

    .present{
        font-size: 3.46666667vw;
        line-height: 1;
        margin-left: -1.2em;
    }

    .line_2{
        padding-top: 1.46666667vw !important;
    }

    .inquiry_heading{
        width: 84vw;
        margin:0 auto 7.06666667vw;
    }

    .inquiry_contact{
        font-size: 5.33333333vw;
        line-height: 1.4;
        margin-bottom: 5.73333333vw;
    }

    .inquiry_tel{
        font-size: 5.33333333vw;
        margin-bottom: 4.66666667vw;
    }

    .inquiry_tel_num{
        font-size: 8vw;
        top:0.53333333vw;
        margin-left: 2.4vw;
    }

    .inquiry_tel_time{
        display: inline-block;
        margin-left: 13.2vw;
        margin-top: 1.33333333vw;
    }

    .inquiry_btn{
        width: 81.33333333vw;
        height: 12.8vw;
        padding-top: 4.26666667vw;
        font-size: 4.26666667vw;
        border-radius: 5.33333333vw;
        box-shadow: 0.8vw 1.33333333vw 0px #d6d6d6;
        /*margin-bottom: 6.8vw;*/
    }

    .inquiry_btn::after{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 2.66666667vw solid transparent;
        border-bottom: 2.66666667vw solid transparent;
        border-left: 3.2vw solid #fff;
        border-right: 0;
        right:3.46666667vw;
        top:3.86666667vw;
    }

    .inquiry_note{
        width: 81.33333333vw;
        margin-top: 6.8vw;
    }

    .inquiry_note p{
        font-size: 3.2vw;
    }

    .inquiry_note p+p{
        margin-top: 5.33333333vw;
    }

    footer{
        padding-top:5.33333333vw;
        padding-bottom: 5.33333333vw;
        padding-left:5.33333333vw;
        padding-right:5.33333333vw;
    }
    
    .copyright{
        text-align: left;       
        font-size: 14px;
        line-height: 1.42857143;
        margin-top: 20px;
    }

    .pagetop{
        position: fixed;
        right:4vw;
        bottom: 4vw;
        width: 16vw;
    }
}


/* ■■■ ここからアニメ設定 ■■■ */
/*==================================================
ふわっ
===================================*/

.fadeUpTrigger{
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
	transform: translateY(3rem);
}

/* タイミング */
.fadeUpTrigger.type1 {
    transition-delay: 1.2s;
}

.fadeUpTrigger.type2 {
    transition-delay: 1.4s;
}

.fadeUpTrigger.type3 {
    transition-delay: 1.6s;
}

/* 下から */
.fadeUp{
	transform: translateY(0);
    opacity:1;
}


/*20260819*/
.composition_member_container ul {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}
.composition_member_container ul li {
    width: 50%;
    margin: 0 0 0.8rem 0;
    font-size: 2.0rem;
}
.composition_member_container ul li a {
    color: #000;
}
.composition_member_container ul li a::before {
    content: "▶";
    display: inline-block;
    color: #EB3C51;
    margin: 0 0.8rem 0 0;
}
.composition_member_container ul li a:hover {
    opacity: 0.5;
}
@media (max-width: 834px) {
    .composition_member_container ul {
        display: block;
    }
    .composition_member_container ul li {
        width: 100%;
        font-size: 1.4rem;
    }
}


/*20260824*/
.teaser{
    width: 90%;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    border:solid 4px #E62878;
    padding:28px 23px 32px 34px;
    border-radius:20px;
    position: relative;
    background-color: #fff;
    box-shadow: 3px 5px 0  #d6d6d6;
}
.teaser_container{
    display: flex;
    flex-direction:row-reverse;
    column-gap: 38px;
    align-items: center;
}
.teaser_01 {
    background-color: #FFE5E3;
    border:solid 4px #EB3C51;
    padding:19.5px 0 19px 0;
    margin-bottom: 78.4px;
    margin-top: 52px;
}
.teaser_container{
    display: flex;
    flex-direction:row-reverse;
    column-gap: 38px;
    align-items: center;
}
.teaser a{
    position: absolute;
    width:calc(100% + 8px);
    height: calc(100% + 8px);
    left:-4px;
    top:-4px;
    border-radius:20px;
}
.teaser a:hover{
    background-color: rgba(255,255,255,0.4);
}
.teaser_pic{
    width: 35%;
    overflow: hidden;
    line-height: 0;
}
.teaser_textarea{
    width:65%;
    margin: 0 auto;
}
.teaser_textarea_heading{
    line-height: 0;
    margin-bottom: 18.5px;
}
.teaser_01 .teaser_textarea_heading, .teaser_02 .teaser_textarea_heading{
    margin: 32px auto;
}
.teaser_textarea_text{
    font-size: 14px;
    line-height: 1.57142857;
    font-weight: 700;
}
.teaser01_deco_01{
    position: absolute;
    line-height: 0;
    width: 179px;
    right:-34px;
    top:-38.5px;
}
.teaser01_deco_02{
    position: absolute;
    line-height: 0;
    width: 138.5px;
    left:-14.5px;
    bottom:-20px;
}
@media (max-width: 834px) {
    .teaser{
        width: 81.33333333vw;
        margin-left: auto;
        margin-right: auto;
        border:solid 1.06666667vw #E62878;
        border-radius:5.33333333vw;
        box-shadow: 0.8vw 1.33333333vw 0  #d6d6d6;
        padding:4.26666667vw 4vw 4.8vw 4vw;
    }
    .teaser_container{
        display: flex;
        flex-direction:column;
        row-gap: 3.73333333vw;
        align-items:flex-start;
    }
    .teaser_textarea_text{
        width: 71.2vw;
        font-size: 3.73333333vw;
    }
    .teaser_pic{
        width: 71.2vw;
        min-width: 71.2vw;
    }
    .teaser_textarea{
        width: 71.2vw;
        min-width: 71.2vw;
    }
    .teaser_textarea_heading{
        margin-bottom: 3.73333333vw;
    }
    .teaser_textarea_heading{
        margin-bottom: 3.73333333vw;
    }
    .teaser_01 .teaser_textarea_heading, .teaser_02 .teaser_textarea_heading{
        width:55vw;
        margin: 3vw auto;
    }
    .teaser01_deco_01{
        width: 35.73333333vw;
        right:-8.93333333vw;
        top:-12.6vw;
    }
    .teaser01_deco_02{
        width: 27.46666667vw;
        left:-8.26666667vw;
        bottom:-20vw;
    }
}

