@charset "utf-8";

@-ms-viewport {
    width: device-width;
}

/* 全体
------------------------------------------------*/
#body{
	position: relative;
	height: 100vh;
	background: url("../img/pat/pat_02_wh_4.png") repeat center / 50px, linear-gradient(90deg, rgba(1,6,14,1) 0%, rgba(4,23,51,1) 49%, rgba(1,6,14,1) 100%);
}
@media screen and (min-width:1080px){
	.index_hidden{
		overflow: hidden;
	}
}
/* その他ページ
------------------------------------------------*/
#common_body{
	width: 780px;
	margin: 2em auto;
	position: relative;
}
.other_content{
	padding: 1em;
	color: #fff9e5;
}
.other_content dl dd{
	margin: 0 0 0.5em 0;
	padding-left: 1em;
}
@media screen and (max-width: 1080px){
	#common_body{
	width: 90%;
	margin: 0 auto 1.5em auto;
}
	.other_content{
		width: 80%;
		margin: 0 auto;
	padding: 1em;
}
}
@media screen and (max-width:480px){
	#common_body{
	width: 100%;
	margin: 0 auto 1.5em auto;
}
	.other_content{
		width: 95%;
	}
}
/* ローディング画面
------------------------------------------------*/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999999;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.spinner img{
	width:140px;
	margin-bottom: 20px;
}
.spinner > div {
  width: 10px;
  height: 10px;
  background: rgb(209,45,156);
	background: linear-gradient(0deg, rgba(209,45,156,1) 0%, rgba(94,162,239,1) 100%);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

/* footer
------------------------------------------------*/
footer{
	position: fixed;
	bottom: 0;
	background: #000000;
	width: 100%;
	color: #ffffff;
	padding: 0.7em 0.5em;
	z-index: 999999;
}
.pc_footer_left{
	float: left;;
}
ul.pc_footer_category li{
	display: inline-block;
}
ul.pc_footer_category li img{
	width: 90%;
}
ul.pc_footer_category dl{
	width: 350px;
	font-size: 0.8em;
	margin-left: 0.5em;
}
ul.pc_footer_category dl dt:after{
	content: ":";
}
ul.pc_footer_category dl dt{
	display: flex;
    justify-content: space-between;
    clear: both;
	float: left;
	text-align: center;
	width: 20%;
}
ul.pc_footer_category dl dd{
	display: inline-block;
	margin: 0;
	padding-left: 0.5em;
	width: 80%;
}
.pc_footer_right{
	float: right;
	text-align: right;
}
ul.pc_footer_nav li{
	display: inline-block;
}
ul.pc_footer_nav li:after{
	content: "|";
	margin: 0 1em;
}
ul.pc_footer_nav li:last-of-type:after{
	margin-right: 0;
	content: "";
}
p.pc_caution{
	font-size: 0.8em;
	margin: 0.5em 0;
}
p.pc_caution a{
	text-decoration: underline;
	color: #952f97;
}
p.pc_copyright{
	margin-right: 0.5em;
	font-size: 0.7em;
}
@media screen and (min-width: 1401px){
	img.logo_footer{
		display: none;
	}
	p.nav_caution,
	dl.nav_category{
		display: none;
	}
}
@media screen and (max-width: 1400px){
	.pc_footer_left,
	p.pc_caution{
	display: none;
}
	.pc_footer_right{
		text-align: center;
		float: none;
	}
	p.pc_copyright{
		margin-right: 0;
	}
	.pc_footer_left{
		float: none;
	}
	img.logo_footer{
		margin: 0 auto 0.5em auto;
		width: 60px;
	}
	ul.pc_footer_nav{
		font-size: 14px;
		margin-bottom: 0.3em;
	}
	ul.pc_footer_nav li:after{
	content: "|";
	margin: 0 0.5em;
}
}
@media screen and (max-width: 1080px){
	footer{
		position: relative;
	}
	.pc_footer_nav{
		display: none;
	}
}

/* TOPへ戻る
------------------------------------------------*/
#sp_page-top {
    display: none;
}
#pc_page-top {
		display: block;
    position: absolute;
    bottom: -10px;
    right: 0;
    font-size: 77%;
    z-index: 999999;
	color: #ae8446;
	text-align: center;
}
#pc_page-top a {
    background:rgba(174,132,70,0.6);
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 11px 0;
    text-align: center;
    display: block;
    border-radius: 20px;
    font-weight: 900;
}
@media screen and (max-width: 1080px){
	#pc_page-top{
		display: none;
	}
	#sp_page-top {
		display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 77%;
    z-index: 9999999;
	color: #ae8446;
	text-align: center;
}
#sp_page-top a {
    background:rgba(174,132,70,0.6);
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 11px 0;
    text-align: center;
    display: block;
    border-radius: 20px;
    font-weight: 900;
}
}

/* メインビジュアル blurスライドショー
------------------------------------------------*/
#slider{
    position: relative;
    min-height:100vh;
    width:100%;
    background-size: 100% auto!important;
}
.vegas-slide-inner {
    background-position: right top!important;
}
#slider_sp{
    display: none;
}

