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: 130% 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: 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(#ff748d, #ffb9d4);
  }

  #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: 94px;
    width: 300px;
    height: 100vh;
    padding-top: 85px;
    background-color: #fffaf0e6;
    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:#f5516f;
    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: #f5516f;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 3px;
    background-color: #FFF;
    transition: all .6s;
  }
  .nav_item img {
    width:auto;
    height: 50px;
  }
  .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;
  }

} /* sp */


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

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

/**************** PC ****************/
@media only screen and (min-width: 1025px) {
  /* ===============================
     HEADER
  =============================== */
  #header {
    padding-top: 130px;
    width: 100%;
    background-image: url(../img/mainBG_pc.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    position: relative;
    margin: 0 auto;
  }

  #header .header_inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  #header h1 img {
    width: 100%; 
    max-width: 600px;
    position: absolute;
    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 {
    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: calc(12vw + 5vw);
    right: 1vw;
    max-width: 20vw;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    padding-top: 2vh;
  }

  .share_box_top ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    width: 100%;
  }

  .share_box_top ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .share_box_top img {
    width: 40px;
    height: auto;
    display: block;
  }

  /* ===============================
     START
  =============================== */
  #start {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    background: none;
  }

  #start img {
    width: 50%;
  }

  #start .head_start {
    position: absolute;
    left: 0;
    right: 0;
    top: 672px;
    width: 100%;
    background: #009cff;
    text-align: center;
  }

  #start .head_schedule {
    position: absolute;
    left: 0;
    right: 0;
    top: 560px;
    width: 100%;
    min-height: 80px;
    background: linear-gradient(#ff748d, #ffb9d4);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  p.head_start.fadein.txt03 {
    position: relative;
    max-width: 90%;
    margin: 0 auto 1rem auto;
    background: #009cff;
    padding: 0.5rem 1rem;
    text-align: center;
  }

  p.head_start.fadein.txt05 {
    position: relative;
    max-width: 90%;
    margin: 0 auto 1rem auto;
    text-align: center;
  }

  /* ===============================
     MENU
  =============================== */

  .menu_inner {
    max-width: 1100px;
    width: 95%;
    padding: 0 0 20px 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    margin-top: 670px;
  }

  .nav_list {
    width: 100%;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .nav_item {
    max-width: 300px;
  }

  .nav_list img {
    width: 100%;
    height: auto;
    transition: transform 0.5s;
  }

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

/* pc */

/* 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;
    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: 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(#ff748d, #ffb9d4);
  }
  #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: #fffaf0e6;
    transition: all 0.6s ease;
    z-index: 50;
    overflow: hidden;
  }

  /* ハンバーガーメニュー（ここはタブレット用調整） */
  .hamburger {
    position: fixed;
    right: 15px;
    top: 140px;
    width: 55px;       /* 丸の直径 */
    height: 55px;
    cursor: pointer;
    z-index: 50;
    background-color: #f5516f; /* 背景色ピンク */
    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;
  }
  .nav_item a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
  }
  .nav_item a:hover {
    background-color: #f5516f;
  }
  /* ナビオープン時のアニメーション */
  .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;
  }
}
