@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: #212121;
}

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

body {
    -webkit-overflow-scrolling: touch;
    min-height: 100vh;
    color:var(--base-text-color);
    font-size: 1.6rem;
    line-height: 1.86;
    font-family:"Noto Sans JP", sans-serif;
    -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;
    background-color: #b9e600;
    background-image: radial-gradient(circle, rgba(255,255,255,0.3) 2.26815px, transparent 2.26815px), radial-gradient(circle, rgba(255,255,255,0.3) 2.26815px, transparent 2.26815px);
    background-position: 0 0, 7.563599999999999px 7.5616px;
    background-size: 15.127199999999998px 15.1232px;
}

@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;
}

.sp{
    display: none;
}

.hero{
    /*width:1280px;*/
    width: 100vw;
/*    margin: 0 auto 305px;*/
    margin: 0 auto 23.828125vw;
    position: relative;
}

.hero_logo_asahi{
    position: absolute;
    /*
    width:115.0073px;
    left:10px;
    top:15px;*/
    
    
    width:8.98494531vw;    
    left:0.78125vw;
    top:1.171875vw;
    line-height: 1;
    z-index: 10;
}

.hero_pr{
    /*font-size: 15px;*/
    font-size: 1.0vw;
    line-height: 1;
    text-align: right;
    position: absolute;
    /*right:10px;
    top:15px;*/
    
    right:3vw;
    top:1.171875vw;
    z-index: 10;
}

.hero_lead{
    /*font-size: 18px;
    line-height: 34px;*/
    font-size: 1.40625vw;
    line-height: 2.65625vw;
    width:32em;
    position: absolute;
    /*top:633px;*/
    top:49.453125vw;
    left:0;
    right:0;
    bottom:0;
    margin-left:auto;
    margin-right: auto;
    font-weight: 500;
    text-align: justify;
    z-index: 10;
}

.hero_kv{
    line-height: 0;
}

.theme{
    /*width:710px;*/
    width:55.46875vw;
    position: absolute;
    /*top:871px;*/
    top:68.046875vw;
    left:0;
    right:0;
    bottom:0;
    margin-left:auto;
    margin-right: auto;
    z-index: 10;
}

.theme_pic{
    line-height: 0;
    /*margin-bottom: 2px;*/
    margin-bottom: 0.15625vw;
    /*filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));*/
    filter: drop-shadow(0.390625vw 0.390625vw 0.390625vw rgba(0,0,0,0.3));
}

.attention{
    font-size: 15px;
    font-size: 1.171875vw;
    line-height: 1.66666667;
    /*margin-left: 67px;*/
    margin-left: 5.234375vw;
}

.attention li{
    display: flex;
}

.character{
    /*width:251px;*/
    width:19.609375vw;
    /*width:261px;*/
    width:20.390625vw;
    position: absolute;
    /*left:830px;
    top:1076px;*/
    left:64.84375vw;
    top:84.0625vw;
    z-index: 15;
}

.character_pic{
    /*width:201px;*/
    width:15.703125vw;
    margin:0 auto;
    line-height: 0;
}

.character_name{
    display: block;
    /*margin-top:20px;*/
    margin-top:1.5625vw;
    text-align: center;
    /*font-size: 14px;*/
    font-size: 1.09375vw;
    line-height: 1;
}

.hero_arc{
    display: none;
}

.entry_info_block{
    /*width:100rem;*/
    width:100%;
    max-width:100rem;
    min-width:calc(700px - 60px);
    margin:0 auto;
    padding:5.8rem 7rem 5.8rem 7rem;
    background-color: #f5ffdb;
}

.category_container{
    display: flex;
    /*width: 86rem;*/
    width: 100%;
    max-width: 86rem;
    margin:0 auto;
    margin-left: 0;
    gap:30px;
    justify-content: space-between;
    padding-right:0.4rem;
    padding-bottom: 1rem;
}

.entry_info{
     width: 100%;
     max-width: 86rem;
     margin:0 auto;
     border-top:solid 0.2rem #009b00;
     margin-bottom: 7.2rem;
}

