@charset "Shift_JIS";

body {
  height: 100%;
  width: 100%;
  min-width: 950px;
  text-align: left;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",sans-serif;
  margin: 0;
  padding: 0;
}
body.window {
  _min-width: 100px;
  *min-width: 100px;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
@media screen and (min-width: 768px) and (max-width: 980px){
	body {
		min-width: 980px;
	}
}
@media screen and (max-width: 767px) {
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed,
	figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		font-size: 100%;
		vertical-align: baseline;
	}

	body {
	min-width: 0;
	-webkit-text-size-adjust: 100%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",sans-serif;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

dl, li {
  list-style: none;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

body {
  color: #310c00;
}

a {
  color: #310c00;
}
a:hover {
  opacity: .6;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ffmincho {
  font-family: "MS PMincho", "Hiragino Mincho Pro", serif;
}

.fcred {
  color: #cc0000;
}

.fcbold {
  font-weight: bold;
}

.error{
  color: #ff0101;
}

.tac{
  text-align: center;
}
/* margin common */
.mb80 {
  margin-bottom: 80px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}


/* header area */
.fz_wrapper {
  display: none;
}









@media screen and (min-width: 768px) {
  /* header area */
  .fz_wrapper {
    margin-bottom: 10px;
    display: block;
  }

  .fz_wrapper:after {
    display: block;
    content: "";
    clear: both;
  }

  .fz_group {
    float: right;
    padding: 10px;
    font-size: 15px;
    background-color: #fff6e6;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .fz_group:after {
    display: block;
    content: "";
    clear: both;
  }

  .fz_group li {
    float: left;
    width: 45px;
    padding: 5px 0;
    margin-right: 5px;
    background-color: #bfbfbf;
    color: #310c00;
    font-weight: bold;
    text-align: center;
  }

  .fz_group li a {
    text-decoration: none;
  }

  .fz_group li.select {
    background-color: #af0000;
  }

  .fz_group li.select a {
    color: #fff;
  }

  .fz_group li:first-child {
    width: 110px;
    background-color: #fff6e6;
    font-weight: normal;
  }

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

  .breadcrumb {
    float: left;
    padding: 15px 0;
  }

  .breadcrumb:after {
    display: block;
    content: "";
    clear: both;
  }

  .breadcrumb > li {
    float: left;
    margin-right: 20px;
  }



}


/*************************
base
**************************/
#base {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#base:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
  background-color: #F4F3F1;
}

@media screen and (max-width: 767px) {
  #base {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  #base:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
    background: none;
  }
}

/*************************
header
**************************/
#header {
  width: 100%;
  margin: 0 auto 1px auto;
  padding: 0;
  position: relative;
}
#header:after {
  font-size: 1px;
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
#header .spSearch {
  display: none;
}

#headrForm {
  background: #fff1de;
  border-bottom: 2px #FF0000 solid;
  margin-bottom: 25px;
}
#headrForm .l-contents {
  text-align: left;
  width: 950px;
  padding: 9px 0;
  margin: 0 auto;
  overflow: hidden;
}
#headrForm .sp-fixNavi {
  display: none;
}
#headrForm ul.headUserinfo {
  float: left;
  overflow: hidden;
  margin: 0 -10px;
  padding-top: 9px;
}
#headrForm ul.headUserinfo li {
  float: left;
  margin: 0 10px;
}
#headrForm ul.headUserinfo li a {
  color: #310c00;
  font-size: 128.571428571%;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding-left: 20px;
  position: relative;
}
#headrForm ul.headUserinfo li a:hover {
  opacity: 0.6;
}
#headrForm ul.headUserinfo li.user {
  color: #472b00;
  font-size: 128.571428571%;
  text-decoration: none;
}
#headrForm ul.headUserinfo li.user span {
  padding-left: 15px;
}
#headrForm ul.headUserinfo li.mypage a:before {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background: url("../images/common/icon_head_mypage.png") no-repeat 0 0;
}
#header #headrForm li.login {
  display: block;
}
#header #headrForm li.logout {
  display: none;
}
#headrForm ul.headUserinfo li.login a:before,
#headrForm ul.headUserinfo li.logout a:before {
  content: "";
  display: block;
  width: 13px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background: url("../images/common/icon_head_key.png") no-repeat 0 0;
}
#headrForm ul.searchList {
  float: right;
  margin: 0 -15px;
  overflow: hidden;
}
#headrForm ul.searchList li {
  float: left;
  margin: 0 15px;
}
#headrForm ul.searchList li.conditions {
  padding-top: 9px;
}
#headrForm ul.searchList li.conditions a {
  color: #310c00;
  font-size: 128.571428571%;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding-left: 15px;
  position: relative;
}
#headrForm ul.searchList li.conditions a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 7px;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #FF0000;
}
#headrForm ul.searchList li.conditions a:hover {
  opacity: 0.6;
}
#headrForm ul.searchList li.search form {
  position: relative;
  background-color: #FFF;
}
#headrForm ul.searchList li.search form input[type="text"] {
  width: 227px;
  font-size: 114.285714286%;
  border: 1px solid #fff;
  height: 18px;
  padding: 10px 41px 10px 5px;
  color: #999;
  background-color: #fff !important;
}
#headrForm ul.searchList li.search form label.placeholder{
	line-height:40px;
}
#headrForm ul.searchList li.search form input[type="submit"] {
  border: none;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 13px;
  background: url("../images/common/icon_head_search.png") no-repeat 0 0;
}

