﻿@charset "UTF-8";
/*---- .fonts --------------------------*/
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
/*reset*/
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-size: 100%;font: inherit;vertical-align: baseline;}
main, article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html {overflow-y: scroll;} 
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
ol, ul {list-style:none;}
table {border-collapse: collapse; border-spacing:0;}
caption, th {text-align: left;}
sup {
	vertical-align:text-top;
	line-height:1;
	font-size:80%;
}
sub {
	vertical-align:text-bottom;
	line-height:1;
	font-size:80%;
}
img {
	vertical-align: top;
	width:100%;
	max-width: 100%;
}
strong, em {font-weight: bold;}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*common
--------------------------------------------------------------- */
html {
	font-size: 62.5%;
	overflow: auto;
}
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "メイリオ", "Meiryo", "Helvetica", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	color:#222;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow: hidden;
}
a, a:link {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
	color:#014099;
}
a:visited {
	background-color: transparent;
}
a:hover, a:active {
	background-color: transparent;
}
.el-font-txt {
	font-family: "Oswald","Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "メイリオ", "Meiryo", "Helvetica", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ta-left-txt {
text-align: left !important;
}
.ta-center-txt {
text-align: center !important;
}
.ta-right-txt {
text-align: right !important;
}
.txt-bold {
font-weight:700 !important;
}
.ltsp-normal {
	letter-spacing: normal !important;
}
.txt-col-r {
	color:#ff0000 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-1em {
	margin-bottom: 1em !important;
}
.mt-1em {
	margin-top: 1em !important;
}
.mr-1em {
	margin-right: 1em !important;
}
.ml-1em {
	margin-left: 1em !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mr-30 {
	margin-right: 30px !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.ml-20 {
	margin-left: 20px !important;
}
.ml-30 {
	margin-left: 30px !important;
}
/* Accessibility navigation
--------------------------------------------------------------- */
#page-top, #blockskip {
	position: absolute;
	top: 0px;
	right: 0px;
	display: run-in;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border-style: none;
	overflow: hidden;
}
/* Search Area
--------------------------------------------------------------- */
.search-area input, .search-area select {vertical-align:middle;}
.search-area input, .search-area button, .search-area textarea, .search-area select {margin: 0;padding: 0;background: none;border: none;border-radius: 0;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.search-area input[type='text'],
.search-area input[type='mail'],
.search-area input[type='number'],
.search-area textarea,
.search-area select,
.search-area object {
  box-sizing: border-box;
  margin: 0;
  padding: 7px 5px;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  -webkit-border-image: none;
  outline: none;
  background: white;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-rtl-ordering: logical;
}
.search-area select::-ms-expand {
  display: none;
}
.search-area select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.search-area input[type='text'],
.search-area input[type='mail'],
.search-area input[type='number'],
.search-area textarea {
  -webkit-appearance: none;
}
.search-area button,
.search-area input[type='submit'],
.search-area input[type='button'] {
  box-sizing: border-box;
  padding: 7px 5px;
  border: none;
  -webkit-border-image: none;
  outline: none;
  box-shadow: none;
  -webkit-rtl-ordering: logical;
  text-align: center;
  cursor: pointer;
}
.search-area button[type='submit']:focus,
.search-area button[type='submit']::-moz-focus-inner,
.search-area input[type='submit']:focus,
.search-area input[type='submit']::-moz-focus-inner {
  border: 0;
  outline: none;
}

/*Page stracture
--------------------------------------------------------------- */
.wrapper {
}
.container {
	margin-right:4.6%;
	margin-left:4.6%;
}
#gl-header .container,
#gl-footer .container{
	margin:0;
}
.container:after {content: "";clear: both;display: block;}
/*Global Header
------------------------------------------- */
#fadelayer {
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
	z-index: 400;
}
.fadelayer {
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
	z-index: 400;
}
#gl-header {
	position: relative;
	height: 51px;
	border-bottom: 1px solid #ccc;
	background-color: #fff100;
	z-index: 500;
}
#gl-header .upperarea {
}
#gl-header .upperarea:after {content: "";clear: both;display: block;}
#gl-header .upperarea .logo {
	position:absolute;
	top:0;
	bottom:0;
	left:4.66%;
	margin:auto;
	width: 22.9%;
}
#gl-header .upperarea .logo img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	max-height:45px;
	width: auto;
}
#gl-header .anniversary_logo {
	position: relative;
}
#gl-header .anniversary_logo img{
	position: absolute;
	top:6px;
	left: 29%;
	width:5%;
}
#gl-header .upperarea .lang {
	position: absolute;
	right:60px;
	line-height: 50px;
	font-weight: 300;
	font-size: 15px;
 font-size: 1.5rem;
	font-family: "Saira", sans-serif;
}
#gl-header.add-search .upperarea .lang {
	right:110px;
}
#gl-header .upperarea .lang a {
	color: #000;
	display:block;
}
#gl-header .search-area {
	position: absolute;
	margin-top: 50px;
	width: 100%;
}
#gl-header .search-area:before {
	content: '';
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	margin: -50px 50px 0 0;
	background: #fff100 url(../images/sp/icon_gl_header_search.png) center center no-repeat;
	background-size: 50% 50%;
	border-left: 1px solid #000;
}
#gl-header #head-search {
	background-color: #000;
	padding: 5px;
	display: none;
}
#gl-header #head-search .search-wrap {
	width: 100%;
	position: relative;
	padding: 10px;
}
#gl-header #head-search .input-txt {
	width: 93%;
	border: none;
	padding: 6px 6px 6px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	min-height: 30px;
	color: #000;
}
#gl-header #head-search .input-txt::-webkit-input-placeholder {
 color:#999;/* Chrome, Safari */
}
#gl-header #head-search .input-txt::-moz-placeholder {
 color:#999;/* Firefox */
}
#gl-header #head-search .input-txt:-moz-placeholder {
 color:#999;/* Firefox lt 18 */
}
#gl-header #head-search .input-txt:-ms-input-placeholder {
 color:#999;/* IE */
}
#gl-header #head-search .input-btn {
	position:absolute;
	right:10px;
	top:10px;
	width:60px;
	height: 30px;
	letter-spacing: .12em;
	font-weight: 300;
	color:#000;
	background: #fff100;
}
#gl-header .lowerarea {
	position: fixed;
	top: 0;
	right:0;
	margin-top: 51px;
	z-index: 9999;
	width: 100%;
}
@media screen and (orientation: landscape) {/* 横向きの場合のスタイル */
		#gl-header .lowerarea {
			position: absolute;
			top: 0;
			margin-top: 51px;
			width: 100%;
	}
}
#gl-header .lowerarea:before {
	content: '';
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	margin: -51px 0 0 0;
	background: #000 url(../images/sp/btn_gl_header_toggle_brand.png) left top no-repeat;
	background-size: cover;
}
#gl-header .lowerarea.open:before {
	background-position: 100% bottom;
}
#gl-header #head-nav-area {
	text-align: left;
	position: absolute;
	right: 0;
	top: 0;
	width: 70%;
	background-color: #fff;
}
#gl-header #head-nav {}
#gl-header #head-nav > li {
	display: block;
	margin-left: 0;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: normal;
	padding-bottom: 0;
}
#gl-header #head-nav > li > a {
	color: inherit;
	line-height: 1.2;
	padding: 14px 15px 15px 15px;
	display: block;
	transition: none;
	border-bottom: 1px solid #f3f3f3;
	position: relative;
}
#gl-header #head-nav > li > a.sub-nav-head {
	font-weight: 700;
	color: #000;
	background: #f5f5f5;
	position:relative;
}
#gl-header #head-nav > li > a.sub-nav-head::after {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:10px;
	margin:auto;
	width:40px;
	height: 40px;
	background: transparent url(../images/sp/bg_gl_header_subnavhead_bk.png) right bottom no-repeat;
	background-size:cover;
}
#gl-header #head-nav > li > a.sub-nav-head.open::after {
	background-position: right top;
}
#gl-header #head-nav > li:last-child > a{
	border-bottom: none;
}
#gl-header #head-nav > li > a > span {
	position: relative;
	display:inline-block;
	width:100%;
	padding-left: 22px;
}
#gl-header #head-nav > li > a.sub-nav-head > span {
	padding-left: 0;
}
#gl-header #head-nav > li > a > span::before{
	content: "";
 display: block;
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
	left:0;
	width:15px;
	height: 15px;
	background: #000;
}
#gl-header #head-nav > li > a > span::after{
	content: "";
 display: block;
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
	left:5px;
 width: 5px;
 height: 5px;
 border-top: solid 1px;
 border-right: solid 1px;
 border-color: #fff100;
 -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
         transform: rotate(45deg);
}
/*#gl-header #head-nav > li > a.sub-nav-head.open > span::before,
#gl-header #head-nav > li > a.sub-nav-head.open > span::after{*/
#gl-header #head-nav > li > a.sub-nav-head > span::before,
#gl-header #head-nav > li > a.sub-nav-head > span::after{
	content: none;
}
#gl-header #head-nav > li .sub-nav {
	background-color: #f5f5f5;
	display: none;
}
#gl-header #head-nav > li .sub-nav > li > a {
	color: inherit;
	line-height: 1.2;
	padding: 7px 15px 8px 22px;
	display: block;
}
#gl-header #head-nav > li .sub-nav > li > a > span{
	position:relative;
	display:inline-block;
	width:100%;
	padding-left: 22px;
}
#gl-header #head-nav > li .sub-nav > li > a > span::before{
	content: "";
 display: block;
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
	left:0;
	width:15px;
	height: 15px;
	background: #000;
}
#gl-header #head-nav > li .sub-nav > li > a > span::after{
	content: "";
 display: block;
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
	left:5px;
 width: 5px;
 height: 5px;
 border-top: solid 1px;
 border-right: solid 1px;
 border-color: #fff100;
 -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
         transform: rotate(45deg);
}
/*Page Body
------------------------------------------- */
#page-body {
}
#page-body:after {content: "";clear: both;display: block;}
#page-body .contbody {
	padding:25px 0;
}
#page-body .contbody:after { content: ""; clear: both; display: block;}
#page-body .contbody.bg-c01 {
	background-color: #f5f5f5;
}
#page-body .mainbody {}
#page-body .sidebar{}
/*Share Style
---------------------------- */
.ttl-l-btm-line-ej {
	font-size: 33px;
 font-size: 3.3rem;
	font-family: "Oswald","Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "メイリオ", "Meiryo", "Helvetica", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.15;
	font-weight: 700;
	letter-spacing: -.02em;
	color:#000;
	position: relative;
	padding-bottom:12px;
	padding-left:15px;
	padding-right: 4%;
	border-bottom: 3px solid #000;
	margin-bottom: 15px;
	margin-left: -5.06%;
	margin-right: -5.06%;
}
.ttl-l-btm-line-ej::before{
	content: "";
	display: block;
	width:12px;
	height: 33px;
	position: absolute;
	top:0.1em;
	left:0;
	margin:auto;
	background: #fff100;
}
.ttl-l-btm-line-ej:after {content: "";display: block;clear: both;}
.ttl-l-btm-line-ej .ttl {
	display:table-cell;
	vertical-align: bottom;
}
.ttl-l-btm-line-ej .btn-border {
	display:table-cell;
	width:135px;
}
.ttl-l-btm-line-ej .sub {
	display:inline-block;
	font-size: 15px;
 font-size: 1.5rem;
	color:#000;
	font-weight: 500;
	font-style: normal;
	padding-left:5px;
	vertical-align:middle;
	margin-top:-10px;
	line-height: 1.2em;
}
.ttl-line-l {
	position: relative;
	font-size: 24px;
 font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 700;
	padding-left: 40px;
	color:#000;
	margin-bottom: 30px;
}
.ttl-line-l::before {
	content:'';
	width:20px;
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	background:#fff100;
}
.ttl-line-l::after {
	content:'';
	position: absolute;
	left:0;
	right:0;
	bottom:-30px;
	margin:auto;
	background:#000;
	height: 5px;
}
.ttl-line-l .num {
	display: block;
	font-size: 20px;
 font-size: 2.0rem;
	line-height: 1.2;
	margin-bottom: 5px;
}
.ttl-left-line-m {
	font-size: 22px;
 font-size: 2.2rem;
	line-height: 1.3;
	font-weight: 600;
	padding:0;
	padding-left: 10px;
	color:#222;
	margin-top:30px;
	margin-bottom: 30px;
	position: relative;
}
.ttl-left-line-m::before{
	content: "";
	display: block;
	width:3px;
	height: 1.1em;
	position: absolute;
	top:0.1em;
	left:0;
	margin:auto;
	background: #fff100;
}
.ttl-left-line-s {
	font-size: 20px;
 font-size: 2.0rem;
	line-height: 1.3;
	font-weight: 700;
	padding:0;
	padding-left: 20px;
	color:#222;
	margin-top:30px;
	margin-bottom: 30px;
	position: relative;
}
.ttl-left-line-s::before{
	content: "";
	display: block;
	width:10px;
	height: 1.1em;
	position: absolute;
	top:0.1em;
	left:0;
	margin:auto;
	background: #fff100;
}
.ttl-left-line-ss {
	font-size: 18px;
 font-size: 1.8rem;
	line-height: 1.3;
	font-weight: 700;
	padding:0;
	padding-left:20px;
	color:#222;
	margin-bottom: 20px;
	position: relative;
}
.ttl-left-line-ss::before{
	content: "";
	display: block;
	width:10px;
	height: 1.1em;
	position: absolute;
	top:0.1em;
	left:0;
	margin:auto;
	background: #fff100;
}
.ttl-left-line-sss {
	font-size: 14px;
 font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 700;
	padding:0;
	padding-left:10px;
	color:#222;
	margin-bottom: 20px;
	position: relative;
}
.ttl-left-line-sss::before{
	content: "";
	display: block;
	width:3px;
	height: 1.1em;
	position: absolute;
	top:0.1em;
	left:0;
	margin:auto;
	background: #fff100;
}
.ttl-bg-dgr-top-line {
	font-size: 16px;
 font-size: 1.6rem;
	line-height:1.2;
	font-weight: 500;
	color:#fff;
	background-color: #000;
	padding: 10px;
	min-height: 45px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.ttl-left-line {
	font-size: 20px;
 font-size: 2.0rem;
	line-height:1.2;
	font-weight: 700;
	letter-spacing: .04em;
	padding:20px 10px;
	padding-left:8.7%;
	color:#000;
	position: relative;
	margin-top:30px;
	background:#ccc;
}
.ttl-left-line::before{
	content: "";
	display: block;
	width:8px;
	height: 1.2em;
	position: absolute;
	top:20px;
	left:4.6%;
	margin:auto;
	background: #fff100;
}
.ttl-caution-ss {
 display:table;
 width:100%;
 height: 35px;
	font-size: 16px;
 font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 700;
	padding:0;
	color:#000;
 margin-bottom: 10px;
 overflow: hidden;
}
.ttl-caution-ss > span {
 position: relative;
 display:table-cell;
 vertical-align: middle;
 padding-left:40px;
}
.ttl-caution-ss > span::before{
	content: "";
	display: block;
 position: absolute;
 top:0;
 left:0;
 width: 35px;
 height: 35px;
 -webkit-border-radius: 50%;
 border-radius: 50%;
	background: #000;
}
.ttl-caution-ss > span::after{
	content: "";
	display: block;
 position: absolute;
 top:0;
 left:0;
 width:35px;
 height:35px;
 background:transparent url(../images/icon_caution.png) center top no-repeat;
 background-size:cover;
}
.ttl-normal-style {
 font-size: 22px;
 font-size: 2.2rem;
	line-height: 1.36;
	font-weight: 700;
 color:#000;
 margin-bottom: 20px;
}
.toggle-head {
 position: relative;
 border-bottom:1px solid #000;
 padding-right: 30px;
}
.toggle-head::before {
	content: "";
	position: absolute;
 display: block;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	width: 25px;
 height: 25px;
	background-color: #fff100;
}
.toggle-head::after {
	content: "";
	position: absolute;
 display: block;
	top:-3px;
	bottom:0;
	right:7.5px;
	margin:auto;
 width: 10px;
 height: 10px;
 border-top: solid 2px;
 border-right: solid 2px;
 border-color: #000;
 -webkit-transform: rotate(135deg);
     -ms-transform: rotate(135deg);
         transform: rotate(135deg);
 transition: all .3s;
}
.toggle-head.open:after {
	top:2px;
	-webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
.toggle-head + .toggle-area {
 background-color: #f8f8f8;
 padding:20px;
}
.toggle-head.close + .toggle-area {
	display: none;
}
/*product-color-set*/
.egi-oh-q-live::before {
	background: #10069f;
}
.egi-oh-q-live-search::before {
	background: #e91995;
}
.egi-oh-k::before {
	background: #ffa300;
}
.egi-oh-tr::before {
	background: #5c068c;
}
.egi-oh-tr-search::before {
	background: #97d700;
}
.egi-oh-rh::before {
 background: #cb422c;
}
.eginno::before {
 background: #00AF9C;
}
.btn-border {
	font-weight: 400;
	font-size: 14px;
 font-size: 1.4rem;
	line-height: 1.2;
	font-style: normal;
	display:block;
	text-align: center;
	position: relative;
	vertical-align: top;
}
.btn-border > a,
.btn-border > .inner{
	position: relative;
	background-color: #000;
	min-width: 75%;
 display: inline-block;
	padding:5px;
 overflow: hidden;
	color:#fff;
	text-decoration: none;
	text-align: left;
}
.btn-border > a::before,
.btn-border > .inner::before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width:50px;
	background-color:#fff100;
}
.btn-border > a::after,
.btn-border > .inner::after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width:7px;
	background-color:#fff100;
}
.btn-border > a > span,
.btn-border > .inner > span{
	display:block;
	padding:12px 50px 12px 20px;
	position: relative;
	color: #fff;
}
.btn-border > a > span::before,
.btn-border > a > span::after,
.btn-border > .inner > span::before,
.btn-border > .inner > span::after{
	content: "";
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.btn-border > a > span::before,
.btn-border > .inner > span::before{
	right: 21px;
	width: 12px;
	height: 12px;
	border-top: solid 3px;
	border-right: solid 3px;
	border-color: #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-border > a > span::after,
.btn-border > .inner > span::after{
	right: 10px;
	width: 12px;
	height: 12px;
	border-top: solid 3px;
	border-right: solid 3px;
	border-color: #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-bg-dgr {
	margin:20px 0;
	display:inline-block;
	width: 100%;
}
.btn-bg-dgr a{
  display: table;
		margin:0 auto;
  height: 45px;
  width: 100%;
		line-height:1.3;
		font-weight: 700;
		letter-spacing: .07em;
  text-align: center;
		-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
	 border-radius: 4px;
  color: #fff !important;
  background: #333;
}
.btn-bg-dgr a > span {
	display:table-cell;
	vertical-align: middle;
	padding:0 10px;
}
.txt-link {
	line-height: 1.3;
	margin: 1em 0;
}
.txt-link > li {
 display:inline-block;
 margin-right: 10px;
 margin-bottom: 5px;
}
.txt-link > li a {
 display:block;
}
.txt-link a {
 display:inline-block;
 padding-right: 20px;
	color:inherit;
	text-decoration: none;
 position: relative;
}
.txt-link a::before {
 content: "";
 display: block;
 position: absolute;
 right: 6px;
 top:0;
 bottom:0;
 margin:auto;
 width: 10px;
 height: 10px;
 border-top: solid 2px;
 border-right: solid 2px;
 border-color: #fff100;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.txt-link a::after {
 content: "";
 display: block;
 position: absolute;
 right: 0;
 top:0;
 bottom:0;
 margin:auto;
 width: 10px;
 height: 10px;
 border-top: solid 2px;
 border-right: solid 2px;
 border-color: #fff100;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.txt-link-arrow {
	font-size: 16px;
 font-size: 1.6rem;
	line-height:1.2;
	display:inline-block;
	position: relative;
}
.txt-link-arrow > a {
	display:block;
	padding-right: 20px;
	color: inherit;
}
.txt-link-arrow > a::before,
.txt-link-arrow > a::after{
	content: "";
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.txt-link-arrow > a::before{
	right: 4px;
	width: 11px;
	height: 1px;
	background: #222;
}
.txt-link-arrow > a::after{
	right: 4px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #222;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sq-dot-list dt,.sq-dot-list dd {
	padding-left: 1em;
	text-indent: -1em;
	padding-top:0.1em;
	padding-bottom:0.1em;
}
.sq-dot-list dt::before {
	content:'\025a0';
}
.sq-dot-list dd::before {
	content:'\30FB';
}
.dot-list-inline {
	letter-spacing: -.04em;
}
.dot-list-inline li{
	letter-spacing:normal;
	display:inline-block;
	padding-left:.5em;
}
.dot-list-inline li:first-child {
	padding-left:0;
}
.dot-list-inline li::before {
	content:'\025cb';
}
.txt-add-square {
	padding-left: 1em;
	text-indent: -1em;
}
.txt-add-square::before {
	content:'\025a0';
}
.wh-tbl {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom:20px;
}
.wh-tbl th{
	padding: 7px 14px;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-weight: 400;
	white-space: nowrap;
}
.wh-tbl th.sp-wrap {
 white-space:normal;
}
.wh-tbl td{
	padding: 7px 14px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.bk-th-tbl {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom:30px;
}
.bk-th-tbl th{
	padding: 7px 14px;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-weight: 400;
	white-space: nowrap;
 background-color:#515151;
 color:#fff;
}
.bk-th-tbl th.sp-wrap {
 white-space:normal;
}
.bk-th-tbl td{
	padding: 7px 14px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.bg-hover-img-area {
 position:relative;
}
.bg-hover-img-area .bg-hover-img01 {
 position:absolute;
 top:0;
 left:0 !important;
}
.bg-hover-img-area .bg-hover-img02 {
}
/*Slider
---------------------------- */
.slidewrapper {
	position: relative;
}
.slidewrapper .arrows {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	height: 1px;
}
.slidewrapper .slick-prev {
	left: 10px;
	z-index: 100;
}
.slidewrapper .slick-next {
	right: 10px;
}
.slidewrapper .slick-prev, .slidewrapper .slick-next {
	width: 44px;
	height: 64px
}
.slidewrapper .slick-prev:before, .slidewrapper .slick-next:before {
	content: "";
}
.slidewrapper .slide-ctl {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.slidewrapper .slide-ctl:after {content: "";clear: both;display: block;}
.slidewrapper .slide-ctl button {
	line-height: inherit;
	font-size: 100%;
	color: transparent;
	display: inline-block;
	border: 0;
	cursor: pointer;
	background: transparent;
	float: right;
	margin: 0 5px 5px 0;
}
.slidewrapper .slide-ctl button:before {
	content: "STOP";
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #ccc;
	background-color: #fff;
	padding: 3px 10px;
	color: #000;
}
.slidewrapper .slide-ctl button.start:before {
	content: "START";
}
/*Overwrite*/
.slidewrapper .slick-slide {
	outline: none
}
.slidewrapper .slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slidewrapper .slick-dots li {
	margin: 0 6px;
	width: 10px;
 height: 10px;
}
.slidewrapper .slick-dots li button {
	padding: 0;
	width: 10px;
 height: 10px;
}
.slidewrapper .slick-dots li button:before {
	content: none;
}
.slidewrapper .slick-dots li button:before {
	content:'';
	display:block;
	width: 10px;
 height: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #ccc;
	opacity: 1;
}
.slidewrapper .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #001042;
}
/*Top Movie Area
---------------------------- */
#top-movie{
	position:relative;
 width:100%;
 padding-top:56.25%;
}
#top-movie iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
/*Top MainVisual
---------------------------- */
#top-mv {
	padding-top: 20px;
	margin-right:4.6%;
	margin-left:4.6%;
	padding-bottom: 27px;
}
#top-mv .slidewrapper {}
#top-mv .slidewrapper .slick-slide {
	padding:0;
}
#top-mv .slidewrapper .slick-dotted.slick-slider{
 margin-bottom: 0;
}
#top-mv .slidewrapper .slick-dots {
 bottom: -25px;
}
/*Top News Area
---------------------------- */
#top-news-area {
	padding:20px 0 30px;
}
#top-news-area .top-news-list {
	margin-bottom: 20px;
}
#top-news-area .top-news-list li {
	border-bottom:1px solid #eee;
	padding: 5px 0;
}
#top-news-area .top-news-list li:last-child {
	border-bottom:none;
}
#top-news-area .top-news-list a {
	color:inherit;
	display:block;
	text-decoration: none;
}
#top-news-area .top-news-list .date {
	color:#999;
}
#top-news-area .top-news-list .news-ttl{
	display:block;
	padding-top:5px;
}
#top-news-area .top-news-list .cate-name {
	display:inline-block;
	border: 1px solid #014099;
	color:#fff;
	background: #014099;
	font-weight: 500;
	font-size: 12px;
 font-size: 1.2rem;
	line-height:1.2;
	padding:0 5px;
	text-align: center;
	min-width: 5.5em;
	margin-left: 10px;
}
/*Top New Release Area
---------------------------- */
#top-nr-area {
	padding:20px 0 30px;
	background-color: #eee;
}
#top-nr-area .nr-item-list {
	margin-bottom: 30px;
}
#top-nr-area .nr-item-list > li {
	position:relative;
	background-color: #fff;
	border-top:1px solid rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 3px 0px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0px 3px 0px 1px rgba(0, 0, 0, 0.2);