.entry_info_award{
    margin-bottom: 6.5rem;
}

.entry_info_method{
    /*padding-bottom: 22px;*/
    padding-bottom: 12px;
}

.entry_info_item{
    background-color: #009b00;
    width:224px;
    height:60px;
    padding-left:15px;
    color: #fff;
    font-size: 3.8rem;
    line-height: 1;
    font-weight: 600;
    padding-top: 0.8rem;
    position: relative;
    margin-bottom:2.9rem;
}

.entry_info_item::before{
    content: "";
    position: absolute;
    border-right: 35px solid transparent;
    border-top: 60px solid #009b00; 
    height: 0;
    width: 0;
    top:0;
    right:-35px;
}

.entry_info_item_award{
    width:42.4rem;
    margin-bottom:3.8rem;
}

.entry_info_selno{
    font-size: 2rem;
    font-weight: 600;
    margin-top:1.8rem;
    margin-left: 2.4rem;
}

.entry_info_attention{
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    margin-left: 2.7rem;
}

.entry_info_text, .entry_info_selector{
    font-weight: 500;
}

.entry_info_text{
    font-size: 2.3rem;
    line-height:1.7826087;
}

.entry_info_selector{
    font-size: 2.3rem;
    line-height:1.7826087;
}

.position{
    font-size:2rem;
    font-weight: 400;
}

.san{
    font-size:2.1rem;
}

.category_name{
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 3rem;
}

.category_name span{
    font-size: 1.7rem;
}

.category_award li{
    font-size: 2.3rem;
    line-height: 1;
    margin-bottom: 2.4rem;
    font-weight: 500;
}

.money{
    font-size: 1.7rem;
    margin-left: -0.25em;
}

.maru{
    font-size: 1.8rem;
    position: relative;
    top:-0.2rem;
    margin-right:0.3rem;
}

.category_award li:last-child{
    margin-bottom: 0;
}

.entry_contact{
    text-align: center;
    padding-top: 4.6rem;
    margin-bottom: 45px;
}

.entry_contact_heading{
    font-size:2.3rem;
    font-weight: 700;
    margin-bottom:1.6rem;
    line-height: 1;
}

.entry_contact_text{
     font-size: 1.7rem;
    line-height: 2.17647059;
    font-weight: 600;
    text-indent: -0.5em;
}

.entry_contact .entry_info_item{
    font-size:2.3rem;
    height: 5rem;
    padding-top:1.3rem;
}

.entry_contact .entry_info_text{
    font-size: 1.7rem;
    line-height: 1.94117647;
    margin-left:0;
    margin-right: 0;
    text-align: center;
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
}

.caution{
    width:100%;
    max-width:86rem;
    margin:0 auto;
    margin-bottom: 7.2rem;
}

.caution_heading{
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom:14px;
}

.caution_text{
    font-size: 1.6rem;
    line-height: 1.875;
}

.caution_text li{
    display: flex;
}

.entry_info_btn{
    width: 50.3rem;
    height:8.4rem;
    background-color: #a7a7a7;
    color:#fff;
    margin:0 auto;
    margin-top: 4.6rem;
    border-radius: 4.2rem;
    font-size: 2.8rem;
    line-height: 8.3rem;
    text-align: center;
    font-weight: 700;
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0,0,0,0.15) ;
    position: relative;
}

/* .entry_info_btn::after{
    content: "";
    position:absolute;
    right:3.0rem;
    top:3.0rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.2rem solid transparent;
    border-bottom: 1.2rem solid transparent;
    border-left: 1.9rem solid #fff;
    border-right: 0;
} */

.contact_info{
    background-color: #fff;
    margin-top: 3.2rem;
}

.logo_nihonishikai{
    width: 26.7rem;
    margin: 0 auto 0;
    line-height: 0;
}

footer{
    padding-top:88px;
    padding-bottom: 20px;
    padding-left:20px;
    padding-right:20px;
    background-color: #fff;;
}

.copyright{
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.75;
    margin-top: 4rem;
}

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


