/*layout*/
/*------------------------------------------------------------------------------*/
body.open {
	width: 100%;
	height: 100%;
	position: fixed;
}

.inner01 {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
.inner02 {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.sp {
	display: none!important;
}
.tb {
	display: none!important;
}
.tb_sp {
	display: none!important;
}
.flex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
img {
	max-width: 100%;
	height: auto;
}
.flex_empty {
	height: 0;
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.list01 li {
	list-style: none;
}
.img100 img {
	width: 180px;
	height: auto;
	max-width: initial;
	display: flex;
}
.center {
	text-align: center;
}
.t_right {
	text-align: right;
}
.mb_01 {
	margin-bottom: 147px;
}
.mb_02 {
	margin-bottom: 198px;
}
.mb_03 {
	margin-bottom: 76px;
	background-color: #282828;
}
.mb_04 {
	margin-bottom: 100px;
}

/*animation*/
/*------------------------------------------------------------------------------*/
.fadeIn {
    opacity: 0;
}
.fadeIn.inview {
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
}
.fadeInUp {
    transform: translateY(100px);
    opacity: 0;
}
.fadeInUp.inview {
    transform: translateY(0);
    opacity: 1;
    transition: all 1.5s ease-in-out;
}
.delay01 {
	transition-delay: 0.2s!important;
}
.delay02 {
	transition-delay: 0.4s!important;
}
.delay03 {
	transition-delay: 0.6s!important;
}
.delay04 {
	transition-delay: 0.8s!important;
}
.delay05 {
	transition-delay: 1s!important;
}

/*title subtitle*/
/*------------------------------------------------------------------------------*/
.title01 {
	margin-bottom: 36px;
	line-height: 1.2;
	font-size: 3.2rem;
	font-weight: 400;
}
.title01 .sub {
	font-size: 2.4rem;
	display: block;
	padding-top: 20px;
}
.title02 {
	margin-bottom: 55px;
	line-height: 1.2;
	font-weight: 400;
}
.title02 .main {
	font-size: 2.8rem;
    color: #fff;
    letter-spacing: 5px;
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 0;
    background-color: inherit;
    margin: 0;
}
.title02 .sub {
	font-size: 1.4rem;
	display: block;
	padding-top: 6px;
	color: #ff6b60;
	text-align: center;
}
.Usage .title02 .sub {
	font-size: 20px;
}
.title03 {
	margin-bottom: 36px;
}
.title03 .main {
	font-size: 3.2rem;
	display: block;
}
.title03 .sub {
	font-size: 1.4rem;
	display: block;
}

/*btn*/
/*------------------------------------------------------------------------------*/
.btn01 a {
    font-size: 1.8rem;
    padding: 2px 15px 0px 15px;
    border: 1px solid #fff;
    color: #fff;
}
.btn02 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	max-width: 377px;
	height: 56px;
	border: 1px solid #343434;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.8rem;
	padding: 0 5px;
}
/*fv*/
/*------------------------------------------------------------------------------*/
.fv {
    background: linear-gradient(#F89174, #FFC778);
	padding: 20px;
	margin: 0;
}
.fv .inner01 {
    width: 100%;
    background-image: url(../image/fv_bk.jpg);
    background-size: cover;
    border-radius: 30px;
}
.fv .inner01 .inner01-in {
    max-width: 1080px;
	display: flex;
    justify-content: center;
	margin: 0 auto;
	align-items: center;
}
#cta_box {
    width: 45%;
}
.cta_box_in{
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 25px 0;
}
.fv_img{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 70%;
	position: relative;
}
.fv_img h1{
	position: absolute;
	bottom: 0;
}
.fv_img img{
    width: 130%;
}

.cta_box_in h1{
	font-size: 2.8rem;
}
.cta_box_in h1.main_copy{
    font-size: 2.8rem;
    color: #ff6b60;
    margin: 0 0 0 25px;
}
a.btn {
	letter-spacing: 5px;
    color: #fff;
    border-radius: 50px;
    display: block;
    width: 320px;
    margin: 15px 0 0 0;
    padding: 15px;
	position: relative;
	border: none;
}
a.btn h2 {
    font-size: 1.4rem;
    text-align: center;
}

a.tel_btn {
	background-color: #ff6b60;

}
a.tel_btn:before {
	content: "";
	position: absolute;
    left: 25px;
    top: 21px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: -3px 5px 0 0;
	background: url("../image/icon_tel.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
  }
a.line_btn {
	background-color: #03be01;
}
a.line_btn:before {
	content: "";
	position: absolute;
    left: 25px;
    top: 21px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: -3px 5px 0 0;
	background: url("../image/icon_line.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
  }
a.cast_btn {
	background-color: #727272;
	border: 2px solid #fff;
	text-align: center;
	margin: 20px auto;
}

a.cast_btn h2 {
    font-size: 1.4rem;
}
#cta_box a h2 {
    font-size: 1.4rem;
    margin: 0 0 0 10px;
}
.cta_box_in span{
    font-size: 1.3rem;
    font-weight: bold;
    margin: 20px 0 0 0;
}
.fv_img_txt{
    text-shadow: 2px 3px 12px rgba(0, 0, 0, 0.8);
}
.fv_img h1.fadeInUp.inview{
	font-size: 3.4rem;
	color: #ff6b60;
	transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    font-weight: bold;
}
.fv_img h1 span{
display: block;
color: #fff;
font-size: 1.8rem;
text-align: right;
}
.fv_img h1 span img{
    width: 80px;
    margin: 0 0 10px 0;
	}
/*fv_un_slider*/
/*------------------------------------------------------------------------------*/
.fv_un_slider {
    margin-bottom: 0;
    position: relative;
    background-color: #282828;
}
.fv_un_slider h2{
color: #fff;
text-align: center;
z-index: 99;
}
.fv_un_slider h2 span{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.fv_un_slider h3{
    font-size: 10.2rem;
    text-align: center;
    position: absolute;
    opacity: 0.6;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #ff6a5f;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1;
}

.fv_un_slider {
    height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slideshow {
	display: flex;
  }

  .wrap {
	display: flex;
	align-items: center;
	overflow: hidden;
  }
  .slideshow {
	display: flex;
  }
  .content {
	width: 230px;
	list-style: none;
	margin-top: 0;
  }
  .slideshow {
	display: flex;
	animation: loop-slide 30s infinite linear 1s both;
  }
  @keyframes loop-slide {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);
	}
  }
/*information/popup*/
/*------------------------------------------------------------------------------*/
.news_box {
    background-color: #282828;
    margin-bottom: 0;
}
.news_box .inner01 {
    padding: 80px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.news_box .left_box {
	width: 100%;
}
.news_box .left_box .title02 {
	margin-bottom: 30px;
	text-align: center;
}
.news_box .right_box {
	width: 64%;
}
.news_box .news_list li {
	border-bottom: 1px solid #eee;
	list-style-type: none;
}
.news_box .news_list a {
	padding: 26px 38px 26px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	color: #fff;
}
.news_box .news_list a:after  {
	content: "";
	display: block;
	width: 1px;
	height: 1px;
	background: #343434;
	opacity: 0;
	transition: all 1s;
	position: absolute;
	bottom: 0;
	left: 0;
}
.news_box .news_list a:hover:after  {
	width: 100%;
	opacity: 1;
	background: #ff6b60;
}
.news_box .news_list a:hover {
	opacity: 1;
}
.news_box .news_list .date {
	width: 160px;
	color: #ff6b60;
}
.news_box .news_list .new {
	color: #fff;
	background-color: #fff;
	padding: 2px 20px;
	margin-left: 20px;
}
.news_box .news_list .txt {
	width: calc(98% - 160px);
	font-size: 1.3rem;
}

.cast_list .title02{
    text-align: left;
    letter-spacing: 0px;
	margin-bottom: 20px;
}
.cast_list .title02 .main {
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0px;
}

/*cast_list*/
/*------------------------------------------------------------------------------*/
.cast_list {
    background-color: #282828;
}


/*main_copy*/
/*------------------------------------------------------------------------------*/
.main_copy_sec{
	background-color: #282828;
    margin-bottom: 0;
    padding: 60px 0 0 0;
}
.main_copy_sec .inner01{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_copy_sec .title02{
    text-align: left;
    margin: 0;
}
.main_copy_sec .title02 .sub {
    font-size: 2.4rem;
    display: inline-block;
    padding-top: 6px;
    color: #fff;
	text-align: left;
	display: inline-block;
    line-height: 1.3;
}
.main_copy_sec .title02 .subsub {
    font-size: 4rem;
}

.main_copy_sec .title02 .main {
    font-size: 3.2rem;
    color: #ff6b60;
    letter-spacing: 5px;
}
.main_copy_sec .img100 img {
    width: auto;
    height: auto;
    max-width: initial;
    display: flex;
    margin: 0 0 0 -37px;
}
.main_copy_sec_txt_box{
	display: flex;
	flex-direction: column;
}
.main_copy_sec_txt_box p{
	color: #fff;
	line-height: 2;
	margin: 20px 0 0 0;
}
/*HowtoUse*/
/*------------------------------------------------------------------------------*/
.HowtoUse .inner01{
    display: flex;
    justify-content: space-between;
	position: relative;
}
.sec_wh {
    padding: 5em 0;
}
.more_btn {
    position: absolute;
    right: 0;
    top: 0;
}

.txt_box{
	width: 42%;
}
.txt_box .ttl_list {
    text-align: left;
    display: flex;
    align-items: center;
}
.sec_wh .title02,.sec_bk .title02 {
    margin: 0;
}
.txt_list {
    line-height: 2;
    margin: 0 0 30px 0;
}
.txt_list p{
	font-size: 15px;
}
.sec_wh .title02 .main {
    font-size: 2.4rem;
    color: #282828;
    letter-spacing: 3px;
    font-weight: bold;
}
.sec_wh .title02 .sub {
    font-size: 20px;
    display: block;
    padding-top: 6px;
    color: #ff6b60;
    text-align: left;
}
.sec_wh .no_txt{
    color: #ff6b60;
    font-size: 12rem;
    font-weight: bold;
    opacity: 0.5;
}
.img_box{
	width: 50%;
}
.more_btn a {
    border: 1px solid;
    border-radius: 30px;
    padding: 7px 30px 6px 25px;
    position: relative;
    font-size: 14px;
    letter-spacing: 0px;
}
.more_btn a:before {
    content: "▶";
    position: absolute;
    right: 4px;
    top: 10px;
    display: inline-block;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    font-size: 10px;
  }


/*Dispatch*/
/*------------------------------------------------------------------------------*/
.Dispatch .inner01 {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
}
.Dispatch .txt_box {
    width: 100%;
}
.sec_bk {
    padding: 5em 0;
	background-color: #282828;
    margin-bottom: 0;
}
.sec_bk .title02 .sub {
    font-size: 20px;
    display: block;
    padding-top: 6px;
    color: #ff6b60;
    text-align: left;
}
.sec_bk .txt_list p{
    color: #fff;
}
.sec_bk .img_box ul {
    display: flex;
}
.sec_bk .img_box {
    width: 100%;
}
.sec_bk .img_box ul li{
    width: 50%;
	list-style: none;
    padding: 10px;
}
.sec_bk .img_box h2{
   color: #fff;
   font-size: 1.4rem;
   margin: 30px 0 0 0;
}
.sec_bk .no_txt {
    color: #727272;
    font-size: 12rem;
    font-weight: bold;
}
.sec_bk .more_btn a {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 6px 30px 8px 25px;
    position: relative;
	color: #fff;
}
/*Game*/
/*------------------------------------------------------------------------------*/
.Game .inner01 {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.Game .txt_box {
    width: 54%;
}

/*Usage*/
/*------------------------------------------------------------------------------*/
.Usage .inner01 {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.Usage .left_box .title02 {
    margin-bottom: 30px;
    text-align: center;
}
.Usage .Usage_list{
    border: 1px solid #fff;
    padding: 20px;
    text-align: center;
    color: #fff;
}
.Usage .Usage_list li{
	list-style: none;
}
.Usage .Usage_list li h2{
	font-size: 2.6rem;
}
.Usage .Usage_list li h3{
	font-size: 1.4rem;
	margin: 10px 0 0 0;
}
.Usage .Usage_box span{
    color: #fff;
	display: block;
	margin: 10px 0 0 0;
	font-size: 1.2rem;
	font-weight: 400;
}
.adress{
	color: #fff;
	margin: 60px 0 0 0;
    font-size: 15px;
	letter-spacing: 3px;
}
/*Usage*/
/*------------------------------------------------------------------------------*/
.cta_box_sec #cta_box {
    margin: 0px auto;
    max-width: 420px;
}
.cta_box_sec  {
    padding: 2em 0 0 0;
}
.cta_box_sec .cta_box_in h1 {
    font-size: 2.2rem;
}
.cta_box_sec .cta_box_in h1.main_copy {
    font-size: 2.2rem;
}
/*Usage*/
/*------------------------------------------------------------------------------*/
.page_inner{
	max-width: 800px;
	margin: 0 auto;
}
.page_inner .inner01{
	max-width: 800px;
}

.hd_block_inin{
    background-color: #282828;
    margin-bottom: 0;
    /* border-radius: 15px; */
}
.hd_block_in {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.hd_block_in div {
	width: 50%;
	align-self:center;
}
.hd_block_in div.txt_box h1{
	color: #fff;
    padding: 0 4em;
	font-size: 2.4rem;
}
.hd_block_in div.txt_box h1 span{
    display: block;
	color: #ff6b60;
	text-transform:capitalize;
	font-size: 20px;
}
.hd_block_in img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.page_cm .inner01 {
    display: flex;
    justify-content: space-between;
    position: relative;
	flex-direction: column;
}
.page_cm .txt_box {
    width: 100%;
}
.page_cm .txt_box .ttl_list {
    text-align: left;
    display: flex;
    align-items: center;
}
.sec_wh .title02 {
    position: relative;
}
.page_cm .sec_wh .no_txt {

    font-size: 12rem;
    font-weight: bold;
    position: absolute;
	right: -160px;
    top: 50px;
    line-height: 0;
}
.page_cm .sec_bk .no_txt {
    color: #727272;
    font-size: 12rem;
    font-weight: bold;
	position: absolute;
    right: -180px;
    top: 50px;
    line-height: 0;
}
.page_cm .article h2, .page_cm .article h3, .page_cm .article h4, .page_cm .article h5, .page_cm .article h6 {
    margin-bottom: 0;
}
.page_cm .article h2 {
    font-size: 24px;
    padding: 0;
    background-color: inherit;
    border-radius: inherit;
    position: relative;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px 0;
}
.page_cm .article  h3 {
    border:none;
    font-size: 18px;
    padding: 12px 0;
}
.page_cm .sec_bk {
    padding: 5em 0;
    background-color: #282828;
    margin-bottom: 0;
	margin-left: calc(50% - 49.33vw);
    margin-right: calc(50% - 49.33vw);
}

.page_cm img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.page_cm .txt_list {
    line-height: 2;
    margin: 30px 0 0 0;
}
.kiyaku_box.font01{
	border: 1px solid #fff;
	padding: 20px;
	text-align: center;
}
.kiyaku_box.font01 a{
	color: #ff6b60;
}
.table-castpage th{
    width: 40%;
    padding: 15px;
	font-size: 15px;
}
.table-castpage td{
    width: 60%;
    padding: 15px;
    background-color: #fff;
	font-size: 15px;
}
.table-castpage td h1{
	font-weight: 300;
	font-size: 15px;
}
.post_inner h2 {
    color: #ff6b60;
	margin: 0 0 20px 0;
	font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
}
.page_cm .castpage-sns {
    display: flex;
}
.page_cm .castpage-sns li {
	list-style: none;
	margin: 0 10px;
}
.page_cm .castpage-sns img {
    width: auto;
    height: auto;
    object-fit: cover;
}
.table-castpage {
	margin: 20px 0;
}
.page_cm .swiper-container img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}
.aria-label {
    position: absolute;
    top: 7px;
    right: 0;
    z-index: 99;
    display: block;
    background-color: #ff6b60;
    padding: 10px 20px;
    color: #fff;
	font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff6b60!important;
}


.rank {
    text-align: center;
    font-size: 18px;
    padding: 10px;
	font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
	color: #fff;
}
.rank.rank-sandard {
    background-color: #e7675e;
}
.rank.rank-silver {
    background-color: #c8c8c8;
}
.rank.rank-gold {
    background-color: #dbc82c;
}
.rank.rank-platinum {
	background-image: linear-gradient( 135deg, #ababab 10%, #5d5d5d 100%);
}
.rank.rank-black{
    background-color: #141414;
}
.table-castpage td p {
    line-height: 2;
}
.shop-list {
    display: flex;
	flex-wrap: wrap;
}
.shop-list .shop-list-box{
    width: 20%;
	padding: 10px;
}
.post_acv {
    max-width: 1280px;
    margin: 30px auto;
    text-align: center;
}
.shop-image img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}
/* pagination */
.pagination{

}

/* リンクの枠 */
.pagination .nav-links{

}

/* ページの数字 */
.pagination .nav-links .page-numbers{
	background-color:#141414;
	color: #fff;
}

/* 前へ、次へボタン */
.pagination .nav-links .prev,
.pagination .nav-links .next{

}

/* ドット */
.pagination .nav-links .dots{

}

.pagination .nav-links .current{

}

.pagination .nav-links a:hover{

}
.page-title.font01 {
    margin: 60px auto 20px auto;
}

.page_cm .date-tags{
	display: none;
}
.alert {
    padding: 0 0px 0 65px;
    /* text-align: center; */
}
form#attmgr_admin_scheduler table.attmgr_admin_scheduler td.portrait img {
    width: 50px;
    margin: 8px;
    height: auto;
}
form#attmgr_admin_scheduler table.attmgr_admin_scheduler td select {
    margin-bottom: 3px;
	-moz-appearance:button;
    -webkit-appearance: button;
	background-color: #fff;
}
ul.staff_block li img {
    box-shadow: none;
    width: 100%;
    height: auto;
    object-fit: cover;
}
table.attmgr_weekly td.working {
    background-color: #f6f6f6;
}
h2.page-ttl {
	color: #ff6b60;
	margin: 0 0 20px 0;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
}
.table-castpage.price-table th {
	background: #282828;
	width: 200px;
	padding: 15px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.table-castpage.price-table td {
	width: auto;
	padding: 15px;
	background-color: #fff;
	font-size: 15px;
}
.entry-content p{
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
}
.entry-title, .archive-title {
    font-size: 26px;
    margin: 16px 0;
    line-height: 1.3;
    text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.archive-title span, .entry-card .admin-pv{
	display: none;
}

.post_inner_df,.sec_bk .post_inner{
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 20px;
}
.page_cm .eye-catch img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.related-entry-card-thumb {
    width: 230px;
}
.page_cm .related-entry-card-thumb img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.sp_nav_menu_logo{
    text-align: center;
    margin: 0 auto 30px auto;
    display: block;
    letter-spacing: 5px;
    background-color: #fff;
}
.sp_nav_menu_logo span {
    font-size: 12px;
    padding: 0;
    letter-spacing: 4px;
}
.sp_nav_menu_logo img{
	width: 100%;
}
.Area_Area .inner01 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.Area_Area ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.Area_Area .txt_box {
    margin: 20px 10px 0 10px;
}
.Area_Area ul li {
    background-color: #ff6b60;
    width: 31%;
    text-align: center;
    padding: 15px;
    margin: 10px 1%;
}
.Area_Area ul li a{
    color: #fff;
    width: 100%;
	display: block;
}

.post_acv .shop-image{
	position: relative;
}
.post_acv .aria-label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    display: block;
    background-color: #ff6b60;
    padding: 7px 20px;
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
}
.post_acv h2 {
    color: #333;
	font-size: 16px;
    margin: 10px 0 20px 0;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
}
.post_acv .rank {
    text-align: center;
    font-size: 16px;
    padding: 7px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}
.home .cast_list .img100 img {
    width: 180px;
    height: 230px;
    max-width: initial;
    display: flex;
	object-fit: cover;
}
.entry-content,.body .article {
    margin-bottom: 0;
}

.fv_under_nav{
    display: flex;
    justify-content: center;
    padding: 20px 0;
    max-width: 1280px;
    margin: 0 auto;
}
.fv_under_nav a{
    display: flex;
    flex-direction: column;
    width: 20%;
    align-items: center;
    background-color: #282828;
    margin: 0 0.5%;
    box-shadow: 0 5px 0 #6f6f6f; /* 影の太さ・色 */
    cursor: pointer;
    text-decoration: none; /* 文字の下線を消す */
}
.fv_under_nav a:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
.fv_under_nav a .main {
    width: 100%;
    height: auto;
    background-color: inherit;
    text-align: center;
    padding: 15px 0 0 0;
    font-size: 30px;
    color: #ff6b60;
}
.fv_under_nav a .sub {
    font-size: 12px;
    padding: 0 0 15px 0;
    color: #fff;
}
.main_copy_sec .flex01.img100 {
    width: 50%;
    justify-content: center;
}
.go-to-top {
    position: fixed;
    display: none;
    right: 37px;
    bottom: 100px;
    z-index: 99999;
}




.ageWrap {
    display: table;
    border-collapse: collapse;
    border: none;
    position: fixed;
    z-index: 999999;
    height: 100vh;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(27,27,27,.9);
    color: #2e2826;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
  }

  .ageWrap>* {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
  }

  .ageWrap .caution_memo {
    font-size: 20px;
    line-height: 1.75;
    font-weight: 400;
    color: #fff;
    margin-top: 0;
    margin-bottom: 35px;
  }

  .ageWrap .caution {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
  }

  .ageWrap .choice_buttons {
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
  }

  .ageWrap .choice_buttons li {
    vertical-align: top;
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }

  .ageWrap .choice_buttons a {
    font-size: 24px;
    line-height: 70px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    display: inline-block;
    height: 70px;
    width: 235px;
    padding: 0 0 0;
    transition: background-color .3s;
    cursor: pointer;
  }
  .ageWrap .choice_buttons a:hover{
    color: #fff;
    background-color: #e70000;
  }

  .ageWrap .check_keep {
    margin-bottom: 20px;
  }

  .ageWrap .check_keep label {
    cursor: pointer;
    color: #fff;
  }
  .ageWrap .info {
    color: #fff;
  }

  .ageWrap .corpName {
    margin-top: 25px;
  }

  .ageWrap .corpName img {
    width: 134px;
  }

  .ageWrap .link_info {
    color: #fff;
  }
  .age_clear {
    position: fixed;
    top:20%;
    left: 50%;
    transform: translateY(-20%) translateX(-50%);
    width: auto;
    height: auto;
    display: block;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    z-index: 999998;
    border-radius: 5px 10px;
    background: repeating-linear-gradient(45deg, #000000, #000000 14px, #FFD900 14px, #FFD900 28px);
    padding: 10px;
    cursor: pointer;
  }
  .age_clear span {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    display: block;
    pointer-events: none;
  }

  body.agecheck .kiji a:active {
    pointer-events: none;
  }
  body.agecheck .kiji a:hover {
    filter: blur(2px) !important;
  }

  @media all and (max-width: 480px) {
    .ageWrap {
        font-size:12px;
    }

    .ageWrap .caution_memo {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .ageWrap .caution {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .ageWrap .choice_buttons {
        margin-bottom: 5px;
        font-size: 10px;
    }

    .ageWrap .choice_buttons li {
        margin-right: 5px;
        margin-left: 5px;
    }

    .ageWrap .choice_buttons a {
        font-size: 14px;
        line-height: 35px;
        height: 35px;
        width: 117px;
    }

    .ageWrap .check_keep {
        margin-bottom: 10px;
    }

    .ageWrap .corpName {
        margin-bottom: 0px;
    }

    .ageWrap .corpName img {
        width: 150px;
    }
    .age_clear {
      font-size: 12px;
      line-height: 1.2;
      font-weight: 600;
    }
  }

  @media all and (min-width: 481px)and (max-width: 750px) {
    .ageWrap {
        font-size:12px;
    }

    .ageWrap .caution_memo {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .ageWrap .caution {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .ageWrap .choice_buttons {
        margin-bottom: 5px;
        font-size: 10px;
    }

    .ageWrap .choice_buttons li {
        margin-right: 5px;
        margin-left: 5px;
    }

    .ageWrap .choice_buttons a {
        font-size: 14px;
        line-height: 35px;
        height: 35px;
        width: 117px;
    }

    .ageWrap .check_keep {
        margin-bottom: 10px;
    }

    .ageWrap .corpName {
        margin-bottom: 0;
    }

    .ageWrap .corpName img {
        width: 150px;
    }
  }
.caution_img{
    width: 320px;
    margin: 50px auto;
}


  #modal 		{
   display:none
  }



  a.btn.btn_jizen {
    margin: 0 auto 50px auto;
    line-height: 2;
    width: 390px;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 18px 0;
}
.sp_nav_buttons a.btn.btn_jizen {
    margin: 15px 0 50px 0;
    line-height: 2;
    width: 320px;
}

@media only screen and (max-width: 599px) {
    .sp_nav_buttons a.btn.btn_jizen {
        width: 90%;
        margin: 15px auto 50px auto;
        line-height: 1;
    }
}


/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width:1200px) {
.page_cm .sec_bk {
	margin-left: calc(50% - 49.2vw);
    margin-right: calc(50% - 49.2vw);
}
	/*------------------------------------------------------------------------------*/
}
/*------------------------------------------------------------------------------*/


/* screens smaller than 1025---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
	/*top_news*/
	/*------------------------------------------------------------------------------*/
	#top_news {
		position: relative;
		top: auto;
		right: auto;
		width: 94%;
		margin: 0 auto;
		z-index: 1;
	}
	#top_news a {
		padding: 30px 74px 30px 20px;
		font-size: 1.3rem;
		display: block;
	}
	#top_news .date {
		margin-right: 25px;
	}
	.fv .inner01 .inner01-in {
		flex-direction: column-reverse;
	}
	.cast_list .mask {
		width: 30%;
		margin: 10px 0;
	}
	.news_box .right_box {
		width: 100%;
	}
	.cast_list .flex01 {
		justify-content: space-around;
	}

	.img100 img {
		width: 100%;
	}
	.page_cm .sec_bk {
		margin-left: calc(50% - 49.1vw);
		margin-right: calc(50% - 49.1vw);
	}
	/*------------------------------------------------------------------------------*/
	}
	/*------------------------------------------------------------------------------*/


	/* screens smaller than 900---------------------------------------------------------- */
	@media only screen and (max-width:900px) {
		.page_cm .sec_bk {
			margin-left: calc(50% - 49vw);
			margin-right: calc(50% - 49vw);
		}



	/*------------------------------------------------------------------------------*/
	}
	/*------------------------------------------------------------------------------*/

	/* screens smaller than 1025---------------------------------------------------------- */
	@media only screen and (min-width:769px) and (max-width:1024px) {

	/*layout*/
	/*------------------------------------------------------------------------------*/
	.inner01 {
		width: 94%;
	}
	.inner02 {
		width: 94%;
	}
	.inner02 .inner01 {
		width: 100%!important;
	}
	.sp {
		display: none!important;
	}
	.pc {
		display: none!important;
	}
	.tb {
		display: inherit!important;
	}
	.tb_sp {
		display: inherit!important;
	}



	/*------------------------------------------------------------------------------*/
	}
	/*------------------------------------------------------------------------------*/


	/* screens smaller than 860---------------------------------------------------------- */
	@media only screen and (min-width:600px) and (max-width:859px) {

	/*product*/
	/*------------------------------------------------------------------------------*/
	.product .pro_box {
		width: 46%;
		margin-bottom: 40px;
	}


	/*------------------------------------------------------------------------------*/
	}
	/*------------------------------------------------------------------------------*/



	/* screens smaller than 768---------------------------------------------------------- */
	@media only screen and (max-width:768px) {

	/*layout*/
	/*------------------------------------------------------------------------------*/
	.inner01 {
		width: 90%;
	}
	.inner02 {
		width: 90%;
	}
	.inner02 .inner01 {
		width: 100%!important;
	}
	.sp {
		display: inherit!important;
	}
	.pc {
		display: none!important;
	}
	.pc_tb {
		display: none!important;
	}
	.tb {
		display: none!important;
	}
	.tb_sp {
		display: inherit!important;
	}
	.mb_01 {
		margin-bottom: 60px;
	}
	.mb_02 {
		margin-bottom: 60px;
	}
	.mb_03 {
		margin-bottom: 0;
		background-color: #282828;
	}
	.mb_04 {
		margin-bottom: 60px;
	}

	/*animation*/
	/*------------------------------------------------------------------------------*/
	.fadeIn.inview {
		transition: opacity 1s ease-in-out;
	}
	.fadeInUp {
		transform: translateY(50px);
	}
	.fadeInUp.inview {
		transition: all 1s ease-in-out;
	}
	.delay01 {
		transition-delay: 0!important;
	}
	.delay02 {
		transition-delay: 0!important;
	}
	.delay03 {
		transition-delay: 0!important;
	}
	.delay04 {
		transition-delay: 0!important;
	}
	.delay05 {
		transition-delay: 0!important;
	}

	/*title subtitle*/
	/*------------------------------------------------------------------------------*/
	.title01 {
		font-size: 2.6rem;
	}
	.title01 .sub {
		font-size: 2.0rem;
	}
	.title02 {
		margin-bottom: 30px;
	}




	/*infomation/popup*/
	/*------------------------------------------------------------------------------*/
	.news_box .inner01 {
		padding: 50px 0 60px;
	}
	.popup.news_box .inner01 {
		padding: 0 0 30px;
	}
	.news_box .left_box {
		width: 100%;
	}
	.news_box .right_box {
		width: 100%;
	}
	.news_box .news_list {
		margin-bottom: 30px;
	}
	.news_box .news_list a {
		background-size: 24px;
	}
	.news_box .news_list .date {
		width: 100%;
		margin-bottom: 10px;
	}
	.news_box .news_list .txt {
		width: 100%;
	}

	.fv_img {
		width: 90%;
	}
	#cta_box {
		width: 90%;
	}
	.fv_un_slider h3 {
		opacity: 0.4;
	}
	.news_box .left_box .title02 {
		text-align: center;
	}
	.news_box {
		padding: 30px 0;
	}
	.main_copy_sec .inner01 {

		flex-direction: column;
		padding: 60px 0 0 0;
	}
	.HowtoUse .inner01,.Game .inner01 {
		flex-direction: column;
	}
	.txt_box {
		width: 100%;
	}
	.img_box {
		width: 100%;
		text-align: center;
	}
	.Game .txt_box img{
		display: none;
	}
	.cta_box_sec #cta_box {
		width: 90%;
	}
	#f_nav ul {
		flex-direction: inherit;
		text-align: center;
		flex-wrap: wrap;
	}
	#f_nav ul li {
		margin: 10px 10px;
	}
	.cast_list .inner01{
		margin: -1px auto;
	}
	.sec_bk .img_box ul {
		flex-direction: column;
	}
	.sec_bk .img_box ul li {
		width: 100%;
	}
	.title02 .main {
		font-size: 2.0rem;
		color: #fff;
		letter-spacing: 5px;
		padding: 0;
		border: none;
		border-radius: 0;
		position: relative;
		z-index: 0;
		background-color: inherit;
		margin: 0;
	}
	.Usage .Usage_list li h2 {
		font-size: 1.9rem;
	}
	.Usage .Usage_list li h3 {
		font-size: 1.2rem;
		margin: 10px 0 0 0;
	}
	.title02 .main {
		font-size: 2.9rem;
	}
	.sec_wh .title02 .main,.sec_bk .title02 .main {
		font-size: 2.0rem;
	}
	.sec_bk .txt_list p {
		color: #fff;
		font-size: 15px;
	}
	.page_cm img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.main_copy_sec .title02 {
		text-align: center;
		margin: 0 auto 30px auto;
	}
	.hd_block_in {
		flex-direction: column;
	}
	.hd_block_in div {
		width: 100%;
	}
	.hd_block_in div.txt_box h1 {
		color: #fff;
		padding: 20px 0;
		font-size: 2.4rem;
		width: 100%;
		text-align: center;
	}
	.fv {
		padding: 10px;
	}
	.alert {
		padding: 30px 0px 20px 0;
		text-align: center;
	}
	ul.staff_block li .post-info {
		font-size: 12px;
		line-height: 1.5em;
	}
	.hd_block {
		/* padding: 10px; */
		margin: 0;
	}
	.page_inner {
		width: 95%;
	}
	.table-castpage.price-table th {
		background: #282828;
		width: 30%;
		padding: 15px;
		font-size: 13px;
		color: #fff;
	}
	.page_cm .swiper-container img {
		width: 100%;
		height: 460px;
		object-fit: cover;
	}
	.table-castpage th {
		width: 40%;
		padding: 10px;
		font-size: 13px;
	}
	.table-castpage td {
		width: 60%;
		padding: 10px;
		background-color: #fff;
		font-size: 14px;
	}
	.hd_block_in img {
		width: 100%;
		height: 180px;
		object-fit: cover;
		object-position: center;
	}
	.page-title.font01 {
		margin: 60px auto 20px auto;
		font-size: 18px;
	}
	.shop-list .shop-list-box {
		width: 50%;
		padding: 10px;
	}
	.post_acv .shop-image img {
		width: 100%;
		height: 260px;
		object-fit: cover;
	}
	table.attmgr_guide_weekly tr {
		display: flex;
		flex-wrap: wrap;
	}
	table.attmgr_guide_weekly td {
		display: block;
	width: 50%;
	}
	table.attmgr_guide_weekly td.current {
		background-color: #ff6b60;
	}
	table.attmgr_guide_weekly td.current span{

		color: #fff;
	}
	table.attmgr_guide_weekly td a {
		font-size: 14px;
	}
	.related-entry-card-thumb {
		width: 140px;
	}
	.home .cast_list .img100 img {
		width: 125px;
		height: 190px;
	}
	.fv_un_slider {
		height: 220px;
	}
	.news_box {
		padding: 4em 0;
	}

	.main_copy_sec_txt_box p {
		margin: 0 0 40px 0;
		text-align: center;
	}
	.more_btn {
		position: relative;
		margin: 3em auto 0 auto;
	}
	.sec_wh .title02 .sub,.sec_bk .title02 .sub,.title02 .sub,.hd_block_in div.txt_box h1 span {
		font-size: 20px;
	}
	.Game .txt_box {
		width: 100%;
	}
	.Usage.news_box {
		padding: 4em 0 0 0;
	}
	.Usage.news_box .inner01 {
		padding: 50px 0 10px 0;
	}
	footer.sec_bk {
		padding: 4em 0 5em 0;
	}
	#f_logo {
		text-align: center;
		padding: 0 0 10px 0px;
	}
	.Usage .Usage_list li h3 br {
		display: none;
	}
	.main_copy_sec .img100 img {
		margin: 0 -24px 0 -25px;
	}
	.main_copy_sec .title02 .main{
		margin: 5px 0px 0 0;
		line-height: 1;
		padding: 0;
		display: block;
		width: 100%;

	}
	.main_copy_sec .title02 .sub {
		font-size: 2.4rem;
		display: inline-block;
		padding-top: 0;
		color: #fff;
		text-align: left;
	}
