@charset "utf-8";
/* CSS Document */

html {
    background-color: #fff;
    /*background-image: url(../img/common/back_img.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.out_header .pc h1 {
    display: none;
}
.out_header .pc ul {
    margin: 0rem auto;
}
.out_header .pc ul li {
    padding: none;
}
/*------------------
  メインビジュアル
-------------------*/
.main_imgBox  {
    width: 100%;
    min-height: 650px;
}
.main_img {
    max-width: 2000px;
    width: 100%;
    min-height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
/*------------------
  開催期間
-------------------*/
.kikan {
  text-align: center;
  width: 100%;
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  font-size: 1.7rem;
  letter-spacing: 2px;
}
.kikan p {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.kikan p span {
  background-color: #fff;
  color: #ff0000;
  padding: 10px 30px;
  margin-right: 30px;
}
/*------------------
  メイン設定
-------------------*/
.main_contents .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 7rem;
}
/*------------------
メインコンテンツ
-------------------*/
.main_contents {
    text-align: center;
    line-height: 2;
}

/*------------------
NEWS
-------------------*/
.main_contents .news_box {
    background-color: #e2f8e6;
}
.main_contents .news_box .inner {

}
.main_contents .news_box h2 {
    color: #ff0000;
}
.main_contents .news_box h2:before {
    content: '';
    background-image: url(../img/common/s_icon_r.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 9px;
    width: 40px;
    height: 43px;
    vertical-align: text-bottom;
}
.main_contents .news_box ul {
    background-color: #fff;
    max-width: 900px;
    width: 70%;
    margin: 0 auto;
    padding: 3rem;
    border-radius: 20px;
    text-align: left;
}
.main_contents .news_box li {
     line-height: 3;
}
.main_contents .news_box li span {
    margin-right: 1.5rem;
}
.main_contents .news_box .all_link {
    text-align: center;
    margin-top: 2rem;
}
.main_contents .news_box .all_link a {
    color: #006837;
}
.main_contents .news_box a:hover {
    color: #ff0000;
}
.main_contents .news_box .all_link a:hover {
    color: #ff0000;
}


/*------------------
参加方法
-------------------*/
.main_contents .entry_box {
    background-color:#fff;
}
.main_contents .entry_box h2 {
    color: #ff0000;
}
.main_contents .entry_box h2:before {
    content: '';
    background-image: url(../img/common/s_icon_r.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 9px;
    width: 40px;
    height: 43px;
    vertical-align: text-bottom;
}
/*こっから*/
.main_contents .entry_box .entry_wrap .step_wrap {
    width: 48%;
    border-radius: 20px;
    padding: 2%;
    box-sizing: border-box;
}
.main_contents .entry_box .entry_wrap {
    display: flex;
    justify-content: space-between;
    margin: 3em 0;
}
.main_contents .entry_box .step_wrap h3 {
    background-color: #f39800;
    width: 70%;
    margin: -2em auto 1.5em;
    padding: 0.25em;
    color: #fff;
    box-sizing: border-box;
    font-size: 1.2rem;
    border-radius: 15px;
}
.main_contents .entry_box .top_mystery {
    background-color: #f5ffe9;
}
.main_contents .entry_box .top_mystery h3 {
    background-color: #01a13e;
}
.main_contents .entry_box .top_stamp {
    background-color: #fffbe9;
}
.main_contents .entry_box .top_stamp h3 {
    background-color: #f39800;
}
.main_contents .entry_box .step_wrap ul {
    margin-top: 1em;
}
.main_contents .entry_box .step_wrap li {
    background-color: #fff;    
    border-radius: 15px;
    padding: 0.5em;
    box-sizing: border-box;
}
.main_contents .entry_box .step_wrap li h4 {
    background-color: #01a13e;
    width: 60%;
    margin: 0 auto;
    color: #fff;
    border-radius: 10px;
    margin-top: -1em;
}
.main_contents .entry_box .top_stamp li h4 {
    background-color: #f39800;
}
/*
.main_contents .entry_box .step_wrap li h4:before {
    content: '';
    background-image: url(../img/common/mystery_icon.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 9px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}
*/

.main_contents .entry_box .step_wrap li h4 img {
    width: 25px;
    height: auto;
    margin-right: 10px;
}
.main_contents .entry_box .step_wrap .last h4 {
    background-color: #ff0000;
}
.main_contents .entry_box .step_wrap li h5 {
    color: #01a13e;
    font-size: 1.1em;
    margin: 1em auto;
    padding: 0 1em;
}

.main_contents .entry_box .top_stamp li h5 {
    color: #f39800;
}
.main_contents .entry_box .step_wrap .last h5 {
    color: #ff0000;
    font-size: 0.86em;
}
.main_contents .entry_box .step_wrap li .s_info {
    width: 90%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-top: 1px dotted #e4b655;
    margin: 0 auto;
}
.main_contents .entry_box .step_wrap li .s_info .img {
    width: 30%;
    margin: 0.5em;
}
.main_contents .entry_box .step_wrap li .s_info img {
    width: 100%;
    height: auto;
}
.main_contents .entry_box .step_wrap li .s_info p {
    text-align: left;
    width: 66%;
    font-size: 0.9em;
    line-height: 1.6;
    margin: 1em 1em 0 1em;
}
.main_contents .entry_box .step_wrap li .s_info p span a {
    font-size: 0.6em;
    color: blue;
}
.main_contents .entry_box .step_wrap li .s_info p span {
    font-size: 0.7em;
    display: block;
    margin-top: 0.5em;
}
.main_contents .entry_box .step_wrap li .secret {
    font-size: 0.7em;
    text-align: left;
    color: #097432;
    padding: 0.5em;
}
.main_contents .entry_box .step_wrap li .button a {
    padding: 0.3rem 0;
    max-width: 300px;
    width: 100%;
    background-color: #8fc21f;
    border-radius: 30px;
    margin: 1rem auto 1em;
    font-size: 0.76rem;
}
.main_contents .entry_box .top_stamp li .button a {
    background-color: #efbe14;
}


.main_contents .entry_box .step_wrap table {
    font-size: 0.6em;;
    width: 100%;
    background-color: #fff;
}

.main_contents .entry_box .step_wrap table th {
    background-color: #8ac53f;
    padding: 0.25em;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
}
.main_contents .entry_box .step_wrap table td {
    padding: 0.25em;
    border: 1px solid #fff;
    background-color: #e9f1e9;
}

.main_contents .entry_box .d_arrow {
    display: block;
    margin: 1em auto 1.25rem;
    width: 30%;
}
.main_contents .entry_box .d_arrow img {
    width: 100%;
    height: auto;
}


/*------------------
2025新イベント
-------------------*/
.main_contents .newevent_box {
    background-color: #fdf9e8;
}
.main_contents .newevent_box h2 {
    color: #ff0000;
}
.main_contents .newevent_box h2:before {
    content: '';
    background-image: url(../img/common/s_icon_r.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 9px;
    width: 40px;
    height: 43px;
    vertical-align: text-bottom;
}
.main_contents .newevent_box .detial_wrap {
    border-top: 7px solid #8ac53f;
    border-bottom: 7px solid #8ac53f;
}
.main_contents .newevent_box .booth {
    border-bottom: none;
}
.main_contents .newevent_box .tokuten ul {
    text-align: left;
    list-style-type: circle;
    margin-left: 1em;
}
.main_contents .newevent_box .tokuten .tokuten_title {
    font-weight: bold;
    color: #137e3c;
    margin-bottom: 0.5em;
}
.main_contents .newevent_box .detial_wrap h3 {   
    font-size: 1.5rem;
    margin-top: 3rem;
    color: #ff0000
}
.main_contents .newevent_box .detial_wrap h3 img {   
    width: 36px;
    height: auto;
    vertical-align: sub;
}
.main_contents .newevent_box .detial_wrap .detial {
    display: flex;
    margin: 0 auto;
    padding: 1.5rem 0 4rem;
}
.main_contents .newevent_box .detial_wrap .detial .img_wrap {
    width: 30%;
}
.main_contents .newevent_box .detial_wrap .detial .img_wrap img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.main_contents .newevent_box .detial_wrap .detial .d_right {
    width: 67%;
    margin-left: 3%;
}
.main_contents .newevent_box .detial_wrap .detial .d_right p {
    text-align: left;
}
.main_contents .newevent_box .detial_wrap .detial .d_right table {
    font-size: 13px;
    width: 100%;
    background-color: #fff;
}

.main_contents .newevent_box .detial_wrap .detial .d_right table th {
    background-color: #8ac53f;
    padding: 0.25em;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
}
.main_contents .newevent_box .detial_wrap .detial .d_right table td {
    padding: 0.25em;
    border: 1px solid #fff;
    background-color: #e9f1e9;
}

.main_contents .newevent_box .button a {
    color: #fff;
    padding: 0.6rem 0;
    max-width: initial;
    width: 100%;
    display: block;
    background-color: #8ac53f;
    text-align: center;
    border-radius: 5px;
    margin: 1rem auto 0;
    font-size: 0.9rem;
}
.main_contents .newevent_box .button a:hover {
    background-color: #ff0000;
    opacity: 1;
}
/*------------------
等身大パネル
-------------------*/
.main_contents .panel_box {
     background-color: #e2f8f0;
}
.main_contents .panel_box h2 {
    color: #ff0000;
}
.main_contents .panel_box h2:before {
    content: '';
    background-image: url(../img/common/s_icon_r.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 9px;
    width: 40px;
    height: 43px;
    vertical-align: text-bottom;
}
.main_contents .panel_box .detial .read {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.main_contents .panel_box .detial .read_sub {
    font-size: 1rem;
    margin-bottom: 3rem;
}
.main_contents .panel_box .detial .pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.main_contents .panel_box .detial .pc > li {
    width: 20%;
    padding: 1%;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 2rem;
}
.main_contents .panel_box .detial .pc li .chara_img {
    min-height: 270px;
    position: relative;
}
.main_contents .panel_box .detial .pc li .chara_img img {
    max-width: 200px;
    width: auto;
    max-height: 220px;
    height: auto;
    position: absolute;
   bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.main_contents .panel_box .detial .pc .seiyu_img {
    padding: 0.5rem;
}
.main_contents .panel_box .detial .pc .seiyu_img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.main_contents .panel_box .detial .pc li .wrap {
    background-color: #fff;
    padding: 0.5rem 0.5rem;
    border-radius: 10px;
    font-size: 0.8rem;
}
.main_contents .panel_box .detial .pc li .wrap .chara_txt {
    font-weight: bold;
    font-size: 0.7rem;
    
}
.main_contents .panel_box .detial .pc li .wrap .tit {
    text-align: left;
    font-weight: bold;   
}
.main_contents .panel_box .detial .pc li .wrap .chara_txt th {
      min-width: 3rem;
}
.main_contents .panel_box .detial .pc li .wrap .chara_txt td {
    text-align: left;
}
.main_contents .panel_box .detial .pc li .wrap .seiyu_img {
  
}
.main_contents .panel_box .detial .pc li .wrap ul {
  
}
.main_contents .panel_box .detial .pc li .wrap ul li {
    width: 85%;
    font-size: 0.6rem;
    text-align: left;
    line-height: 1.5;
    list-style-type: circle;
    margin-left: 1.5rem;
    background-color: #fff;
    padding: 0.2rem;
    box-sizing: border-box;
}
.main_contents .panel_box .button a {
    color: #fff;
    padding: 0.6rem 0;
    max-width: initial;
    width: 40%;
    display: block;
    background-color: #8ac53f;
    text-align: center;
    border-radius: 5px;
    margin: 1rem auto 0;
    font-size: 0.9rem;
}
.panel_box .sp {
  display: none;
}
/*------------------
Twitter
-------------------*/
.main_contents .twitter_box {
    background: #fff;
    margin-bottom: -6rem;
}
.main_contents .twitter_box .inner {
    padding: 2em 1em 8rem;
}
.main_contents .twitter_box h2 {
    color: #ff0000;
}
.main_contents .twitter_box h2:before {
    content: '';
    background-image: url(../img/prize/prezent_icon.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 9px;
    width: 40px;
    height: 43px;
    vertical-align: text-bottom;
}
.main_contents .twitter_box .read {
    font-size: 1.3rem;
    color: #fff;
    background: #ff0000;
    padding: 0.5rem;
    border-radius: 10px;
    font-weight: bold;
}
.main_contents .twitter_box .step .detial {
    display: flex;
    margin: 0 auto;
    padding: 3rem 0 4rem;
}
.main_contents .twitter_box .step .detial .img_wrap {
    width: 30%;
}
.main_contents .twitter_box .step .detial .img_wrap img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.main_contents .twitter_box .step .detial .d_right {
    width: 67%;
    margin-left: 3%;
}
.main_contents .twitter_box .step .detial .d_right p {
    text-align: left;
    font-size: 1.2rem;
    margin: 1rem;
}
.main_contents .twitter_box .step .detial .inshi {
    display: flex;
    justify-content: space-between;
    margin: 1rem auto 0;
    padding: 1rem;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
}
.main_contents .twitter_box .step .detial .inshi p {
    width: 68%;
    margin-right: 3%;
    font-size: 0.8rem;
    margin: 0;
}
.main_contents .twitter_box .step .detial .inshi p span {
    font-size: 0.5rem;
    margin-top: 0.5rem;
    display: block;
}
.main_contents .twitter_box .step .detial .inshi .img_wrap {
    width: 30%;
}
.main_contents .twitter_box .step .detial .inshi .img_wrap img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media screen and (max-width:501px) {
.sp_header {
    height: 0px;
}
.main_contents .inner {
    padding-bottom: 3rem;
    width: 90%;
}
.main_contents h2 {
    font-size: 140%;
}
/*------------------
メインビジュアル
-------------------*/
.main_imgBox  {
    min-height: 350px;
    margin-top: 30px;
}
.main_imgBox_inner {
    min-height: 350px;
}
 .main_img {
    min-height: 450px;
  }
.main_imgBox .circle {
    top: 17%;
    max-width: 230px;
}
/*------------------
開催期間
-------------------*/
.kikan {
    font-size: 1rem;
    letter-spacing: 0px;
}
.kikan p span {
    padding: 0px 3px;
    margin-right: 0px;
    display: inline-block;
    width: 90%;
    margin: 0 auto 0.3rem;
}
/*------------------
NEWS
-------------------*/
.main_contents .news_box h2:before {
    width: 30px;
}
.main_contents .news_box li {
    line-height: 1.7;
    margin-bottom: 1rem;
}
.main_contents .news_box ul {
    width: 90%;
    font-size: 0.9rem;
    padding: 1rem;
}
/*------------------
コロナ
-------------------*/
.main_contents .covid_box h2:before {
    width: 30px;
}
.main_contents .covid_box .button a {
    width: 100%;
}
.main_contents .covid_box .detial ul {
    text-align: left;
}
.main_contents .covid_box .detial ul li {
    list-style-type: circle;
    margin-left: 1rem;
}
.main_contents .covid_box .detial p {
    text-align: left;
    font-size: 0.8rem;
}
/*------------------
参加方法
-------------------*/
.main_contents .entry_box h2:before {
    width: 30px;
}
.main_contents .entry_box .read {
    font-size: 0.9em;
}
.main_contents .entry_box .step .detial {
    display: block;
    padding: 1rem 0 4rem;
}
.main_contents .entry_box .step .detial .img_wrap {
    width: 100%;
    margin-bottom: 1rem;
}
.main_contents .entry_box .step .detial .d_right {
    width: 100%;
    margin-left: 0%;
}
.main_contents .entry_box .step .detial .d_right p {
    font-size: 0.8em;
}
.main_contents .entry_box h3 span {
    margin-right: 1rem;
}
.main_contents .entry_box h3 {
    font-size: 1rem;
}
.main_contents .entry_box .button_wrap {
    display: block;
}
.main_contents .entry_box .button_wrap .button {
    width: 100%;
}
.main_contents .entry_box .button a {
    font-size: 0.8rem;
}
/*2025追記分*/
.main_contents .entry_box .entry_wrap {
    display: block;
    margin: 3em 0;
}
.main_contents .entry_box .entry_wrap .step_wrap {
    width: 100%;
}
.main_contents .entry_box .top_stamp {
    margin-top: 4em;
}




/*------------------
2025新イベント
-------------------*/
.main_contents .newevent_box h2:before {
    width: 30px;
}
.main_contents .newevent_box .detial_wrap h3 {
    font-size: 1.2rem;
    margin-top: 1rem;
}
.main_contents .newevent_box .detial_wrap .detial {
    display: block;
    padding: 1rem 0 1rem;
}
.main_contents .newevent_box .detial_wrap h3 img {
    vertical-align: top;
}
.main_contents .newevent_box .detial_wrap .detial .img_wrap {
    width: 100%;
    margin-bottom: 1rem;
}
.main_contents .newevent_box .detial_wrap .detial .d_right {
    width: 100%;
    margin-left: 0%;
}
.main_contents .newevent_box .detial_wrap .detial .d_right p {
    font-size: 0.8em;
}
.main_contents .newevent_box .detial_wrap .detial .d_right table {
    font-size: 0.75em;
}
.main_contents .newevent_box .tokuten ul {
    font-size: 0.8em;
}
/*2025新イベント*/
.main_contents .newevent_box .detial_wrap .detial .d_right table  {
    width: 100%;
}
.main_contents .newevent_box .detial_wrap .detial .d_right table .thead {
    display: none;
}
.main_contents .newevent_box .detial_wrap .detial .d_right table tr {
    width: 100%;
}
.main_contents .newevent_box .detial_wrap .detial .d_right table td {
    display: block;
    text-align: right;
    width: 100%;
    padding: 0.25em 0.75em;
    box-sizing: border-box;
    border-top: none;
}
.main_contents .newevent_box .detial_wrap .detial .d_right table td:first-child {
    background: #8ac53f;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.main_contents .newevent_box .detial_wrap .detial .d_right table tr td:nth-child(n+2) {
    width: 50%;
    display: inline-block;
}
.main_contents .newevent_box .detial_wrap .detial .d_right table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
}
.main_contents .newevent_box .tokuten .detial .d_right table tr td:nth-child(n+2) {
    width: 100%;
}
/*------------------
等身大パネル
-------------------*/
.main_contents .panel_box h2:before {
    width: 30px;
}
.main_contents .panel_box .detial .read {
    font-size: 1.1rem;
}
.main_contents .panel_box .detial .read_sub {
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.6;
}
.main_contents .panel_box .detial .pc {
  display: none;
}
.panel_box .sp {
  display: block;
}
.main_contents .panel_box .detial .sp {

}
.main_contents .panel_box .detial .sp li {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box; 
    margin-bottom: 2rem;
}
.main_contents .panel_box .detial .sp li .chara_txt {
    text-align: left;
    background-color: #8ac53f;
    border-radius: 8px;
    width: 100%;
    color: #fff;
    line-height: 1.8;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}
.main_contents .panel_box .detial .sp li .chara_txt th {
    width: 5rem;
}
.main_contents .panel_box .detial .sp li .chara_txt td {
  
}
.main_contents .panel_box .detial .sp li .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem;/*追加*/
}
.main_contents .panel_box .detial .sp li .wrap .chara_img {
    width: 48%;
}
/*変更*/
.main_contents .panel_box .detial .sp li .wrap .chara_img img {
    width: auto;
    height: auto;
    max-height: 190px;
} 
/*変更ここまで*/
.main_contents .panel_box .detial .sp li .wrap .seiyu_img {
    width: 48%;
}
.main_contents .panel_box .detial .sp li .wrap .seiyu_img img {
    width: 100%;
    height: auto;
}
.main_contents .panel_box .detial .sp li .tit {
    text-align: left;
}
.main_contents .panel_box .detial .sp li ul {
    text-align: left;
    font-size: 0.7rem;
}
.main_contents .panel_box .detial .sp li ul li {
    margin-bottom: 0rem;
    line-height: 1.5;
    list-style-type: circle;
    margin-left: 1.5rem;
    padding: 0 0 8px 8px;
}
.main_contents .panel_box .button a {
    width: 80%;
}

/*------------------
Twitter
-------------------*/
.main_contents .twitter_box .step .detial {
    display: block;
    padding: 1rem 0 0rem;
}
.main_contents .twitter_box .step .detial .img_wrap {
    width: 100%;
}
.main_contents .twitter_box .step .detial .d_right {
    width: 100%;
    margin-left: 0%;
}
.main_contents .twitter_box .step .detial .inshi {
    display: block;
}
.main_contents .twitter_box .step .detial .inshi p {
    width: 100%;
    margin-right: 0%;
    font-size: 0.7rem;
    margin: 0rem;
}
.main_contents .twitter_box .step .detial .inshi .img_wrap {
    width: 100%;
}
.main_contents .twitter_box .read {
    font-size: 1rem;
    text-align: left;
}
.main_contents .twitter_box .step .detial .d_right p {
    font-size: 0.9rem;
}






}









