@charset "euc-jp";

body {
	padding: 0;
	margin: 0;
	text-rendering: optimizelegibility;
    color:#000;
    -webkit-text-size-adjust: 100%;
	background:#fff;
	overflow-x: hidden;
}
a {
  color: #000040;
}
a:hover {
  color: #5e5e5e;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    color:#000045;
}
p {	
    line-height: 1.8em;
    font-family:  "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
    font-size:15px;
	margin: 0.6em 0 0;
	padding: 0;
}

ul li  {	
    line-height: 1.6em;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
	list-style: none;
}
.Noto { font-family: "Noto Serif JP", serif; }

.table-form td , .table-form ul li, .table-form td p {
    font-weight: 500;
    line-height: 1.6em;
}
.text-center {
    text-align: center !important;
}

/*
 * layout
 */
#wrapper {
  max-width: 100%;
  overflow-x: hidden;
}

/*
 * contents
 */
.secBg{
	background: #FFFFFF;
}
.row{
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }


/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
  .col-lg-8{
    width:100%;
  }
    ul.inline{
    padding-top:20px;
    text-align:center;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }
/* 16px black */
.col-lg-4.icon-user {
  background-position: -208px -0px;
}
/* 16px white */
.icon-w.icon-user {
  background-position: -208px -0px;
}
/* 24px black */
.icon-lg-b.icon-user {
  background-position: -312px -0px;
}
/* 24px white */
.icon-lg-w.icon-user {
  background-position: -312px -0px;
}

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

/* 追加*/
.container {
    width: 90%;
    margin: auto;
}
/*-----  HEADER -----*/
.logo{
	width: 35%;
	margin:20px 0;
}
ul.inline{
	padding-left: 30px;
	margin-bottom: 0;
}
ul.inline li a,
ul.gMenu{
	color: #000;
	font-size: 15px;
}

/* h2 を中央に置くための外側 */
.title-wrapper {
  text-align: center;
}

/* h2 本体 */
.products_cat {
    font-family:"Noto Serif JP", "游明朝","YuMincho", YuMincho,"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  position: relative;
  display: inline-block; /* ← これが超重要！ */
  font-size: 25px;
  color: #333333;
  padding: 0 50px; /* 飾り画像の分だけ余白 */
}

/* 英語部分 */
.products_cat span {
  display: block;
  font-size: 16px;
  color: #114C7F;
  margin-bottom: 5px;
}

/* 左右の飾り */
.products_cat::before,
.products_cat::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 61px;
  background-size: contain;
  background-repeat: no-repeat;
}

.products_cat::before {
  left: 0;
  background-image: url("left_img.png");
}

.products_cat::after {
  right: 0;
  background-image: url("right_img.png");
}

ul.itemList{
	margin-left: 10px;
}
.item{
	background: #ffffff;
	margin: 5px;
	padding: 10px;	
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
	height: 380px;
	box-shadow: 2px 2px 4px #E5E5E5;
	border: 1px solid #f6f6f6;
}
.itemImg img{

}
h4.itemName a{
	color: #333333;
	font-size:16px;
	font-weight:700;
}
.itemSpec{
	border-top: 1px solid #E5E5E5;
}
.itemSpec p{
	font-size: 14px;
	line-height: 1.4em;
}
.col-lg-4 {
    width: 31.333333%;
    width: 31.9%;
}