box-shadow:0px 3px 0px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
}
#top-nr-area .nr-item-list > li:before {
	content: "";
 display:block;
	position: absolute;
	bottom:0;
	right: 0;
	margin:auto;
	width:19px;
	height:19px;
	background:#000;
}
#top-nr-area .nr-item-list > li > a {
	-webkit-backface-visibility: hidden;
 backface-visibility: hidden;
	display: table;
	width: 100%;
	color:inherit;
	text-decoration: none;
}
#top-nr-area .nr-item-list > li > a::after{
	content: "";
	position: absolute;
	margin: auto;
	right: 8px;
	bottom:6px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff100;
	border-top: 1px solid #fff100;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top-nr-area .nr-item-list > li .ph {
	width:48.4%;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	position:relative;
}
#top-nr-area .nr-item-list > li .ph::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: rgba(0,0,0,0.1);
}
#top-nr-area .nr-item-list > li .cont-area {
	padding:15px 23px 10px 15px;
	display: table-cell;
	vertical-align: top;
	letter-spacing: -.4em;
}
#top-nr-area .nr-item-list > li .cont-area * {
	letter-spacing: normal;
	overflow: hidden;
}
#top-nr-area .nr-item-list > li .cont-area:before {
	content: '.';
	overflow: hidden;
	color: transparent;
	display:inline-block;
	vertical-align: top;
	width:1px;
	font-size: 12px;
 font-size: 1.2rem;
	line-height:1.2;
	border-top: 1px solid transparent;
	border-bottom: 1px;
	margin-bottom: 5px;
	margin-right: -1px;
}
#top-nr-area .nr-item-list > li .cont-area .cate-name {
	display:inline-block;
	vertical-align: top;
	border:1px solid #014099;
	background: #014099;
	color:#fff;
	font-weight: 500;
	font-size: 12px;
 font-size: 1.2rem;
	line-height:1.2;
	padding:0 5px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
}
#top-nr-area .nr-item-list > li .cont-area .cate-name.new {
	background-color: #e60012;
	border: 1px solid #e60012;
	color:#fff100;
}
#top-nr-area .nr-item-list > li .cont-area .item-ttl {
	font-weight: 700;
	font-size: 16px;
 font-size: 1.6rem;
	line-height:1.2;
	margin:0px 0 10px;
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;*/
}
#top-nr-area .nr-item-list > li .cont-area .item-txt {
	padding-top:10px;
	padding-left:15px;
	padding-right:30px;
	margin-left:-15px;
	margin-right:-23px;
	border-top:1px solid #ccc;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
