@charset "utf-8";
/*****************************************************

全ての要素をリセット
各ブラウザの表示を統一するための設定です

*****************************************************/
html {overflow-y: scroll;scroll-behavior: smooth;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;outline:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

/*--- default ---*/
body {color: #000;font-family:"Noto Sans JP","メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;line-height:2em;letter-spacing:0.05em;-webkit-text-size-adjust: 100%;}
table{border-collapse:collapse;}

.float_left {
display: block;
float: left;
}
.float_right {
display: block;
float: right;
}
.float_left_space {
display: block;
float: left;
margin-right:30px;
}
.float_right_space {
display: block;
float: right;
margin-left:30px;
}
.clear{clear:both;}
.w90{width:90%;}
.w80{width:80%;}
.w75{width:75%;}
.w70{width:70%;}
.w65{width:65%;}
.w60{width:60%;}
.w55{width:55%;}
.w50{width:50%;}
.w45{width:45%;}
.w40{width:40%;}
.w35{width:35%;}
.w30{width:30%;}
.w25{width:25%;}
.w20{width:20%;}
.min{font-family: "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
	margin:0 0 1vw;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*****************************************************

コンテンツ

*****************************************************/
body{
margin:0 auto;
}
.wrap{
width: 100%;
margin:0 auto;
}
a:link {
color:#fff;
text-decoration:none;
}
a:visited{
color:#fff;
text-decoration:none;
}

a:hover{text-decoration: none;color:#b42424;}
a:active{text-decoration:none;color:#b42424;}

.clear:after{
visibility: hidden;
display: block;
font-size: 0;
content:" ";
clear: both;
height: 0;
}
* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */
a,a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a img:hover,.shopnav a:hover,.foot-nav a:hover  {
opacity: 0.6;
filter: alpha(opacity=60);
color:#b42424;	
} 
a[href^="tel:"] {
pointer-events: none;
}
@media screen and (max-width:768px)	{
a[href^="tel:"] {
pointer-events: auto!important;}
}

/*****************************************************

トップページ専用ヘッダー

*****************************************************/

header{
	width:100%;
	margin:0 auto;
	position:fixed;
	top:0;
	z-index: 5;
}
header .header_contents{
	width: 95%;
	max-width: 1200px;
	margin:0 auto;
	padding:2rem 0;
	top:0;left:0;
}
/*****************************************************

中ページ専用ヘッダー

*****************************************************/
.page_header_contents{
	width: 100%;
	background:#13406e;
}
.page-logo{
	width:250px;
}
.page-logo img{
	width:100%;
}
.page_menebox{
	width: calc(100% - 250px);
}
.page_heade_parts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-webkit-align-items: baseline;
	align-items: center;
	width: 95%;
	max-width: 1200px;
	margin:0 auto;
	padding: 2rem 0 2rem;
}
.page_heade_parts ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-webkit-align-items: baseline;
	align-items: center;
	width: 95%;
	max-width: 800px;
	float:right;
}
.page_heade_parts ul li{
	width:17.5%;
	text-align:center;
	font-size: 0.9em;
}

.page_heade_parts ul li a{
	display:block;
	font-size:0.8em;
	font-weight:300;
}

.page_heade_parts ul li a{
	display:block;
	border-bottom:2px solid #13406e;
}
.page_heade_parts ul li a:hover{
	display:block;
	border-bottom:2px solid #fff;
	color:#fff;
}
.page_heade_parts ul li:last-child{
	width:30%;
}
.page_heade_parts ul li:last-child a:hover{
	border-bottom:0px solid #fff;
}
.page_heade_parts ul li:last-child a{
	display:block;
	border-bottom:0px solid #13406e;
}
.page_heade_parts ul li:last-child a:hover div{
	background:#13406e;
	color:#fff;
		  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition: 0.3s ease-in-out;
	  -o-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
}
.page_heade_parts ul li:last-child a div{
	background:#fff;
	border-radius:10px;
	color:#13406e;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	line-height: 1.0rem;
	box-sizing:border-box;
	padding:0.25rem;
	margin:0 1.0rem;
}
@media screen and (max-width:800px){
.page-logo{
	width:200px;
	margin:0 auto;
}
.page_heade_parts{display:block;}
.page_heade_parts ul{display:none;}
}

/*****************************************************

共通：ドロワーメニュー

*****************************************************/

.overlay-contents{width: calc(100% - 200px);}
.menu-content{
	float:right;
	width: 100%;
}
.menu-content ul.dr-menu{
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: flex-start;-webkit-align-items: stretch;align-items: center;
	width:100%;
	max-width: 700px;
	float:right;
	margin: 0;
}
.menu-content ul.dr-menu li{
	font-size: 1.0em;
	line-height:1.0em;
	width:16.6%;
	font-weight:300;
}
.menu-content ul.dr-menu li a{
	display:block;
	border:0;
	padding: 1rem 0;
	text-align:center;
	color:#fff;
	position:relative;
}
.menu-content ul.dr-menu li a:after{
	content:"";
	  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition: 0.3s ease-in-out;
	  -o-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
	  position:absolute;
	  width:0%;bottom:0;left:50%;
	  border-bottom:0px solid #fff;
}
.menu-content ul.dr-menu li a:hover:after{
 content:"";
	width:100%;
	left:0;
	border-bottom:0px solid #fff;
}
.menu-content{
	float:right;
	width: 100%;
	max-width: 100%;
}
.openbtn{
	position:absolute;
	top: 3%;
	right: 2%;
	cursor: pointer;
	width: 55px;
	height:55px;
	background: #ffffff00;
	z-index:11;
}
.openbtn span{
	width: 50%;
	height: 1px;
	background: rgb(255 255 255);
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
}	
.openbtn.active span{background: #ffffff;}
.openbtn span:nth-of-type(1) {top:22px; }
.openbtn span:nth-of-type(2) {top:29px;}
.openbtn span:nth-of-type(3) {top:36px;}
.openbtn.active span:nth-of-type(1) {
width: 30%;
top: 22px;left:18px;
transform: translateY(6px) rotate(-45deg);
}
.openbtn.active span:nth-of-type(2) {opacity: 0;}
.openbtn.active span:nth-of-type(3){
width: 30%;
top: 34px;left:19px;
transform: translateY(-6px) rotate(45deg);
}
.menu-overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.0);
	position: fixed;
	bottom: -99999px;
	z-index: -1;
	transition: background 1s ease, z-index 0s 1s;
}
.menu-content{
	width: 100%;
	height: 100%;
	position: fixed;
	left:0;
	bottom: 100%;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	overflow-y: auto;
	transition: bottom 0.5s ease-in-out;
	background:#13406e73;
}
.menu-content.show {bottom: 0;left:0;}
.menu-content ul.dr-menu{
	width:100%;
	max-width:900px;
	margin: 10rem auto 0;
	float:none;
}
.menu-overlay.show {
	background-color: rgba(0, 0, 0, 0.6);
	left:0;
	z-index: 10;
	transition: background-color 1s ease, z-index 0s; /* アニメーションの設定 */
}
.menu-content .head-rogo{width: 220px;margin:20px auto;}
.menu-content .head-rogo a{display:block;width:220px;}
.menu-content ul{
	margin:20px;
	font-size:90%;
}
.menu-content ul.dr-menu li{
	width:90%!important;
	line-height:1.5em;
	text-align:left;
	margin: 0 auto;
	padding:0 ;
	border-bottom:0.5px dashed #fff;
}
.menu-content ul.dr-menu li a{
	display:block;
	padding:1.5rem 0;
	text-align:left;
	padding-left:2rem;
}
.menu-content ul.dr-menu li span{display:contents;}
.menu-content ul.dr-menu li a:hover,
.menu-content ul.dr-menu li:last-child a:hover{
	background:#fff;
	border-radius:0;
	color:#231815;
	border:0;
}

.menu-content ul.overlay-menu{
display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: stretch;align-items: stretch;
width:90%;
margin: 5% auto 20%;
}
.overlay-menu li{
width:30%;
margin: 1.666%;
}

@media screen and (max-width:600px)	{
.overlay-menu li{
width:44%;
margin: 2% 3%;
font-size:85%;
line-height:1.5em;
}	
.menu-content ul.overlay-privacy li{width: 100%;}
.menu-content ul.overlay-privacy li:first-child{
padding:0 0 10px;
border-right:0px solid ;
margin-right:0%;
}
}

@media only screen and ( max-width :480px ) {
.openbtn{top: 0%;right:2%;width: 45px;height:45px;}
.openbtn span{
left: 11px;height: 1px; 
}
.openbtn span:nth-of-type(1) {top:18px; }
.openbtn span:nth-of-type(2) {top:25px;}
.openbtn span:nth-of-type(3) {top:32px;}
.openbtn span:nth-of-type(3)::after {
	top:18px;left:50%;
	margin-left:-25px;
}
.openbtn.active span:nth-of-type(1) {
top:18px;left:15px;
}
.openbtn.active span:nth-of-type(3){
top: 30px;left:15px;
}
.overlay-menu li{
width:100%;
margin: 0% 0%;
font-size:85%;
line-height:1.5em;
}	
.menu-content li a{padding: 15px 10px;}
.overlay-news li{
width:30%;
margin: 1.66%;
line-height:1.5em;
}
}
@media only screen and ( max-width :400px ) {
.menu-content .head-logo{
width: 180px;margin:20px 0 20px 20px;
}
}

/*****************************************************

フッター

*****************************************************/

footer{
	width:100%;
	margin: 0 auto 0;
	padding: 3rem 0 8rem;
	background:#13406e;
	color:#fff;
	font-weight:100;
}
.ft-logo{
	width: 250px;
	margin: 0 auto 3rem;
}
.ft-logo img{width:100%;}

/*--- フッターメニュー ---------------------*/
.infobox{
	width:100%;
	margin: 0 auto 3rem;
}
.infobox ul.sns,
.infobox ul.footmenu{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	width:90%;
	max-width: 900px;
	margin: 0 auto 3rem;
}
.infobox ul.footmenu li{
	width:17.5%;
	text-align:center;
	font-size:0.8em;
	font-weight:300;
	line-height:1.5;
}
.infobox ul.footmenu li a{
	display:block;
	border-bottom:2px solid #13406e;
}
.infobox ul.footmenu li a:hover{
	display:block;
	border-bottom:2px solid #fff;
	color:#fff;
}
.infobox ul.footmenu li:last-child{
	width:30%;
}
.infobox ul.footmenu li:last-child a:hover{
	border-bottom:0px solid #fff;
}
.infobox ul.footmenu li:last-child a{
	display:block;
	border-bottom:0px solid #13406e;
}
.infobox ul.footmenu li:last-child a:hover div{
	background:#13406e;
	color:#fff;
		  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition: 0.3s ease-in-out;
	  -o-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
}
.infobox ul.footmenu li:last-child a div{
	background:#fff;
	border-radius:10px;
	color:#13406e;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	box-sizing:border-box;
	padding: 0.1rem;
	margin: 0 1.0rem;
}
/*--- snsメニュー ---------------------*/
.infobox ul.sns{
	max-width: 300px;
}
.infobox ul.sns li{
	width:20%;
	text-align:center;
}
.infobox ul.sns li a{
	display:block;
	background:url(../image/common/ic-instagram.gif)no-repeat center;
	background-size:25px!important;
	padding: 20px 10px;
	border-bottom:2px solid #13406e;
}
.infobox ul.sns li a:hover{
	border-bottom:2px solid #fff;
}
.infobox ul.sns li:first-child a{
	background:url(../image/common/ic-instagram.gif)no-repeat center;
}
.infobox ul.sns li:nth-child(2) a{
	background:url(../image/common/ic-facebook.gif)no-repeat center;
}
.infobox ul.sns li:nth-child(3) a{
	background:url(../image/common/ic-x.gif)no-repeat center;
}
.infobox ul.sns li:nth-child(4) a{
	background:url(../image/common/ic-tiktok.gif)no-repeat center;
}
.infobox ul.sns li:last-child a{
	background:url(../image/common/ic-youtube.gif)no-repeat center;
}
.copyright{
	width:95%;
	max-width:600px;
	margin:0 auto;
	text-align:center;
}
@media screen and (max-width:800px){
.ft-logo{
	width: 200px;
}
}
@media screen and (max-width:600px){
.infobox ul.footmenu li{
	width:50%;
	box-sizing:border-box;
}
.infobox ul.footmenu li:first-child,
.infobox ul.footmenu li:nth-child(2){
	border-bottom:1px dashed #fff;
}
.infobox ul.footmenu li:first-child,
.infobox ul.footmenu li:nth-child(3){
	border-right:1px dashed #fff;
}
.infobox ul.footmenu li a,
.infobox ul.footmenu li a:hover{
	border-bottom:0px solid #fff;
	padding:1rem 0;
	display:block;
}
.infobox ul.footmenu li a:hover{
	border-bottom:0px solid #fff;
	background:#fff;
	color:#13406e;
	padding:1rem 0;
}
.infobox ul.footmenu li:last-child{
	width:100%;
	text-align:center;
	font-size:0.8em;
}
.infobox ul.footmenu li:last-child a:hover{
	background:#13406e;
}
}
@media screen and (max-width:480px){
.infobox ul.footmenu li:last-child a div{
	box-sizing:border-box;
	padding: 1vw ;
	margin:0 1.0vw;
}
}
/*****************************************************

フロント：トップメイン画像

*****************************************************/
.main-content{
	width: 100%;
}
.main-content ul{
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;
	width: 100%;
	background:#13406e;
}
.main-content ul li{
	width: 33.33%;
	height:90vh;
}
.main-content ul li:first-child{
	display: -webkit-flex;display: flex;-webkit-flex-direction: column;flex-direction: column;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: flex-start;justify-content: flex-start;
}
.main-content ul li:first-child .ph-a{
	height:33.33%;
	background:url(../image/front/topmain01.jpg)no-repeat center;
	background-size:cover;
}
.main-content ul li:first-child .ph-b{
	height:33.33%;
	background:url(../image/front/topmain02.jpg)no-repeat center;
	background-size:cover;
}
.main-content ul li:first-child .ph-c{
	height:33.33%;
	background:url(../image/front/topmain03.jpg)no-repeat center;
	background-size:cover;
}
.main-content ul li:nth-child(2) .ph-d{
	background:url(../image/front/topmain04.jpg)no-repeat center;
	height:100%;
	background-size: cover;
}
.main-content ul li:last-child{
	position:relative;
}

/*--- ロゴエリア ---------------------*/
.headerlogo{
	 width: 100%;
	 height:90vh;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-flex-direction: column;
	 flex-direction: column;
	 -webkit-justify-content: space-around;
	 justify-content: center;
	 -webkit-align-items: center;
	 align-items: center;
}
.headerlogo a{display:block;}

.headerlogo .img-box{
	-webkit-align-self: center;
	align-self: center;
	margin: 0 auto 5rem;
}
.headerlogo .img-box img{width:100%;}
.headerlogo .text{
	font-family: "Noto Serif JP", serif;
	font-weight:300;
	color:#fff;
	box-sizing:border-box;
	padding:3rem;
}
@media screen and (max-width:1200px){
.main-content ul li:first-child,
.main-content ul li:nth-child(2){
	width:50%;
	 -webkit-order: 2;
	order: 2;
}
.main-content ul li:last-child{
	width:100%;
	 -webkit-order: 1;
	order: 1;
}
.main-content ul li{height:45vh;}
.headerlogo{height:45vh;}
}
@media screen and (max-width:800px){
	
.main-content ul li:last-child{
	height:auto;
}
	
.headerlogo{
	display:block;
	height:auto;
	margin:1.5vw auto 1.5vw;
}
.headerlogo .img-box{
	width:100%;
	max-width:280px;
	margin: 10vw auto 1.5vw;
}
.headerlogo .text{
	padding:5vw;
}	
}

/*****************************************************

フロント：メインコンテンツ

*****************************************************/
.content {
	width:100%;
}
.content h2{
	text-align:center;
	font-size:1.8em;
	font-weight:500;
	line-height:1.5em;
}
.pickupbox h2,
.topics-slb h2,.aboutbox .box h2{
	text-align:left;
	font-family: "Noto Serif JP", serif;
	color:#13406e;
	font-weight:300;
	padding-left:2rem;
	line-height:3rem;
}
.topics-slb h2{
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
.pickupbox h2{
	text-align:center;
	width:90%;
	max-width:1200px;
	margin:0 auto 3rem;;
	color:#fff;
	padding:0;
}

@media screen and (max-width:800px){
.content h2{
	font-size:1.5em;
}	
}
@media screen and (max-width:480px){
.pickupbox h2,
.topics-slb h2,.aboutbox .box h2{
	padding-left:0rem;
}
.content h2{
	font-size:1.2em;
}
.content h2 span{
	display:block;
}
}
/*--- コンテンツメニュー ---------------------*/
.topmenubox{
	width:100%;
	background:#edf1f2;
}
.topmenubox .box ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	max-width: 1000px;
	margin:0 auto;
}
.topmenubox .box ul li{width: 17.5%;}

.topmenubox .box ul li a{
	color:#13406e;
	display:block;
	text-align:center;
	padding:1rem 0;
	margin: 0 1.0vw;
}
.topmenubox .box ul li a:hover{
	background:#13406e;
	color:#fff;
}

.topmenubox .box ul li:last-child{
	width: 30%;
	line-height:1.5em;
}
.topmenubox .box ul li:last-child a{
	padding:1rem 0;
	background:#edf1f2;
	font-size:0.8em;
}
.topmenubox .box ul li:last-child a div{
	color:#fff;
	background:#13406e;
	padding:0.25rem 0;
	border-radius:10px;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.topmenubox .box ul li:last-child a:hover div{
	color:#13406e;
	background:#edf1f2;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
	
}

@media screen and (max-width:800px){
.topmenubox{padding:3rem 0;}
.topmenubox .box ul{display:none;}

}

/*--- aboutエリア ---------------------*/

.aboutbox{width:100%;}
.aboutbox .box{
	width: 90%;
	max-width: 650px;
	margin:5rem auto;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-weight:100;
	line-height: 2.5rem;
}

.aboutbox .box span,
.aboutbox .box h2 span{
	display:block;
}
.aboutbox .box .p1{
	padding-left:1rem;
}
@media screen and (max-width:800px){
.aboutbox .box h2{
	padding-left:1rem;
	line-height:3rem;
}
.aboutbox .box{
	max-width: 550px;
	line-height:2.0rem;
}	
}
@media screen and (max-width:600px){
.aboutbox .box h2{
	padding-left:0rem;
	padding-bottom:1.0rem;
	line-height:1.5;
	writing-mode: horizontal-tb;
}
.aboutbox .box{
	max-width: 550px;
	writing-mode: horizontal-tb;
	line-height:1.5;
}	
.aboutbox .box .p1{
	padding-left:0rem;
}
.aboutbox .box span{
	display:contents;
}
}
/*--- トピックス：スライダー ---------------------*/
.topics-slb{
	width:100%;
	height:30%;
	background:#edf1f2;
	padding:5rem 0;
	position:relative;
}
.topics-slb:before{
	content:"";
	position:absolute;
	top:0;right:0;
	width:45%;
	height:100%;
	background:#13406e;
}
.topics-area #wrapper{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width:100%;
	max-width: 1200px;
	position:relative;
	margin: 3rem auto 3rem;
}
.topics-area .slick-slider{
	width:100%;
	max-width: 1000px;
	position:relative;
}
.topics-area .slider-arrow{
	width: calc(100% - 1000px);
}
.topics-area .slick-item{
	width: 360px;
	margin:0 20px;
	background:#fff;
}
.topics-area .slick-item a{
	color:#433a33;
}
.topics-area .slick-item a:hover{
	color:#b51313;
}
.topics-area .slick-item .slide-ph{
	width:100%;
	margin-bottom:20px;
	background-size:cover!important;
	box-sizing:border-box;
	margin: 0 auto;
	background-position:center
}
.topics-area .slick-item .slide-txt{
	padding:1.5rem 1rem 3rem;
	
}
.topics-area .slick-item .slide-ph img{
	width:100%;
}
.topics-area .slick-item .title-tp{
	line-height:1.5em;
	font-size:1.2em;
	margin-bottom:5px;
	display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 1; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
.topics-area .slick-item p {
  position: relative;
	font-size:0.9em;
	line-height:1.8em;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
.topics-area .slick-item p.date{
	color:#13406e;
}
.page-count {
  position: relative;
  font-size: 28px;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
  height: 100px;
  margin:0 auto;
}

.page-count .current{
  z-index: 2;
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.page-count .total{
	-webkit-align-self: flex-end;
	align-self: flex-end;
}
.page-count .divider {
  position: absolute;
  width: 2px;
  height: 100%;
  background: #ffffff;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  z-index: 1;
	left:50%;
	margin-left:-1px;
}
.arrow_box {
	width: 100%;
	max-width: 200px;
	margin:0 0 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.prev-arrow,
.next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position:relative;
}
.prev-arrow {margin-bottom: 1rem;}
.next-arrow {margin-left: 0px;}

.prev-arrow::before{
content: "\02190";
position:absolute;
left:50%;
margin-left:-0.5em;
line-height:50px;
color:#fff;
}
.next-arrow::before{
content: "\02192";
position:absolute;
left:50%;
margin-left:-0.5em;
line-height:50px;
color:#fff;
}

@media screen and (max-width:1200px){
.topics-area #wrapper{
	width:90%;
	max-width: 1200px;
	margin: 3rem auto 3rem;
}
.topics-area .slick-slider{
	width:100%;
	max-width: 800px;
}
.topics-area .slider-arrow{
	width: calc(100% - 800px);
}
.arrow_box {
	max-width: 400px;
}
}

@media screen and (max-width:1000px){
.topics-area #wrapper{
	width:90%;
	max-width: 900px;
	margin: 3rem auto 3rem;
}
.topics-area .slick-slider{
	width:100%;
	max-width: 600px;
}
.topics-area .slider-arrow{
	width: calc(100% - 600px);
}
.arrow_box {
	max-width: 300px;
}
}

@media screen and (max-width:800px){
.topics-area .slick-slider{
	width:100%;
	max-width: 400px;
}
.topics-area .slider-arrow{
	width: calc(100% - 400px);
}
.arrow_box {
	max-width: 400px;
}
}
@media screen and (max-width:600px){
.topics-area #wrapper{
	max-width: 500px;
	margin: 3rem auto 3rem;
}
.topics-area .slick-slider{max-width: 300px;}
.topics-area .slider-arrow{width: calc(100% - 300px);}
}

@media screen and (max-width:480px){

.topics-slb dl{margin-bottom:2rem;}
.topics-slb dl dt h2{margin-bottom:0;}
.topics-slb dl dt{width:100%;}
.topics-slb dl dd{width:100%;margin-top:1rem;}
.topics-slb:before{
	content:"";
	position:absolute;
	top:unset;
	bottom:0%;
	width:100%;
	height: 50%;
}
.topics-area #wrapper{
	max-width: 300px;
	margin: 3rem auto 3rem;
}
.topics-area .slick-slider{max-width: 300px;}
.topics-area .slider-arrow{
	width: 100%;
	margin: 2rem 0 0;
}
.topics-area .slick-item{
	width: 360px;
	margin:0 auto;
}
.arrow_box {
	width: 100%;
	max-width: 120px;
	margin: 0 auto 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	flex-direction: row;
	align-content: center;
	align-items: center;
}
.prev-arrow,
.next-arrow {
  display: block;
  width: 50px;
  height: 50%;
}
.prev-arrow {margin:0 10px 0 0;}
.next-arrow {margin-left: 10px;}
}

/*--- ピックアップエリア ---------------------*/
.pickupbox{
	width:100%;
	background:#313131;
	padding: 10rem 0 0;
	position:relative;
}
.pickupbox ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: flex-start;
	-webkit-align-items: baseline;
	align-items: baseline;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.pickupbox ul li{
	width:30%;
	margin:0 auto;
}
.pickupbox ul li .ph{
	margin: 0 auto 1.5rem;
}
.pickupbox ul li .ph img{
	width:100%;
	border-radius: 20px;
}
.pickupbox ul li p{
	font-size:1.2em;
	font-family: "Noto Serif JP", serif;
}
.pickupbox ul li p span{
	display:block;
	font-size:0.8em;
	font-family: "Noto Sans JP", serif;
}

.pickupbox .bgbox {
  position: relative;
  width: 100%;
  overflow: hidden; /* 擬似要素のはみ出しを防ぐ */
}

.pickupbox .bgbox img {
  width: 100%;
  display: block;
}

.pickupbox .bgbox {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin:2rem auto 0;
  background:#313131;
}

.pickupbox .bgbox img {
  width: 100%;
  max-width: 1000px;
  display: block;
}

/* 下と左にぼかしを重ねる */
.pickupbox .bgbox::before {
  content:"";
  position: absolute;
  bottom: 0;
  left:0%;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  pointer-events: none;
  background:
radial-gradient(
ellipse at bottom left,
rgb(49 49 49 / 50%) 30%,
rgb(49 49 49 ) 70%);
  z-index: 1;
}
@media screen and (max-width:800px){
.pickupbox ul li{
	width:30%;
	margin:0 auto;
}
.pickupbox ul li p{
	font-size:1.0em;
	line-height:1.8em;
}
.pickupbox ul li p span{
	display:block;
	font-size:0.6em;
	line-height:1.5em;
}
.prev-arrow,
.next-arrow {
  display: block;
  height:50px;
}
}
@media screen and (max-width:600px){
.pickupbox{
	padding:10vw 0 0;
}
.pickupbox ul li{
	width:45%;
	margin:0 2.5% 2rem;
}
.pickupbox ul li .ph{
	margin: 0 auto 2vw;
}
}


/*****************************************************

中ページ共通：コンテンツ

*****************************************************/
.page-content {
	width:100%;
	margin: 10rem 0 5rem;
}
.titlebox{
	width:100%;
	padding:2rem 0;
}
.titlebox{
	width:100%;
	background:#edf1f2;
}
.titlebox .box{
	max-width:1200px;
	margin:0 auto;
	padding:1rem 0;
}
.titlebox .box h1{
	text-align:center;
	font-family: "Noto Serif JP", serif;
	font-size:1.8em;
	font-weight:100;
	color:#13406e;
}
.page-inner{
	width: 90%;
	max-width: 900px;
	margin:0 auto;
}
@media screen and (max-width:800px){
.page-content {
	width:100%;
	margin: 8.5rem 0 5rem;
}
}
@media screen and (max-width:480px){
.titlebox .box h1{
	font-size:1.5em;
}
}
/*****************************************************

中ページ：ABOUT

*****************************************************/
.about_area{
	width:100%;
}

.member_area{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
.main_phbox{
	width:90%;
	max-width:1200px;
	margin:5rem auto 5rem;
}
.main_phbox img{
	width:100%;
}

.member_area .infobox,.member_area .memberbox{
	width:50%;
}
.infobox .topbox{
	width:100%;
	margin:0 0 3.0rem;
}
.infobox .topbox .title{
	font-family: "Noto Serif JP", serif;
	font-size:2.5em;
	font-weight:100;
	color:#13406e;
}
.infobox .topbox .title span{
	font-family: "Noto Sans JP", serif;
	font-size:0.3em;
	display:block;
	line-height:1.5;
	padding-top:1.5em;
}
.infobox .bottombox{
	width:100%;
	font-weight:100;
}
.infobox .bottombox p{
	color:#13406e;
	font-size:0.9em;
}
.infobox .bottombox .aoobi{
	background:#13406e;
	width: 65%;
	box-sizing:border-box;
	color:#fff;
	text-align:center;
	padding: 0.5rem 0.5rem;
	margin:0 0 1.5rem;
	line-height:1.5;
}
.infobox .bottombox ul li{
	line-height:1.8;
}
.memberbox dl{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	font-weight:100;
	margin: 0 0 2rem;
	line-height:1.8;
	margin: 0 0 1.8rem;
}
.memberbox dl dt{
	width:20%;
}
.memberbox dl dd{
	width: 80%;
	border-left:0.5px solid #231815;
	padding:0 0 0 1rem;
	box-sizing:border-box;
}
@media screen and (max-width:1100px){
.infobox .bottombox .aoobi{
	width: 90%;
	text-align:center;
	padding: 0.5rem 0.5rem;
	margin:0 0 1.5rem;
	line-height:1.5;
}
}
@media screen and (max-width:800px){
.member_area .infobox,.member_area .memberbox{
	width:100%;
}
.infobox .bottombox .aoobi{
	width: 100%;
	font-size:0.8em;
}
}
@media screen and (max-width:600px){
.infobox .bottombox .aoobi{
	font-size:0.8em;
}
}
@media screen and (max-width:480px){
.memberbox dl{
	margin: 0 0 8vw;
}
.memberbox dl dt{
	width:100%;
	padding: 0 0 2vw 0;
	
}
.memberbox dl dd{
	width: 100%;
	border-top:0.5px solid #231815;
	border-left:0px solid #231815;
	padding: 2vw 0 0 0;
	box-sizing:border-box;
}
}
/*****************************************************

中ページ：TOPICS

*****************************************************/
.topics_area{
	width:100%;
}
.nen{
	width:100%;
	max-width: 900px;
	margin: 5rem 0 3rem;
}
.nen ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.nen ul li{
	width:10%;
	margin:0 1% 0 0;
	font-weight:100;
}
.nen ul li a{
	color:#13406e;
	border:1px solid #13406e;
	display:block;
	text-align:center;
	box-sizing:border-box;
	padding:0 1vw;
}
.nen ul li a.active{
	background:#13406e!important;
	color:#fff!important;
	font-weight:100;
}
.topicsbox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start; /* アイテム間を均等配置 */
	margin: 0;
	padding: 0;
	list-style: none;
}
.topicsbox ul li{
width:30%;
margin:0 1.66% 30px 0;
  margin-bottom: 30px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.topicsbox ul li a{
	display:block;
}
.topicsbox ul li a .ph{
	width:100%;
	margin: 0 0 1.5rem;
}
.topicsbox ul li a .ph img{
	width:100%;
}
.topicsbox ul li a .date{
	color:#13406e;
	line-height:1.5;
	font-weight:100;
	padding: 0rem 1vw 0.8rem;
}
.topicsbox ul li a .text{
	width:100%;
	line-height:1.5;
	font-size:0.9em;
	font-weight:100;
	padding:0rem 1vw 2vw;
	box-sizing:border-box;
	color:#000;
}
.loadMoreBtn{
	background:#000;
	border:0;
	width:100%;
	margin:5rem auto 5rem;
	padding:2rem 0;
	font-size:1.3rem;
	color:#fff;
	border-radius:20px;
	  -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
	cursor:pointer;
	position:relative;
}
.loadMoreBtn:before,
.loadMoreBtn:after{
	content:'';
	width:1rem;
	height:1rem;
	border-radius:50%;
	background:#000;
	position:absolute;
	top:-2rem;
	left:50%;
	margin-left:-0.5rem;
	-webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
.loadMoreBtn:after{
	top:-4rem;
}
.loadMoreBtn:hover,
.loadMoreBtn:hover:before,
.loadMoreBtn:hover:after{
	background:#000;
	
}

@media screen and (max-width:600px){
.nen ul li{
	width:20vw;
}
.topicsbox ul li{
	flex: 0 0 calc(50% - 10px); /* 3列 - 余白調整 */
	margin-bottom: 20px;
}
}

/*--- TOPICS記事ページ ---------------------*/
.page-date{
	font-family: "Noto Serif JP", serif;
	color:#13406e;
	line-height:1.5;
	font-size:1.8em;
	font-weight:100;
	margin:5vw 0 1vw;
}
.page-date span{
	font-size:0.5em;
	color:#797878;
	padding:0 0 0 0.5rem;
}
.page-title{
	font-family: "Noto Serif JP", serif;
	color:#13406e;
	line-height:1.5;
	font-size:1.8em;
	font-weight:100;
	margin: 0 0 3rem;
	padding:0 0 1.0vw;
	border-bottom:1px solid #13406e;
}
.ichiran-bt{
	width:90%;
	max-width:280px;
	margin:5rem auto 2rem;
	text-align:center;
	color:#fff;
}
.ichiran-bt a{
	display:block;
	background:#000;
	border-radius:25vh;
	padding:0.8rem 0;
}
.ichiran-bt a:before{
	content:"";
	background:url(../image/topics/ic-ichiran.svg)no-repeat center;
	background-size:25px;
	padding:10px 25px;
}
.ichiran-bt a:hover,
.ichiran-bt:hover{
	color:#fff;
}
.ichiran-bt a:hover{
	background:#9E9E9E;
}
.topics_area img{
	width:100%;
	max-width:900px;
}
.topics_area h2{
	font-size: 1.3em;
	margin:0 0 1rem;
	padding:0 0 1rem;
	color:#13406e;
	font-weight:300;
	border-bottom:1px dashed #13406e;
}
.topics_area h3{
	font-size:1.1em;
	font-weight:300;
	border-left:3px solid #13406e;
	padding-left:1rem;
	margin:0.5rem 0 1rem;
	
}
.topics_area p{
	line-height:1.8;
	font-weight:100;
}
p.ao{
	color:#13406e;
	font-weight:300;
}
.hako{
	width:100%;
	margin:0 0 2rem;
}
.kome{
	padding-left:1em;
	text-indent:-1em;
}
@media screen and (max-width:600px){
.page-date{
	font-size:1.2em;
	margin:5vw 0 2vw;
}
.page-title{
	font-size:1.2em;
	padding:0 0 2vw;
}
.topics_area h2{
	font-size: 1.1em;
}
.topics_area h3{
	font-size:1.0em;
}
}
/*****************************************************

中ページ：SUPPORTER

*****************************************************/
.supporter_area{
	width:100%;
}
.supoobi{
	width:100%;
	background:url(../image/supporter/supporter-obi.jpg)no-repeat center;
	background-size:cover;
	padding:5rem 0;
}
.supporter_area h2{
	font-family: "Noto Serif JP", serif;
	font-size:1.8em;
	font-weight:100;
	text-align:center;
	padding:5rem 0 3rem;
}
.supporter_area h3{
	font-family: "Noto Serif JP", serif;
	font-size:1.2em;
	font-weight:100;
	text-align:center;
	padding:1.5rem 0;
	border-top:1px solid #13406e;
	border-bottom:1px solid #13406e;
}
.koshin{
	text-align:right;
	padding:1rem 0;
}
.box-a,.box-b,.box-c,.box-d,
.box-e,.box-f,.box-g,.box-h{
	border-bottom:1px dashed #13406e;
	padding-top: clamp(2rem, 3vw, 6rem);
	padding-bottom: clamp(2rem, 3vw, 6rem);
}
.box-h{border-bottom:0px dashed #13406e;}

/* 社名は途中で改行しない */
.suppo p .company {
  white-space: nowrap;
}

/* 区切りの「／」の直後で改行を許可 */
.suppo p .sep {
  white-space: nowrap;
}
.suppo p .sep::after {
  content:"";
  display: inline-block;
  width: 0;
  white-space: normal; /* ←ここで改行可能にする */
}
.suppo p{
	text-align:center;
	line-height:1.8;
}
@media screen and (max-width:480px){
.supporter_area h2{
	font-size:1.3em;
	padding:5rem 0 3rem;
}
.supporter_area h3{
	font-size:1.0em;
	padding:1.5rem 0;
}
}
.suppo .box-a p{font-size:clamp(0.5rem, 2.5vw, 1.3rem);}
.suppo .box-b p{font-size:clamp(0.35rem, 2.0vw, 1.2rem);}
.suppo .box-c p{font-size:clamp(0.3rem, 1.68vw, 1.0rem);}
.suppo .box-d p{font-size:clamp(0.2rem, 1.48vw, 1.0rem);}
.suppo .box-e p{font-size:clamp(0.17rem, 1.13vw, 0.8rem);}
.suppo .box-f p{font-size:clamp(0.17rem, 1.0vw, 0.8rem);}
.suppo .box-g p{font-size:clamp(0.17rem, 0.95vw, 0.7rem);}
.suppo .box-h p{font-size:clamp(0.17rem, 0.95vw, 0.7rem);}

@media screen and (max-width:300px){
  .suppo .box-a p{font-size:0.5rem;}
  .suppo .box-b p{font-size:0.35rem;}
  .suppo .box-c p{font-size:0.3rem;}
  .suppo .box-d p{font-size:0.2rem;}
  .suppo .box-e p{font-size:0.17rem;}
  .suppo .box-f p{font-size:0.17rem;}
  .suppo .box-g p{font-size:0.17rem;}
  .suppo .box-h p{font-size:0.17rem;}
}




/*--- 000 ---------------------*/
	
@media screen and (max-width:1200px){
}
@media screen and (max-width:600px){
}
@media screen and (max-width:480px){
}