@media screen and (max-width: 1080px){
    #slider{
        display: none;
    }
    #slider_sp{
        display: block;
        width:100%;
        height:0;
        padding-top: 137.037037037%;
    }
    .vegas-slide-inner{
        background-position: center top!important;
    }
}

/* メインビジュアル キャッチコピー 
------------------------------------------------*/
img.catch{
	position: absolute;
	right:20px;
	top:20px;
	z-index: 999999;
	width: 80px;
}
@media screen and (max-width: 1600px){
	/* PC（小） */
	img.catch{
	width: 70px;
}
}
@media screen and (max-width:1080px){
	img.catch{
		display: none;
	}
}
/* ツイッター埋め込み
------------------------------------------------*/
.pc_twitter{
	position: absolute;
	bottom:140px;
	right:125px;
	z-index: 999999;
}
.pc_twitter_inner{
	position: relative;
	width: 380px;
	height: 300px;
	background: url("../img/pat/pat_rice-paper.png") repeat center / 480px,url("../img/pat/pat3_bg_right.png") no-repeat right -1.5em bottom -2em / 500px,url("../img/pat/pat3_bg_left.png") no-repeat left -1.5em top -4.5em / 400px,url("../img/pat/pat4_cloud_left.png") no-repeat left -3em bottom 1em / 160px,url("../img/pat/pat4_cloud_right.png") no-repeat right -1em top 0 / 160px,#fff9e5;
	border: 2px solid #6f4a36;
	padding: 1.5em 1.5em 2.5em 1.5em;
	box-shadow: 0 0 8px;
}
.pc_twitter_inner .twitter-timeline{
	height:250px;
	overflow: hidden;
	border-radius: 10px;
}
.pc_twitter_inner h2 img{
	position: absolute;
	right:-20px;
	top:-50px;
	width: 60px;
}
.pc_twitter_inner img.pc_tw_follow{
	position: absolute;
	bottom: -2em;
	left: 50%;
    transform: translateX(-50%);
	width: 300px;
}
@media screen and (max-width: 1400px){
	.pc_twitter{
	bottom:170px;
}
}
@media screen and (max-width: 1080px){
	.pc_twitter{
            display: none;
	}
	.sp_tab_twitter{
            width: 100%;
	}
	.sp_tab_twitter_inner{
            width: 90%;
            margin: 0 auto;
            background: url("../img/pat/pat_rice-paper.png") repeat center / 480px,url("../img/pat/pat3_bg_right.png") no-repeat right -1.5em bottom -2em / 360px,url("../img/pat/pat3_bg_left.png") no-repeat left -1.5em top -4.5em / 380px,url("../img/pat/pat4_cloud_left.png") no-repeat left -3em bottom 1em / 160px,url("../img/pat/pat4_cloud_right.png") no-repeat right -1em top 0 / 160px,#fff9e5;
            border: 2px solid #6f4a36;
            padding: 1em;
            margin-bottom: 1.5em;
                overflow: hidden;
	}
	.sp_tab_twitter_inner .twitter-timeline{
            overflow: hidden;
		border-radius: 20px;
	}
        
        .sp_tab_twitter_inner iframe{
            width: calc(100vw - 20px)!important;
	}
        
	img.sp_tw_follow{
            width:80%;
            margin: 0.5em auto 0 auto;
	}
}
@media screen and (min-width:480px) and (max-width:1080px){
	.sp_tab_twitter{
		width: 80%;
		margin: 0 auto;
	}
	.sp_tab_twitter_inner{
	width: 100%;
		margin: 0 auto;
	background: url("../img/pat/pat_rice-paper.png") repeat center / 480px,url("../img/pat/pat3_bg_right.png") no-repeat right -1.5em bottom -2em / 360px,url("../img/pat/pat3_bg_left.png") no-repeat left -1.5em top -4.5em / 380px,url("../img/pat/pat4_cloud_left.png") no-repeat left -3em bottom 1em / 160px,url("../img/pat/pat4_cloud_right.png") no-repeat right -1em top 0 / 160px,#fff9e5;
	border: 2px solid #6f4a36;
	padding: 1.5em 1em;
		margin-bottom: 1.5em;
	}
	img.sp_tw_follow{
		width:50%;
		margin: 0.5em auto 0 auto;
	}
}
/* テロップ
------------------------------------------------*/
.telop{
	position: absolute;
	bottom:120px;
	left:400px;
	z-index: 999999;
}
.telop_inner{
	position: relative;
	width: 640px;
	background: url("../img/pat/pat_rice-paper.png") repeat center / 480px,url("../img/pat/pat3_bg_right.png") no-repeat right -1.5em bottom -2em / 360px,url("../img/pat/pat3_bg_left.png") no-repeat left -1.5em top -4.5em / 320px,url("../img/pat/pat4_cloud_left.png") no-repeat left -3em bottom 0 / 160px,url("../img/pat/pat4_cloud_right.png") no-repeat center top 0 / 160px,#fff9e5;
	border: 2px solid #6f4a36;
	border-radius: 50px;
	padding: 0.5em;
	box-shadow: 0 0 8px;
}
.telop h2 img{
	position: absolute;
	width: 260px;
	top: -40px;
	left: -40px;
}
.telop_sp{
	display: none;
}
.marqueeRightLeft {
	max-width: 590px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	color:#ffffff;
	font-weight: bold;
	z-index: 99999;
}
.marqueeRightLeft h3:after {
	content: "";
	white-space: nowrap;
}
.marqueeRightLeft h3 {
	margin: 0;
	padding-left: 100%;
	display: inline-block;
	white-space: nowrap;
		-webkit-animation-name:marqueeRL;
		-webkit-animation-timing-function:linear;
		-webkit-animation-duration:15s;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-name:marqueeRL;
		-moz-animation-timing-function:linear;
		-moz-animation-duration:15s;
		-moz-animation-iteration-count:infinite;
		-ms-animation-name:marqueeRL;
		-ms-animation-timing-function:linear;
		-ms-animation-duration:15s;
		-ms-animation-iteration-count:infinite;
		-o-animation-name:marqueeRL;
		-o-animation-timing-function:linear;
		-o-animation-duration:15s;
		-o-animation-iteration-count:infinite;
		animation-name:marqueeRL;
		animation-timing-function:linear;
		animation-duration:15s;
		animation-iteration-count:infinite;
}

