@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:959px){
/*tablet*/
.pd{ display:none;}
.sd{ display: block;}
.fll,.flr { float: none;}
p{
	background: none;
	line-height: 1.6rem;
}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
}
.wrapper {
	width: auto;
	padding: 0px;
}
.content_inner {
	width: auto;
	margin: 0;
	padding: 0 10px 
}
section:not(.toptxt) {
	margin: 0 0 50px;
}
.float_area {
	flex-direction: column;
}
/*.resona_interview {
	padding:5px 10px;
}
.resona_interview .imbox {
	margin:0 auto;
}*/
/*---------------------------------------------------------------------

headline

---------------------------------------------------------------------*/
h1 {
	margin: 0 auto;
}
h2 {
	margin: 0 0 10px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: justify;
}
h3 {
	font-weight:bold;
	margin:15px 0 10px;
	font-size: 1.4rem;
	line-height:1.5;
}
h4,h5 {
	font-size:1.8rem;
	}

/*---------------------------------------------------------------------

header

---------------------------------------------------------------------*/
.header {
	width: 100%;
	padding: 10px;
	border-bottom: 3px solid #c29a44;
}
.header_inner {
	flex-direction: row;
	width: auto;
}
.header_inner img {
	height: 20px;
}
/*---------------------------------------------------------------------

mainvisual

---------------------------------------------------------------------*/
.main_visual, .article01_visual, .article02_visual {
	min-width: 100%;
	margin-bottom: 0;
	text-align: center;
	background: #fff;
}
.main_visual img, .article01_visual img, .article02_visual img {
	width: 100%;
	height: auto;
	margin: 0;
}
.main_visual_inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background: none;
}
.toptxt {
	/*background: linear-gradient(180deg, rgba(153,192,229,1), rgba(50,113,169,1));*/
	padding:0;
}
.toptxt p {
	line-height:1.6;
	font-size:1.6rem;
}
.top_navi_area>li:first-of-type {
    padding-bottom: 30px;
}
/*---------------------------------------------------------------------

movie_area

---------------------------------------------------------------------*/
.movie_area p.title {
	margin: 0 0 20px;
	font-size: 1.6rem;
}
	.article_movie_area {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.article_movie_area iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/*---------------------------------------------------------------------

semi_list

---------------------------------------------------------------------*/
.semi_list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 10px;

}
.semi_list li {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 30px;
	-webkit-box-shadow: 0 0 5px 0 #ccc;
	box-shadow: 0 0 5px 0 #ccc;
}
.semi_list li:nth-child(3n) {
	margin: 0 0 30px;
}
/*---------------------------------------------------------------------

slick

---------------------------------------------------------------------*/
.full-screen .slick-list {
  overflow:auto;
}
.sliderArea {
     padding-top: 3%; 
}
/*---------------------------------------------------------------------

main_cont

---------------------------------------------------------------------*/
.main_cont p {
	margin: 0 0 20px;
	line-height: 1.6;
	font-size: 1.4rem;
	background: none;
}
.main_cont dt {
	float: none;
	width: auto;
}
.main_cont dd {
	margin: 0 0 10px;
	background: none;
	line-height: 1.6em;
}
.imbox {
	max-width: 300px;
	width: 100%;
	margin: 0 auto 20px;
}
.imbox img {
	max-width: 300px;
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: 0 10%;
}
.imbox p {
	margin: 0;
}
.gra_area {
	width: auto;
	margin: 0 auto 20px;
	padding: 0;
	border: none;
	text-align: center;
	border:none;
}
.gra_area img {
	width: 100%;
	height: auto;
}
p.gratit {
	margin: 0 0 5px;
	text-indent: 0;
}
.notes {
	line-height: 1.4em;
	font-size:0.7em;
}
/*---------------------------------------------------------------------

interview

---------------------------------------------------------------------*/
section.interview div{
	flex-flow: column;
}
section.interview div a img{
	margin: 0 auto 1.75rem;
	width: 95%;
}
section.interview div p{
	margin: auto;
	width: 95%;
}

/*---------------------------------------------------------------------

pan

---------------------------------------------------------------------*/
.pan {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	/*flex-direction: column;*/
}
.pan li {
	margin: 0 0 10px;
	text-align: justify;
}
.cont_img {
	max-width: 1000px;
	width: 100%;
	height: auto;
}
.disc_area p {
	line-height: 1.6;
}
.disc_area .col_2 {
	width: 100%;
	margin: 0 0 10px;
}
.about{
	text-align:left;
}
#page-top {
	position: fixed;
	bottom: 30px;
	right: 0;
}
.back_area ul li {
	font-size: 0.9em;
}
	.top_navi_area li div p a::before,
.article_movie_area p.movie_btn01 a::before {
	right: 3%;
}
.top_navi_area li div p.movie_btn a, .article_movie_area p.movie_btn01 a {
    background: /*url(../img/icon_movie.png) no-repeat center left 6px */#cc0048;
    background-size: 24px;
}
.top_navi_area li div p.article_btn a {
	background: /*url(../img/icon_article.png) no-repeat center left 6px */#007c6d;
	background-size: 24px;
}
/*---------------------------------------------------------------------
gold-product
---------------------------------------------------------------------*/
section.product div.btn {
    display: block;
}
section.product div.btn a {
	width: calc(100% / 1 - 30px);
	height: auto;
}
section.product div.btn a:nth-child(odd) {
	margin-right: 0;
}
section.product .btn img {
	height: 2.5rem;
	margin: 0 1rem 0 0;
}
section.product .btn p {
	width: 78%;
}
/*------------------------------------------------------------------------

SNSボタン

------------------------------------------------------------------------*/
.sns_btn {
	display: none;
	position: static;
	right: 0;
	bottom: 0;
	width: auto;
	padding: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sns_btn_spn {
	 display: block;
 }
.ninja_onebutton_output {
	display: none;
}
}