/*Top Products Area
---------------------------- */
#top-products-area {
	padding:20px 0 30px;
/*	background-color: #ddd;*/
	background-color: #eee;
}
#top-products-area .products-item-list {
	display:-webkit-box;
 display:-moz-box;
 display:-ms-box;
 display:-webkit-flexbox;
 display:-moz-flexbox;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:-moz-flex;
 display:-ms-flex;
 display:flex;
 -webkit-box-lines:multiple;
 -moz-box-lines:multiple;
 -webkit-flex-wrap:wrap;
 -moz-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
	margin-bottom: 20px;
}
#top-products-area .products-item-list > li {
	width:48%;
	position:relative;
	background-color: #fff;
	border-top:1px solid rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 3px 0px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0px 3px 0px 1px rgba(0, 0, 0, 0.2);
box-shadow:0px 3px 0px 1px rgba(0, 0, 0, 0.2);
	margin-right: 4%;
	margin-bottom: 10px;
}
#top-products-area .products-item-list > li:nth-child(2n){
	margin-right: 0;
}
#top-products-area .products-item-list > li > a {
	-webkit-backface-visibility: hidden;
 backface-visibility: hidden;
	display: block;
	color:inherit;
	text-decoration: none;
}
#top-products-area .products-item-list > li .ph {
	text-align: center;
}
#top-products-area .products-item-list > li .cont-area {
	padding:0 20px;
	height:19px;
	position: relative;
	background:#fff100;
}
#top-products-area .products-item-list > li .cont-area:after {
	content: "";
	position: absolute;
	margin: auto;
	right: 8px;
	bottom:6px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff100;
	border-top: 1px solid #fff100;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top-products-area .products-item-list > li .cont-area:before {
	content: "";
 display:block;
	position: absolute;
	bottom:0;
	right: 0;
	width:19px;
	height: 19px;
	background:#000;
	transition: all .25s;
}
#top-products-area .products-item-list > li .cont-area .item-ttl {
	font-weight: 500;
	font-size: 15px;
 font-size: 1.5rem;
	line-height:1.3;
	position: absolute;
	top:-.6em;
}
/*Top Fishing Support Area
---------------------------- */
#top-fs-area {
	padding:20px 0 30px;
	background-color: #DDDDDD;
}
#top-fs-area .fs-item-list {
	margin-bottom: 30px;
}
#top-fs-area .fs-item-list > li {
	position:relative;
	background-color: #fff;
	border-top:1px solid rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 3px 0px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0px 3px 0px 1px rgba(0, 0, 0, 0.2);