.headWrappaer {
  width: 950px;
  margin: 0 auto 16px;
  overflow: hidden;
}
.headWrappaer:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.headWrappaer .sp-Menu {
  display: none;
}
.headWrappaer .sp-js-Hbtn {
  display: none;
}

#headerL {
  width: 230px;
  margin: 0 auto;
  padding: 7px 0 0 0;
  text-align: left;
  float: left;
}
#headerL .headlogo {
  width: 334px;
  overflow: hidden;
  margin-bottom: 5px;
}
#headerL .headlogo a {
  width: 334px;
  height: 91px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/common/head_logo.png) no-repeat 0 0;
}
#headerL .headlogo a:hover {
  opacity: 0.6;
}

#headerR {
  width: 650px;
  margin: 0;
  padding: 0;
  text-align: left;
  float: right;
}
#headerR:after {
  font-size: 1px;
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
#headerR .l-contents {
  float: left;
  width: 420px;
}
#headerR .headerBtnarea {
  margin-bottom: 10px;
}
#headerR .headerBtnarea .btnlist {
  overflow: hidden;
  margin: 0 -5px;
}
#headerR .headerBtnarea .btnlist li {
  float: left;
  width: 200px;
  padding-bottom: 5px;
  margin: 0 5px;
}
#headerR .headerBtnarea .btnlist .cssBtn.typeYellow a {
  font-size: 92.857142857%;
  font-weight: bold;
  width: 200px;
  height: 58px;
  text-align: left;
  padding: 8px 0px 8px 18px;
  box-sizing: border-box;
  text-shadow: none;
}
#headerR .headerBtnarea .btnlist .cssBtn.typeYellow a:before {
  left: 7px;
}
#headerR .headerBtnarea .btnlist .cssBtn.typeYellow span {
  font-size: 138.461538462%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, #headerR .headerBtnarea .btnlist .cssBtn.typeYellow a {
    letter-spaceing:-0.1em;
  }
  ::i-block-chrome, #headerR .headerBtnarea .btnlist .cssBtn.typeYellow span {
    letter-spaceing:0;
  }
}
#headerR .headerBtnarea .btnlist .cssBtn.typeOrange a {
  font-size: 92.857142857%;
  font-weight: bold;
  width: 200px;
  height: 58px;
  text-align: left;
  padding: 8px 0px 8px 35px;
  box-sizing: border-box;
  text-shadow: none;
}
#headerR .headerBtnarea .btnlist .cssBtn.typeOrange a:before {
  left: 15px;
}
#headerR .headerBtnarea .btnlist .cssBtn.typeOrange span {
  font-size: 138.461538462%;
}
#headerR .headnavi {
  overflow: hidden;
  margin-left: 4px;
}
#headerR .headnavi ul {
  overflow: hidden;
}
#headerR .headnavi li {
  float: left;
}
#headerR .headnavi li.first {
  width: 110px;
}
#headerR .headnavi li.second {
  width: 165px;
}
#headerR .headnavi li.last {
  width: 139px;
}
#headerR .headnavi li.last a {
  text-align: left;
}
#headerR .headnavi li.last a:before {
  left: 0;
}
#headerR .headnavi a {
  color: #310c00;
  font-size: 114.285714286%;
  text-decoration: none;
  display: block;
  overflow: hidden;
  padding-left: 17px;
  position: relative;
}
#headerR .headnavi a:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: url("../images/common/icon_arrow_red01.png") no-repeat 0 0;
  background-size: contain;
}
#headerR .headnavi a:hover {
  opacity: 0.6;
}
#headerR .headRunder {
  width: 230px;
  float: right;
}
#headerR .headRunder .headCart {
  position: relative;
  border: 2px #AD0016 solid;
  border-width: 2px 2px 0 2px;
  box-shadow: 0px 3px #780000;
}
#headerR .headRunder .cartinfo {
  color: #472b00;
  overflow: hidden;
  padding: 12px 0;
  text-align: center;
}
#headerR .headRunder .cartinfo dt,
#headerR .headRunder .cartinfo dd {
  display: inline-block;
  vertical-align: middle;
}
#headerR .headRunder .cartinfo dt {
  color: #310c00;
  font-size: 107.142857143%;
}
#headerR .headRunder .cartinfo dd {
  font-size: 128.571428571%;
}
#headerR .headRunder .cart {
  text-align: center;
  background: #af0000;
}
#headerR .headRunder .cart a {
  font-weight: bold;
  color: #fff;
  font-size: 128.571428571%;
  text-decoration: none;
  padding: 13px 0px 8px 30px;
  display: block;
  position: relative;
}
#headerR .headRunder .cart a:hover {
  opacity: 0.6;
}
#headerR .headRunder .cart a:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 26px;
  margin-top: -13px;
  background: url("../images/common/icon_head_cart.png") no-repeat 0 0;
}
#header .carriage_pc{
	display:block;
}
#header .carriage_sp{
	display:none;
	text-align:left;
}
#header .carriage_pc a{
	clear:both;
	margin-top:-2px;
	color:#af0000;
	float:right;
	font-weight:bold;
	font-size:114.28571%;
	text-decoration:underline;
}
#header .carriage_pc a:hover{
  opacity: 0.6;
}
#header .carriage_sp a{
	padding:0 0 0 10px;
	color:#af0000;
	font-weight:bold;
	text-align:left;
	font-size:114.28571%;
	text-decoration:underline;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",sans-serif;
}

