/* 2021リニューアル */
/* -------------------------------

共通

------------------------------- */
:root {
  --main-font-color: #fff;
  --main-bg-color: #151414;
  --sub-bg-color: #333;
  --title-bg-color: #f2f2f2;
  --subtitle-border-color: #969696;
  --main-border-color: rgba(255, 255, 255, .2);
}

a:hover{
	color: #fff;
}

body {
  overflow-x: hidden;
}

.display-none {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

.flex_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hp_mb5 {
  margin-bottom: 5px;
}

.hp_mb15 {
  margin-bottom: 15px;
}
.hp_mt15 {
  margin-top: 15px;
}

.hp_mb30 {
  margin-bottom: 30px;
}



/* コンテイナー */
.container {
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
}

.container_bottom {
  padding-bottom: 40px;
}



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

サイドバー

------------------------------- */
.right_column {
  width: 90%;
  margin: 40px auto;
}

.under_title.under_title_sidebar {
  margin-bottom: 20px;
}

.sidebar_wrap:not(:last-child) {
  margin-bottom: 40px;
}



/* ログイン / 新規登録 */
.sidebar_login_item {
  position: relative;
  line-height: 2;
  padding-left: 1.5rem;
}

.sidebar_login_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 1px;
  background-color: var(--main-bg-color);
}

.sidebar_login_item a {
  color: var(--main-bg-color);
  border-bottom: 1px solid transparent;
  transition: all.3s;
}

.sidebar_login_item a:hover {
  border-bottom: 1px solid var(--main-bg-color);
}



/* サイドバー広告 */
/* サイドバー単行本 */
.sidebar_ad:not(:last-child),
.sidebar_book:not(:last-child) {
  margin-bottom: 15px;
}

article.sidebar_book img {
  width: 100%;
  height: auto;
}



/* RadFan  CATH LAB JIN  */
.sidebar_shop_wrap {
  padding: 30px;
  background-color: var(--title-bg-color);
}

.sidebar_shop_about {
  position: relative;
  line-height: 2;
  padding-left: 1.5rem;
}
.sidebar_shop_about::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 1px;
  background-color: var(--main-bg-color);
}

.sidebar_shop_about a {
  color: var(--main-bg-color);
  border-bottom: 1px solid transparent;
  transition: all.3s;
}



/* 商品情報 */
.sidebar_shop_thumbnail {
  display: flex;
  flex-direction: column-reverse;
}

.sidebar_shop_thumbnail_image {
  width: 80%;
  margin: 0 auto 15px;
}

.sidebar_shop_name {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}

.sidebar_shop_name h2 {
  width: 140px;
  margin-right: 15px;
}

.sidebar_shop_time {
  margin-bottom: 15px;
}



/* 購入ボタン */
.sidebar_shop_btn_wrap {
  margin-bottom: 15px;
}

.product_cart {
  padding: 0;
  margin-bottom: 2px;
}

.sidebar_shop_btn:not(:last-child) {
  margin-bottom: 2px;
}

.sidebar_shop_btn a {
  display: block;
  padding: 10px 5px;
  color: var(--main-font-color);
  background-color: var(--subtitle-border-color);
  text-align: center;
}

.sidebar_shop_btn.sidebar_shop_btn_middle {
  display: flex;
  justify-content: space-between;
}
.sidebar_shop_btn.sidebar_shop_btn_middle a {
  box-sizing: border-box;
  width: calc(100% / 2 - 1px);
  font-size: 0.8rem;
}





/* Rad Fanとは？ */
/* CATH LAB JINとは？ */
.sidebar_shop_about {
  position: relative;
  line-height: 2;
  padding-left: 1.5rem;
}
.sidebar_shop_about::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 1px;
  background-color: var(--main-bg-color);
}

.sidebar_shop_about a {
  color: var(--main-bg-color);
  border-bottom: 1px solid transparent;
  transition: all.3s;
}



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

ヘッダー

------------------------------- */
header p,
header a,
header h2,
header h3 {
  color: var(--main-font-color);
}

.sp_menu {
  position: fixed;
  padding: 12px 5%;
  width: 100%;
  z-index: 100;
  background-color: var(--main-bg-color);
}

.logo_wrap {
  width: 125px;
  margin: auto;
}

.menu_search_sp {
  width: 24px;
  height: 24px;
}

