@charset "utf-8";
/* CSS Document */
html {
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  font-weight: 900;
  font-style: normal;
  background: #000;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* ----表示----------------- */
.center {
  width: 100%;
  margin: 0 auto;
}
/* ----fv----------------- */
header {
  width: 100%;
  height: 100%;
  position: relative;
  padding:30px 0 40px;
}
.fv_img {
 width: 100%;
}
.fv_img img {
  width: 100%;
}
/*---- info1 リニューアル記念 --------------------- */
.info1 {
	background: #000;
    padding-top:50px;
}
.info1_pagebutton {
    width:95%;
    display:flex;
    justify-content: center;
    text-align: center;
    margin:0 auto;
    gap:10px;
}
.info1_pagebutton a {
    width:40%;
    border: 2px solid #FFFF00;
    border-radius: 99px;
    padding:10px 0;
    color: #fff;
    z-index: 90;
    position: relative;
}
.info1_pagebutton a:hover {
    opacity: 0.5;
    transition: 0.5s;
}
a.nidan {
    border: 2px solid #F49B02;
}
.info1_campaigntitle {
    width:95%;
    margin:50px auto 10px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}
.info1_title {
	width:90%;
	margin:0 auto;
}
.info1_title img {
	width:100%;
}
.info1_img {
	width:100%;
}
.info1_img img {
	width:100%;
}
.info1_img2 {
	width:95%;
    margin:0 auto;
}
.info1_img2 img {
	width:100%;
}
.info1_text2 {
	width:100px;
	text-align: center;
	margin:10px auto;
}
.info1_text2 img {
	width:100%;
}
.campaign_button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFF00;
    margin: 0px auto 10px;
    color: #000;
    font-size: 15px;
    border-radius: 10px;
    padding: 15px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	position: relative;
	z-index: 8;
}
a.campaign_button:hover {
	opacity:  0.5;
	transition: 0.5s;
}
.campaign_button2 {
    width: 100%;
    background: #E30011;
    margin: 20px auto 20px;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    padding: 15px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	position: relative;
	z-index: 8;
}
.campaign_button2 p {
    margin-left: 5px;
}
.campaign_button3 {
	background: #F3A400;
}
.icon {
    width: 24px;
    margin: 0;
}
.info1_box {
	width:80%;
	margin:0 auto;
	background: #333;
	padding:15px;
    position: relative;
}
.info1_box_title {
	text-align: center;
	display:block;
	margin:10px auto 5px;
	color: #fff;
    font-size: 25px;
}
.info1_box_text {
	display:block;
	margin:0 auto 20px;
	color: #fff;
	line-height: 1.7;
	font-size: 15px;
	font-weight: 300;
}
.info1_box_text span {
    font-size: 13px;
}
.campaign_text_flex {
    display: flex;
    margin-bottom: 5px;
	color: #fff;
	font-weight: 300;
}
.info1_box_text-margin {
    margin:20px auto 30px;
}
.left {
    width: 95px;
    display: inline-block;
}
.right {
    flex: 1;
    display: inline-block;
    text-align: left;
}
.campaign_button_box {
	width: 100%;
	margin:10px auto 20px;
	text-align: center;
}
/*---- info3 アイテム一覧 --------------------- */
.info1 {
    width:80%;
    margin:0 auto;
    padding:30px 0;
}
.fv_img_info3 img {
    width:100%;
}
.info3_itemimg {
	display:block;
	width:90%;
	margin:0 auto;
}
.item {
    width: 50%;
	margin: 0 auto 30px;
}
.item_box {
    width:90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item_title {
	width:90%;
	margin:0 auto;
	text-align: center;
	margin-top:10px;
}
.item_title p {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
}
.item_title span {
    font-size: 12px;
    line-height: 1.2;
    display: block;
    font-weight: 100;
    margin: 10px auto 0;
}
.item_text {
	width:90%;
	margin:10px auto 0;
	text-align: center;
	letter-spacing: 1px;
}
.item_text p {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
}
.item_text p span{
	font-size: 12px;
    color: #E5E5E5;
    background: #333;
    display: block;
    border-radius: 99px;
    margin-bottom: 3px;
}
.info3_attention {
	width:90%;
	margin:0 auto;
}
.info3_attention {
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	margin-bottom:50px;
    line-height: 1.7;
}
/*---- info2 説明 --------------------- */
.info2_button {
    background: #fff;
    padding:10px 0 30px;
    margin-top: -7px;
}
.info2_button a {
    width:90%;
    background: #000;
    color: #fff;
    display:block;
    margin: 0px auto 20px;
    font-size: 15px;
    border-radius: 10px;
    padding: 15px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    position: relative;
    text-align: center;
    z-index: 10;
}
.info2_button a:hover {
    transition: 0.5s;
    opacity: 0.5;
}
.info2_button2 {
    background: #000;
    padding:10px 0 30px;
    margin-top: -7px;
}
.info2_button2 a {
    width:90%;
    background: #000;
    color: #fff;
    border: 1px #fff solid;
    margin: 20px auto 20px;
    z-index: 11;
}
.fv_img_info2 {
    padding: 30px 0;
}
/*---- info4 まじボイス --------------------- */
.voice {
    width:90%;
    background: #fff; 
    margin:0 auto;
    padding:20px 0;
    border-radius: 10px;
}
.voice_title {
    width:90%;
    margin:0 auto;
}
.voice_title img {
    width:100%;
}
.voice_banner {
    width:90%;
    display:block;
    margin:0 auto;
    border: #000 solid 2px;
}
.voice_banner img {
    width:100%;
}
.voice_text {
    width:95%;
    margin: 20px auto;
    text-align: center;
}
.voice_text p {
    color: #1D9DD3;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7;
}
.voice a {
   position: relative;
    z-index: 13;
}
.voice a:hover {
	opacity: 0.5;
	transition: 0.5s;
}
/*---- info6 コピーライト --------------------- */
.info6 {
    background: #000;
    padding: 40px 0 10px;
	position: relative;
	z-index: 9;
} 
.info6_flex img {
    width: 60px;
}
.info6_flex {
    width: 95%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.info6_flex a:hover {
	opacity: 0.5;
	transition: 0.5s;
}
.copyright {
    width: 95%;
    display: block;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
    margin: auto;
	color: #fff;
}
/* ----section----------------- */
.info {
  position: relative;
  z-index: 100;
}


@media screen and (min-width: 650px) and (max-width: 767px) {
  /* ----fv----------------- */
  .fv_img {
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    display: block;
  }
  .center {
    width: 100%;
  }
  .campaign {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  body {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
  }
  .center {
    width: 100%;
	  z-index: 3;
  }
  /* ----PCサイド----------------- */
  .c-block-bg {
    position: fixed;
    inset: 0;
    z-index: 1;
  }
  .c-block-bg__logo {
    position: absolute;
    width: calc((100% - 430px) / 2);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .c-block-bg__bg {
    position: absolute;
    inset: 0;
  }
  .c-block-bg__logo img {
    position: absolute;
    inset: 0;
    width: 50%;
    margin: auto;
  }
  .c-block-bg__qr {
    position: absolute;
    width: calc((100% - 430px) / 2);
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .c-block-bg__qr img {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 22%;
  }
  .c-block-bg__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 1281px) {
  body {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
  }
  .center {
    width: 100%;
  }
  .flowing-container {
    width: 2%;
    display: none;
  }
  .flowing-container-left {
    display: none;
  }
  /* ----fv----------------- */
  .fv_img {
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    display: block;
  }
  /* ----PCサイド----------------- */
  .c-block-bg {
    position: fixed;
    inset: 0;
    z-index: 1;
  }
  .c-block-bg__logo {
    position: absolute;
    width: calc((100% - 430px) / 2);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .c-block-bg__bg {
    position: absolute;
    inset: 0;
  }
  .c-block-bg__logo img {
    position: absolute;
    inset: 0;
    width: 35%;
    margin: auto;
  }
  .c-block-bg__qr {
    position: absolute;
    width: calc((100% - 430px) / 2);
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .c-block-bg__qr img {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 22%;
  }
  .c-block-bg__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sp {
    display: block !important;
  }
}




   /* 固定のハンバーガーボタン */
  .hamburger {
    position:fixed; top:10px; right: 13px;
    width:40px; height:40px;
    display:flex; justify-content:center; align-items:center;
    border:2px solid #fff; cursor:pointer;
    background: #000;
    z-index:1001;
  }
.info6_flex_nav {
    gap: 0px;
    margin-top:10px;
}
    .hamburger span,
  .hamburger span::before,
  .hamburger span::after {
    content:""; display:block; width:24px; height:2px; background:#fff;
    border-radius:2px; position:relative; transition:.3s;
  }
  .hamburger span::before { position:absolute; top:-7px; }
  .hamburger span::after  { position:absolute; top:7px; }
  .hamburger.active span { background:transparent; }
  .hamburger.active span::before { transform:rotate(45deg); top:0; }
  .hamburger.active span::after  { transform:rotate(-45deg); top:0; }

  /* 全画面メニュー */
  nav#sideMenu {
    position:fixed; inset:0;
    background:#000;
    display:flex; justify-content:center; align-items:center;
    opacity:0; pointer-events:none;
    transition:.3s;
    z-index:1000;
  }
  nav#sideMenu.open {
    opacity:1; pointer-events:auto;
  }
  nav#sideMenu ul {
    list-style:none; margin:0; padding:0;
    text-align:center;
  }
  nav#sideMenu li {
    margin:16px 0;
  }
  nav#sideMenu a {
    font-size:1.5rem; text-decoration:none; color:#fff;
    padding:10px 20px; display:inline-block;
  }
  nav#sideMenu a:hover {
    opacity: 0.5;
  }


.black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 0px;
    font-size: 24px;
    line-height: 180%;
    text-align: center;
    pointer-events: none;
}
  