@media screen and (max-width: 767px) {
  #header {
    margin-bottom: 10px;
  }
  #header .spSearch {
    display: block;
    padding-top: 10px;
    margin-bottom: 15px;
  }
  #header .spSearch form {
    display: block;
    position: relative;
    margin: 0 10px;
    background-color: #FFF;
    border: 1px solid #FF0000;
    height: 39.5px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",sans-serif;
  }
  #header .spSearch form span{
	position:static !important;
	display:inline !important;
  }
  #header .spSearch form input[type="text"] {
    width: 100%;
    font-size: 114.285714286%;
    padding: 10px 41px 10px 5px;
    box-sizing: border-box;
    color: #999;
    background-color: #fff !important;
    -webkit-appearance: none;
    border:none;
    border-radius: 0;
    box-shadow: 0;
  }
  #header .spSearch form input[type="submit"] {
    border: none;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 12px;
    right: 25px;
    background: url("../images/common/icon_head_search.png") no-repeat 0 0;
  }
  #header .spSearch form label.placeholder {
    line-height: 43.5px;
  }
  .contents label.placeholder {
    line-height: 47.5px;
  }
  #headrForm {
    background: none;
    border-bottom: none;
    margin-bottom: 0;
  }
  #headrForm .l-contents {
    display: none;
  }
  #headrForm .sp-fixNavi {
    width: 100%;
    display: block;
    text-align: left;
    position: fixed;
    bottom: 0;
    background: #FFF;
    z-index: 10000;
  }
  #headrForm .sp-fixNavi ul {
    overflow: hidden;
    margin: 0 -0.3125%;
  }
  #headrForm .sp-fixNavi li {
    float: left;
    width: 24.375%;
    height: 80px;
    box-sizing: border-box;
    margin: 0 0.3125%;
  }
  #headrForm .sp-fixNavi a {
    font-size: 114.285714286%;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: -0.12em;
    display: block;
    text-align: center;
  }
  #headrForm .sp-fixNavi .mypage,
  #headrForm .sp-fixNavi .login,
  #headrForm .sp-fixNavi .logout {
    background: #f5f1e1;
    position: relative;
  }
  #headrForm .sp-fixNavi .mypage:before,
  #headrForm .sp-fixNavi .login:before,
  #headrForm .sp-fixNavi .logout:before {
    content: "";
    display: block;
    position: absolute;
  }
  #headrForm .sp-fixNavi .mypage a,
  #headrForm .sp-fixNavi .login a,
  #headrForm .sp-fixNavi .logout a {
    color: #310c00;
    padding: 47px 0 11px;
  }
  #headrForm .sp-fixNavi .mypage:before {
    width: 20px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -10px;
    background: url("../images/sp/common/icon_head_mypage.png") no-repeat 0 0;
    background-size: cover;
  }
  #headrForm .sp-fixNavi .login:before,
  #headrForm .sp-fixNavi .logout:before {
    width: 22px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -11px;
    background: url("../images/sp/common/icon_head_key.png") no-repeat 0 0;
    background-size: cover;
  }
  #headrForm .sp-fixNavi .entry {
    background: #ef7307;
  }
  #headrForm .sp-fixNavi .entry a {
    color: #fff;
    line-height: 1.3125;
    padding: 20px 0 21px;
  }
  #headrForm .sp-fixNavi .cart {
    background: #af0000;
    position: relative;
  }
  #headrForm .sp-fixNavi .cart:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -12px;
    background: url("../images/sp/common/icon_head_cart.png") no-repeat 0 0;
    background-size: cover;
  }
  #headrForm .sp-fixNavi .cart a {
    padding: 35px 0 7px;
    color: #fff;
    line-height: 1.3125;
    font-size: 100%;
    position: relative;
  }

  .headWrappaer {
    width: 100%;
    margin: 10px 0;
    padding: 0 0;
    box-sizing: border-box;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",sans-serif;
  }
  .headWrappaer .sp-js-Hbtn {
    display: block;
    float: right;
    margin-right: 10px;
  }
  .headWrappaer .sp-js-Hbtn .btn {
    width: 65px;
    padding:0 0 3px 0;
    border:none;
    box-sizing:content-box;
  }
  .headWrappaer .sp-js-Hbtn a {
    color: #FFF;
    font-size: 100%;
    text-decoration: none;
    display: block;
    line-height: 1.0;
    padding: 46px 0 5px;
    position: relative;
    background: #FF0000;
    border-radius: 7px;
    box-shadow: 0 3px #3b0b00;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",sans-serif;
  }
  .headWrappaer .sp-js-Hbtn a:before {
    content: "";
    display: block;
    width: 35px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -19px;
    background: url("../images/sp/common/sp-menu-btn.png") no-repeat 0 0;
    background-size: contain;
  }
  .headWrappaer .sp-Menu {
    width: 100%;
    position: relative;
    clear: both;
  }
  .headWrappaer .sp-Menu .sp-js-Menu {
    display: block;
    width: 100%;
    padding: 0 20px 25px;
    background: #FF0000;
    z-index: 1000;
    box-sizing: border-box;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",sans-serif;
  }
  .headWrappaer .sp-Menu .sp-js-Menu ul {
    text-align: left;
  }
  .headWrappaer .sp-Menu .sp-js-Menu li a {
    color: #fff;
    font-size: 114.285714286%;
  }
  .headWrappaer .sp-Menu .sp-js-Menu .sp-MenuList {
    margin-bottom: 21px;
  }
  .headWrappaer .sp-Menu .sp-js-Menu .sp-MenuList li {
    border-bottom: 1px #a26759 solid;
  }
  .headWrappaer .sp-Menu .sp-js-Menu .sp-MenuList li a {
    line-height: 1.0;
    padding: 14px 0 14px 7px;
    display: block;
    text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",sans-serif;
  }
  .headWrappaer .sp-Menu .sp-js-Menu .sp-subMenu {
    padding: 0 5px;
  }
  .headWrappaer .sp-Menu .sp-js-Menu .sp-subMenu li {
    margin-bottom: 7px;
  }
  .headWrappaer .sp-Menu .sp-js-Menu .sp-subMenu li:last-child {
    margin-bottom: 0;
  }
  .headWrappaer .sp-Menu .sp-js-Menu .sp-subMenu li a {
    padding-left: 20px;
    display: block;
    position: relative;
  }
  .headWrappaer .sp-Menu .sp-js-Menu .sp-subMenu li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #fff;
  }

  #headerL {
    width: 284px;
    margin: 0 0 10px 10px;
    padding: 0 0 0 0;
    text-align: left;
    float: left;
  }
  #headerL .headlogo {
    width: 284px;
    overflow: hidden;
    margin-bottom: 0px;
  }
  #headerL .headlogo a {
    width: 284px;
    height: 136px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/sp/common/head_logo.png) no-repeat 0 0;
    background-size: contain;
  }

  #headerR {
    display: none;
  }
	#header .carriage_pc{
		display:none;
	}
	#header .carriage_sp{
		display:block;
	}
}
/*************************
GlobalNavi
**************************/
#GlobalNavi {
  clear: both;
  background: #FF0000;
  box-shadow: 0px 1px #b3a99c;
}
#GlobalNavi .l-contents {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
#GlobalNavi .gNavi {
  overflow: hidden;
  text-align:center;
}
#GlobalNavi .gNavi li {
  height: 46px;
  padding: 22px 0 0px;
  display:inline-block;
}
@media all and (-ms-high-contrast:none){
  #GlobalNavi .gNavi li {
  height: 40px;
  padding: 22px 0 0px;
  display:inline-block;
  }
}
#GlobalNavi .gNavi li:not(:target) {
  height: 40px\9;
}
#GlobalNavi .gNavi li a {
  text-align: center;
  color: #fff;
  padding:0 8px 0 4px;
  font-size: 114.285714286%;
  text-decoration: none;
  display: block;
  border-right: 1px #a26759 solid;
  font-weight: bold;
}
#GlobalNavi .gNavi li.first a{
  padding:0 8px 0 0;
}
#GlobalNavi .gNavi li.last a {
  padding:0 0 0 4px;
  border-right: none;
}
#GlobalNavi .gNavi li a:hover {
  opacity: 0.6;
}
#GlobalNavi .gNavi .twoitem {
  display: none;
}