@-webkit-keyframes marqueeRL {
	from {-webkit-transform:translate(0);} to {-webkit-transform:translate(-100%);}
}
@-moz-keyframes marqueeRL {
	from {-moz-transform:translate(0);} to {-moz-transform:translate(-100%);}
}
@-ms-keyframes marqueeRL {
	from {-ms-transform:translate(0);} to {-ms-transform:translate(-100%);}
}
@-o-keyframes marqueeRL {
	from {-o-transform:translate(0);} to {-o-transform:translate(-100%);}
}
@keyframes marqueeRL {
	from {transform:translate(0);} to {transform:translate(-100%);}
}

@media screen and (max-width: 1600px){
	.telop{
	position: absolute;
	bottom:120px;
	left:65px;
	z-index: 999999;
}
	.telop_inner{
		width: 500px;
	}
}
@media screen and (max-width: 1400px){
	.telop{
	bottom:150px;
}
}
@media screen and (max-width: 1080px){
	.telop{
		display: none;
	}
	.telop_sp{
		display: block;
	}
	.telop_inner{
	width: 100%;
	background: url("../img/pat/pat_rice-paper.png") repeat center / 480px,url("../img/pat/pat3_bg_right.png") no-repeat right -1.5em bottom -2em / 360px,url("../img/pat/pat3_bg_left.png") no-repeat left -1.5em top -4.5em / 320px,url("../img/pat/pat4_cloud_left.png") no-repeat left -3em bottom 0 / 160px,url("../img/pat/pat4_cloud_right.png") no-repeat center top 0 / 160px,#fff9e5;
	border: none;
	border-bottom: 1px solid #6f4a36;
	border-radius:0;
	padding: 0.5em 0;
	box-shadow: none;
	font-size: 25px;
	}
	.marqueeRightLeft{
		max-width: 95vw;
	}
}
@media screen and (max-width: 480px){
	.telop_inner{
	font-size: 15px;
	}
}
/* Toutube動画
------------------------------------------------*/
.movie{
	position: absolute;
	bottom:220px;
	left:360px;
	z-index: 999999;
}
.movie h2 img{
	width: 260px;
	margin-bottom: 5px;
}
.list-link-01 img{
	width: 420px;
}
#modal-content{
width:80%;
margin:0;
padding:0;
background:#fff;
position:fixed;
display:none ;
top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%);
	z-index: 99999999999;
}

#modal-content .inner{
position:relative;
width:100%;
padding-top:56.25%;
overflow:hidden;
}

#modal-content .inner #player{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

#modal-overlay{
z-index:9999;
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:120%;
background-color:rgba( 0,0,0, 0.75 );
}

