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

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

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

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

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

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

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

  #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-top: 130%;
    position: relative;
    background-repeat: no-repeat;
  }

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

  #header h1 img {
    width:70%;
    margin: 5px 45px 0 0;
  }

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

  .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 0.5rem;
  }
  .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: linear-gradient(#f93d9e, #bc0174);
  }

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

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

  #schedule img {width: 90%;margin-top: 0; padding: 0.5rem;}

  .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 94px;
    width: 300px;
    height: 100vh;
    padding-top: 85px;
    background-color: #ff9ed7d6;
    transition: all .6s;
    z-index: 50;
    overflow: hidden;
  }

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

  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    width: 100%;
    text-align: center;
    padding: 1rem;
    transition: all .6s;
  }
  .nav_item a {
    font-family: "KeinannPOP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
  }

  .nav_item:hover {
    background-color: #d1097f;
  }

  .nav_item:hover a {
    color: #fff; /* テキスト色を維持 */
  }

  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 3px;
    background-color: #FFF;
    transition: all .6s;
  }
  .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: 10;
    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;
  }

  footer #foot_menu a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, Arial, sans-serif;
  }
} /* sp */


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

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

/**************** PC ****************/
@media only screen and (min-width: 1025px) {
  html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    scroll-behavior: smooth;
    background: #fff;
    color: #222;
    box-sizing: border-box;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: 0;
    display: block;
  }
  ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* ===============================
     MENU（最上部表示）
  =============================== */
#header #menu {
  width: 100%;
  background: #d1097f;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 1.6rem 0;

  border-top: none;
  border-bottom: none;
  box-sizing: content-box; /* paddingを枠の外に */
  position: relative;
}

/* 上の縁取り擬似要素 */
#header #menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    #bba14a,
    #f2da63,
    #ffe47a,
    #f2da63,
    #bba14a
  );
  pointer-events: none;
}

/* 下の縁取り擬似要素 */
#header #menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    #bba14a,
    #f2da63,
    #ffe47a,
    #f2da63,
    #bba14a
  );
  pointer-events: none;
}


  .menu_inner {
    width: 95%;
    margin: 0 auto;
  }
  .nav_list {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .nav_item {
    margin: 0.5rem 1rem;
  }

.nav_list a {
  font-family: "KeinannPOP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 25px;
  color: #fff;
  width: 100%;
  height: auto;
  display: inline-block;
  text-decoration: none;
  transition:
    transform 0.22s cubic-bezier(.19,.58,.61,.86),
    text-shadow 0.23s,
    color 0.18s;
}
.nav_list a:hover {
  transform: scale(1.14) rotate(-3deg);
  color: #ffee0b;
}

.nav_list a:active {
  transform: scale(0.98);
  color: #fff;
  text-shadow: 0 2px 8px #bb0493;
}

  .hamburger,
  .black_bg {
    display: none;
  }

  /* ===============================
     HEADER（背景画像＆上にheader_innerが重なる）
  =============================== */
  #header {
    width: 100%;
    min-height: 925px; /* 画像の高さに合わせ調整 */
    position: relative;
    margin: 0 auto;
    background-image: url(../img/mainBG_pc.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 73px;
    box-sizing: border-box;
    display: block;
    margin-top: 130px;
  }

  #header .header_inner {
    width: 100%;
    max-width: 1920px;
    position: relative; /* 背景の上に重なる */
    margin: 0 auto;
    height: 100%; /* 必要に応じ高さ調整 */
  }
  #header h1 img {
    position: absolute;
    left: 10vw;
    top: 28vh;
    width: 35vw;
    max-width: 700px;
    box-sizing: border-box;
    z-index: 10;
  }
  .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 {
    position: absolute;
    left: 5vw;
    top: 45vh;
    width: 35vw;
    max-width: 720px;
    box-sizing: border-box;
    z-index: 10;
  }
  .header_inner .head_tw {
    position: absolute;
    top: 12vw;
    right: 1vw;
    max-width: 20vw;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    padding: 1vh 0;
  }
  .header_inner .head_tw img {
    width: 100%;
    height: auto;
    display: block;
  }
  .share_box_top {
    position: absolute;
    top: 12vh;
    right: 2vh;
    max-width: 200px;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
  }
  .share_box_top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }
  .share_box_top ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .share_box_top img {
    width: 40px;
    height: auto;
  }

  /* ===============================
     START（headerの下に表示）
  =============================== */
  #start {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  #start img {
    max-width: 600px;
    height: auto;
  }
  #start .head_start {
    width: 100%;
    background: #009cff;
    text-align: center;
  }
  #start .head_schedule {
    display: none;
  }
  p.head_start.fadein.txt03 {
    position: relative;
    max-width: 90%;
    margin: 0 auto 1rem auto;
    background: #009cff;
    padding: 0.5rem 1rem;
  }

  #schedule .head_schedule {
    display: none;
  }
  p.head_start.fadein.txt05 {
    position: relative;
    max-width: 90%;
    margin: 0 auto 1rem auto;
  }
}


/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /*------------HEADER--------------*/
  #header {
    width:100%;
    padding-top: 130px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .menu_inner {
    position: relative;
    z-index: auto;
  }
  #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: 130% 0 0 0;
    position: relative;
    background-repeat: no-repeat;
  }
  #header h1 {
    text-align: center;
    position: absolute;
    left: -10%;
    bottom: -3%;
  }
  #header h1 img {
    width:65%;
  }
  .header_inner p img { width:100%; }
  .header_inner .head_text_PC { display: none; }
  .header_inner .head_read {
    width: 95% ;
    position: absolute ;
    right: -340px ;
    -webkit-transform: translateX(-50%) ;
    -ms-transform: translateX(-50%) ;
    transform: translateX(-50%) ;
    top: 455px ;
  }
  .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: 10px;
    width: 50px;
    height: auto;
  }
  .share_box_top img{
    width:45px;
  }
  #start {
    width:100%;
    height:auto;
    margin: 0;
    padding: 0;
    line-height: 0;
    text-align: center;
    left: auto;
    right: auto;
    background: linear-gradient(#f93d9e, #bc0174);
  }
  #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: -400px; /* 右から出てくる */
    top: 94px;
    width: 400px;
    height: 100vh;
    padding-top: 85px;
    background-color: #ff9ed7d6;
    transition: all 0.6s ease;
    z-index: 50;
    overflow: hidden;
  }

  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    width: 100%;
    text-align: center;
    padding: 1rem;
    transition: all .6s;
  }
  .nav_item a {
    font-family: "KeinannPOP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
  }

  .nav_item:hover {
    background-color: #d1097f;
  }

  .nav_item:hover a {
    color: #fff; /* テキスト色を維持 */
  }

  #schedule .head_schedule {
    background: #d2a800;
    text-align: center;
  }

  /* ハンバーガーメニュー（ここはタブレット用調整） */
  .hamburger {
    position: fixed;
    right: 15px;
    top: 140px;
    width: 55px;       /* 丸の直径 */
    height: 55px;
    cursor: pointer;
    z-index: 50;
    background-color: #d1097f; /* 背景色ピンク */
    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_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 1rem;
    transition: all .6s;
  }

  .nav_item a {
    font-family: "KeinannPOP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
  }
  .nav_item a:hover {
    padding: 1rem;
  }
  /* ナビオープン時のアニメーション */
  .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;
  }
}