@media screen and (max-width: 767px) {
  #GlobalNavi {
    background: #FF0000;
    box-shadow: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",sans-serif;
  }
  #GlobalNavi .l-contents {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #GlobalNavi .sp-jsWrappaer {
    display: none;
  }
  #GlobalNavi .sp-AccBtn.selected {
    display: none;
  }
  #GlobalNavi .sp-AccBtn.is-upper p {
    border-bottom: 1px #facca6 solid;
  }
  #GlobalNavi .gNavi {
    overflow: hidden;
    margin: 0 20px !important;
  }
  #GlobalNavi .gNavi li {
    width: 100% !important;
    float: none;
    height: auto;
    padding: 16px 0 !important;
    border-bottom: 1px #facca6 solid;
  }
  #GlobalNavi .gNavi li.second a {
    text-align: left;
  }
  #GlobalNavi .gNavi li.third a {
    text-align: left;
  }
  #GlobalNavi .gNavi li.last {
    border-bottom: none;
  }
  #GlobalNavi .gNavi li.last a {
    border: none;
    text-align: left !important;
  }
  #GlobalNavi .gNavi li a {
    text-align: left;
    color: #310c00;
    font-size: 114.285714286%;
    text-decoration: none;
    display: block;
    border-right: none;
    padding: 0 0 0 5.5px !important;
  }
  #GlobalNavi .gNavi .type-twoColumn {
    overflow: hidden;
  }
  #GlobalNavi .gNavi .type-twoColumn .is-left {
    float: left;
    width: 24.1071429%;
    box-sizing: border-box;
  }
  #GlobalNavi .gNavi .twoitem {
    display: block;
    float: right;
    width: 75.8928571%;
  }
  #GlobalNavi .gNavi .twoitem .sublist li {
    border: none;
    padding: 0 !important;
    margin-bottom: 10px;
  }
  #GlobalNavi .gNavi .twoitem .sublist li:last-child {
    margin-bottom: 0;
  }
  #GlobalNavi .gNavi .twoitem .sublist a {
    padding-left: 18px !important;
    position: relative;
  }
  #GlobalNavi .gNavi .twoitem .sublist a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0px 6px 10px;
    border-color: transparent transparent transparent #FF0000;
  }
}