@media screen and (max-width: 1600px){
	.movie{
	position: absolute;
	bottom:220px;
	left:30px;
	z-index: 999999;
}
	.list-link-01 img{
	width: 360px;
}
}
@media screen and (max-width: 1400px){
	.movie{
	bottom:250px;
}
}
@media screen and (max-width: 1080px){
	.movie{
		display: none;
	}
}
/* nav
------------------------------------------------*/
.pc_nav{
	position: absolute;
	left:0;
	top:0;
	z-index: 99999;
	width: 290px;
	height: 100vh;
	background: linear-gradient(90deg,rgba(2,11,24,0.95),rgba(2,11,24,0.75) 50%, rgba(2,11,24,0)),url("../img/pat/pat_02_wh_4.png") repeat center / 50px;
	padding: 1.5em 1.5em 0 2em;
}
.pc_nav img.pc_logo{
	width: 75%;
	margin: 0 auto 1.5em auto;;
}
ul.nav img{
	width: 100%;
	margin-bottom: 1em;
}
ul.entry img{
	width: 120%;
	margin-bottom: 1em;
}
/*ドロワーメニューをOPENにするスタイルシート*/
#wrapper{
 width: 100%;
 overflow-x: hidden;
}
#tab_nav{
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 290px;
	height: 100vh;
	background: linear-gradient(90deg,rgba(2,11,24,0.95),rgba(2,11,24,0.75) 50%, rgba(2,11,24,0)),url("../img/pat/pat_02_wh_4.png") repeat center / 50px;
	padding: 1.5em 1.5em 0 2em;
  transition: .5s transform ease-in-out;
  transform: translateX( -290px );
  -webkit-overflow-scrolling: touch;
}
#nav-btn{
  position: fixed;
  left: 10px;
  top: 10px;
  width: 45px;
  height: 45px;
  transition: .5s transform ease-in-out;
  transform: translateX( 0 );
  background:rgba(0,0,0,0.7);
  background-size: 50px;
	color:#b28850;
	z-index: 99999999;
}
@media screen and (max-width: 1080px){
	#nav-btn{
		display: none;
	  }
}
#nav-btn:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 25px;
  color:#b28850;
}
/*メニューオープン時*/
.nav-open{
  position: fixed!important;
    width: 100%;
    left: 0;
}
@media screen and (min-width: 1080px){
	.nav-open{
  position: static!important;
    width: 100%;
    left: 0;
}
}
.nav-open:after{
  content:'';
  display: block;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 999999;
}
.nav-open #tab_nav{
  transform: translateX( 0 );
	z-index: 9999999999;
}
.nav-open #nav-btn{
 transform: translateX( 250px );
 z-index: 99999999999;
}
.nav-open #nav-btn:before {
  content: "\f00d";
}

@media screen and (min-width: 1601px){
	#tab_nav{
		display: none;
	}
	#nav-btn{
		display: none;
	}
}

@media screen and (max-width: 1600px){
    .pc_nav{
        display: none;
    }
    #tab_nav img.tab_logo{
        width: 50%;
        margin: 0 0 1em 0.5em;
    }
    #tab_nav ul.nav img{
        width: 70%;
        margin-bottom: 1em;
    }
    #tab_nav ul.entry img{
        width: 80%;
        margin-bottom: 1em;
    }
}
@media screen and (max-width: 1400px){
    p.nav_caution{
        color: #ffffff;
        font-size: 10px;
    }
    p.nav_caution a{
        text-decoration: underline;
        color: #952f97;
    }
    dl.nav_category{
        color: #ffffff;
        font-size: 10px;
        width: 100%;
        margin-top: 0.5em;
    }
    dl.nav_category dt:after{
        content: ":";
    }
    dl.nav_category dt{
        display: flex;
        justify-content: space-between;
        clear: both;
        float: left;
        text-align: center;
        width: 20%;
    }
    dl.nav_category dd{
        display: inline-block;
        margin: 0;
        padding-left: 0.5em;
        width: 80%;
    }
}