.more_btn {
		width: 100%;
		display: block;
	}
	.more_btn a,.sec_bk .more_btn a {
		border: 1px solid;
		border-radius: 30px;
		padding: 9px 30px 7px 25px;
		position: relative;
		font-size: 17px;
		letter-spacing: 0px;
		width: 60%;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.more_btn a:before {
		top: 15px;
	}
	.Dispatch .more_btn {
		margin: 10px auto 0 auto;
	}
	.sp_nav_aside {
		text-align: center;
	}
	.sp_nav_aside a {
		font-size: 15px;
		margin: 0 7px;
	}
	.popup.news_box .title02 .sub {
		font-size: 14px;
	}
	.body, .menu-content {
		font-size: 15px;
	}
	.page_cm .article h2 {
		width: 100%;
	}
	.page_cm .sec_wh .no_txt {
		right: 0;
		top: 50px;
	}
	.page_cm .sec_bk .no_txt {
		right: 0;
		top: 50px;
	}
	.sec_wh {
		padding: 3em 0;
	}
	.kiyaku_box.font01 {
		color: #fff;
		font-size: 15px;
		padding: 13px 0px 5px 5px;
	}

	.page_cm .sec_bk {
		margin-left: auto;
		margin-right: auto;
	}
	.page_inner {
		width: 100%;

	}
	.fv_under_nav a {
        margin: 0 0.5%;
    }
    .fv_under_nav a .main {
        font-size: 20px;
    }
    .fv_under_nav a .sub {
        font-size: 11px;
    }
	/*------------------------------------------------------------------------------*/
	}
	/*------------------------------------------------------------------------------*/



	/* screens smaller than 600---------------------------------------------------------- */
	@media only screen and (max-width:599px) {
	/*product*/
	/*------------------------------------------------------------------------------*/
	.product .pro_box {
		width: 100%;
		margin-bottom: 40px;
	}
	a.btn {
		width: 90%;
		margin: 10px auto;
	}
	.fv_un_slider h3 {
		font-size: 5.2rem;
		line-height: 1.8;
		top: 23px;
	}
	.cta_box_in h1.main_copy {
		font-size: 2.6rem;
		color: #ff6b60;
		margin: 0 0 0 15px;
	}
	#cta_box a h2 {
		font-size: 1.3rem;
		margin: 0 0 0 5px;
		letter-spacing: 3px;
	}
	.cta_box_in span {
		font-size: 1.1rem;
		font-weight: bold;
		margin: 5px 0 0 0;
	}
	a.line_btn {
		margin: 0 auto;
	}
	.fv_img h1.fadeInUp.inview {
		position: absolute;
		bottom: -20px;
		font-size: 2.4rem;
	}
	.sec_bk .img_box h2 {
		color: #fff;
		font-size: 1.6rem;
		margin: 20px 0 30px 0;
		text-align: left;
	}
	.cta_box_in h1 {
		font-size: 2.2rem;
	}
	.cta_box_in h1.main_copy {
		font-size: 2.2rem;

	}
	/*------------------------------------------------------------------------------*/
	}
	/*------------------------------------------------------------------------------*/


	/* screens smaller than 420---------------------------------------------------------- */
	@media only screen and (max-width:420px) {
		/*product*/
		/*------------------------------------------------------------------------------*/

	.fv_img h1.fadeInUp.inview {
		font-size: 2.4rem;
	}

		/*------------------------------------------------------------------------------*/
	}
	/*------------------------------------------------------------------------------*/