/*************************
utility-Area
**************************/
.utility-Area {
  width: 950px;
  margin: 0 auto 22px auto;
  overflow: hidden;
}
.utility-Area #pankuz {
  display: inline-block;
  width: 100%;
  padding: 10px 0 5px 0;
}
.utility-Area #pankuz ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.utility-Area #pankuz ul li {
  color: #472b00;
  font-size: 107.142857143%;
  display: inline;
  margin: 0px 17px 0 0;

}
.utility-Area #pankuz ul li a {
  color: #472b00;
  font-size: 100%;
  padding: 0;
  margin: 0;
}
.utility-Area #pankuz ul li span{
	vertical-align: top;
}
.utility-Area #pankuz ul li a:hover {
  opacity: 0.6;
}
.utility-Area #pankuz ul li a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
	margin: 0 0 2px 23px;
  background: url("../images/common/icon_arrow_brown_right.png") no-repeat 0 0;
}
.utility-Area #pankuz ul li a:visited {
  padding: 0;
  margin: 0;
}
.utility-Area #pankuz ul li .arrow {
  font-size: 0;
  text-indent: -9999px;
}
.utility-Area #pankuz ul li strong {
  font-weight: normal;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .utility-Area {
    width: auto;
    margin: 0 auto 32.8px auto;
  }
  .utility-Area #pankuz {
    display: block;
    width: 100%;
    padding: 0px 0 0px 0;
  }
  .utility-Area #pankuz:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  .utility-Area #pankuz ul {
    width: 100%;
    margin: 0 0;
    padding: 0 10px;
    text-align: left;
    float: none;
    box-sizing: border-box;
  }
  .utility-Area #pankuz ul li {
    color: #310c00;
    font-size: 114.285714286%;
    display: inline;
    margin: 0px 14px 0 0;
    padding: 0;
  }
  .utility-Area #pankuz ul li a {
    color: #310c00;
    padding: 0;
    margin: 0;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",sans-serif;
  }
  .utility-Area #pankuz ul li a:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
		margin: 0 0 2px 20px;
    background: url("../images/common/icon_arrow_red01.png") no-repeat 0 0;
    background-size: contain;
  }
  .utility-Area #pankuz ul li a:visited {
    padding: 0;
    margin: 0;
  }
  .utility-Area #pankuz ul li span {
  }
  .utility-Area #pankuz ul li .arrow {
    font-size: 0;
    text-indent: -9999px;
  }
  .utility-Area #pankuz ul li strong {
    font-weight: normal;
    padding: 0;
  }

  .txtchangeHeader {
    display: none;
  }
}