.pc_menu {
  display: none;
}
@media (min-width: 1024px) {
.sp_menu {
  display: none;
}
.pc_menu {
  display: block;
}
}

.header_space {
  display: block;
  width: 100vw;
  height: 53px;
}
@media (min-width: 1024px) {
.header_space {
  display: none;
}
}



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

ハンバーガーメニュー

-------------------------- */
/* ボタン外側 */
.humberger{
	position: relative;
	cursor: pointer;
  width: 27px;
  height: 22px;
  transition: all .5s;
}

/* ボタン内側 */
.humberger span{
  display: inline-block;
  transition: all .5s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--main-font-color);
}

/* ハンバーガー3本線 */
.humberger span:nth-of-type(1) {
  top:0;	
}
.humberger span:nth-of-type(2) {
	top:10px;
}
.humberger span:nth-of-type(3) {
	bottom: 0;
}

/* ハンバーガーメニュークリック後 */
.js_hamburger.js_open span:nth-of-type(1) {
  animation: top_bar_active .75s forwards;
}
@keyframes top_bar_active {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
.js_hamburger.js_open span:nth-of-type(2) {
	opacity: 0;
}
.js_hamburger.js_open span:nth-of-type(3){
  animation: bottom_bar_active .75s forwards;
}
@keyframes bottom_bar_active {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}



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

ハンバーガーメニューコンテンツ

-------------------------- */
.menu_content {
  position: absolute;
  transform: translateX(-100vw);
  top: 53px;
  left: 0;
  width: 88%;
  height: calc(100vh - 53px);
  overflow: hidden;
  background-color: var(--main-bg-color);
  transition: all.5s;
}
.menu_content.js_content.js_open {
  transform: translateX(0);
}

.sp_menu_wrap {
  height: 100%;
  overflow: scroll;
}



/* ログイン・会員登録 */
.member_wrap {
  padding-left: 5%;
  width: 95%;
  background-color: var(--sub-bg-color);
}

.login_wrap a,
.cart_wrap a {
  position: relative;
  display: block;
  padding: 15px 0;
  padding-left: 35px;
}

.login_wrap a::before,
.cart_wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.login_wrap a::before {
  background-image: url(../images/common/header_login_icon.png);
}
.cart_wrap a::before {
  background-image: url(../images/common/header_cart_icon.png);
}



/* 記事を探す・メディカルウォッチについて */
.menu_list {
  border-top: 1px solid var(--main-border-color);
  border-bottom: 1px solid var(--main-border-color);
  background-color: var(--sub-bg-color);
}

.menu_item {
	margin-left: 5%;
	width: 95%;
	border-bottom: 1px solid var(--main-border-color);
	position: relative;
}

.menu_item_pc {
	transition: all .3s;
	width:0;
/* 	position: relative; */
}

.menu_item_pc:hover{
	
}

.menu_item:last-child {
  border-bottom: none;
}

.menu_item a,
.menu_item p {
  position: relative;
  display: block;
  padding: 13px 0;
  color: var(--main-font-color);
}

.menu_item:nth-child(1) {
  margin-left: 0;
  padding-left: 5%;
  border-bottom: none;
  background-color: var(--main-bg-color);
}

.menu_ja,
.menu_en {
    display: block;
}

.menu_en {
  font-size: .5rem;
}

/*ドロップダウンメニュー*/
.dropdown__lists {
	transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
	transform-origin: center top;/*変形を適応する基準をtopとする*/
	transition: all .3s;/*表示の変化を0.3秒に指定*/
	min-width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 100;
}
.dropdown__lists #phone {
	transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
	transform-origin: center top;/*変形を適応する基準をtopとする*/
	transition: all .3s;/*表示の変化を0.3秒に指定*/
	min-width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
}
.menu_item_pc:hover .dropdown__lists{
	transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
	background-color: #FFFFFF;
	min-height: 60px;
	transition: all .3s;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dropdown__child:not(:first-child)::before{
    content: "";
	display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
	top: 0;
    left: 0;
	z-index: 200;
}
.dropdown__list:hover {
    background-color: #bfbfbf;
}
.dropdown__list p {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	text-decoration: none;
	position: relative;
	padding-right: 20px;
}
.dropdown__list::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	transform: rotate(135deg);
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
}

