@charset "utf-8";
body {
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }
	
  @media screen and (max-width: 640px) {
    body {
      min-width: inherit; 
	  height:100%; 
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; } 
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;	
}
	.sp02 img{
		max-width:100%;	
}
.sp03 img{
		max-width:70%;	
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a{
	text-decoration: none;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}

/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/*PCでは無効（改行しない）*/
.sp_br{
    display: none;
}
/*スマートフォンでは有効（改行する）*/
@media screen and (max-width: 700px) {
.sp_br{
    display: block;
}
}

/*------------*/

.w390{
    margin: 0 auto;
}
.w390 img{
    width: 100%;
}

@media screen and (max-width: 700px) {
    .w390{
        width: 100%;
    }
}

.inner{
    /*width: 340px;*/
    margin: 0 40px;
}
@media screen and (max-width: 700px) {
    .inner{
        margin: 0 8vw;
        /*
        width: 87%;
        */
}
}

.pre_header{
    width: 100%;
    padding-top: 15px;
    background-color: #fff6ec; /* 上側のベージュ */
}
@media screen and (max-width: 700px) {
    .pre_header{ padding-top: 6vw; }
    .pre_header img{ transform: translateX(-13vw); }
}



.header {
    position: relative;
    overflow: hidden;
    background-color: #fff6ec; /* 上側のベージュ */
    padding: 30px 0 50px;
}

.header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        175deg,          /* 角度 */
        transparent 93%, /* 上部分を透過で残す */
        #e0eee4 93%      /* 下部分 */
    );
    z-index: 0;
}

.header img {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.header_txt {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #2a2a2a;
    line-height: 1.8;
    text-align: left;
}

.header_img{
    position: relative;
    z-index: 10;
    top: 0;
}

.header_img1{
    position: absolute;
    z-index: 11;
    top: 0;
}

.header_img2{
    position: absolute;
    z-index: 12;
    top: 0;
}

.header_img3{
    position: absolute;
    z-index: 13;
    top: 0;
}

.header_img4{
    position: absolute;
    z-index: 14;
    top: 0;
}

@media screen and (max-width: 700px) {
.header::after {
        background: linear-gradient(
            175deg,
            transparent 93%,
            #e0eee4 93%
        );
    }
    .header_txt {
        padding: 16px;
        font-size: 13px;
    }
}


/*--当日までの準備--*/
.sec01 {
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #e0eee4;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.h3_sec01 {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 5px;
}

.h3_sec01 img{
    width: 50%;
}

.sec01 li{
    margin-bottom: 15px;
    padding: 10px;
    background-color: #ffffff;
}

.coordination{
    margin-top: 20px;
    margin-bottom: 30px;
}

.coordinate_img {
  position: relative;
  display: inline-block;
}

/* 下の画像（ベース） → 高さをとる */
.coordinate_img .coordinate_img2 img {
  display: block;
  width: 100%;
  height: auto;
}

/* 上の画像（重ねる） */
.coordinate_img .coordinate_img1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}


.mochimono{
    margin-top: 20px;
}

.sec01::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        175deg,          /* 角度 */
        transparent 96%, /* 上部分を透過で残す */
        #ffffff 96%      /* 下部分 */
    );
    z-index: 0;
}

/*--試合当日の流れ--*/
.sec02{
    padding-top: 20px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}


.h3_sec02{
    background-color: #f58c6b;
    padding-bottom: 5px;
}

.h3_sec02 img{
    width: 50%;
}

.timeschedule{
    margin-top: 20px;
    margin-bottom: 10px;
}

.attention{
    width: 60%;
    margin: 0 auto;
}

.sec02::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        175deg,          /* 角度 */
        transparent 96%, /* 上部分を透過で残す */
        #ffd96b 96%      /* 下部分 */
    );
    z-index: 0;
}
/*--prayer check--*/
.sec03{
    padding-top: 20px;
    padding-bottom: 80px;
    background-color: #ffd96b;
    position: relative;
    overflow: hidden;
}

.h3_playercheck{
    width: 75%;
    margin: 0 auto;
}

.player_img_bg{
    position: relative;
    z-index: 11;
}

.player_img_main{
    position: absolute;
    top:0;
    left: 0;
    z-index: 12;
}

.player_img_up{
    position: absolute;
    top:0;
    left: 0;
    z-index: 13;
}

.name{
    margin-bottom: 20px;
}

.player_txt1{
    margin-top: 30px;
    font-size: 12px;
    font-weight: bold;
}

.player_txt2{
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    font-weight: bold;
}

.players {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.player {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.player_img {
  width: 100%;
  max-width: 250px;
  border-radius: 8px;
}

.line{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 3px solid #f58c6b;
    border-radius: 10px;
}

.divider {
  width: 2px;
  background-color: #f58c6b;
  height: auto;
  align-self: stretch;
}

.sec03::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        175deg,          /* 角度 */
        transparent 98%, /* 上部分を透過で残す */
        #fff6ec 98%      /* 下部分 */
    );
    z-index: 0;
}

.Jackson_img{
    margin-top: -10px;
}

.charlie_img{
    margin-top: -5px;
}

.iwamura_kouta_img{
    margin-top: -25px;
}

.sec03_1{
    padding-top: 20px;
    padding-bottom: 60px;
    background-color: #fff6ec;
    position: relative;
    overflow: hidden;
    
}

