article {
		margin: 0 auto;
	}
@media only screen and (max-width:767px){ article h1 img { width:inherit;} }
@media only screen and (min-width:768px){ body { /*padding-top: 115px;*/}}

body {
	background-color: #c8eeff;
}

/**************** Smartphone ****************/

/* モニター幅750px以下 */

/**************** MOBILE ****************/

@media only screen and (max-width:1024px){

  /*------------HEADER--------------*/
  #header {
    width:100%;
    padding-top: 91px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .menu_inner {
    position: relative;
    z-index: 801;
  }

  #header .header_inner {
    width:100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image:url(../img/mainBG.jpg);
    background-size:cover;
    height: 0;
    padding: 108% 0 0 0;
    position: relative;
    background-repeat: no-repeat;
  }

  #header h1 {
    text-align: center;
    position: absolute;
    right:0;
    bottom: -5%;
  }

  #header h1 img {
    width:90%;
  }

  .header_inner p img { width:100%; }
  .header_inner .head_text_PC { display: none; }
  .header_inner .head_read {
    width: 70%;
    position: absolute;
    right: -155px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 12%;
  }

  .header_inner .head_text_sp.hts02 {
    width: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 3%;
  }

  .header_inner .head_start {
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
  }

  .head_start_PC,
  .schedulePC,
  .head_text,
  .head_wasuu,
  .head_text_PC,
  .head_tw {
    display: none;
  }

  .share_box_top{
    position: absolute;
    top: 0;
  }

  .share_box_top ul {
    display: flex;
    margin: 1em;
  }
  .share_box_top ul li {
    margin-right: 5px;
    width: 50px;
    height: auto;
  }
  .share_box_top img{
    width:35px;
  }

  #start {
    width:100%;
    height:auto;
    margin: 0;
    padding: 0;
    line-height: 0;
    text-align: center;
    left: auto;
    right: auto;
    background: #ff6295;
  }

  #start img {width: 90%;margin-top: 0; padding: 0.5rem;}
  #start .schedulePC {display: none;}
  #start_pc {display: none;}

  p.head_start.fadein.txt03{
    background: #009cff;
  }

  .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 160px;
    background-color: #c8eeffd1;
    transition: all .6s;
    z-index: 803;
    overflow-y: auto;
  }

  /* ハンバーガーメニュー（スクロール追従） */
  .hamburger {
    position: fixed; /* absolute → fixed に変更 */
    right: 10px; /* 右端に固定 */
    top: 104px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 804;
    background-color:#ff6295;
    border-radius: 20px;
  }

  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    width: 100%;
    text-align: center;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #fff;
  }
  .nav_item a:hover {
    background-color: #ff6295;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 3px;
    background-color: #FFF;
    transition: all .6s;
  }
  .nav_item img {
    width:auto;
    height: 70px;
  }
  .hamburger_border_top { top: 14px; }
  .hamburger_border_center { top: 20px; }
  .hamburger_border_bottom { top: 26px; }

  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示時 */
  .nav-open .nav { right: 0; }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
    background-color: #FFF;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
    background-color: #FFF;
  }

} /* sp */


/**************** PC ****************/

/* モニター幅751px以上 */

/**************** PC ****************/
@media only screen and (min-width:1025px){
	
#header {
	padding-top: 130px;
	width:100%;
	background-image:url(../img/mainBG_pc.jpg);
    background-repeat: no-repeat;
	background-size: auto;
	background-position: center 130px;
	height: 817px;
	position: relative;
	}
#header .header_inner {
	width:1100px;
	margin: auto;
	position: relative;
	}
	
	#header h1 img {
		width:600px;
		position: absolute;
		text-align: center;
		top: 260px;
		right: 260px;
	}
	.header_inner p img { width:inherit; }
	.header_inner .head_text_sp { display: none;}

	.header_inner .head_text_PC img {
		width: auto;
	}

	.header_inner .head_text_PC.htp02 {
		position: absolute;
		right: 0;
		top:20px;
		text-align: right;
	}
	.header_inner .head_read {
		width:500px;
		position: absolute;
		left: -280px;
		top: 300px;
		text-align: right;
	}

	#start .head_start {
		position: absolute;
		left:auto;
		right:auto;
		top: 672px;
		width: 100%;
		background: #009cff;
		height: auto;
		text-align: center;
	}
	#start .head_schedule {
		position: absolute;
		right:auto;
		left:auto;
		top: 740px;
		width: 100%;
		background-color: #ff6295;
		height: auto;
		text-align: center;
	}
	.header_inner .head_tw {
		display: inherit;
		position: absolute;
		right: -300px;
		top: 430px;
	}
	.header_inner .head_tw img {
		width:400px;
	}



#header #menu {
	position:absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	}
.menu_inner {
  position: relative;
    width: 1100px;
    padding: 0 0 20px 0;
    margin-left: auto;
    margin-right: auto;
	background-repeat: no-repeat;
  }

  .nav_list{
	width: 1100px;
	text-align: center;
	display:flex;
	margin-left: auto;
	margin-right: auto;
	justify-content:space-between;
  }
  .nav_list img{
	width: 230px;
	height: auto;
	transition: transform 0.5s;
  }

  .nav_item:hover img {
  transform: rotateX(360deg);
	}

	.nav_item {
  display: inline-block;
	}



	.share_box_top{
  	position: absolute;
  	right: -300px;
  	top: 10px;
	}

	.share_box_top ul {
  	display:flex;
  	padding-top: 10px;
  	z-index: 90;
	}
	.share_box_top ul li {
  	margin:0 10px;
  	width: 50px;
  	height: auto;
	}
	.share_box_top img{
		width: 50px;
		height: auto;
	}


}
/* pc */

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

  /* ハンバーガーボタン本体（赤い円） */
  .hamburger {
    position: fixed;
    right: 15px;
    top: 140px;
    width: 55px;       /* 丸の直径 */
    height: 55px;
    cursor: pointer;
    z-index: 804;
    background-color: #ff6295; /* 背景色ピンク */
    border-radius: 50%;        /* 丸型 */
  }

  /* バー（3本線）共通デザイン */
  .hamburger_border {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;           /* 棒の長さ */
    height: 4px;           /* 棒の太さ */
    background-color: #fff;/* 白色 */
    transform: translate(-50%, -50%);
    transform-origin: center center; /* 回転の基準を中央 */
    transition: transform 0.6s ease, opacity 0.6s ease, top 0.6s ease;
  }


  /* --- 通常時の三本線の位置 --- */
  .hamburger_border_top {
    transform: translate(-50%, calc(-50% - 10px));
  }
  .hamburger_border_center {
    transform: translate(-50%, -50%);
  }
  .hamburger_border_bottom {
    transform: translate(-50%, calc(-50% + 10px));
  }

  /* --- ナビゲーションメニュー --- */
  .nav {
    position: fixed;
    right: -320px; /* 右からスライドイン */
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 180px;
    background-color: #c8eeffd1; /* 半透明の水色背景 */
    transition: all 0.6s ease;
    z-index: 803;
    overflow-y: auto;
  }

  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .nav_item {
    text-align: center;
  }

  .nav_item a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
  }

  .nav_item a:hover {
    background-color: #ff6295;
  }

  /* --- OPEN時のアニメーション --- */
  .nav-open .nav {
    right: 0;
  }

  /* ✖変形時は中央に戻してから回転（ズレ防止） */
  .nav-open .hamburger_border_top {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 27px;
  }
  .nav-open .hamburger_border_center {
    opacity: 0;
  }
  .nav-open .hamburger_border_bottom {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 27px;
  }

  #header{
    padding-top: 130px;
  }

}