/*メガドロップダウンメニュー*/
.megadropdown__lists {
	background-color: #000000;
	transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
	transform-origin: center top;/*変形を適応する基準をtopとする*/
	transition: all .3s;/*表示の変化を0.3秒に指定*/
	width: 100%;
	position: absolute;
	box-sizing: border-box;
	top: 105px;
	left: 0;
	padding: 20px 2%;
	transition-delay: .5s;
}
.menu_item_pc:hover .megadropdown__lists{
	transition-delay: 0s;
	transform: scaleY(1);
}

.megadropdown__list {
	transition: all .3s;
    float: left;
    width: 32%;
    border: none;
	background-color: #000000;
	
}

.megadropdown__list:hover {
    background-color:#ffffff;
	color:#000000;
}
.megadropdown__list:hover p{
	color:#000000;
}

.megadropdown__list:nth-child(3n+2) {
    margin: 0 1%;
}

/*アコーディオンメニュー*/
.acd-check{
    display: none;
}
.acd-label{
    color: #fff;
    display: block;
	background-color:#000000;
    padding: 10px;
	position:absolute;
	width: 40px;
	height: calc(100% - 20px);
	right: 0;
	top: 0;
	z-index: 200;
	cursor: pointer;
}

.tri {
	content: ' ';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	transform: rotate(135deg);
	margin: 10px;
	margin-top: 15px;
	transition: .5s;
}
.acd-check:checked + .acd-label .tri{
	transform: rotate(225deg);
}

.acd-content{
	border: 1px solid #333;
	background-color: #FFFFFF;
	height: 0;
	padding: 0;
	transition: .5s;
	visibility: hidden;
	opacity: 0;
}
.acd-content li{
	color: #000000;
	height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.acd-content li:not(:first-child)::before{
    content: "";
	display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
	top: 0;
    left: 0;
	z-index: 200;
}
.acd-content li a{
	color: #000000;
}
#acd-check1:checked ~ #acd-content1 li,
#acd-check1:checked ~ #acd-content1 li {
    height: 40px;
    opacity: 1;
}
.acd-check:checked + .acd-label + .acd-content{
	height: 100%;
	padding: 10px;
	visibility: visible;
	opacity: 1;
}
.acd-flex{
	display: flex;
	justify-content: space-between;
}

/*ポップアップ*/
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 570px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:300;
	padding:10px;
}
.window a[for="pop-up"]{
	cursor:pointer;
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.poll-button{
	background-color: var(--main-bg-color);
	color:#fff;
	max-width:380px;
	margin: 0 auto;
}
.poll-buttons li:not(:first-child)::before{
    content: "";
	display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
	top: 0;
    left: 0;
	z-index: 200;
}

/* スライダー */
.slider {
  	width: 100%;
　　overflow: hidden;
　　margin: 0 auto;
}
.slider-item {
  	width: 20%;
	height: 450px;
  	float: left;
  	background-color: #000000;
}

.slider-item img{
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
}
.slider-item img:not(#crop_slider4-5){
	object-fit: contain;
}
.slider-item img#crop_slider4-5{
	object-fit: cover;
}
.slider-inner {
	width: 500%;
/* 	animation: slider 20s infinite ease 5s; */
}

@keyframes slider {
	0% {
		transform: translateX(0);
	}
	10% {
		transform: translateX(0);
	}
	20% {
		transform: translateX(-20%);
	}
	30% {
		transform: translateX(-20%);
	}
	40% {
		transform: translateX(-40%);
	}
	50% {
		transform: translateX(-40%);
	}
	60% {
		transform: translateX(-60%);
	}
	70% {
		transform: translateX(-60%);
	}
	80% {
		transform: translateX(-80%);
	}
	90% {
		transform: translateX(-80%);
	}
	100% {
		transform: translateX(0);
	}
}

.carousel-control-prev-icon, .carousel-control-next-icon{
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
	width:4rem;
	height:4rem;
}

.carousel-inner{
	overflow:visible;
} 

.carousel-indicators{
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
	top: 410px;
	height: 50px;
}
.carousel-inner{
	background-color:#000000;
}

/* .carousel-item {
  	transition: -webkit-transform 0.5s ease;
  	transition: transform 0.5s ease;
  	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  	-webkit-backface-visibility: visible;
  	backface-visibility: visible;
} */