/*************************
footer
**************************/
#footer {
  width: 100%;
  margin: 0;
  padding: 20px 0 0 0;
}
#footer:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
#footer .footmenu {
  width: 950px;
  margin: 0 auto 16px auto;
  padding: 0;
}
#footer .footmenu:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
#footer .footmenu ul {
  overflow: hidden;
}
#footer .footmenu ul li {
  float: left;
  display: block;
  overflow: hidden;
}
#footer .footmenu ul li.first {
  width: 76px;
}
#footer .footmenu ul li.second {
  width: 209px;
}
#footer .footmenu ul li.third {
  width: 224px;
}
#footer .footmenu ul li.fourth {
  width: 122px;
}
#footer .footmenu ul li.fifth {
  width: 117px;
}
#footer .footmenu ul li.sixth {
  width: 118px;
}
#footer .footmenu ul li.last {
  width: 84px;
}
#footer .footmenu ul li:last-child {
  margin-right: 0;
}
#footer .footmenu ul li:last-child a {
  text-align: right;
}
#footer .footmenu ul li:last-child a:before {
  left: 3px;
}
#footer .footmenu ul li a {
  color: #310c00;
  font-size: 114.285714286%;
  text-decoration: none;
  display: block;
  overflow: hidden;
  padding-left: 13px;
  position: relative;
}
#footer .footmenu ul li a:hover {
  opacity: 0.6;
}
#footer .footmenu ul li a:before {
  content: "";
  display: block;
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: url("../images/common/icon_arrow_red01.png") no-repeat 0 0;
  background-size: contain;
}
#footer #footBottom {
  width: 100%;
  margin: 0;
  padding: 27px 0 36px;
  background: #FF0000;
  box-shadow: 0px 3px 3px -3px #000;
}
#footer #footBottom:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
#footer #footBottom #footBottominBox {
  width: 950px;
  margin: 0 auto;
  text-align: left;
}
#footer #footBottom #footBottominBox:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
#footer #footBottom #footBottominBox .footNavi .itemList {
  overflow: hidden;
  margin-bottom: 28px;
}
#footer #footBottom #footBottominBox .footNavi .itemList .itemttl {
  color: #fff;
  font-size: 107.1428571%;
  font-weight: bold;
  margin-bottom: 5px;
}
#footer #footBottom #footBottominBox .footNavi .itemList dd {
  overflow: hidden;
}
#footer #footBottom #footBottominBox .footNavi .itemList dd dl {
  float: left;
}
#footer #footBottom #footBottominBox .footNavi .itemList dd dl.first {
  width: 120px;
}
#footer #footBottom #footBottominBox .footNavi .itemList dd dl.second {
  width: 176px;
}
#footer #footBottom #footBottominBox .footNavi .itemList dd dl.third {
  width: 138px;
}
#footer #footBottom #footBottominBox .footNavi .itemList dd dl.fourth {
  width: 74px;
}
#footer #footBottom #footBottominBox .footNavi .itemList dd dl.fifth {
  width: 103px;
}
#footer #footBottom #footBottominBox .footNavi .itemList dd dl.sixth {
  width: 156px;
}
#footer #footBottom #footBottominBox .footNavi .itemList dd dl.seventh {
  width: 60px;
}
#footer #footBottom #footBottominBox .footNavi .itemList dd dl.last {
  width: 118px;
}
#footer #footBottom #footBottominBox .footNavi .itemList dd dl.last dt {
  text-align: right;
}
#footer #footBottom #footBottominBox .footNavi .itemList dd dl dt a {
  color: #fff;
  font-size: 114.285714286%;
}
#footer #footBottom #footBottominBox .footNavi .itemList dd dl dt a:hover {
  opacity: 0.6;
}
#footer #footBottom #footBottominBox .footNavibox .footNavilist {
  overflow: hidden;
  margin: 0 -4px;
}
#footer #footBottom #footBottominBox .footNavibox .footNavilist li {
  float: left;
  margin: 0 4px;
}
#footer #footBottom #footBottominBox .footNavibox .footNavilist .cssBtn.typeYellow a {
  font-size: 92.857142857%;
  font-weight: bold;
  width: 200px;
  height: 58px;
  text-align: left;
  padding: 8px 0px 8px 30px;
  box-sizing: border-box;
  text-shadow: none;
}
#footer #footBottom #footBottominBox .footNavibox .footNavilist .cssBtn.typeYellow a:before {
  left: 15px;
}
#footer #footBottom #footBottominBox .footNavibox .footNavilist .cssBtn.typeYellow span {
  font-size: 138.461538462%;
}
#footer #footBottom #footBottominBox .footNavibox .footNavilist .cssBtn.typeOrange a {
  font-size: 92.857142857%;
  font-weight: bold;
  width: 200px;
  height: 58px;
  text-align: left;
  padding: 8px 0px 8px 35px;
  box-sizing: border-box;
  text-shadow: none;
}
#footer #footBottom #footBottominBox .footNavibox .footNavilist .cssBtn.typeOrange a:before {
  left: 7px;
}
#footer #footBottom #footBottominBox .footNavibox .footNavilist .cssBtn.typeOrange span {
  font-size: 138.461538462%;
}
#footer #footBottom #footBottominBox .footNavibox .footNavilist .l-frame {
  width: 534px;
  padding: 11px 4px 13px 4px;
  overflow: hidden;
  background: #fff;
  display: table;
  box-sizing: border-box;
}
#footer #footBottom #footBottominBox .footNavibox .footNavilist .l-frame .img {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  width: 152px;
  height: 24px;
}
#footer #footBottom #footBottominBox .footNavibox .footNavilist .l-frame .img img {
  width: 100%;
  height: auto;
}
#footer #footBottom #footBottominBox .footNavibox .footNavilist .l-frame .companyInfo {
  display: table-cell;
  color: #310c00;
  font-size: 92.857142857%;
  letter-spacing:-0.5px;
  line-height: 1.0;
}
#footer #footBottom #footBottominBox .footNavibox .footNavilist .l-frame .companyInfo span {
  font-size: 138.461538462%;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
#footer #footBottom #footBottominBox .footNavibox .footNavilist .l-frame .companyInfo br {
  display: none;
}
#footer #footBottom #footBottominBox .footNavibox .footNavilist .l-frame .logo {
  display: table-cell;
  vertical-align: middle;
  width: 92px;
  height: 36px;
}
#footer #footBottom #footBottominBox .footNavibox .footNavilist .l-frame .logo img {
  width: 100%;
  height: auto;
}
#footer .footCopy {
  width: 950px;
  margin: 0 auto;
  padding: 35px 0;
  text-align: center;
  color: #472b00;
  font-size: 107.142857143%;
}