element.style {
}
select, textarea, [type="text"] {
    height: 29px;
}
.btn-xs {
    border: none;
	background: none;
}
.sideTitle{
	text-align: center;
    font-family:"Noto Serif JP", "游明朝","YuMincho", YuMincho,"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #333333;
	font-size: 24px;
}
.sideTitle span{
	display: block;
	color: #114C7F;
	font-size: 16px;
}
ul.subMenu li{
	border-top: 1px solid #D9D7D7;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
}
ul.subMenu li:last-child{
	border-bottom: 1px solid #D9D7D7;
}
.title.left {
    text-align: left;
}
.title {
    width: 100%;
    padding: 0px;
    color: #000045;
    margin: 0 auto ;
    position: relative;
    text-align: center !important;
    z-index: 0;
}
.title h2.heading {
    position: relative;
    font-family: "Noto Serif JP", "游明朝","YuMincho", YuMincho,"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 500;
    font-size: 20px !important;
    font-size: 2.5rem;
    color: #333333;
    letter-spacing: 0.03em;
	padding: 20px 0 0 0;
	margin: 10px;
}
p.subtitle {
    display: block;
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    font-size: 13px !important;
    font-size: 1.7rem;
    line-height: 1.2em;
    color: #114C7F;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0;
}
.table{
	border-top: 1px solid #ddd;
}
.table td{
	border-top: none;
	border-bottom: 1px solid #ddd;
}
.attention{
	border: 2px solid #d0202b ;
	padding: 20px;
}
.attention p{
	font-size: 15px;
	text-align: center;
}
/*  FOOTER */
#footer {
	width: 100%;
	padding: 0;
    position: relative;
    background-color: #000045;
}
#footer .footer {
	padding: 0;
    position: relative;
    z-index: 10;
    color: #fff;
}
.sns{
  margin-bottom: 20px;  
}
.sns li {
    display: inline-block;
    margin: 0 10px;
}
.sns li .fab {
    font-weight: 500;
}
.footer .flexbox{
    flex-wrap: nowrap;
}
#footer .footer li a {
    color: #fff;
}