/*--TEAM GOODS--*/
.sec04{
    margin-top: -30px;
    padding-bottom: 30px;
    background-image: url(../images/bg_teamgoods.png);
    background-color: #fff6ec;
    position: relative;
    background-size: 105% auto;
}

.teamgoods{
    position: relative;
    z-index: 11;
}

.h3_teamgoods{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
}

.teamgoods_img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
}

.sec04::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        175deg,          /* 角度 */
        transparent 89%, /* 上部分を透過で残す */
        #fff6ec 89%      /* 下部分 */
    );
    z-index: 0;
}

/*--交流＆グルメ--*/
.sec05{
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #fff6ec;
}

.communication_txt{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

/*--FEEL THE ENERGY!--*/
.sec06{
    margin-top: -40px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(../images/bg_energy.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.feel_the_energy{
    margin-top: 20px;
}

.sec06::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        175deg,          /* 角度 */
        transparent 89%, /* 上部分を透過で残す */
        #e0eee4 89%      /* 下部分 */
    );
    z-index: 0;
}

/*--Q&A--*/
.sec07{
    padding-top: 20px;
    padding-bottom: 90px;
    background-color: #e0eee4;    
    position: relative;
    overflow: hidden;
}

.sec07::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        175deg,          /* 角度 */
        transparent 98%, /* 上部分を透過で残す */
        #fff6ec 98%      /* 下部分 */
    );
    z-index: 0;
}

.faq_top{
    position: relative;
    z-index: 11;
}

.faq_top_img{
    position: absolute;
    top:0;
    left: 0;
    z-index: 12;
}

.h3_faq{
    position: absolute;
    top:0;
    left: 0;
    z-index: 12;
}

.faq_txt{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

.qa-box {
  width: 100%;
    margin-top: 20px;
  background: #f4f9f5;
  border: 2px solid #27945c;
  box-sizing: border-box;
}

/* Q部分 */
.qa-header {
  display: flex;
  align-items: center;
  background-color: #27945c;
  color: #fff6ec;
  padding: 10px 12px;
    font-weight: bold;
}

.qa-header .qa-icon {
  width: 32px;
  height: auto;
  margin-right: 8px;
}

/* A部分 */
.qa-body {
  background: #fff;
  padding: 14px 12px;
}

.qa-answer {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.qa-answer .qa-icon {
  width: 28px;
  height: auto;
  margin-right: 8px;
    display: block;
}

.answer-text {
    align-items: flex-start;
}

.answer-text img {
  display: block; /* ← 行のズレを防ぐ */
  margin: 0;
  padding: 0;
}

.qa-detail {
  margin-top: 20px;
}

.q3{
    position: relative;
}

.q6{
    position: relative;
}

.q7{
    position: relative;
}

.q3_img{
    position: absolute;
    z-index: 10; 
    width: 60px;
    height: auto;
    top: 5px;
    right:10px;
}

.q6_img{
    position: absolute;
    z-index: 10; 
    width: 100px;
    height: auto;
    top: -10px;
    right:10px;
}

.q7_img{
    position: absolute;
    z-index: 10; 
    width: 70px;
    height: auto;
    top: 10px;
    right:10px;
}

.access_btn{
    margin-top: 20px;
    margin-bottom: 20px;
}

.kitchencar{
    margin-top: 20px;
}

/*--OFFICIAL FUNCLUB--*/
.sec08{
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #fff6ec;
    position: relative;
    overflow: hidden;
}

.merit_ttl{
    margin-top: 20px;
    margin-bottom: 20px;
}

.merit_list{
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.merit_obj{
    position: absolute;
    top: 0;
    left: 0;
}

.merit_check{
    margin-bottom: 20px;
}

.sec01 > *, .sec02 > *, .sec03 > *, .sec04 > *, 
.sec05 > *, .sec06 > *, .sec07 > *, .sec08 > * {
    position: relative;
    z-index: 1;
}


/*--モーション用--*/
:root{
  --motion-duration: 800ms;
  --motion-ease: cubic-bezier(.22,.61,.36,1); /* 標準 */
  --motion-distance: 20px;                    /* ふわっと */
}

/* 共通初期値 */
.fadein, .fadein-right, .fadein-left, .fadein-bottom, .fadein-bottom-pop{
  opacity: 0;
  transition: opacity var(--motion-duration) var(--motion-ease),
              transform var(--motion-duration) var(--motion-ease);
  will-change: opacity, transform;
}

/* 方向別（従来+新規） */
.fadein{ transform: translateY(var(--motion-distance)); }
.fadein-right{ transform: translateX(40px); }
.fadein-left{ transform: translateX(-40px); }
.fadein-bottom{ transform: translateY(60px); }

/* ★下から“ぴょん”（軽いバウンド感） */
.fadein-bottom-pop{
  transform: translateY(70px) scale(.98);
  --motion-ease: cubic-bezier(.18,.89,.32,1.28); /* overshoot */
}

/* 表示時 */
.fadein.visible,
.fadein-right.visible,
.fadein-left.visible,
.fadein-bottom.visible,
.fadein-bottom-pop.visible{
  opacity: 1;
  transform: translate(0,0) scale(1);
}

/* 繰り返し再生にしたい要素は .repeat を併用（JS側で制御済み） */

/* モーション軽減 */
@media (prefers-reduced-motion: reduce){
  .fadein, .fadein-right, .fadein-left, .fadein-bottom, .fadein-bottom-pop{
    transition: none;
    transform: none !important;
    opacity: 1 !important;
  }
}