/*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: 12px;
  line-height: 1.4rem;
  font-weight: 400;
  color: #000;
}
.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(0,0,0,0.3);
  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: space-between;
  }
  .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: 1024px) {
    .entry_info_block{
        width:calc(100vw - 60px);
    }

    .money{
        line-height: 2.3rem;
    }
}

@media (max-width: 834px) {
    .money{
        line-height:1;
        display: block;
        margin-top: 10px;
        text-indent: 1em;
    }
}

@media (max-width: 768px) {
    .category_name span{
        display: block;
        margin-top: 1rem;
        text-indent: -0.5em;
    }

}


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

    .sp{
        display: block;
    }

    body{
        background-image: radial-gradient(circle, rgba(255,255,255,0.3) 0.60484vw, transparent 2.26815px), radial-gradient(circle, rgba(255,255,255,0.3) 0.60484vw, transparent 0.60484vw);
        background-position: 0 0, 2.01696vw 2.01642667vw;
        background-size: 4.03392vw 4.03285333vw;
    }

    .hero{
        margin-bottom: 216vw        
    }

    .hero_logo_asahi{
        position: absolute;
        /*
        width:98px;
        left:10px;
        top:11px;
        */
        width:26.13333333vw;
        left:2.66666667vw;
        top:2.93333333vw;
    }

    .hero_pr{
        /*font-size: 11px;
        right:10px;
        top:14px;*/
        font-size: 2.6vw;
        right:2.66666667vw;
        top:3.73333333vw;
    }

    .hero_lead{
        font-size: 4.26666667vw;
        line-height: 1.8125;
        width:89.33333333vw;
        top:78.66666667vw;
    }

    .theme{
        width:89.33333333vw;
        top:153.86666667vw;
    }

    .theme_pic{
        margin-bottom: 4.8vw;
        filter: drop-shadow(0.8vw 0.8vw 0.8vw rgba(0,0,0,0.3));
    }

    .attention{
        font-size:4vw;
        line-height: 1.66666667;
        margin-left: 0;
    }

    .attention li:nth-of-type(3){
        /*text-wrap: pretty;*/
        letter-spacing: 0.05em;
    }

    .character{
        width:100vw;
        left:0;
        top:226.4vw;
    }

    .character_pic{
        width:48vw;
    }

    .character_name{
        margin-top:5.06666667vw;
        font-size: 3.73333333vw;
    }

    .hero_arc{
        width: 100vw;
        display: block;
        position: absolute;
        left:0;
        top:73.86666667vw;
        z-index: 5;
    }

    .entry_info_block{
        width:89.33333333vw;
        min-width: auto;
        padding:5.06666667vw 4.26666667vw 13.86666667vw 4.26666667vw;
    }

    .entry_info{
        width: 100%;
        max-width: 100%;
        margin:0 auto;
        border-top:solid 0.53333333vw #009b00;
        margin-bottom: 14.66666667vw;
    }

    .entry_info_award{
        margin-bottom: 13.86666667vw;
    }
    
    .entry_info_method{
        padding-bottom: 1.6vw;
    }

    .entry_info_item{
        width:calc(50.4vw + 1px);
        height:14.13333333vw;
        padding-left:3.46666667vw;
        font-size: 8.53333333vw;
        padding-top: 2.13333333vw;
        margin-bottom:9.6vw;
    }

    .entry_info_item_award{
        width:calc(50.4vw + 1px);
        height:14.13333333vw;
        margin-bottom:17.33333333vw;
    }

    .entry_info_selno{
        font-size: 4.53333333vw;
        margin-top:4.8vw;
        margin-left: 5.06666667vw;
    }

    .entry_info_item::before{
        content: "";
        position: absolute;
        border-right: 8vw solid transparent;
        border-top: 14.13333333vw solid #009b00; 
        height: 0;
        width: 0;
        top:0;
        right:-8vw;
    }

    .entry_info_attention{
        font-size: 4vw;
        margin-left:0;
        color: var(--base-text-color);
        position: absolute;
        left:0;
        top:17.6vw;
    }

    .category_container{
        display: flex;
        width: 100%;
        max-width: 100%;
        row-gap:11.2vw;
        flex-direction: column;
        padding-right:0;
        padding-bottom: 2.66666667vw;
    }

    .category_name{
        font-size: 6.93333333vw;
        margin-bottom: 6.4vw;
    }

    .category_name span{
        font-size: 4.53333333vw;
    }

    /*tabletの設定をリセット*/
    .category_name span{
        display: inline;
        margin-top: 0;
        text-indent:0;
    }

    .category_award li{
        font-size: 4.8vw;
        margin-bottom: 5.06666667vw;
        position: relative;
    }

    .money{
        font-size: 4vw;
        margin-left: -0.25em;
    }

    /*tabletの設定をリセット*/
    .money{
        display: inline !important;
        margin-top: 0;
        text-indent: 0;
        line-height:1;
    }

    .maru{
        font-size: 4.26666667vw;
        top:-0.13333333vw;
        margin-right:0.8vw;
    }

    .narrow_01{
        /*transform: scaleX(1);
        transform-origin: right center;*/
        display: block;
        position: absolute;
        right:-0.26666667vw;
        top:0.66666667vw;
    }

    .narrow_02{
        transform: scaleX(0.8);
        transform-origin: right center;
        display: block;
        position: absolute;
        right:-1.6vw;
        top:0.66666667vw;
    }

    .entry_info_text{
        font-size: 4.8vw;
        line-height:1.77777778;
    }

    .narrow_03{
        transform: scaleX(0.9);
        transform-origin: right center;
        display: block;
        position: absolute;
        right:-1.6vw;
        bottom:0;
    }

    .entry_info_btn{
        width: 100%;
        height:17.06666667vw;
        margin-top: 11.2vw;
        border-radius: 8.53333333vw;
        font-size: 6.13333333vw;
        line-height: 16.8vw;
        box-shadow: 1.06666667vw 1.06666667vw 1.06666667vw rgba(0,0,0,0.15) ;
    }

    .entry_info_btn::after{
        content: "";
        position:absolute;
        right:4.8vw;
        top:5.86666667vw;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 2.66666667vw solid transparent;
        border-bottom: 2.66666667vw solid transparent;
        border-left: 4.26666667vw solid #fff;
        border-right: 0;
    }

    .entry_info_selector{
        font-size: 4.8vw;
        line-height:1.77777778;
    }

    .position{
        font-size:4.26666667vw;
        display: block;
        margin-top:-1.33333333vw;
        margin-bottom:0.26666667vw;
        text-indent: -0.5em;
    }

    .san{
        font-size:4.26666667vw;
    }

    .caution{
        width:100%;
        max-width:100%;
        margin-bottom: 11.2vw;
    }

    .caution_heading{
        font-size: 4.8vw;
        margin-bottom:4vw;
    }

    .caution_text{
        font-size: 4vw;
        line-height: 1.86666667;
    }

    .caution_text li:nth-of-type(3){
        /*text-wrap: pretty;*/
        letter-spacing: 0.05em;
    }

    .contact_info{
        margin-top: 9.06666667vw;
    }

    .entry_contact{
        padding-top: 10.93333333vw;
        margin-bottom: 12.26666667vw;
    }

    .entry_contact_heading{
        font-size:5.86666667vw;
        margin-bottom:4.26666667vw;
    }

    .entry_contact_text{
        font-size: 4.26666667vw;
        line-height: 2.25;
    }

    .logo_nihonishikai{
        width: 71.2vw;
    }

    footer{
        padding-top:20.8vw;
        padding-bottom: 5.33333333vw;
        padding-left:5.33333333vw;
        padding-right:5.33333333vw;
    }

    .copyright{
        text-align: left;
        font-size: 3.2vw;
        margin-top: 10.66666667vw;
    }

}


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

.fadeUpTrigger{
    opacity: 0;
    /*transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);*/
    transition: opacity 1s ease, transform 1s ease;

	transform: translateY(2.5rem);
}

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

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

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

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