box-shadow:0px 3px 0px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
}
#top-fs-area .fs-item-list > li:before {
	content: "";
 display:block;
	position: absolute;
	bottom:0;
	right: 0;
	margin:auto;
	width:19px;
	height:19px;
	background:#000;
}
#top-fs-area .fs-item-list > li > a {
	-webkit-backface-visibility: hidden;
 backface-visibility: hidden;
	display: table;
	width:100%;
	color:inherit;
	text-decoration: none;
}
#top-fs-area .fs-item-list > li > a::after{
	content: "";
	position: absolute;
	margin: auto;
	right: 8px;
	bottom:6px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff100;
	border-top: 1px solid #fff100;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top-fs-area .fs-item-list > li .ph {
	width:33.1%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #001042;
	position:relative;
}
#top-fs-area .fs-item-list > li .ph::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: rgba(0,0,0,0.1);
}
#top-fs-area .fs-item-list > li .cont-area {
	padding:15px 15px 10px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: -.4em;
}
#top-fs-area .fs-item-list > li .cont-area * {
	letter-spacing: normal;
}
#top-fs-area .fs-item-list > li .cont-area:before {
	content: '.';
	overflow: hidden;
	color: transparent;
	display:inline-block;
	vertical-align: top;
	width:1px;
	font-size: 12px;
 font-size: 1.2rem;
	line-height:1.2;
	border-top: 1px solid transparent;
	border-bottom: 1px;
	margin-bottom: 5px;
	margin-right: -1px;
}
#top-fs-area .fs-item-list > li .cont-area .cate-name {
	display:inline-block;
	vertical-align: top;
	border:1px solid #014099;
	background: #014099;
	color:#fff;
	font-weight: 500;
	font-size: 12px;
 font-size: 1.2rem;
	line-height:1.2;
	padding:0 5px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
}
#top-fs-area .fs-item-list > li .cont-area .cate-name.new {
	background-color: #e60012;
	border: 1px solid #e60012;
	color:#fff100;
}
#top-fs-area .fs-item-list > li .cont-area .item-ttl {
	font-weight: 500;
	font-size: 16px;
 font-size: 1.6rem;
	line-height:1.2;
	margin:0 0 3px;
}
#top-fs-area .fs-item-list > li .cont-area .item-txt {
}
/*Top Other Contents Area
---------------------------- */
#top-oc-area {
	padding:20px 0 30px;
	background-color: #ccc;
}
#top-oc-area .oc-item-list {
}
#top-oc-area .oc-item-list > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:1px solid #fff;
}
#top-oc-area .oc-item-list > li:last-child {
	padding-bottom: 0;
	border-bottom:none;
}
#top-oc-area .oc-item-list > li > a {
	-webkit-backface-visibility: hidden;
 backface-visibility: hidden;
	display: table;
	color:inherit;
	text-decoration: none;
	padding:0 10px;
}
#top-oc-area .oc-item-list > li .ph {
	width:34%;
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
#top-oc-area .oc-item-list > li .cont-area {
	padding-left:10px;
	display: table-cell;
	vertical-align: middle;
}
/*Global Footer
------------------------------------------- */
#gl-footer {
	position: relative;
	padding-top:51px;
	background-color: #13161f;
}
#gl-footer .container {
	margin:0 30px;
}
/*To Page Top Link
--------------- */
#to-pagetop {
	position: absolute;
	top:0;
	width: 100%;
	height: 51px;
	border-bottom: 1px solid #7c7c7c;
}
#to-pagetop a {
	display: block;
	height: 50px;
	background-color:#666;
}
#to-pagetop a > img {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:25px;
}
#gl-footer .nav-area {}
#gl-footer .nav-area .foot-nav {
	margin:27px 0;
	letter-spacing: -.4em;
}
#gl-footer .nav-area .foot-nav li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-left: 0;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: normal;
	padding-bottom: 0;
}
#gl-footer .nav-area .foot-nav > li a {
	color: #fff;
	line-height: 1.2;
	padding: 8px 5px 8px 20px;
	display: block;
	transition: none;
	position: relative;
}
#gl-footer .nav-area .foot-nav > li > a::before{
	content: "";
	position: absolute;
	top:10px;
	left: 0;
	margin:auto;
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	transition: all .3s;
}
#gl-footer .nav-area .foot-nav > li > a::after{
	content: "";
	position: absolute;
	top:15px;
	left: 4px;
	margin:auto;
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .3s;
}
#gl-footer .site-nav-area {
	padding:15px 0 7px;
	border-top:1px solid #444;
}
#gl-footer .site-nav-area .site-nav {
	letter-spacing: -.4em;
	text-align: center;
	font-size: 12px;
 font-size: 1.2rem;
	line-height: 1.2;
}
#gl-footer .site-nav-area .site-nav > li {
	letter-spacing: normal;
	display:inline-block;
	white-space: nowrap;
	padding:0 5px;
	border-right: 1px solid #fff;
	margin-bottom: 8px;
}
#gl-footer .site-nav-area .site-nav > li:last-child{
	border-right: none;
}
#gl-footer .site-nav-area .site-nav > li > a{
	display:block;
	color:#fff;
	text-decoration: none;
	position: relative;
}
#gl-footer .sns-btn-area {
	padding:17px 0;
	border-top:1px solid #444;
	border-bottom:1px solid #444;
}
#gl-footer .sns-btn-area .sns-nav {
	letter-spacing: -.4em;
	text-align: center;
}
#gl-footer .sns-btn-area .sns-nav > li {
	letter-spacing: normal;
	display:inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	margin:0 15px;
}
#gl-footer .sns-btn-area .sns-nav > li > a {
	display: block;
	position: absolute;
	top:0;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ccc;
}
#gl-footer .sns-btn-area .sns-nav > li > a > img {
	position:absolute;
	top:0;
	left:0;
}
#gl-footer .copyright {
	font-weight: 400;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.2;
	text-align: center;
	font-family: "Saira","Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "メイリオ", "Meiryo", "Helvetica", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	color:#ccc;
	padding: 28px 0;
}

