@charset "UTF-8";
/*===============================================================

　RESET

===============================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ul,dl,ol
 {
text-indent: 0;
}

li
{
list-style: none;
}

img 
{
border: 0;
    object-position: top;
    object-fit: cover;
}


a {
    margin:0;
    padding:0;
    font-size:100%;
	color:#555;
	text-decoration:none;
	}

a:hover {
 /* color:#F36;*/
 color:#333;
}

a:hover img {
 opacity: 0.8;
}
 
a img {
 transition: opacity 0.3s ease-out;
     object-position: top;
    object-fit: cover;
	 	display: block;
}



/*--------
Body
--------*/
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  /*background: #ffefef;*/
  background-color:#FFF;
  -webkit-font-smoothing: antialiased;
  word-wrap:break-word;
  overflow-wrap: break-word;
}


.wrap-main-area {
	width: 1060px;
	margin: 0px auto;
	background-color: #FFF;
}


.wrap_general{
	width: 720px;
	margin: 0px auto;
	background-color: #FFF;
}

.wrap_small{
	width: 360px;
	margin: 0px auto 15px auto;
	background-color: #FFF;
}


/*----ヘッダー------*/
.header {
	display: flex;
	align-items: center;
	width:100%;
	margin:0 auto;
	background-color:#FFF;
}

.header_in {
	display: flex;
	align-items: center;
	width:1040px;
	margin:0 auto;
	background-color:#FFF;
}


.header h1 {
	margin-right: auto;
	padding:0px 0px 10px 0px;
}

.header ul {
	display: flex;
}

.header li {
	/*margin-left:1rem;*/
}


/*---------MENU------*/
.Main_menu {
  display: flex;
  justify-content: space-between;
  padding:5px 0px 5px 0px;
  background-color:#FFF;
  width:1040px;
  margin:0 auto;
}


.Menu_AREA{
	padding:1px 0px 1px 0px;
	background-color:#FFF;
	width:100%;
	/*border-top: solid 3px #444444;*/
  border-bottom: solid 1px #EFEFEF;
}

 
.Main_flame{
  padding:1px 0px 1px 0px;
  background-color:#FFF;
  width:100%;
 /* border-top: solid 1px #444444;*/
 /* border-bottom: solid 1px #444444;*/
}
 
.Menu_section {
    display: flex;
    align-items: center;
}
 
.Menu_item {
    padding: 10px 15px 10px 15px;
    font-size: 18px;
	border-right: solid 1px #444444;
 }
 

.header-item-selected {
    color: #FFFFFF;
    background-color:#FFF;
	cursor: pointer;
	color:#f69b17;
	font-size:20px;
	font-weight:bold;
	border-left: solid 1px #444444;

}

  .siteHeaderMENU {
      cursor: pointer;
      color:#333;
	  font-size:20px;
    }

  .second_MENU{
      cursor: pointer;
      color:#f86954;
	  font-weight:bold;
	  font-size:20px;
    }
    
	 .third_MENU{
      cursor: pointer;
      color:#3dafea;
	  font-weight:bold;
	  font-size:20px;
    }
	
    .fourth_MENU {
      cursor: pointer;
      color:#fe4971;
	  font-weight:bold;
	  font-size:20px;
    }
	
  .siteHeaderSNS {
      cursor: pointer;
      color:#333;
	  font-size:18px;
	  padding-right:10px;
    }
/*---------------------MENU プルダウンver--------------------------*/

/* Start Navigation Bar */

.navbar {
	background-color:#FFF;
	color:#5d5d5d;
	width:850px;
	margin: 0px auto 0;
	font-size:20px;
}

.navbar .menu {
  display: flex;
  position: relative;
  z-index:10000;
}


.navbar .menu li {
  flex: 1;
  display: flex;
  text-align: center;
  transition: background-color 0.5s ease;
  border-right: solid 1px #EFEFEF;
  padding:8px 0px 8px 0px;
}

.navbar .menu li.sub {
  padding:8px 20px 8px 20px;
}
    

.navbar .menu a {
	flex: 1;
	justify-content: center;
	/* display: inline-flex; */
  text-decoration: none;
	padding: 0px;
	position: relative;
	color:#5d5d5d;
}

.navbar .menu a:hover {
	color:#5d5d5d;
!important;
}


.navbar .menu li:hover {
	background-color:#F1F1F1;
	color:#5d5d5d;
	/*font-weight:bold;*/
}

.navbar .menu li:hover .container {
  display: flex;
}


.navbar .menu li:hover .container_hoshii {
  display: flex;
}

.navbar .menu li:hover .container_ichioshi {
  display: flex;
}

/*------------------------
行きたい
---------------------*/
.container {
  /* initially hidden; display:flex on hover */
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  /*background-color: #ffffff;*/
  /*padding: 5px;*/
  text-align: left;
}