/*ボタンの装飾*/
/* label span{
  display:block;
  background-color:#01b6ed;
  color:#fff;
  width:200px;
  line-height:40px;
  border-radius:4px;
  text-align:center;
}
label span:hover{
  cursor:pointer;
} */
input[type="checkbox"]{
  display:none;
}
/*checkboxがチェックの状態になったらpopupを表示させる*/
input[type="checkbox"]:checked + #popup{
  display:block;
}


/* SNSリンク */
.sns_list_wrap {
  padding: 30px 5%;
}

.sns_list {
  justify-content: flex-start;
}

.sns_list li {
  width: 30px;
  margin-right: 20px;
}



/* コピーライト */
.bottom_text_wrap {
  padding: 0 5%;
}

.bottom_text_wrap p {
  margin-bottom: 60px;
  font-size: .5rem;
}



/* 影 */
.menu_shadow {
  opacity: 0;
  position: fixed;
  transform: translateX(-100vw);
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.85);
  transition: all.5s;
}
.menu_shadow.js_shadow.js_open {
  opacity: 1;
  transform: translateX(0);
}



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

searchコンテンツ

-------------------------- */
.menu_search_sp {
  cursor: pointer;
}

.cover_view {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0;
  width: 100%;
  overflow-y: hidden;
  z-index: 100;
  background-color: var(--main-bg-color);
}
.cover_view.js_open {
  display: block;
}

.cover_content_wrap {
  height: 100%;
  overflow: scroll;
}

.menu_view {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 90%;
}

.menu_view:first-child {
  /* border-bottom: 1px solid var(--main-border-color); */
}



/* フリー検索 */
.top_title_wrap {
  position: relative;
  padding: 3px 0 15px;
}

.sp_search_title {
  text-align: center;
}

.close_button_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}

.close_button_wrap img {
  width: 24px;
  height: 24px;
}

.text_search_wrap {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main-border-color);
}

.text_search {
  position: relative;
  width: 100%;
}

.submit_button {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/search_black_icon.svg);
}

.text_field {
  padding: 10px;
  padding-left: 40px;
  width: 100%;
  line-height: 1.75;
  border: none;
  background-color: var(--main-font-color);
}



/* キーワード検索 */
.search_wrap {
  padding: 30px 0;
}

.title_wrap {
  margin-bottom: 20px;
  padding-left: 0;
}

.title_wrap h3 {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2;
}

.button_wrap {
  margin: auto;
  margin-top: 5px;
  margin-right: 0;
}

.view_all {
  display: inline-block;
  padding-bottom: 5px;
  line-height: 1.75;
  border-bottom: 2px solid var(--main-border-color);
  font-size: .8rem;
}

.tags_wrap {
  padding: 20px;
  background-color: var(--sub-bg-color);
  height: calc(100vh - 300px);
  overflow-y: scroll;
}

.tag_list li {
  display: inline-block;
  margin: 5px 0;
  margin-right: 10px;
  font-size: .8rem;
}



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

フッター

------------------------------- */
footer a,
footer p,
footer h3 {
  color: var(--main-font-color);
  font-size: .8rem;
}

footer {
  padding: 60px 5%;
  background: linear-gradient(to top, #000000, #6F6F6F);
}

.article_index {
  display: none;
}




/* メニュー */
.f_menu_wrap .logo_wrap {
  margin: 0 auto;
  width: 70%;
  max-width: 290px;
}

.list_wrap {
  margin-top: 30px;
}

.f_menu_list {
  justify-content: space-around;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.f_menu_list li {
  margin: 5px;
  width: initial;
  text-align: center;
}



/* SNSリンク */
footer .sns_list_wrap {
  text-align: center;
}

footer .sns_list li {
  display: inline-block;
  margin-right: 25px;
}

footer .sns_list li:last-child {
  margin-right: 0;
}

footer .sns_list li a .img_wrap {
  width: 40px;
  height: 40px;
}



/* コピーライト */
.copyright {
  text-align: center;
}



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

パンくずリスト

------------------------------- */
.breadcrumbs {
  background-color: var(--sub-bg-color);
  color: var(--main-font-color);
  font-size: .8rem;
  padding: 10px  5%;
  border-top: 1px solid var(--main-border-color);
}

.breadcrumbs a {
  color: var(--main-font-color);
  text-decoration: underline;
}



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

reCAPTCHA

-------------------------- */
div.grecaptcha-badge {
  display: none;
}

/* お問い合わせページ */
.page-id-12 div.grecaptcha-badge {
  display: block;
  visibility: inherit;
}