/*top-movielist-area 202006add
---------------------------- */
.top-movielist-area {
	padding:20px 0 30px;
	background-color: #ddd;
}
.top-movielist-area .movielists {
	margin-bottom: 30px;
}
.top-movielist-area .movielist {
	position:relative;
	background-color: #fff;
	border-top:1px solid rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 3px 0px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0px 3px 0px 1px rgba(0, 0, 0, 0.2);
	box-shadow:0px 3px 0px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
}
.top-movielist-area .movielist:before {
	content: "";
 display:block;
	position: absolute;
	bottom:0;
	right: 0;
	margin:auto;
	width:19px;
	height:19px;
	background:#000;
}
.top-movielist-area .movielist > a {
	-webkit-backface-visibility: hidden;
 backface-visibility: hidden;
	display: table;
	width:100%;
	color:inherit;
	text-decoration: none;
}
.top-movielist-area .movielist > a::after {
	content: "";
	position: absolute;
	margin: auto;
	right: 8px;
	bottom:6px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff100;
	border-top: 1px solid #fff100;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top-movielist-area .ph {
	width:44.1%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #001042;
	position:relative;
}
.top-movielist-area .ph::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background-color: rgba(0,0,0,0.1);
}
.top-movielist-area .cont-area {
	padding:15px 15px 10px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: -.4em;
}
.top-movielist-area .cont-area * {
	letter-spacing: normal;
}
.top-movielist-area .cont-area:before {
	content: '.';
	overflow: hidden;
	color: transparent;
	display:inline-block;
	vertical-align: top;
	width:1px;
	font-size: 12px;
 font-size: 1.2rem;
	line-height:1.2;
	border-top: 1px solid transparent;
	border-bottom: 1px;
	margin-bottom: 5px;
	margin-right: -1px;
}
.top-movielist-area .cate-name {
	display:inline-block;
	vertical-align: top;
	border:1px solid #014099;
	background: #014099;
	color:#fff;
	font-weight: 500;
	font-size: 12px;
 font-size: 1.2rem;
	line-height:1.2;
	padding:0 5px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
}
.top-movielist-area .item-ttl {
	font-weight: 500;
	font-size: 16px;
	font-size: 1.4rem;
	line-height:1.2;
	margin:0 0 3px;
	height: 32px;
}