@media screen and (min-width:781px) and (max-width:1080px){
    #tab_nav{
        width: 400px;
	height: 100vh;
        transform: translateX( -400px );
    }
    .nav-open #nav-btn{
        transform: translateX( 380px );
    }
    p.nav_caution{
        width: 90%;
        margin-top: 1em;
        font-size: 14px;
    }
    dl.nav_category{
        width: 100%;
        font-size: 13px;
    }
}
@media screen and (min-width:481px) and (max-width:780px){
	#tab_nav{
  width: 350px;
  transform: translateX( -350px );
}
	.nav-open #nav-btn{
 transform: translateX( 300px );
}
	#tab_nav img.tab_logo{
	width: 60%;
	margin:0 0 1em 40px;
}
	#tab_nav ul.nav img{
	width: 90%;
	margin-bottom: 0.6em;
}
	p.nav_caution{
		width: 90%;
		margin-top: 1em;
		font-size: 13px;
	}
	dl.nav_category{
		width: 100%;
		font-size: 12px;
	}
}
@media screen and (max-width: 480px){
	#tab_nav{
		padding: 1em 0.5em 0 0.5em;
	}
	.nav-open #nav-btn{
 transform: translateX( 0 );
 z-index: 9999999999;
}
	#tab_nav img.tab_logo{
	width: 30%;
	margin:0 0 0.6em 40px;
}
	#tab_nav ul.nav img{
	width: 70%;
	margin-bottom: 0.5em;
}
	p.nav_caution{
		width: 80%;
		font-size: 11px;
		line-height: 1.3em;
	}
	dl.nav_category{
		width: 90%;
		font-size: 11px;
		line-height: 1.3em;
	}
}
@media screen and (min-width: 1081px){
	#tab_nav img.nav_1080{
	display: none;
}
}
@media screen and (max-width: 1080px){
	#tab_nav img.nav_1081{
	display: none;
}
}
/* SP/TAB　全体
------------------------------------------------*/
#sp_tab_body{
	display: none;
}
@media screen and (max-width: 1080px){
#sp_tab_body{
	display: block;
	width: 100%;
	overflow-x: hidden;
    background: url(../img/bg_sp_tab.jpg) fixed center 100%;
    background-size: cover;
}
}
/* SP/TAB　フッター固定の登録とログインボタン
------------------------------------------------*/
.bottom_bnr{
	display: none;
}
@media screen and (max-width: 1080px){
	.bottom_bnr{
	display: block;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999999999;
}
.fixed_footer_inner{
	max-width:1080px;
	margin: 0 auto;
        font-size: 0;
        position: relative;
}

.fixed_footer_inner ul li{
        /*
	display: inline-block;
	width: calc(100% / 2);
        */
        display: block;
        width: 100%;
}
.fixed_footer_inner ul li img{
	width: 100%;
}
}
/* セクションタイトル
------------------------------------------------*/
.section_title_navy{
	display: none;
}
.pc_section_title_navy{
	display: block;
	background: url("../img/pat/title_border.jpg") repeat-x top / 1px,url("../img/pat/title_border.jpg") repeat-x bottom / 1px,url("../img/pat/pat_01_gl_25.png") repeat center / 35px,linear-gradient(90deg,rgba(1,6,14,1),rgba(4,23,51,1) 50%, rgba(1,6,14,1));
	padding: 0.5em 0;
	position: relative;
	z-index: 999;
	margin-bottom: 2em;
}
.pc_section_title_navy h1 img{
	width: 50%;
	margin: 0 auto;
}
@media screen and (max-width: 1080px){
	.pc_section_title_navy{
		display: none;
	}
	.pc_inner{
		display: none;
	}
.section_title_navy{
	display: block;
	background: url("../img/pat/title_border.jpg") repeat-x top / 1px,url("../img/pat/title_border.jpg") repeat-x bottom / 1px,url("../img/pat/pat_01_gl_25.png") repeat center / 35px,linear-gradient(90deg,rgba(1,6,14,1),rgba(4,23,51,1) 50%, rgba(1,6,14,1));
	padding: 0.5em 0;
	position: relative;
	z-index: 999;
	margin-bottom: 2em;
}
.section_title_navy h1 img{
	width: 80%;
	margin: 0 auto;
}
}
@media screen and (min-width:480px) and (max-width:1080px){
	.section_title_navy h1 img{
	width: 50%;
}
}
/* SP/TAB　youtube
------------------------------------------------*/
.sp_tab_YouTube{
	display: none;
}
@media screen and (max-width: 1080px){
.sp_tab_YouTube{
	display: block;
	margin: 1em auto 1.5em auto;
	width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.sp_tab_YouTube iframe{
	position: absolute;
   top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90% !important;
  height: 90% !important;
}
}
/* 物語　STORY
------------------------------------------------*/
.other_content img.pc_story{
	width: 100%;
}
.sp_tab_story{
	display: none;
}
@media screen and (max-width:1080px){
	.sp_tab_story{
		display: block;
	}
	.sp_tab_story p img{
		width:90%;
		margin: 1em auto 1.5em auto;
	}
}
/* 遊び方　PLAY
------------------------------------------------*/
.sp_tab_play{
	display: none;
}
.play_set{
		position: relative;
	width: 90%;
	background: url("../img/pat/pat_rice-paper.png") repeat center / 480px,url("../img/pat/pat3_bg_right.png") no-repeat right -1.5em bottom -2em / 600px,url("../img/pat/pat3_bg_left.png") no-repeat left -1.5em top -4.5em / 620px,url("../img/pat/pat4_cloud_left.png") no-repeat left -3em bottom 1em / 160px,url("../img/pat/pat4_cloud_right.png") no-repeat right -1em top 0 / 160px,#fff9e5;
	border: 2px solid #6f4a36;
	padding: 2.3em 1em 2em 1em;
	margin:3em auto 3.5em auto;
	}
	.play_set h1 img{
		position: absolute;
		top:-40px;
		left: -30px;
		width: 260px;
	}
	.play_set p{
		text-indent: 1em;
		color: #27140b;
	}
	.play_set ul{
		margin-top: 24px;
		margin-left: -15px;
                font-size: 0;
	}
	.play_set ul li{
		display: inline-block;
		width: calc(100% / 2);
	}
	.play_set ul li img{
		width: 110%;
		margin: 0 auto;
	}
	.play_set ul li img{
		position: relative;
		z-index: 2;
	}
	.play_set ul li img.play_img02{
		position: relative;
		z-index: 1;
		margin-left: -5px;
	}
@media screen and (max-width:1080px){
	.sp_tab_play{
		display: block;
	}
	.play_set{
		position: relative;
	width: 90%;
	background: url("../img/pat/pat_rice-paper.png") repeat center / 480px,url("../img/pat/pat3_bg_right.png") no-repeat right -1.5em bottom -2em / 400px,url("../img/pat/pat3_bg_left.png") no-repeat left -1.5em top -4.5em / 380px,url("../img/pat/pat4_cloud_left.png") no-repeat left -3em bottom 1em / 160px,url("../img/pat/pat4_cloud_right.png") no-repeat right -1em top 0 / 160px,#fff9e5;
	border: 2px solid #6f4a36;
	padding: 2.3em 1em 2em 1em;
	margin:3em auto 1.5em auto;
	}
	.play_set h1 img{
		position: absolute;
		top:-30px;
		left: -20px;
		width: 200px;
	}
	.play_set p{
		text-indent: 1em;
		color: #27140b;
	}
	.play_set ul{
		margin-top: 24px;
		margin-left: -15px;
	}
	.play_set ul li{
		display: inline-block;
		width: calc(100% / 2);
	}
	.play_set ul li img{
		width: 110%;
		margin: 0 auto;
	}
	.play_set ul li img{
		position: relative;
		z-index: 2;
	}
	.play_set ul li img.play_img02{
		position: relative;
		z-index: 1;
		margin-left: -5px;
	}
}


/* 登場人物　CHARACTER
------------------------------------------------*/
@media screen and (min-width: 1081px) {
	/*　SP　*/
.Sp_slideshow,
.Tab_slideshow,
	#Sp_thumbnail-list,
	#Tab_thumbnail-list{
		display: none;
	}
#Pc_slider {
    width: 100%;
    margin: 0 auto;
}
#Pc_slider img {
    width: 100%;
}
	.thumbnail-list_Bg{
		width:100%;
	}