#footer .footer li a:hover{
    color: #d5d1e3;
}
.footer .footer_title {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 20px;
    font-family: "Noto Serif JP", "游明朝","YuMincho", YuMincho,"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 24px;
}
.footer .footer_title a {
    color: #fff;
}
.center_left_list {
	margin: 16px auto;
	text-align: center;
	display: block;   
}
.center_left_list ul {
	padding-left: 0;
	display: inline-block;
}
.center_left_list ul li {
	text-align: left;
}
.footer_text_small {
    padding: 15px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.footer_text_small ul li{
    font-size: 14px;
}
.footer .logoimg {
    width: 260px;
    height: 25px;
}
.footer .footer_text {
    text-align: center;
}
.footer .tel {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.footer .tel a {
    color: #fff;
}
.footer .tel .fax {
    color: #fff !important;
    pointer-events: none;
}
.footer_menu {
    margin: 30px auto;
    width: 80%;
}
.footer_menu .item {
    /* width: 25%;    
    float: left;
    height: 100%;
    padding: 27% 0 0; */
    text-align: center;
    border-right: 1px solid #d5d1e3;
    position: relative;
    padding: 0 50px;
}
.footer_menu .item:nth-child(3) {
    flex-grow: 2;
}
.footer_menu .item:nth-child(4):lang(en) {
    min-width: 15%;
}
.footer_menu .item > .inner{
    /* position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;    
}
.main-menu > li {
    font-weight: 600;
}
.footer_menu .sub-menu {
   display: inline-block;
}
.footer_menu .sub-menu li {
    font-size: 14px;font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6em;
    padding-bottom: 5px;
}
.footer_menu .sub-menu li:last-child {
    padding-right: 0;
}
.footer_menu .sub-menu li:lang(en), .bottom-menu li:lang(en) {
    letter-spacing: 0.02em;
}
.main-menu .menu-title i {
    display: none;
}
.main-menu > li.menu-title > .fotter-main-title,
.footer_menu .item:last-child .main-menu li a{
    position: relative;
    padding-left: 30px;
}
.main-menu > li.menu-title > .fotter-main-title,
.footer_menu .item:last-child .main-menu li a,
.footer .main-menu .menu-title .arrow i {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.main-menu > li.menu-title > .fotter-main-title::before,
.footer_menu .item:last-child .main-menu li a::before{
    position: absolute;
    content: '';
    background: url(../images/take_pale.png) no-repeat;
    width: 25px;
    height: 19px;
    left: -5px;
    top: 0px;
    background-size: contain;
}
.footer_menu .item:last-child .main-menu li {
    line-height: 2em;
}
#footer .footer li a.active {
    color: #d5d1e3;
}
.bottom-menu  {
    text-align: center;
    margin: 0 auto 10px;
}
.bottom-menu li {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px 0;
    position: relative;
    margin-bottom: 0px;
}
.bottom-menu li .arrow {
    display: none;
}

.bottom-menu:first-of-type li {
    font-size: 14px;
}
.bottom-menu li::after {
    position: absolute;
    content: '|';
    width: 1px;
    right: 0px;
    top: 0;
}
.bottom-menu li:last-child::after {
    content: ''; 
}
.copyright p {
    font-size:13px;
    padding: 50px 0 20px;
    text-align: center;
}
#product{
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
}
.itemTitle{
	font-size: 19px;
	font-weight: bold;
	border-bottom: 1px solid #C7C7C7;
	padding-bottom: 10px;
  	color:#000045;
}
.itemMain{
	background: #ffff;
	padding: 15px;
}
.itemMain p{
	text-align: center;
}
.itemMain img{
	width: 80%;
}
@media (max-width: 768px) {
	.mar_t_50{
		margin-top: 0;
	}
	.logo{
		width: 60%;
		margin: 20px auto;
	}
	.menu-btn {
		top: 5px !important;
		right: 7px !important;
	}
  #contents {
      padding:0 30px;
  	}
	.col-lg-4{
		width: 100%;
	}
	.title::after{
		top: -40px;
	}
	.title h2.heading{
		padding: 0;
	}
  	.item{
      height:auto;
  	}
  	.footer ul{
      margin:0;
  	}
  	.footer_menu{
      width:100%;
  }

}

/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
.phone_area{
  display:none;
}

/* ハンバーガーメニュー */
/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn{
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10002;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000045;
  color: #fff;
  border:1px solid #fff;
}

/*----------------------------
* メニュー本体
*----------------------------*/
.rps_menu{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000045;
	overflow-y: scroll;
}
.menu__item{
  width: 100%;
  height: auto;
  padding: .5em 1em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.menu__item a{
  color:#ffffff;
}
/*----------------------------
* アニメーション部分
*----------------------------*/

/* アニメーション前のメニューの状態 */
.rps_menu{
  transform: translateX(100vw);
  transition: all .3s linear;
}
/* アニメーション後のメニューの状態 */
.rps_menu.is-active{
  transform: translateX(0);
}

.rps_btn{
  color:#ffffff;
}

/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
  .pc_area{
    display:none;
  }
  .phone_area{
    display:block;
  }
}

/*----------------------------
* ハンバーガーメニュー内開閉
*---------------------------*/
/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}
.accordion-area ul{
	margin: 0 !important;
}
.accordion-area li{
    margin: 10px 0;
	border-bottom: 1px dotted #000045;
}

.accordion-area li ul li a{
	color: #000045;
	padding: 10px 0;
}

.accordion-area section {
	background: #ffffff;
	margin-bottom: 70px;
}

/*アコーディオンタイトル*/
.cate_title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    padding: 3% 0;
    transition: all .5s ease;
	color: #000045;
	font-weight: bold;
	border-bottom: 2px solid #000045;
}

/*アイコンの＋と×*/
.cate_title::before,
.cate_title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.cate_title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.cate_title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closedというクラスがついたら形状変化　*/
.cate_title.closed::before{
	transform: rotate(45deg);
}

.cate_title.closed::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #ffffff;
	margin:0 3% 3% 3%;
    padding: 3%;
}

.twitter {
    transform: scale(0.8);
    /* サイズの拡大縮小の基準位置を決めるcss */
    transform-origin: left top;
}

/*------------------------------------------
New Template set
--------------------------------------------*/
.info{
	background: #000045;
	text-align: center;
}

.info p{
	padding: 10px;
	margin: 0;
}

.info a,products_cat
.info a:visited{
	color: #ffffff;
}

.info a:hover{
	color: #be9347;
	text-decoration: none;
}

.header_menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	margin-top: 20px;
}

.header-tools {
	position: absolute;
	top: 10px;
	right: 45px;
  display: flex;
  gap: 35px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}

.header-tools__unit a {
  text-decoration: none;
}

.header-tools__unit a:hover {
  text-decoration: underline;
}

.bnr_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin: 15px 0;
}

.bnr_list a img {
  transition: opacity 0.3s ease; /* ふわっと感の設定 */
}

.bnr_list a:hover img {
  opacity: 0.7; /* 透明度（0.7&#12316;0.8が自然） */
}

.ranking-item {
  position: relative;
}

.rank-badge {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 32px;
  height: 32px;
  background: #000045;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}