/*202106_ONLINE STORE 
---------------------------- */
.online_detail {
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    font-style: normal;
    position: relative;
    vertical-align: top;
    min-width: 177px;
    text-align: right;
    margin-top: 15px;
}
.online_detail a {
	color: #000000;
}
.online_detail a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*230315_nav_top
---------------------------- */
#gl-header .upperarea .lang a {
	padding: 0px 15px;
	background-color: #0040a1;
	color: #ffffff;
}
#gl-header .upperarea .lang {
    line-height: 35px;
	padding-top: 8px;
}
#head-nav .onl_list {
	position: relative;
	padding: 10px 30px 10px 80px;
	background-color: #e21b04;
	color: #ffffff;
}
#head-nav .onl_list:before {
	content:  '';
    height: 23px;
    width: 23px;
    display:  inline-block;
    background-image:  url("../images/icon_cart.png");
    background-size:  contain;
    background-repeat:  no-repeat;
	position: absolute;
	top: 20px;
    left: 28%;
}
#gl-header #head-nav #gnav02 {
    text-align: center;
}
#gl-header #head-nav #gnav02 a {
	border-bottom: none;
}

@media (max-width:480px){ 
#gl-header .anniversary_logo img{
	top: 11px;
    left: 30%;
	}
}
/* 20240618 Add */
.mt-50 {
	margin-top: 50px !important;
}