#Pc_thumbnail-list{
	width:100%;
	margin: 0 auto 20px;
	padding: 15px 0;
        font-size: 0;
}
#Pc_thumbnail-list li{
	width:calc(100% / 7);
	display: inline-block;
	margin: 0 auto;
}
#Pc_thumbnail-list img{
	width:95%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.Pc_slide-item img{
    width: 100%;
}
.Pc_thumbnail-item{
  flex: 0 1 30%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position:relative;
}
.Pc_thumbnail-item:after{
    content:'';
    position:absolute;
    display: block;
    top: 0;
    left: 0;
	right:0;
	bottom:0;
    width: 100%;
    height: 100%;
    opacity: 1;
	margin: 0 auto;
  }
.Pc_thumbnail-current:after{
    border: 3px solid #72c1d7;
	position: absolute;
	z-index: 99999999;
  }
.character_prof{
	position: relative;
	width: 100%;
	background: url("../img/pat/pat_rice-paper.png") repeat center / 300px,url("../img/pat/pat3_bg_right.png") no-repeat right -2em bottom -2em / 560px,url("../img/pat/pat3_bg_left.png") no-repeat left -3em top -4.5em / 580px,url("../img/pat/pat4_cloud_left.png") no-repeat left -3em bottom 1em / 160px,url("../img/pat/pat4_cloud_right.png") no-repeat right -1em top 0 / 160px,#fff9e5;
	border: 2px solid #6f4a36;
	padding: 2.5em 1em 1em 1em;
	margin:4em auto 2em auto;
	color: #27140b;
	}
.character_prof h1 img{
		position: absolute;
	top:-40px;
		left: 50%;
  transform: translateX(-50%);
		width: 320px!important;
	}
.character_prof img.voice_icon{
	position: absolute;
	width: 130px!important;
	right:10px;
	top:-40px;
}
.character_prof h5{
	background: #fff9e5;
	border: 1px solid #6f4a36;
	border-radius: 18px;
	display: inline;
	padding: 0.3em 0.8em;
	font-size: 20px;
}
.character_prof h2{
	margin-left: 0.2em;
	margin-top: 0.3em;
	font-size: 36px;
}
.character_prof h2 span.roma{
	font-size: 18px;
	margin-left: 1em;
}
.prof_table{
	margin: 1em auto 1.5em auto;
	width: 90%;
}
.prof_table .ConfiLine td:nth-child(1){
	background: url(../img/pat/pat_01_gd_100.png) repeat center / 30px,url(../img/pat/pat_01_gd_100.png) repeat center / 30px,#bcb8ba;
	border: 2px solid #03351c;
	box-sizing: border-box;
	width:35%;
	text-align: center;
	font-weight: bold;
}
.prof_table .ConfiLine td:nth-child(2){
	background: #fff9e5;
	border: 2px solid #03351c;
	box-sizing: border-box;
	text-align: left;
	padding: 0.6em 0.2em 0.6em 1em;
	width:65%;
	font-weight: bold;
}
.voice h2 img.voice_title{
	margin: 0.5em auto;
	width: 320px!important;
}
.voice dl{
	margin: 1em auto;
	width: 90%;
}
.voice dl::after {
    content: "";
    display: block;
    width: 0;
    height:0;
    clear: both;
    opacity: 0;
    visibility: hidden;
}
.voice dl dt{
	display: block;
	width: 10%;
	position: relative;
        float: left;
}
.voice dl dt img{
	width: 100%!important;
	margin: 0 auto;
}
.voice dl dd{
	display: inline-block;
	width: 90%;
	margin: 0;
	line-height: 1.3em;
	padding-left: 0.6em;
}
p.voice_caution{
	text-align: center;
	font-size: 12px;
}
}
@media screen and (max-width: 479px) {
	/*　SP　*/
.Pc_slideshow,
.Tab_slideshow,
	#Tab_thumbnail-list,
	#Pc_thumbnail-list{
		display: none;
	}