@media screen and (max-width: 767px) {
  #footer {
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
  }
  #footer:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  #footer .footmenu {
    display: none;
  }
  #footer #footBottom {
    width: 100%;
    margin: 0;
    padding: 20px 0 15px;
    background: #FF0000;
  }
  #footer #footBottom:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  #footer #footBottom #footBottominBox {
    width: 100%;
    text-align: left;
  }
  #footer #footBottom #footBottominBox:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  #footer #footBottom #footBottominBox .footNavi {
    margin: 0 10px;
  }
  #footer #footBottom #footBottominBox .footNavi .itemList {
    overflow: hidden;
    margin-bottom: 21px;
  }
  #footer #footBottom #footBottominBox .footNavi .itemList .itemttl {
    color: #fff;
    font-size: 114.285714286%;
    font-weight: bold;
    margin-bottom: 8px;
  }
  #footer #footBottom #footBottominBox .footNavi .itemList dd {
    overflow: hidden;
    margin: 0 -7px !important;
  }
  #footer #footBottom #footBottominBox .footNavi .itemList dd dl {
    float: left;
    width: auto !important;
    margin: 0 7px 5px !important;
  }
  #footer #footBottom #footBottominBox .footNavi .itemList dd dl dt a {
    color: #fff;
    font-size: 114.285714286%;
    font-weight: normal;
    line-height: 1.3125;
  }
  #footer #footBottom #footBottominBox .footNavibox {
    margin: 0 10px;
  }
  #footer #footBottom #footBottominBox .footNavibox .footNavilist {
    overflow: hidden;
    margin: 0 0;
  }
  #footer #footBottom #footBottominBox .footNavibox .footNavilist li {
    float: none;
    margin: 0 0;
    padding-bottom: 0px;
  }
  #footer #footBottom #footBottominBox .footNavibox .footNavilist .cssBtn {
    display: none;
  }
  #footer #footBottom #footBottominBox .footNavibox .footNavilist .l-frame {
    width: 100% !important;
    margin-left: 0px !important;
    padding: 12.5px !important;
    overflow: hidden;
    background: #fff;
    display: block;
    box-sizing: border-box;
  }
  #footer #footBottom #footBottominBox .footNavibox .footNavilist .l-frame .img {
    display: block;
    vertical-align: middle;
    padding-right: 0 !important;
    margin-bottom: 12px;
    width: 100%;
    height: auto;
  }
  #footer #footBottom #footBottominBox .footNavibox .footNavilist .l-frame .img img {
    width: 100%;
    height: auto;
  }
  #footer #footBottom #footBottominBox .footNavibox .footNavilist .l-frame .companyInfo {
    display: block;
    color: #310c00;
    font-size: 114.285714286%;
    line-height: 1.3;
    padding-right: 0px !important;
    margin-bottom: 12.6px;
  }
  #footer #footBottom #footBottominBox .footNavibox .footNavilist .l-frame .companyInfo br {
    display: block !important;
  }
  #footer #footBottom #footBottominBox .footNavibox .footNavilist .l-frame .companyInfo span {
    font-size: 100%;
    font-weight: bold;
    display: block;
    margin-bottom: 1px;
  }
  #footer #footBottom #footBottominBox .footNavibox .footNavilist .l-frame .logo {
    width: 37%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #footer #footBottom #footBottominBox .footNavibox .footNavilist .l-frame .logo img {
    width: 100%;
    height: auto;
  }
  #footer .footCopy {
    font-size: 114.285714286%;
    color: #472b00;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 17.5px 10px 17.5px;
    text-align: center;
    margin-bottom: 80px;
    line-height: 1.3125;
  }
}
/*************************
contactArea
**************************/
.contactArea {
  margin: 0px 0 57px;
  padding: 50px 0 60px;
  background: #fff1de;
}
.contactArea .ttlBox {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.contactArea .ttlBox:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: url("../images/common/bg_border_red01.gif") repeat-x 0 0;
}
.contactArea .heading {
  color: #472b00;
  font-weight: bold;
  font-size: 200%;
  text-align: left;
  font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W6","Hiragino Mincho Pro","‚l‚r ‚o–¾’©","MS PMincho","‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",sans-serif;
  width: 950px;
  margin: 0 auto;
}
.contactArea .contactWrapper {
  text-align: left;
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
.contactArea .contactBox {
  background: #FFF;
}
.contactArea .contactBox .l-contents {
  padding: 20px 20px 10px;
  overflow: hidden;
}
.contactArea .contactBox .subhead {
  font-size: 128.571428571%;
  font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W6","Hiragino Mincho Pro","‚l‚r ‚o–¾’©","MS PMincho","‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",sans-serif;
  font-weight: bold;
  padding: 9px 0 9px 20px;
}
.contactArea .contactBox .numimg {
  margin-bottom: 7px;
}
.contactArea .contactBox .read {
  color: #472b00;
  font-size: 114.285714286%;
}
.contactArea .contactBox .sp-read {
  display: none;
}
.contactArea .contactBox.is-left {
  width: 310px;
  float: left;
}
.contactArea .contactBox.is-left .subhead {
  color: #FFF;
  background: #cf400f;
}
.contactArea .contactBox.is-left .l-contents {
  padding-bottom: 18px;
}
.contactArea .contactBox.is-left .numimg img {
  width: 267px;
  height: 31px;
}
.contactArea .contactBox.is-right {
  width: 630px;
  float: right;
  overflow: hidden;
}
.contactArea .contactBox.is-right .subhead {
  color: #472b00;
  background: #f8b076;
}
.contactArea .contactBox.is-right .l-contents {
  padding: 24px 20px 11px;
}
.contactArea .contactBox.is-right .numimg img {
  width: 274px;
  height: 31px;
}
.contactArea .contactBox.is-right .l-frame.is-left {
  width: 275px;
  float: left;
}
.contactArea .contactBox.is-right .l-frame.is-right {
  width: 292px;
  float: right;
  overflow: hidden;
}
.contactArea .contactBox.is-right .l-frame.is-right .img {
  float: left;
  width: 113px;
}
.contactArea .contactBox.is-right .l-frame.is-right .summary {
  margin-left: 125px;
}
.contactArea .contactBox.is-right .l-frame.is-right .cssBtn {
  margin-bottom: 10px;
}
.contactArea .contactBox.is-right .l-frame.is-right .cssBtn a {
  box-sizing: border-box;
}
.contactArea .contactBox.is-right .l-frame.is-right .cssBtn.typeOrange a {
  font-size: 105%;
  font-weight: bold;
  padding: 5px 0;
}
.contactArea .contactBox.is-right .l-frame.is-right .cssBtn.typeOrange a:before {
  left: 15px;
}
.contactArea .contactBox.is-right .l-frame.is-right .cssBtn.typeGray a {
  font-size: 105%;
  font-weight: bold;
  padding: 5px 0;
}
.contactArea .contactBox.is-right .l-frame.is-right .cssBtn.typeGray a:before {
  left: 15px;
}
.contactArea .contactBox.is-right .l-frame.is-right .cssBtn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .contactArea {
    margin: 50px 0;
    padding: 13px 0 15px;
    background: #fff1de;
  }
  .contactArea .ttlBox {
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 15px;
  }
  .contactArea .ttlBox:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9px;
    background: url("../images/sp/common/bg_border_red01.png") repeat-x 0 0;
    background-size: contain;
  }
  .contactArea .heading {
    color: #472b00;
    font-weight: bold;
    font-size: 171.428571429%;
    text-align: left;
	font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W6","Hiragino Mincho Pro","‚l‚r ‚o–¾’©","MS PMincho","‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",sans-serif;
    width: 100%;
    margin: 0 0;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 1.2;
  }
  .contactArea .contactWrapper {
    text-align: left;
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .contactArea .contactBox {
    background: #FFF;
  }
  .contactArea .contactBox .l-contents {
    padding: 20px 12px 10px;
    overflow: hidden;
  }
  .contactArea .contactBox .subhead {
    font-size: 128.571428571%;
	font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W6","Hiragino Mincho Pro","‚l‚r ‚o–¾’©","MS PMincho","‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",sans-serif;
    font-weight: bold;
    padding: 9px 0 9px 20px;
  }
  .contactArea .contactBox .numimg {
    margin-bottom: 12px;
  }
  .contactArea .contactBox .read {
    color: #472b00;
    font-size: 114.285714286%;
  }
  .contactArea .contactBox .sp-read {
    display: block;
    color: #472b00;
    font-size: 114.285714286%;
  }
  .contactArea .contactBox.is-left {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .contactArea .contactBox.is-left .subhead {
    color: #FFF;
    background: #cf400f;
    padding: 9px 0 9px 13px;
  }
  .contactArea .contactBox.is-left .l-contents {
    padding-top: 17px;
    padding-bottom: 18px;
  }
  .contactArea .contactBox.is-left .numimg img {
    width: 238px;
    height: 26.5px;
  }
  .contactArea .contactBox.is-right {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .contactArea .contactBox.is-right .subhead {
    color: #472b00;
    background: #f8b076;
    padding: 9px 0 9px 13px;
  }
  .contactArea .contactBox.is-right .l-contents {
    padding: 15px 12px 11px;
  }
  .contactArea .contactBox.is-right .numimg img {
    width: 244px;
    height: 26.5px;
  }
  .contactArea .contactBox.is-right .l-frame.is-left {
    width: 100%;
    float: none;
  }
  .contactArea .contactBox.is-right .l-frame.is-right {
    display: none;
    width: 292px;
    float: right;
    overflow: hidden;
  }
  .contactArea .contactBox.is-right .l-frame.is-right .img {
    float: left;
    width: 113px;
  }
  .contactArea .contactBox.is-right .l-frame.is-right .summary {
    margin-left: 125px;
  }
  .contactArea .contactBox.is-right .l-frame.is-right .cssBtn {
    margin-bottom: 10px;
  }
  .contactArea .contactBox.is-right .l-frame.is-right .cssBtn.typeOrange a {
    font-size: 105%;
    font-weight: bold;
    padding: 5px 0;
  }
  .contactArea .contactBox.is-right .l-frame.is-right .cssBtn.typeOrange a:before {
    left: 15px;
  }
  .contactArea .contactBox.is-right .l-frame.is-right .cssBtn.typeGray a {
    font-size: 105%;
    font-weight: bold;
    padding: 5px 0;
  }
  .contactArea .contactBox.is-right .l-frame.is-right .cssBtn.typeGray a:before {
    left: 15px;
  }
  .contactArea .contactBox.is-right .l-frame.is-right .cssBtn:hover {
    opacity: 0.6;
  }
}