.container_list {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.container_listItem {
  margin:0px 0px 0px 0px;
  padding:5px 10px 5px 10px;
  background-color:#f7f7f7;
  width:17.6%;
}

.container_listItem > div {
  color:#FFF;
  font-size:14px;
  padding:5px 15px 5px 15px;
}

/* End Navigation Bar */
  .first_m {
      cursor: pointer;
      /*background-color:#fe4971;*/
	  background-color:#FFFFFF;
	  font-size:16px;
	  width:98%;
	  color:#333;
	  padding:5px 0px 5px 5px;
    }


  .second_m{
      cursor: pointer;
/*       background-color:#f8744b;*/
	  background-color:#FFFFFF;
/*	  font-weight:bold;*/
	  font-size:16px;
	  width:98%;
	  color:#333;	  
	  padding:5px 0px 5px 5px;
    }
    
	 .third_m{
      cursor: pointer;
      /*background-color:#6fce41;*/
	  background-color:#FFFFFF;
	  font-size:16px;
	  width:98%;
	  color:#333;	  
	  padding:5px 0px 5px 5px;
    }
	
    .fourth_m {
      cursor: pointer;
      /*background-color:#63dddf;*/
	  background-color:#FFFFFF;
	  font-size:16px;
	  width:98%;
	  color:#333;	  
	  padding:5px 0px 5px 5px;
    }
	
    
    .fifth_m {
      cursor: pointer;
      /*background-color:#6591ef;*/
	  background-color:#FFFFFF;
	  font-size:16px;
	  width:98%;
	  color:#333;	  
	  padding:5px 0px 5px 5px;
    }
	
.container_listItem a{
	font-size:20px;
	color:#FFF!important;
	width:100%;
	
	}

/*------------------------
欲しい　MENU
---------------------*/
.container_hoshii {
  /* initially hidden; display:flex on hover */
  display: none;
  position: absolute;
  top: 38px;
  left:169px;
  right: 0;
  /*background-color: #ffffff;*/
  /*padding: 5px;*/
  text-align: left;
  width:58%;
}

.container_list_hoshii {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.container_listItem_hoshii {
  margin:0px 0px 0px 0px;
  padding:5px 10px 5px 10px;
  background-color:#f7f7f7;
  width: 31%;
}

.container_listItem_hoshii > div {
  color:#FFF;
  font-size:14px;
  padding:5px 15px 5px 15px;
}


/*------------------------
いちおし　MENU
---------------------*/
.container_ichioshi {
  /* initially hidden; display:flex on hover */
  display: none;
  position: absolute;
  top: 38px;
  left:339px;
  right: 0;
  /*background-color: #ffffff;*/
  /*padding: 5px;*/
  text-align: left;
  width:58%;
}

.container_list_ichioshi {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.container_listItem_ichioshi {
  margin:0px 0px 0px 0px;
  padding:5px 10px 5px 10px;
  background-color:#f7f7f7;
  width: 30%;
}

.container_listItem_ichioshi > div {
  color:#FFF;
  font-size:14px;
  padding:5px 15px 5px 15px;
}




/*-------TOPヘッダー広告-----------*/

.ad_CIT_top{
	width:728px;
    margin: 8px auto 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 150px;
    justify-content: center;
}


/*------------広告 ad area-----------*/
.ad_area {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap:         wrap;
	align-items: stretch;
	width:740px;
	/*margin:0 auto;*/
}
.ad_area li {
  width: 50%;
  padding: 1em;
  box-sizing: border-box;
  /*margin:5px;*/
}

.ad_area figure {
	padding:10px 0px 10px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 250px;
    justify-content: center;	
}



/*----------メインコンテンツ-------------*/

.main_contents {
  display: flex;
  width:1060px;
}
.main_left {
  display: flex;
  color: #fff;
  font-size: 1.4rem;
}
.main_area {
  flex: 1;
  background:#FFF;
  color:#333333;
  font-size:14px;
  width:740px;
}

.main_area_detaihtml {
    margin: 20px auto 0px auto;
    padding: 20px 40px 20px 40px;
    background: #fff;
    color: #333333;
    font-size: 14px;
    width: 850px;
    border: 1px solid #dedede;
}


/*-----右側-----*/
.side {
  width: 320px;
  background:#FFF;
  padding-top:10px;
}

.right_contents{
/*  background-color: #ccc;*/
  display: flex;
  flex-direction: column;
}

.right_in{
  width:100%;
}

.contents1{
	width:300px;
	margin:0 auto 10px auto;
}
.contents2{
	width:300px;
	margin:0 auto 10px auto;
	/*background:#fffde8;*/
}
.contents3{
	width:300px;
	margin:0 auto 10px auto;
	/*background:#fffde8;*/
}
.contents4{
	width:300px;
	margin:0 auto 10px auto;
	/*background:#fffde8;*/
}


/*---右側TOP ad-*/

.right_ad_top {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 250px;
    justify-content: center;
}

/*------右側のタイトル-----*/

/*h3.right_title{
	color:#1c0601;
    font-size:22px;
	line-height:22px;
	padding-bottom:3px;
	padding-left:2px;
	margin:5px 0px 5px 0px;
	border-bottom: solid 6px #fe4971;
	}*/

h3.right_title{
	color:#1c0601;
    padding-left:0px;
	margin:5px 0px 5px 0px;
	border-bottom: 1px solid #e95377;
	line-height: normal;
	position: relative;	
	}
	
h3.right_title span{
/*	border-bottom: 3px solid #dc0b5f;*/
	display: inline-block;
	position: relative;
	left: 0;
	top: 2px;
	font-size: 18px;
	line-height:25px;
	padding-bottom:3px;
}	
	

h3.right_title_rank{
	color:#1c0601;
    padding-left:0px;
	margin:5px 0px 5px 0px;
/*	border-bottom: 5px solid #4a9ae1;*/
	border-bottom: 1px solid #e95377;
	line-height: normal;
	position: relative;	
	}
	
h3.right_title_rank span{
/*	border-bottom: 3px solid #307cc0;*/
/*	border-bottom: 5px solid #307cc0;*/
	display: inline-block;
	position: relative;
	left: 0;
	top: 2px;
	font-size: 18px;
	line-height:25px;
	padding-bottom:3px;
	}
	

h3.right_title_rank_second{
	color:#1c0601;
    padding-left:0px;
	margin:5px 0px 5px 0px;
	border-bottom: 1px solid #e95377;
	line-height: normal;
	position: relative;	
    }
	
h3.right_title_rank_second span{
/*	border-bottom: 3px solid #34a3a3;*/
	display: inline-block;
	position: relative;
	left: 0;
	top: 2px;
	font-size: 18px;
	line-height:25px;
	padding-bottom:3px;
	}

/*----------右側リスト------*/

.list
{
	-webkit-flex-wrap: wrap;
  	flex-wrap:         wrap;
}
.list li
{
	display: flex;
	align-items:center;
	/*border: 1px solid #ddd;*/
	width: 100%;
	margin-bottom: 0%;
	/*font-weight:bold;*/
}
.list li .img {
	/*width: 100%;*/
	padding:5px;
}
.list li .txt {
	text-align:left;
	padding:5px;

}
#contents .list li h2 {
	border: none;
	margin-bottom: 0;
}

.list a {
    margin:0;
    padding:0;
    font-size:100%;
	color:#333;
	text-decoration:none;
	}

.list a:hover {
  color:#F36;
 /* font-weight:bold;*/
}

.list a:hover img {
 opacity: 0.8;
}
 
.list a img {
 transition: opacity 0.3s ease-out;
}


/*--------------右側ランキング用-------------*/


.list_rank
{
	-webkit-flex-wrap: wrap;
  	flex-wrap:         wrap;
/*	border: 1px solid #ddd;*/
}

.list_rank li
{
	display: flex;
	align-items:center;
	width: 98%;
	margin:0 auto;
	margin-bottom: 2%;
/*	border-bottom: 1px solid #ddd;*/
/*	font-weight:bold;*/
}

.list_rank li.last{
	border:none;	
	}



.list_rank li .img {
	/*width: 100%;*/
	padding:5px;
}
.list_rank li .txt {
	text-align:left;
	padding:5px;

}

#contents .list_rank li h2 {
	border: none;
	margin-bottom: 0;
}



.list_rank .rank1 {
	/*width: 100%;*/
	font-size:15px;
	background-color:#ebd03c;
	height:80px;
	width:15%;
	color:#FFFFFF;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}

.list_rank .rank2 {
	/*width: 100%;*/
	font-size:15px;
	background-color:#b3b3b3;
	height:80px;
	width:15%;
	color:#FFFFFF;		
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}


.list_rank .rank3 {
	/*width: 100%;*/
	font-size:15px;
	background-color:#986634;
	height:80px;
	width:15%;
	color:#FFFFFF;		
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}

.list_rank .rank_other {
	/*width: 100%;*/
	font-size:15px;
	background-color:#ebebeb;
	height:80px;
	width:15%;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}

  
/*--------TOPページの記事詳細 左側-------*/

.item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;

}
.item {
  width: 48%;
  padding: 1em;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  margin:5px;
}
.item-image {
  margin-bottom: 0.1em;
}
.item-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

h3.top_ttl{
	/*color:#600;*/
	/*color:#321203;*/
	/*color:#099aee;*/
	color:#333;
	font-size:14px;
	line-height:20px;
	padding-bottom:5px;
	
	}
	
a:hover h3.top_ttl{
	text-decoration:underline;	
	}

.item-text p {
  line-height:20px;
}



/*----------記事詳細内のレーベルと日付----------*/

.top-labeldate {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

span.labeldate_frame {
  flex-grow: 1;
  margin: 0px 0px 0px 0px;
  text-align: left;
}


span.box1 {
  /*border: solid 1px; color:#666666;*/
  text-align:center;
  padding:0px;
  font-weight:bold;
  color:#444;
  font-size:14px;
  padding:0px 0px 0px 0px;
}


span.box2 {
  flex-grow: 10;
  font-size:10px;
  color:#333333;
  text-align:right;
  align-items: center;
  padding:5px 0px 0px 0px;
}


.tag-a {
/*background: linear-gradient(transparent 65%, #ff81b2 65%);*/
/* border-left:solid 5px #ff81b2;*/
}

.tag-b {
/*background: linear-gradient(transparent 65%, #ff7e39 65%);*/
/* border-left:solid 5px #ff7e39;*/
}

.tag-c {
 background: linear-gradient(transparent 65%, #57ce2d 65%);	
}

.tag-d {
 background: linear-gradient(transparent 65%, #2bc7ffb3 65%);	
}

.tag-e {
/* background: linear-gradient(transparent 65%, #af92f5 65%);	*/
}

.tag-f {
 background: linear-gradient(transparent 65%, #ff81ab 65%);	
}

.tag-g {
 background: linear-gradient(transparent 65%, #c5c5c5 65%);	
}



/*----▲font小さいver-----------*/

span.labename_small {
  flex-grow: 1;
  margin: 5px 0px 5px 0px;
  text-align: left;
}


span.text {
  /*border: solid 1px; color:#666666;*/
  text-align:center;
  padding:0px;
  font-weight:bold;
  font-size:12px;


}




/*-------------------TOPページ　左側の記事一覧---------------------*/

.top_news_all {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap:         wrap;
	align-items: stretch;
	width:740px;
    margin:0px 0px 20px 0px;
}
.top_news_all li {
	/*  width: 48%;*/
    width:336px;
	padding:10px 0px 2px 0px;
	/*  border-bottom: 1px solid #ccc;*/
  box-sizing: border-box;
	margin:0 auto;
}


.top_news_all figure {
	margin-bottom: 0px;
}
.top_news_all .date {

	font-weight: bold;
}

.top_news_all p{
	line-height:14px;
	font-size:10px;
	padding-bottom:5px;
	}
	

.top_news_all li.top_news_ad{
    /*width:330px;*/
	padding:15px 0px 15px 0px;
	/*  border-bottom: 1px solid #ccc;*/
  box-sizing: border-box;
	margin:0 auto;
}

.top_news_all li img{
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
	

/*----------最新ニュースリスト------*/

.latest_news
{
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	width:710px;
}
.latest_news li
{
	display: flex;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 2%;
	flex-direction: row-reverse;
}
.latest_news li .img {
	width:180px;
	padding:5px;
}


.latest_news li .img a img {
	width:150px;
	height:100px
	padding:5px;

	display: inline-block;
	object-position: top;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}

.latest_news li a{
	display:block;
}


.latest_news li .txt {
		width: 100%;
	text-align:left;
	padding:5px;

}

#contents .latest news li h2 {
	border: none;
	margin-bottom: 0;
}

p.latest_news_txt{
	font-size:12px;
	color:#333;
	padding: 8px 0px 8px 0px;
}

p.latest_news_txt a{
	text-decoration:none;
	color:#333;
}

p.latest_news_txt a:hover  {
	text-decoration:underline;
}


h2.latest_news_title{
font-size: 18px;
    font-weight: bold;
    /* color: #F03; */
    color: #333;
    line-height: 30px;
    padding: 2px 0px 3px 3px;
}


h3.latest_news_title{
font-size: 18px;
    font-weight: bold;
    /* color: #F03; */
    color: #333;
    line-height: 30px;
    padding: 2px 0px 3px 3px;
}


/*-------
最新ニュースのレ－ベルタグ
-------*/

.label-tag {
    display: inline-block;

    padding: 2px 6px;
    margin: 5px 2px 5px 2px;
    font-size:0.6em;
	border: solid 1px #333333;

}


.label-tag a{
	text-decoration:none;
	color:#333333;
 
}



/*-------最新ニュースの日付とSNS 左右------*/
.date_sns {
  display: flex;
  justify-content: space-between;
  padding:10px 0px 0px 0px;
  background-color:#FFF;
  width:720px;
  margin:0 auto;
}

.date_sns_detailhtml {
  display: flex;
  justify-content: space-between;
  padding:10px 0px 0px 0px;
  background-color:#FFF;
  width: 850px;
  margin:0 auto;
}

.date_section {
    display: flex;
    align-items: center;
}
 
.date_sns_item {
    padding: 4px 4px 4px 4px;
    font-size: 10px;
 }
 
.NEWS-label {
    color: #FFFFFF;
    background-color:#FFF;
	cursor: pointer;
	color:#333;
	font-size:10px;
	border: solid 1px #444444;

}

.latest_date{
	color:#666;
	font-size:12px;
	margin: 2px 0px 0px 4px;
}
    
.siteHeaderSNS {
    cursor: pointer;
    color:#333;
	font-size:18px;
	padding-right:10px;
}


/*----------最新ニュースリスト 小さいver------*/

.latest_news_small
{
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	width:100%;
}
.latest_news_small li
{
	display: flex;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 1%;
}
.latest_news_small li .img {
	/*width: 100%;*/
	padding:5px;
}

.latest_news_small li .txt {
	text-align:left;
	padding:5px;
}

.latest_news_small li .txt a:hover  {
	text-decoration:underline;
}


#contents .latest news_small li h2 {
	border: none;
	margin-bottom: 0;
}

p.latest_news_small_txt{
	font-size:12px;
	color:#666;
}

p.latest_news_small_txt a{
	text-decoration:none;
	color:#666;
}


h3.latest_news_title{
	font-size:16px;
	font-weight:bold;
	/*color:#F03;*/
	color:#333;	
	line-height: 19px;
	padding: 0px 0px 3px 0px;
}


.latest_news_small li img{
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}


/*----------記事一覧ページのリスト------*/

.news_list_area
{
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	width:740px;
	padding: 10px 0px 10px 0px;
}

.news_list_area li
{
	display: flex;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 2%;
	flex-direction: row-reverse;
}

.news_list_area li .img {
	/*width: 100%;*/
	padding:5px;
}

.news_list_area li .txt {
	text-align:left;
	padding:5px;
	font-size:14px;
}

h3.news_list_title{
	color:#1c0601;
    padding-left:0px;
	margin:5px 0px 5px 0px;
	border-bottom: 1px solid #f87987;
	line-height: normal;
	position: relative;	
	}


h3.news_list_title span{
	/*	border-bottom: 3px solid #dc0b5f;*/
	display: inline-block;
	position: relative;
	left: 0;
	top: 2px;
	font-size: 20px;
	line-height:30px;
	padding-bottom:5px;
}	



h3.latest_news_itiran_title{
	font-size:18px;
	line-height:25px;
	padding:0px 0px 8px 0px;	
	font-weight:bold;
	/*color:#F36;*/
	color:#333333;
}

a:hover h3.latest_news_itiran_title{
	text-decoration:underline;	
	}
	
p.news_itiran{
	font-size:14px;
	padding:0px 0px 10px 0px;
}



/*----------------
関連タグ
-----------------*/
.keyword-tag {
    display: inline-block;
    background:#eaeaea;
    padding: 2px 6px;
    margin: 5px 2px 3px 2px;
    font-size:0.6em;
    -webkit-transform: scale(1.0);
    -webkit-transform-origin:0 0;
    /*font-size: 1.0rem;*/
    text-decoration: none;
	/*font-weight: bold;*/
    color:#727272;
border-radius: 15px;
    -webkit-border-radius: 15px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 15px;/* for Firefox 対応*/
}

.keyword-tag a{
    color:#727272;
}

p.keyword-tag{
	font-size:8px;
}

 

.popular-tag {
    display: inline-block;
    padding:3px 5px 3px 5px;
    margin:0;
    border: solid 1px #333333;
	font-size:12px;
	color:#666666;
border-radius: 20px;
    -webkit-border-radius: 20px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 20px;/* for Firefox 対応*/
}

p.popular-tag {
    margin:10px 0px 0px 0px;
	font-size:12px;
	color:#666666;
}

.popular-tag a{
    margin: 0; 
    padding: 0;
	font-size:12px;
	color:#666666;
}

.popular-tag a:hover{
	text-decoration:underline;
	color:#333333;
}



/*------------------------------
続きを見るページ
-----------------------------*/

.headline{
  display: flex;
  width:740px;
  display: -webkit-flex;
  display: -moz-flex;
  /*display: -ms-flexbox;*/
  display:flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; 
  min-height: 0%;
}
 
.spacer{
  margin: 12px;
}
 
.spacer_part{
  margin: 12px;
  width:50%;
}
 
.headline_img{
  overflow: hidden;
}
 
.headline_img img{
  width: 100%;
  height: auto;
}

.spacer_part img{
  width: 100%;
  max-height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;'; /*IE対策*/
}




p.copyright_12{
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
	}

.discription-area{
  flex-basis: 50%;

}
 
.discription-area p{
	font-size:16px;
	line-height:25px;
	margin:0;
	padding:0;
} 
 
.Next_btn{
  color: #fff;
  padding: 10px 50px 10px 50px;
  background-color:#e85377;
  border-radius: 6px;
}


.discription-area a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}



/*------------------------------
記事ページ詳細
-----------------------------*/

.news_detail{
  /*display: flex;*/
  width:740px;
  display: -webkit-flex;
  display: -moz-flex;
  /*display: -ms-flexbox;*/
  display: -o-flex;
  -webkit-flex-direction: column;
  flex-direction: column; 
  min-height: 0%;
}
 
.spacer{
  margin: 12px;
}
 
.news_detail{
  overflow: hidden;
}
 
.news_detail img{
  width: 100%;
  height: auto;
  max-height:550px;
  object-position: top;
  object-fit: contain;
  font-family: 'object-fit: contain;'; /*IE対策*/
}

figure.detail_img{
  width: 100%;
  height: auto;
  max-height:550px;
  object-position: top;
  object-fit: contain;
  font-family: 'object-fit: contain;'; /*IE対策*/
}

span.insert img{
  width: 96%;
  height: auto;
  max-height:500px;
  object-position: top;
  object-fit: contain;
  font-family: 'object-fit: contain;'; /*IE対策*/
}

/*------------------------------
記事ページHTML特集
-----------------------------*/
.news_detail_html{
  /*display: flex;*/
  width:840px;
  display: -webkit-flex;
  display: -moz-flex;
  /*display: -ms-flexbox;*/
  display: -o-flex;
  -webkit-flex-direction: column;
  flex-direction: column; 
  min-height: 0%;
}
 
.spacer{
  margin: 12px;
}
 
.news_detail{
  overflow: hidden;
}
 
.news_detail img{
  width: 100%;
  height: auto;
  max-height:550px;
  object-position: top;
  object-fit: contain;
  font-family: 'object-fit: contain;'; /*IE対策*/
}



@media all and (-ms-high-contrast: none) {
span.insert img{/*IE専用*/
  width: 96%;
  height: auto;
  max-height:500px;
  object-position: top;
  object-fit: contain;
  font-family: 'object-fit: contain;'; /*IE対策*/
}
}


 
.news_discription-area{
  flex-basis: 50%;

}
 
.news_discription-area p{
	font-size:16px;
	line-height:25px;
	margin:0px 0px 20px 0px;
	padding:0;
} 

p.first {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    padding: 0;
} 

.news_discription-area p a{color:#f36;}

p.kanren_link{color:#F03; font-weight:bold; padding:5px 0px 5px 0px}

 
.Next_page_btn{
  color: #fff;
  padding: 10px 50px 10px 50px;
  background-color:#e85377;
  border-radius: 6px;
}


/*--小さいサムネイル-*/

  .small-main-img{
	width: 720px;
	/*margin: 10px auto;*/
  }

ul.small-Thum {

	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0 0 0 1em;
	padding: 0;
}
 
ul.small-Thum li {
	margin: 0.3em;
	width:105px;
	height:80px;
	border: 2px solid #fff;
}


ul.small-Thum li.color {
	border: 2px solid #e95377;
	margin: 0.3em;
	width:105px;
	height:80px;	
}


ul.small-Thum li img{
    display: inline-block; 
    height: 80px;
    margin-right: 15px;
    margin-bottom: 0px;
	padding:0px 0px 0px 0px;
	width: 100%;
	object-position: top;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
	box-shadow: 3px 3px 3px -2px #5d1c2c;
}

ul.small-Thum li a{
	display:block;
	
	}



/*---------------------
詳細ページ下の左右リスト
--------------------*/

.detail_list_area{
	width: 740px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	background-color:#FFF;
    }
.detail_left_side,
.detail_right_side {
    -webkit-flex: 1;
    flex: 1;
    background: none;
  }

/*--------
合わせて読みたい
--------*/

.recommend {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap:         wrap;
	align-items: stretch;
	width:700px;
	margin-left:5px;
}
.recommend li {
  width: 25%;
  padding: 8px;
  box-sizing: border-box;
  margin:0px;
}

.recommend figure {
	margin-bottom: 5px;
}
.recommend .date {
	font-weight: bold;
}

.recommend p{
	line-height:18px;
	font-size:14px;
	}


h3.recommend_title{
	font-size:14px;
	font-weight:bold;
	color:#333;
	line-height: 18px;
}

.recommend a{
	color:#333;
}

.recommend a:hover{
	text-decoration:underline;
}

/*------------photoページのもっと見るボタン-----------*/


.readmore label {
    width: 200px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background: #e95377;
    padding: 8px;
    margin: 5px auto 0 auto;
    display: block;
    cursor: pointer;
	font-size:14px;
}
.readmore input.switch{
    display: none;
}
.readmore .show_2 {
    transition: all 0.4s;
    height: 0;
    overflow: hidden;
	margin:0px 0px 0px 0px;
}
.readmore input.switch:checked + label {
    display: none;
}
.readmore input.switch:checked + label + .show_2{
    height: auto;　/*クリックして出てくる高さ*/
}


/* -----------------------------------------------------------------------------

photo

----------------------------------------------------------------------------- */
.photo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 20px 0 15px;
  font-size: 20px;
  font-size: 2.0rem;
}

.photo-link p {
  font-weight: normal;
  font-size:1.0rem;
  
}

.photo-link p  a {
  text-decoration: none;
  color: #1d85b9;
}

.photo-link-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0px 0 15px;
  font-size: 20px;
  font-size: 2.0rem;
}

.photo-link-scroll p {
  font-weight: normal;
  font-size:1.0rem;
  
}

.photo-link-scroll p  a {
  text-decoration: none;
  color: #1d85b9;
}


.arrow-left-link::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-bottom: solid 2px #f36;
  border-left: solid 2px #f36;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -6px;
}

.arrow-right-link::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #f36;
  border-right: solid 2px #f36;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

.photo-link-main {
  position: relative;
  background: #f5f5f5;
}

.big-arrow {
  opacity: .5;
  display: block;
  height: 100%;
}

.big-arrow-left {
  position: absolute;
  width: 50%;
  padding: 0;
  left: 10px;
  top: 0;
  background: url(../images/big-left-arrow.png) no-repeat left center;
  background-size: 80px;
  z-index: 2000;
}

.big-arrow-right {
  position: absolute;
  width: 50%;
  padding: 0;
  right: 10px;
  top: 0;
  background: url(../images/big-right-arrow.png) no-repeat right center;
  background-size: 80px;
  z-index: 2000;
}

/*---20200316追加---*/
.big-arrow_recommend {
  opacity: .5;
  display: block;
  height: 100%;
}

.big-arrow-left_recommend {
  position: absolute;
  width: 15%;
  padding: 0;
  left: 10px;
  top: 0;
  background: url(https://www.crank-in.net/assets2/pc/images/big-left-arrow.png) no-repeat left center;
  background-size: 80px;
  z-index: 2000;
}

.big-arrow-right_recommend {
  position: absolute;
  width: 15%;
  padding: 0;
  right: 10px;
  top: 0;
  background: url(../images/big-right-arrow.png) no-repeat right center;
  background-size: 80px;
  z-index: 2000;
}


/*
.photo-link-img {
  width: 100%;
  padding: 0;
  margin: 10px 0;
  text-align: center;
}
.photo-link-img img {
  max-height: 508px;
}
*/
.photo-link-img {
  position: relative;
  width: 100%;
  /*padding-top: 75%;*/
}

.photo-link-img img {
/*  position: absolute;*/
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
  position: relative;
  max-height: 550px;
  display: block;
  font-family: 'object-fit: contain;'; /*IE対策*/
  
}

.photo-link-sub-title {
  margin: 10px 0;
  font-size: 26px;

  font-size: 2.6rem;
  font-weight: normal;
}

.photo-caption {
  margin: 5px 0 20px;
  color: #838383;
  line-height:15px;
}

.arrow-left-txt {
	color: #f36;
	font-weight: bold;
}

.photo-link-num {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.arrow-left-link {
  position: relative;
  display: block;
  padding-left: 20px;
}

.arrow-right-link {
  position: relative;
  display: block;
  padding-right: 20px;
}

h1.photo_title{
	font-size:24px;
	line-height:28px;
}

/* -----------------------------------------------------------------------------

  btn

----------------------------------------------------------------------------- */
.button-area {
  margin: 20px 0;
  text-align: center;
}

.button-style {
  display: inline-block;
  margin: 0 auto;
  padding: 5px;
  font-weight: bold;
  width: 400px;
  border-radius: 8px;
  font-size: 1.2rem;
  background-color:#e95377;
}

.button-area a{
	text-decoration:none;
	color:#FFFFFF;

}


.button-style-oubo {
    background-color: #e95377;
    margin: 0;
    padding: 10px 20px 10px 20px;
    border: none;
    display: inline-block;
    color: #fff;
	font-size:16px;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
}
.button-style-oubo-return {
  background-color: #e95377;
  margin: 0;
  padding: 10px 20px 10px 20px;
  border: none;
  display: inline-block;
  color: #fff;
font-size:16px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
}

/* -----------------------------------------------------------------------------

  btn イベント検索用　右カラム

----------------------------------------------------------------------------- */
.button-event {
  margin: 20px 0px 0px 0px;
  text-align: center;
}

.button-eventstyle {
  display: block;
  margin: 0 auto;
  padding: 5px 0px 5px 0px;
  font-weight: bold;
  width: 100%;
  border-radius: 6px;
  font-size: 1.0rem;
  background-color:#e95377;
}

.button-event a{
	text-decoration:none;
	color:#FFFFFF;
}

/* -----------------------------------------------------------------------------

  ページャー

----------------------------------------------------------------------------- */
.page_number{
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;	
}



.pager-txt {
  margin: 20px 0 10px;
  text-align: center;
  color: #e85377;
  font-size:12px;	
}

.pager-arrow-right {
	padding: 10px;
	border: solid 1px #e95377;
}

a.this_page{
	padding: 10px 0px 10px 0px;
	background-color:#e95377;!important;
	color:#FFFFFF;!important;
	}


/*---------------TOPスライダー-----------------------*/

    .swiper-slide {
      text-align: center;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }


.swiper-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;

}
.swiper {
  width: 49.9%;
  box-sizing: border-box;

}
.swiper-image {
  margin-bottom: 0px;
}
.swiper-image img {
  width: 100%;
  /*height: auto;*/
  vertical-align: bottom;
}


.swiper-text{
	margin:0px 0px 2px 0px;
	padding:8px;
	text-align:left;
	/*background-color:#ffa6ac;*/
	background-color:#FFF;	
	font-size:18px;
	color:#321801;
/*	font-weight:bold;*/
height:50px;
   border-bottom: 2px solid #e95377;
}
.swiper-text2{
	margin:0px 0px 2px 0px;
	padding:8px;
	text-align:left;
	/*background-color:#edc100;*/
	background-color:#FFF;
	font-size:18px;
	color:#321801;
/*	font-weight:bold;*/
height:50px;
   border-bottom: 2px solid #e95377;
}

/*-----------------
ヘッダーのNEWSのスライダー
---------------------*/
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align:left;
      font-size: 12px;


      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  background-color:transparent;
    }
.swiper-slide p{width:500px;}

/*----パンくず---*/

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1040px;

  margin: 10px 0px 0px 0px;
}

.breadcrumb li {
  position: relative;
  padding: 0px 5px;
  margin: 0 12px 0 5px;
  font-size: 12px;
}

.breadcrumb li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.breadcrumb li::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #555;
  border-right: solid 2px #555;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -6px;
}
.breadcrumb li:last-child::before {


  display: none;
}


.sidebar{width:100%;}

/*------カレンダー------*/
.calendar{border-collapse:collapse;width:100%}
.calendar caption{padding-bottom:6px;font-size:15px}

.calendar th,.calendar td{font-size:15px;border:1px solid #F3F3F3;text-align:center;line-height:30px}

.calendar th{background:#FFF;}/*-曜日の背景色-*/
.calendar th:first-child{color:#eb6182;}/*-日曜日の色-*/
.calendar th:last-child{color:#03c;}/*-土曜日の色-*/
.calendar td div{text-align:center}

.today{background:#fffbcc;}/*--今日の日付--*/
.saturday{background:#f3f9fd;}/*--土曜の色--*/
.sunday{background:#eb6182;}/*--日曜の色--*/
.holiday{background:#fff5f2;}/*--休日の色--*/
.choose_day{background:#06F;}/*--選択した日の色--*/

.calendar td a{text-decoration:none; display:block;width:100%;}
.calendar td a:hover{text-decoration:none}
.calendar td a:active{background:#eb6182;}

/*----------------------------検索ページ用--------------------------*/

.select-contact {
	width: 100%;
	height: 40px;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 40px 0 10px;
	border: 1px solid #ebebea;
	border-radius: 5px;
}

.selectWrap-contact {
  width: 100%;
  position: relative;
  display: inline-block;
}



.radio-btn-wrap input[type="radio"] {
  display: none;
}

.radio-btn-wrap label {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 29.5%;
  padding: 10px;
  border: 1px solid #ebebea;
  border-radius: 5px;
  color: #ebebea;
}

.radio-btn-wrap input[type="radio"]:checked + label {
  border: 1px solid #1db7c1;
  color: #1db7c1;
}

.button-area {
  margin: 10px 0;
  text-align: center;
}

.button-seerch {
    margin:0;
    padding:10px 20px 10px 20px;
    border: none;
    display: inline-block;
    color: #fff;
    position: relative;
    cursor: pointer;
	border-radius: 4px;
}

.button-green {
  background: #ef7e99;
  color: #fff;
}


.w100per {
  width: 90%;

}

input, textarea {
  border: 1px solid #ebebea;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0;
}



/*----------------------------イベント開催期間タグとか--------------------------------------*/

.event_search-detail {
  margin: 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4;
word-break: break-all;
}

.event_search-detail dt {
  width: 25%;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
word-break: break-all;word-break: break-all;
}

.event_search-detail dd {
  width: 75%;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
word-break: break-all;word-break: break-all;
}
.event_search-detail dd a {
  padding-right: 5px;
  color:#3a3a3a;
}

.event_search-detail dd a:hover {
  color:#3a3a3a;
}
    

/*--------------------------「イベント情報」の検索結果-----------------------*/

span.event_date-tag {
    display: inline-block;
    background:#F00;
    padding: 2px 6px;
    margin: 5px 2px 3px 0px;
    font-size:14px;;

    /*font-size: 1.0rem;*/
    text-decoration: none;
	/*font-weight: bold;*/
    color:#FFF;

}

.keyword-tag a{
    color:#727272;
}

p.event_date{
	font-size:14px;
}

/*-TOPパネル用のtag-*/
span.event_area-tag {
    display: inline-block;
	background-color:#FFFFFF;
	border: solid #00a1e9 1px;
    padding: 2px 6px;
    margin: 5px 5px 3px 0px;
    font-size:12px;
    /*font-size: 1.0rem;*/
    text-decoration: none;
	/*font-weight: bold;*/
    color:#333333;

}

/*-大ジャンル色分け用のtag 緑-*/
span.genre_tag_green {
    display: inline-block;
	background-color:#FFFFFF;
	border: solid #26b7bc 1px;
    padding: 2px 6px;
    margin: 5px 5px 3px 0px;
    font-size:12px;
    /*font-size: 1.0rem;*/
    text-decoration: none;
	/*font-weight: bold;*/
    color:#333333;

}

/*-大ジャンル色分け用のtag-*/
span.genre_tag_blue {
    display: inline-block;
	background-color:#FFFFFF;
	border: solid #e8703e 1px;
    padding: 2px 6px;
    margin: 5px 5px 3px 0px;
    font-size:12px;
    /*font-size: 1.0rem;*/
    text-decoration: none;
	/*font-weight: bold;*/
    color:#333333;

}

/*---大ジャンル色分け用のtag 青---*/
span.genre_tag_new {
    display: inline-block;
	background-color:#FFFFFF;
	border: solid #9b20ff 1px;
    padding: 2px 6px;
    margin: 5px 5px 3px 0px;
    font-size:12px;
    /*font-size: 1.0rem;*/
    text-decoration: none;
	/*font-weight: bold;*/
    color:#333333;

}

/*------SNSアイコン------*/

.follow-me {
  list-style: none;
  margin: 0 0 -8px;
  overflow: hidden;
  padding: 0;
}
.follow-me li {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0;
}
.follow-me li a::before {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 30px;
  height: 44px; /* Button height */
  line-height: 44px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 44px; /* Button width */
}
.follow-me li a:hover::before {
  opacity: 0.7;
}
.follow-me li a[href*="instagram.com"]::before      { background-color: #125688; content: "\f16d"; }
.follow-me li a[href*="spotify.com"]::before        { background-color: #84bd00; content: "\f1bc"; }
.follow-me li a[href*="twitch.tv"]::before          { background-color: #6441a5; content: "\f1e8"; }
.follow-me li a[href*="twitter.com"]::before        { background-color: #55acee; content: "\f099"; }
.follow-me li a[href*="youtube.com"]::before        { background-color: #cd201f; content: "\f16a"; }


/*---小さいSNSアイコン--*/

.follow-me_sub {
  list-style: none;
  margin: 0 0 -8px;
  overflow: hidden;
  padding: 0;
}
.follow-me_sub li {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0;
}
.follow-me_sub li a::before {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  height: 33px; /* Button height */
  line-height: 33px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 33px; /* Button width */
}
.follow-me_sub li a:hover::before {
  opacity: 0.7;
}
.follow-me_sub li a[href*="instagram.com"]::before      { background-color: #125688; content: "\f16d"; }
.follow-me_sub li a[href*="spotify.com"]::before        { background-color: #84bd00; content: "\f1bc"; }
.follow-me_sub li a[href*="twitch.tv"]::before          { background-color: #6441a5; content: "\f1e8"; }
.follow-me_sub li a[href*="twitter.com"]::before        { background-color: #55acee; content: "\f099"; }
.follow-me_sub li a[href*="youtube.com"]::before        { background-color: #cd201f; content: "\f16a"; }


/*------footer-----*/
footer {
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  height:100px;
  flex: 0;
  background:#333;
}
/*----------------*/

footer p{
	font-size:18px;
	}

.footer-area {
  background: #383838;
  color: #fff;
  padding: 30px 0px 130px 0px;
}

.footer-main {
  /*width: 720px;*/
  width: 1050px;
  margin: 0 auto;
}

.footer-txt {
    margin: 0 auto;
    width: 350px;
}

.footer-logo {
  width: 320px;
  margin: 10px auto;
}

.footer-logo a {
  display: block;
}

.footer-under-area {
  margin: 20px auto 0;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.footer-menu li {
  margin: 0 0 10px;
  padding: 0 15px;
  border-right: 1px solid #fff;
  line-height: 1;
}

.footer-menu li {
	font-size:14px;
	
	}


.footer-menu li:last-child {
  border-right: none;
}

.footer-menu li a {
  color: #fff;
}

.footer-copy {
  text-align: center;
  font-size: 12px;
  font-size: 0.8rem;
}

.foot-banner {
  margin: 20px auto;
  text-align: center;
}
/*------------20190516追加---------------------/

/*--カレンダー用20190607---*/

.calendar_date{text-align:center; font-size:16px;}

.pager,
.page {
    display: none;
}

.pager:checked + .page {
    display: block;
}

/* -----------------------------------------------------------------------------

 検索結果 btn

----------------------------------------------------------------------------- */
.button-area {
  margin: 20px 0;
  text-align: center;
  letter-spacing: 2px;
}

.outbound_button-style {
  display: block;
  margin: 0 auto;
  padding: 10px;
/*  font-weight: bold;*/
  width: 400px;
  border-radius: 8px;
  font-size: 1.2rem;
  background-color:#666;
}

.outbound_button-style span{  font-size: 1.0rem;}

.button-area a{
	text-decoration:none;
	color:#FFFFFF;

}

/*----------------insert用---------------*/
span.insert{
text-align: center;
display: block;
margin: auto;
font-size: 12px;
width: 94%;
padding-top:3px;
line-height:15px;
position:relative;
}

span.insert_text{
text-align: center;
display: block;
margin: auto;
font-size: 12px;
width: 94%;
padding-top:3px;
line-height:15px;
position:relative;
}


span.insert_img{
text-align: center;
display: block;
margin: auto;
font-size: 12px;
width: 94%;
padding-top:3px;
line-height:15px;
position:relative;
}



span.insert_center{
    text-align: center;
    display: block;
    font-size: 16px;
    width: 100%;
    line-height: 10px;
	font-weight: bold;
}


h5#title{
font-size:16px;
}


h4#title{
font-size:16px;
border-left: thick solid #333;
padding-left:10px;
}

h3#title{
font-size:18px;	
border-bottom:solid;/*下線を点線にする*/
border-color:#FF3366;
border-width:4px;
margin-bottom:5px;
}

/*---------insert追加用----------*/

h5.title{
font-size:16px;
}


h4.title{
font-size:16px;
border-left: thick solid #333;
padding-left:10px;
}

h3.title{
font-size:18px;	
border-bottom:solid;/*下線を点線にする*/
border-color:#FF3366;
border-width:4px;
margin-bottom:5px;
}



strong.title3{
font-size:16px;
}

h3.title3{
font-size:16px;
}


strong.title2{
font-size:16px;
border-left: thick solid #333;
padding: 0px 0px 0px 10px;
    margin: 0px 0px -15px 0px;
    display: block;
}

h2.title2{
font-size:16px;
border-left: thick solid #333;
padding: 0px 0px 0px 10px;
    margin: 0px 0px -15px 0px;
    display: block;
}

strong.title1{
font-size:18px;	
border-bottom:solid;/*下線を点線にする*/
border-color:#FF3366;
border-width:4px;
line-height:30px;
width: 100%;
display: inline-block;
}

h1.title1{
font-size:18px;	
border-bottom:solid;/*下線を点線にする*/
border-color:#FF3366;
border-width:4px;
line-height:30px;
width: 100%;
display: inline-block;
}

strong.title_red{
font-size:18px;	
border-bottom:solid;/*下線を点線にする*/
border-color:#c91368;
border-width:4px;
line-height:30px;
width: 100%;
display: inline-block;
}

strong.title_gray{
font-size:18px;	
border-bottom:solid;/*下線を点線にする*/
border-color:#ababab;
border-width:4px;
line-height:30px;
width: 100%;
display: inline-block;
}



strong.title_blue{
font-size:18px;	
border-bottom:solid;/*下線を点線にする*/
border-color:#1d7bcf;
border-width:4px;
line-height:30px;
width: 100%;
display: inline-block;
}


strong.title_green{
font-size:18px;	
border-bottom:solid;/*下線を点線にする*/
border-color:#2da621;
border-width:4px;
line-height:30px;
width: 100%;
display: inline-block;
}

strong.title_orange{
font-size:18px;	
border-bottom:solid;/*下線を点線にする*/
border-color:#ec8639;
border-width:4px;
line-height:30px;
width: 100%;
display: inline-block;
}




/*---カレンダー用のスタイル---*/
.calender_cursor{
    padding: 0px 20px 0px 13px;
    font-size: 28px;
	font-weight:bold;
	}

span.calender_ym{ font-size:21px; }

/*-----応募手前----*/



/* -----------------------------------------------------------------------------

  応募フォーム

----------------------------------------------------------------------------- */
.contact-sub-headline {
  border-left: 4px solid #e95377;
  background: #ebebea;
  padding: 10px;
  margin: 25px 0 20px;
  font-size: 14px;
}

.contact-form {
  margin-top: 30px;
  font-size: 14px;
}

.contact-form dt {
  margin: 20px 0 10px;
}

.input-postal-code {
  width: 15%;
}

.postal-code-ber {
  margin: 0 5px;
}

.input-age {
  width: 10%;
  margin-right: 5px;
}

.contact-asterisk {
  color: #e95377;
  padding-left: 3px;
}

.contact-asterisk-txt {
  color: #e95377;
  font-weight: bold;
}

input, textarea {
  border: 1px solid #ebebea;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0;
}

.button {
  margin: 30px auto 60px;
  text-align: center;
}

.w97per {
  width: 97%;
}

.select-contact {
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ebebea;
  border-radius: 5px;
}

.selectWrap-contact {
  width: 100%;
  position: relative;
  display: inline-block;
}


.radio-btn-wrap input[type="radio"] {
  display: none;
}

.radio-btn-wrap label {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 29.5%;
  padding: 10px;
  border: 1px solid #ebebea;
  border-radius: 5px;
  color: #ebebea;
}

.radio-btn-wrap input[type="radio"]:checked + label {
  border: 1px solid #e95377;
  color: #e95377;
  width:29.5%;
  margin:0 auto;
}

/* -----------------------------------------------------------------------------

  入力内容確認

----------------------------------------------------------------------------- */
.confirm-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.confirm-box dt {
  width: 20%;
  color: #e95377;
  margin: 20px 0;
}

.confirm-box dd {
  width: 70%;
  margin: 20px 0;
}

.confirm-box-textarea {
  margin-bottom: 40px;
}

.confirm-box-textarea dt {
  margin: 10px 0 5px;
  color: #e95377;
}

.confirm-box-textarea dd {
  margin: 5px 0 10px;
}

.confirm-checkbox {
  display: block;
  margin: 30px 0 40px;
  text-align: center;
}

.confirm-checkbox a {
  text-decoration: underline;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -20px;
  width: 25px;

  height: 25px;
  border: 1px solid #999;
  border-radius: 4px;
}

.checkbox-input:checked + .checkbox-parts {
  color: #e95377;
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -13px;
  width: 12px;
  height: 20px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #e95377;
  border-right: 3px solid #e95377;
}

.return-button {
  margin: -30px 0 20px;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  background: #fff;
  color: #e95377;
}

/* -----------------------------------------------------------------------------

  応募完了

----------------------------------------------------------------------------- */
.thanks-title {
  color: #5d5d5d;
  font-size: 16px;
  margin: 60px 0 40px;
  text-align: center;
}

.thanks-txt {
  color: #5d5d5d;
  font-size: 16px;
  margin: 60px 0 40px;
  text-align: center;
}


div.oubo a{color:#FFFFFF;!important}

/*----------------------------------------
inser画像の横にアイコンを入れる 20190702
-----------------------------------------*/
.insert .zoom {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 5%;
}


.insert_text .zoom {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 5%;
}


.insert_img .zoom {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 5%;
}


.insert .zoom01 {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 5%;
}


.insert_text .zoom01 {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 5%;
}


.insert_img .zoom01 {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 5%;
}


/*-----動画-------*/

.article_movie{margin:20px 0px 0px 0px;}

/*--------------------*/

.yoko_scroll {
  padding: 20px 0 20px 20px;
  white-space: nowrap;
  background-color:#FFFFFF;

}
.scroll_circle {
  display: flex;
 /* margin-left: -20px;*/
  width:150px; 
}
.circle_item {
  padding-left: 20px;
  flex: 0 0 160px;
  white-space: normal;
  word-wrap: break-word;
}


/*-----------------丸い画像--------------------*/

.maru_waku {
 width: 7rem;
  height: 7rem;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: linear-gradient(to top, red, purple);
  padding: 3px;
}

img.maru{
 width: 7rem;
 height: 7rem;
 border-radius: 50%;

 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 object-fit: cover; 
 border: 3px solid #fff;
 box-sizing: border-box;
}

/*-----------------photoページ　次のページへ前のページへ---------------------*/
.photo_prev_next {
	display: flex;
	justify-content: space-between;
	font-size:16px;
}

.photo_prev_next_txt {
    padding: 15px 10px 0px 10px;
    margin: 0px 5px 5px 5px;
width: 30%;
    text-align:center;
	}

.photo_prev_next_txt_left {
    padding: 15px 10px 0px 10px;
    margin: 0px 5px 5px 5px;
width: 30%;
    text-align:left;
	}



.photo_prev_next_txt_right {
    padding: 15px 10px 0px 10px;
    margin: 0px 5px 5px 5px;
width: 30%;
    text-align:right;
	}

/*-----------------------------リスト一覧　戻るボタン--------------------------*/

.list_button-area {
  margin: 0px 0;
  text-align: center;
}

.list_button-area a{
	text-decoration:none;
	color:#FFFFFF;
}


.list_button-style {
  display: block;
  margin: 0 auto;
  padding: 5px;
  font-weight: bold;
  border-radius: 8px;
  font-size: 1.2rem;
  background-color:#e95377;
}


.list_button_prev_next {
	display: flex;
	justify-content: space-between;
	font-size:16px;
}

.list_button_prev_next_txt {
    padding:0;
    margin: 0px 5px 5px 5px;
    width: 50%;
    text-align:center;
	}

.list_button_prev_next_txt_left {
    padding:0;
    margin: 0px 5px 5px 5px;
    width: 25%;
    text-align:left;
	}


.list_button_prev_next_txt_right {
    padding:0;
    margin: 0px 5px 5px 5px;
    width: 25%;
    text-align:right;
	}
/*----------------------loading---------------------------*/

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #f24d97;
  background: -moz-linear-gradient(left, #f24d97 10%, rgba(242,77,151, 0) 35%);
  background: -webkit-linear-gradient(left, #f24d97 10%, rgba(242,77,151, 0) 35%);
  background: -o-linear-gradient(left, #f24d97 10%, rgba(242,77,151, 0) 35%);
  background: -ms-linear-gradient(left, #f24d97 10%, rgba(242,77,151, 0) 35%);
  background: linear-gradient(to right, #f24d97 10%, rgba(242,77,151, 0) 35%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #f24d97;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
	
/*-----------insert画像分割用-------*/

ul.insert-photo {
	/*border: 1px solid #f3f3f3;*/
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
    /* margin: 0 0 0 1em; */
	padding: 0;
}

ul.insert-photo li {
    margin: 0.3em;
    width: 48%;
    /* height: 80px; */
    border: 2px solid #fff;
}

ul.insert-photo li img {
    display: inline-block;
    /* height: 80px; */
    /* margin-right: 15px; */
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    object-position: center;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

span.insert_second {
    text-align: center;
    display: block;
    margin: auto;
    font-size: 12px;
    width: 100%;
    padding-top: 3px;
    line-height: 15px;
    position: relative;
}

.insert_second .zoom_second {
    position: absolute;
    top: 2%;
    right: 1%;
    width: 8%;
}


span.insert_second a{
    display: block;
}

/*-------------20191015 画像 右禁止------------*/
img {
  pointer-events: none;
}

 

 
 @media print {
      img { display: none !important; }
  }

/*--記事ページ---*/

h2.kanren_link{
    color: #F03;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
	font-size:16px;
}

h2.kanren_link a{
    color: #f36;
}


.news_discription-area h2 a{
	color: #f36;
	}
	
	
/*-------20200207SNS用-------------*/
.flowbtn11 {
width: 100%;
    font-size: 16px;
    color: #fff!important;
    text-decoration: none;
    margin: 5px 5px 5px 5px;
    padding: 5px 17px 1px 11px;
	-webkit-border-radius: 4px;
}

/* Twitter */
.fl_tw1{
background:#000000;
}


/* Facebook */
.fl_fb1{
background:#3b5998;
}


/* ボタン内テキスト調整 */
.flowbtn11 span{
font-size:14px;	
position:relative;
left:8px;
bottom:2px;
transition:.6s;	
display:inline-block;	
}
/* ulタグの内側余白を０にする */
ul.snsbtniti2{
padding:0!important;
}
/* アイコンボタンの位置調整 */
.snsbtniti2{
display:flex;
flex-flow:row wrap;
}
/* アイコンボタン同士の余白調整 */
.snsbtniti2 li{

text-align:center!important;
}

/* プレゼントページ用 */

.flowbtn1_present {
    font-family: 'Verdana',sans-serif;
    border-radius: 6px;
    /* position: relative; */
    display: inline-block;
    width: 100%;
    font-size: 25px;
    color: #fff!important;
    text-decoration: none;
    margin: 5px 5px 5px 5px;
    padding: 0px 10px 0px 10px;
 }
 
 .flowbtn1_present span{
font-size: 14px;
    position: relative;
    bottom: 3px;
    padding-left: 10px;
    display: inline-block; 
 }

	
/*---ヘッダーSNSボタン--*/
.sns_follow_btn{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 28px;
    color: #fff!important;
    text-decoration: none;
    transition: .5s;
}
.sns_follow_btn i{
position:relative;
top:3px;
}
/* Twitter */
.sns_tw{
background:#55acee;
}

/* Facebook */
.sns_fb{
background:#3b5998;
}

/* LINE@ */
.sns_line{
background:#00c300;
}

/* YouTube */
.sns_youtube{
background:#fc0d1c;
}

/* Instagram紫グラデ背景 */
.sns_insta{
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;

}
/* ボタン内のテキスト */
.sns_follow_btn div{
font-size:10px;
font-weight:bold;
position:relative;
top:8px;
color:#333333;
}
/* ulタグの内側余白を０にする */
ul.ci_sns_btn{
padding:0!important;
}
/* ボタン全体の位置 */
.ci_sns_btn{
display:flex;
justify-content:space-around;
}

/* ボタン間のスペース */
.ci_sns_btn li{
padding:0px 5px 0px 10px;
text-align:center!important;
}
/* ボタンにマウスホバー時 */
.sns_follow_btn:hover{
-webkit-transform:translateY(-3px);
-ms-transform:translateY(-3px);
transform:translateY(-3px);
text-decoration:none;
}

/*--この記事の写真を見る--*/
.button-area_kiji_photo {
    margin: 0px 0 10px 0;
    text-align: center;
	letter-spacing: 2px;
}

.button-area_kiji_photo a {
   color: #FFFFFF;
}


/* -----------------------------------------------------------------------------
 2020316　youtube iframeセンター寄せ
----------------------------------------------------------------------------- */
.center_iframe{ display: block; margin: auto;}

.insert_movie {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.insert_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

span.movie_text {
    text-align: center;
    display: block;
    margin: auto;
    font-size: 12px;
    line-height: 13px;
    padding-top: 5px;
    position: relative;
}
/*---PR表記---*/
span.insert_pr {
    display: inline-block;
    margin: -3px 0px 0px 5px;
    padding: 3px 4px 1px;
    font-size: 10px;
    color: #ababab;
    border: solid 1px #ababab;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 1em;
}

span.insert_pr2 {
    display: inline-block;
    margin: -2px 0px 0px 5px;
    padding: 3px 4px 1px;
    font-size: 12px;
    color: #ababab;
    border: solid 1px #ababab;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 1em;
}

/*-----insert用-------*/
.shomei {
    font-size: 12px !important;
    text-align: right;
    padding-right: 8px !important;
    color: #999;
	}

/*-----sns用-------*/
.instagram-media {
position: static !important;
}


h2.sns-sub-title{
    margin: 20px 0px 20px 0px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0px 0px 0px;
    font-weight: 700;
}

/*--footer sns---*/
.foot-sns {
  color: #fff;
  margin: 40px 0px 20px 0px;
}

.foot-sns li {
  float: left;
  width: 45%;
  position: relative;
  padding-top: 25px;
  margin-left: 4%;
  margin-bottom: 5px;
  text-align: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.foot-sns li:last-child {
  margin-right: 0;
}

.foot-sns li img {
  width: 40px;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
}

.foot-news-twitter {
  background: #000000;
  margin-left: 1%;
}

.foot-news-twitter p {
  margin: 13px 0 14px;
}

.foot-news-twitter a {
  color: #000000;
}

.foot-facebook {
  background: #3e5c97;
}

.foot-facebook p {
  margin: 13px 0 14px;
}

.foot-facebook a {
  color: #3e5c97;
}

.foot-insta {
  background: #CF2E92;
}

.foot-insta p {
  margin: 13px 0 14px;
}

.foot-insta a {
  color: #CF2E92;
}

.foot-video-twitter {
  background: #00c9ed;
  margin-right: 1%;
}

.foot-video-twitter a {
  color: #00c9ed;
}

.foot-line {
  background: #23b81a;
}

.foot-line p {
  margin: 15px 0 14px;
}

.foot-line a {
  color: #23b81a;
}

.foot-button-area {
    margin: 5px 10px 10px;
    text-align: center;
    background: #fff;
}

.button-foot-sns {
    display: block;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    font-weight: bold;
    background: #fff;
}


/*-----afr用-------*/
.afr_area{
  display: flex;
    padding: 10px;
	width:95%;
	margin:15px auto 15px auto;
	    align-items: center;
}
 
.afr_spacer{
  margin: 0px 0px 0px 0px;
}
 
.afr_area_img{
  overflow: hidden;
  width:50%; 
}
 
.afr_area_img img{
  width: 100%;
  height: auto;
}
 
.afr_text_pr:first-child{
   margin: 0 auto;
    text-align: center;
    color: #7e7c7c;
    font-size: 10px;
}

	
.afr_discription-area{
  flex-basis: 80%;

}
 

 		
.afr_button-area {
  margin: 0px 0;
  text-align: center;
}

.afr_button-area a{
    text-decoration: none;
    color: #ffffff;
    font-size:10px; font-size: 1.0rem; 
	line-height:16px; line-height: 1.6rem;
    width: 80%;
    margin: 0px auto 10px auto;
	padding: 20px 0px 20px 0px;
}


.afr_button-black {
    display: block;
    background-color:#000000;


}

.afr_button-orange {
    display: block;
    background-color: #de8218;
}

.afr_button-blue {
    display: block;
    background-color: #1899de;
}

/* --GA4-- */
.article_end {
height: 1px;
}

.article_end_1 {
height: 1px;
}

.article_end_2 {
height: 1px;
}

.article_end_3 {
height: 1px;
}

/* --YouTubeサイズ調整-- */
.video_insert {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video_insert iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}	

/*--右カラム youtube 20230222--*/
.osusume_movie {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    margin: 10px 0px 0px 0px;
}

.osusume_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