#Sp_slider {
    width: 90%;
    margin: 0 auto;
}
#Sp_slider img {
    width: 100%;
}
.thumbnail-list_Bg{
		width:100%;
	}
#Sp_thumbnail-list{
	width:98%;
	margin: 0 auto 18px;
        font-size: 0;
}
#Sp_thumbnail-list li{
	width:calc(100% / 7);
	display: inline-block;
	margin: 0 auto 1em auto;
}
#Sp_thumbnail-list img{
	width:98%;
	margin: 0 auto;
}
.Sp_slide-item img{
    width: 100%;
}
.Sp_thumbnail-item{
  flex: 0 1 30%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position:relative;
}
.Sp_thumbnail-item:after{
    content:'';
    position:absolute;
    display: block;
    top: 0;
    left: 0;
	right:0;
	bottom:0;
    width: 98%;
    height: 100%;
    opacity: 1;
	margin: 0 auto;
  }
.Sp_thumbnail-current:after{
    border: 3px solid #72c1d7;
  }
	.character_prof{
	position: relative;
	width: 100%;
	background: url("../img/pat/pat_rice-paper.png") repeat center / 300px,url("../img/pat/pat3_bg_right.png") no-repeat right -2em bottom -2em / 260px,url("../img/pat/pat3_bg_left.png") no-repeat left -3em top -4.5em / 250px,url("../img/pat/pat4_cloud_left.png") no-repeat left -3em bottom 1em / 160px,url("../img/pat/pat4_cloud_right.png") no-repeat right -1em top 0 / 160px,#fff9e5;
	border: 2px solid #6f4a36;
	padding: 1.5em 1em 1em 1em;
	margin:2em auto 1em auto;
	color: #27140b;
	}
.character_prof h1 img{
		position: absolute;
	top:-26px;
		left: 50%;
  transform: translateX(-50%);
		width: 210px!important;
	}
.character_prof img.voice_icon{
	position: absolute;
	width: 80px!important;
	right:0;
	top:-15px;
}
.character_prof h5{
	background: #fff9e5;
	border: 1px solid #6f4a36;
	border-radius: 12px;
	display: inline;
	padding: 0.3em 0.8em;
	font-size: unset;
}
.character_prof h2{
	margin-left: 0.2em;
	margin-top: 0.3em;
	font-size: unset;
}
.character_prof h2 span.roma{
	font-size: 10px;
	margin-left: 1em;
	font-size: unset;
}
.prof_table{
	margin: 0.5em auto;
	width: 100%;
}
.prof_table .ConfiLine td:nth-child(1){
	background: url(../img/pat/pat_01_gd_100.png) repeat center / 30px,url(../img/pat/pat_01_gd_100.png) repeat center / 30px,#bcb8ba;
	border: 2px solid #03351c;
	box-sizing: border-box;
	width:45%;
	text-align: center;
}
.prof_table .ConfiLine td:nth-child(2){
	background: #fff9e5;
	border: 2px solid #03351c;
	box-sizing: border-box;
	text-align: left;
	padding: 0.3em 0.2em 0.3em 0.4em;
	width:55%;
}
.voice h2 img.voice_title{
	margin: 0.5em auto;
	width: 210px!important;
}
.voice dl{
	margin-bottom: 0.7em;
	display: flex;
    align-items: center;
}
.voice dl dt{
	display: block;
	width: 20%;
	position: relative;
    margin-top: 2%;
}
.voice dl dt img{
	width: 80%!important;
}
.voice dl dd{
	display: inline-block;
	width: 80%;
	margin: 0;
	line-height: 1.3em;
}
p.voice_caution{
	text-align: center;
	font-size: 12px;
}
}
@media screen and (min-width:480px) and (max-width:1080px){
	/*　TAB　*/
	.Sp_slideshow,
	.Pc_slideshow,
	#Sp_thumbnail-list,
	#Pc_thumbnail-list{
		display: none;
	}
#Tab_slider {
    width: 80%;
    margin: 20px auto;
}
#Tab_slider img {
    width: 100%;
}
	.thumbnail-list_Bg{
		width:100%;
	}
#Tab_thumbnail-list{
	width:95%;
	margin: 0 auto 20px;
        font-size: 0;
}
#Tab_thumbnail-list li{
	width:calc(100% / 7);
	display: inline-block;
	margin: 0 auto;
}
#Tab_thumbnail-list img{
	width:95%;
	margin: 0 auto;
}
.Tab_slide-item img{
    width: 100%;
}
.Tab_thumbnail-item{
  flex: 0 1 30%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position:relative;
}
.Tab_thumbnail-item:after{
    content:'';
    position:absolute;
    display: block;
    top: 0;
    left: 0;
	right:0;
	bottom:0;
    width: 100%;
    height: 100%;
    opacity: 1;
	margin: 0 auto;
  }
.Tab_thumbnail-current:after{
    border: 3px solid #72c1d7;
  }
.Tab_thumbnail-current:after:after{
	border-radius: 50%;
    height: 20px;
    width: 20px;
	background: #72c1d7;
	position: absolute;
}
	.character_prof{
	position: relative;
	width: 100%;
	background: url("../img/pat/pat_rice-paper.png") repeat center / 300px,url("../img/pat/pat3_bg_right.png") no-repeat right -2em bottom -2em / 560px,url("../img/pat/pat3_bg_left.png") no-repeat left -3em top -4.5em / 580px,url("../img/pat/pat4_cloud_left.png") no-repeat left -3em bottom 1em / 160px,url("../img/pat/pat4_cloud_right.png") no-repeat right -1em top 0 / 160px,#fff9e5;
	border: 2px solid #6f4a36;
	padding: 2.5em 1em 1em 1em;
	margin:3em auto 1em auto;
	color: #27140b;
	}
.character_prof h1 img{
		position: absolute;
	top:-30px;
		left: 50%;
  transform: translateX(-50%);
		width: 280px!important;
	}
.character_prof img.voice_icon{
	position: absolute;
	width: 120px!important;
	right:0;
	top:-20px;
}
.character_prof h5{
	background: #fff9e5;
	border: 1px solid #6f4a36;
	border-radius: 12px;
	display: inline;
	padding: 0.3em 0.8em;
	font-size: unset;
}
.character_prof h2{
	margin-left: 0.2em;
	margin-top: 0.3em;
	font-size: unset;
}
.character_prof h2 span.roma{
	font-size: 10px;
	margin-left: 1em;
	font-size: unset;
}
.prof_table{
	margin: 0.5em auto 1.5em auto;
	width: 90%;
}
.prof_table .ConfiLine td:nth-child(1){
	background: url(../img/pat/pat_01_gd_100.png) repeat center / 30px,url(../img/pat/pat_01_gd_100.png) repeat center / 30px,#bcb8ba;
	border: 2px solid #03351c;
	box-sizing: border-box;
	width:35%;
	text-align: center;
}
.prof_table .ConfiLine td:nth-child(2){
	background: #fff9e5;
	border: 2px solid #03351c;
	box-sizing: border-box;
	text-align: left;
	padding: 0.3em 0.2em 0.3em 0.4em;
	width:65%;
}
.voice h2 img.voice_title{
	margin: 0.5em auto;
	width: 280px!important;
}
.voice dl{
	margin: 1em auto;
	width: 90%;
	margin-bottom: 0.7em;
    display: flex;
    align-items: center;
}
.voice dl dt{
	display: block;
	width: 10%;
	position: relative;
        float: left;
}
.voice dl dt img{
	width: 100%!important;
	margin: 0 auto;
}
.voice dl dd{
	display: inline-block;
	width: 90%;
	margin: 0;
	line-height: 1.3em;
	padding-left: 0.6em;
}
p.voice_caution{
	text-align: center;
	font-size: 12px;
}
}
/*spフッター　利用規約プライバシーポリシーなど*/
.sp_footer_other{
	width: 100%;
	background: url(../img/pat/pat_01_gl_25.png) repeat center / 4%,#5d3e5a;
}
.sp_footer_other li{
	width: 100%;
	border-top: 1px solid #000000;
	text-align: center;
	color:#000000;
	padding: 2% 0;
	font-size: 1.0em;
}
.sp_top_btn img{
	width: 100%;
}


/*sp・Tab　キャラクター　「気になるカレをタップしてみてね♡」追加　2023.10.20*/

.sp_tab_character_comment{
	text-align: center;
	font-weight: 900;
	font-size: 4vw;
	color: #c74ac9;
	filter: drop-shadow(0px 0px 6px rgba(255, 52, 211, 0.7));
	margin: 6% 0 4% 0;
}

.sp_tab_character .section_title_navy{
	margin-bottom: 0;
}

/*PC・SNS(Tiktok Instagram)追加　2023.11.13*/


.pc_twitter{
	bottom: 130px;

}
.pc_twitter_inner{
	margin-bottom: 30px;
}
.pc_SNS{
	display: flex;
	justify-content: flex-end;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 100%);
	border-radius: 20px;
	letter-spacing: 2px;
	align-items: center;
	font-weight: bold;
	filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
	color:#9f2c8c;	
	animation: fadein01 1s  ease-in;
}
@keyframes fadein01 {
	0% { 
	  opacity: 0;
	} 
	100% { 
	  opacity: 0.9;
	}
  }
.pc_SNS p{
	margin:10px 25px;
}
.pc_SNS svg{
	margin:10px 20px 7px 20px;
}


.sp_tab_SNS{
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	letter-spacing: 2px;
	align-items: center;
	font-weight: bold;
	filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
	color:#9f2c8c;	
	animation: fadein01 1s  ease-in;
	margin-bottom: 50px;
}
@keyframes fadein01 {
	0% { 
	  opacity: 0;
	} 
	100% { 
	  opacity: 0.9;
	}
  }
.sp_tab_SNS p{
	margin:10px 25px;
}
.sp_tab_SNS svg{
	margin:10px 20px 7px 20px;
}
