/* メニュー */
#tmenu {
    display: none;
}

/* サイトを開いた時にロゴがふわっとフェードイン */
.logo_fadein{
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo_fadein p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-30%, -30%);
	display: none;
	z-index: 9999;
	width: 100px;
}

/* 釣武者公式ストア */
.main-textbox {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 2.5em;
	line-height: 1em;
}	
@media screen and (min-width: 768px){
	.main-textbox {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 4em;
	line-height: 1em;
	}
}

.highlight-text {
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
}

/* 左メニュー下　新着ボックス */
@keyframes scroll-anim {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fixed-news {
    position: fixed;
    bottom: 40px;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 0 10px 10px 0;
    z-index: 10000;
    color: #111;
    width: 50vw;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
	animation: scroll-anim linear;
	animation-timeline: scroll();
}
.fixed-news strong {
    display: block;
    font-size: 120%;
    margin-bottom: 0px;
    color: #ff0097;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}
.fixed-news p {
    margin: 0;
    text-align: center;
    font-size: 90%;
}
.close-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: none;
    color: #111;
    font-size: 30px;
    cursor: pointer;
}


.tmenuBox {
    left: 0;
    border-right: 1px solid #fff;
    height: 100vh;
}
#tcontents {
    width: 100%;
}
#tcontents > h2 {
	margin: 0 0 15px;
	padding: 0;
	font-weight: 400;
}
.topimg {
    padding: 0;
    background-image: url(../img/top/main-1920x1080.jpg);
    height: 100vh;
    text-align: center;
    background-position: center center;
    background-size: auto 100%;
}
.topimg h2 {
	text-align: center;
	position:absolute;
	top: 50%;
	bottom: 50%;
}
.topimg h2 img {
  width: 80%; /* ブラウザ幅に合わせて縮小 */
}
.tnews {
    padding: 50px 5%;
    background-color: #E6E6E6;
}
.tnews h2 {
    margin: 0 0 15px;
    padding: 0;
    font-weight: 800;
    font-family: "Zen Old Mincho", serif;
    font-size: 220%;
}
.tnews ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tnews li {
    width: 48%;
    margin: 0 0 30px;
    /* justify-content: space-around; */
}
.tnews li img {
    background-color: #ccc;
	/*padding: 20px 0;*/
}
.tnews li p {
	margin: 0;
	padding: 0;
}
.tnews_spt {
    /* background-color: #fff; */
    border-radius: 15px;
    /* padding: 2%; */
    /* display: flex; */
    /* flex-wrap: nowrap; */
    margin: 0 0 60px;
}
.tnews_spt {
    background-color: #ffffffad;
    border-radius: 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    margin: 0 0 60px;
}
.tnews_spt h2 {
	font-size: 110%;
	margin-bottom: 10px;
	width: 100%;
    }
.tnews_spt dl {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.tnews_spt dt {
  width: 100%;
}
.tnews_spt dd {
  width: 100%;
  margin: 0 0 10px;
}
.accordion-content dd p {
    margin: 0 0 20px 0;
    padding: 0;
}
.accordion-content dd p:last-child {
    margin: 0;
    padding: 0;
}

/* アコーディオン用 */
.accordion-content {
  overflow: hidden;
  transition: max-height 0.5s ease;
  max-height: 999px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.accordion-content.closed {
  max-height: 50px; /* 最初の1行（dt+dd）の高さ想定で調整 */
}
.accordion-btn {
	margin-top: 10px;
	align-self: flex-end;
	border: none;
	/* padding: 6px 12px; */
	/* border-radius: 10px; */
	/* cursor: pointer; */
	/* font-size: 90%; */
	margin: 0 auto;
	background-color: transparent;
    }

/* NEWS */
.ttimes {
    margin: 0;
    padding: 50px 5%;
    background-color: #fff;
}
.ttimeBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #000;
	margin: 0 0 10px;
}
.ttimeBox p {
    margin: 0 0 10px;
    padding: 0;
}
.timeLogo {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.timeLogo h2 {
	width: 150px;
	margin-right: auto;
}
.timeLogo h3 {
	margin-right: 10px;
}
.ttimes ul {
    display: flex;
    flex-wrap: wrap;
	padding: 0 0 15px;
    justify-content: space-between;
}
.ttimes li {
	width: 47%;
    margin: 0 0 10px;
    padding: 0px 2% 0 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px){
.ttimes li {
    width: 31%;
    margin: 0;
    padding: 0 1% 0 0;
    border-right: 1px solid #ccc;
	}
}
.ttimes li img {
    width: 100%;
	border-radius: 10px;
}
.ttimes li:first-child {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    border-right: 0;
    display: initial;
}
.ttimes li:first-child img {
    object-fit: cover;
}

.ttimeone {
    margin: 2% 3%;
}
.ttimeone p {
    margin: 5px 0;
}
.ttimes li:first-child .ttimeone {
    margin: 2% 3%;
	width: 96%;
}

.ttl {
    font-size: 16px;
    font-weight: 500;
}

.tcate {
    padding: 10em 5%;
}
.tcateBox {
	font-family: 'Zen Old Mincho', sans-serif;
}
.tcateBox h2 {
    color: #fff;
    font-size: 200%;
    margin-bottom: 30px;
	text-align: center;
}
.tcate ul {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.tcate li {
    margin: 0 0 25px;
    text-align: center;
    font-size: 30px;
	white-space:nowrap;
}
.tcate a:link {
    color: #fff;
	text-decoration: none;
}
.tcate a:visited {
    color: #fff;
	text-decoration: none;
}
.tcate a:hover {
    color: red;
	text-decoration: none;
}
.tcate li {
	width: 100%;
	text-align: left;
}
.tcate li:first-child strong {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 6px solid #B51D8C;
    }
.tcate li:nth-of-type(2) strong {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 6px solid #D10404;
}
.tcate li:nth-of-type(3) strong {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 6px solid #036703;
}
.tcate li:nth-of-type(4) strong {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 6px solid #049AD1;
}
.tcate li:nth-of-type(5) strong {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 6px solid #8D8C8C;
}
.tcate p {
	font-size: 16px;
	margin: 0 0 0 15px;
	padding: 0;
	overflow-wrap: break-word;
    white-space: normal;
}

@media screen and (max-width: 768px) {
	.tcate li:nth-child(1) { order: 1; }
	.tcate li:nth-child(2) { order: 2; }
	.tcate li:nth-child(3) { order: 4; }
	.tcate li:nth-child(4) { order: 3; }
	.tcate li:nth-child(5) { order: 5; }
}

.tcateBox:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url(../img/top/shiro3.png);
    background-size: cover;
    background-position-x: 90%;
    background-color: rgb(0 0 0 / 45%);
    background-blend-mode: color;
}
.ttytb {
    padding: 80px 5%;
    background-color: #8d8d8d;
    /*background-image: linear-gradient(90deg, #8a8a8a80 3px, transparent 3px), linear-gradient(#8a8a8a80 3px, transparent 3px);*/
	background-image: linear-gradient(90deg, #10101080 4px, transparent 4px), linear-gradient(#0e0e0e80 1px, transparent 1px);
    background-position: 10px 10px;
    background-size: 4px 4px;
}
.tonline {
    padding: 100px 5%;
    background-image: url(../img/top/1920x600-webshop.jpg);
    background-size: cover;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.ttlon {
    font-size: 300%;
    font-weight: 800;
}
.tonline small {
    font-size: 120%;
}
.tonline p {
    margin: 20px 0;
    padding: 0;
    font-size: 100%;
}
.onbtn {
    background-color: #fff;
    color: #111;
    width: 55%;
    margin: 20px auto 0;
    border-radius: 50px;
    font-size: 120%;
    text-align: center;
}
.onbtn a:link {
	display: block;
    padding: 5px 0;
    border-radius: 50px;
    background-color: #fff;
    color: #111;
	text-decoration: none;
}
.onbtn a:visited {
	display: block;
    padding: 5px 0;
    color: #111;
    border-radius: 50px;
	text-decoration: none;
}
.onbtn a:hover {
	display: block;
    background-color: #ff0000;
	color: #fff;
    padding: 5px 0;
    border-radius: 50px;
	text-decoration: none;
}
.tBox {
    padding: 0 0 0 20%;
    background-color: #E6E6E6;
}
.tGray {
    background-color: #E6E6E6;
    padding: 50px 5%;
}
.tlink {
	color: #fff;
}
.tlink p {
    font-size: 90%;
}
.tlink ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tlink li {
    text-align: center;
    width: 100%;
    border-radius: 16px;
}
.tlink li:first-child {
    background-image: url(../img/top/newredback.png);
    margin: 0 0 3% 0;
    align-items: flex-start;
    padding: 1em 2% 1em;
    background-size: cover;
}
.tlink li ul {
    flex-wrap: wrap;
    /* align-items: flex-end; */
}
.tlink li ul li {
    background-image: url(../img/top/newgrayback.png) !important;
    /*width: 47%;*/
    margin: 0;
    padding: 1.0em 1% 1.0em !important;
	background-size: cover;
}
.tlink li ul li:nth-of-type(2n) {
    margin: 0 0 3% 0 !important;
}
.otherLink {
    color: #fff;
    font-size: 100%;
    font-weight: 500;
}
.newBtn {
    width: 60%;
    margin: 0 auto;
    padding: 0;
}
.newBtn a:link {	
	display: block;
    background-color: #fff;
    margin: 0 auto;
    padding: 5px;
    border-radius: 30px;
	text-decoration: none;
}
.newBtn a:visited {
	display: block;
    background-color: #fff;
    margin: 0 auto;
    padding: 5px;
    border-radius: 30px;
	text-decoration: none;
}
.newBtn a:hover {
	display: block;
    background-color: #3f3f3f;
    margin: 0 auto;
    padding: 5px;
    border-radius: 30px;
	text-decoration: none;
	color: #fff;
}
.newBtn2 {
    width: 60%;
    margin: 0 auto;
    padding: 0;
}
.newBtn2 a:link {
	display: block;
    background-color: #fff;
    margin: 0 auto;
    padding: 5px;
    border-radius: 30px;
	text-decoration: none;
}
.newBtn2 a:visited {
	display: block;
    background-color: #fff;
    margin: 0 auto;
    padding: 5px;
    border-radius: 30px;
	text-decoration: none;
}
.newBtn2 a:hover {
	display: block;
    background-color: #3f3f3f;
    margin: 0 auto;
    padding: 5px;
    border-radius: 30px;
	text-decoration: none;
	color: #fff;
}
.ttopice {
	margin: 100px 0;
	padding: 5%;
	background-color: #fff;
	border-radius: 16px;
}
.ttopice h3 {
    text-align: center;
    font-size: 200%;
    margin-bottom: 30px;
}
.ttopice dl {
	border-top: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
	padding: 0 1%;
}
.ttopice dt {
    margin: 10px 0 0;
    padding: 0;
    /* width: 12%; */
    /* border-bottom: 1px solid #ccc; */
}
.ttopice dd {
    margin: 0;
    padding: 0 0 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.ttopice {
    margin: 50px 0;
    padding: 5%;
    background-color: #fff;
    border-radius: 16px;
}
.tbanner {
	margin: 0 7%;
	padding: 0;
}
.tbanner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tbanner li {
	width: 48%;
}
.tbanner li img {
	width: 200px;
	height:auto;
}
.br-sp {
    display: none;
}

/************PC***************/
@media screen and (min-width: 768px) {
.br-sp {
	display: block;
	}
	
/* メニュー */
#tmenu {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    color: #FFFFFF;
    width: 20%;
    position: fixed;
	display: initial;
}
#tmenu h1 {
    margin: 0 auto;
    padding: 0;
    max-width: 200px;
	mix-blend-mode: color-burn	;
}
#tmenu h1 img {
	width: 100%;
   /* width: 90%; */
}
#tmenu ul {
    margin: 0;
    padding: 0;
	font-family: Zen Kaku Gothic New;
	font-weight: 300;
    font-size:1.5em;
    letter-spacing: 0.05em;
	/*letter-spacing: 0.1em;*/
/*font-size: 130%;*/
/* text-indent: 0.5em; */
}
#tmenu li {
    margin: 0 0 18px;
    padding: 0;
    text-align: left;
    line-height: 1.3;
}
#tmenu li span {
    font-size: 60%;
}
#tmenu li:last-child {
    text-align: center;
    margin: 20px 0 0 0;
}
#tmenu li:nth-of-type(1) a:link {
	text-decoration: none;
	display: block;
	width: 130px;
	margin: 0 auto;
}
#tmenu li:nth-of-type(1) a:visited {
	text-decoration: none;
	display: block;
}
#tmenu li:nth-of-type(1) a:hover {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(to top, #B51D8C 20%, transparent 20%);
	display: block;
}

#tmenu li:nth-of-type(2) a:link {
	text-decoration: none;
	display: block;
	width: 130px;
	margin: 0 auto;
}
#tmenu li:nth-of-type(2) a:visited {
	text-decoration: none;
	display: block;
}
#tmenu li:nth-of-type(2) a:hover {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(to top, #D10404 20%, transparent 20%);
	display: block;
}

#tmenu li:nth-of-type(3) a:link {
	text-decoration: none;
	display: block;
	width: 130px;
	margin: 0 auto;
}
#tmenu li:nth-of-type(3) a:visited {
	text-decoration: none;
	display: block;
}
#tmenu li:nth-of-type(3) a:hover {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(to top, #049AD1 20%, transparent 20%);
	display: block;
}

#tmenu li:nth-of-type(4) a:link {
	text-decoration: none;
	display: block;
	width: 130px;
	margin: 0 auto;
}
#tmenu li:nth-of-type(4) a:visited {
	text-decoration: none;
	display: block;
}
#tmenu li:nth-of-type(4) a:hover {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(to top, #036703 20%, transparent 20%);
	display: block;
}

#tmenu li:nth-of-type(5) a:link {
	text-decoration: none;
	display: block;
	width: 130px;
	margin: 0 auto;
}
#tmenu li:nth-of-type(5) a:visited {
	text-decoration: none;
	display: block;
}
#tmenu li:nth-of-type(5) a:hover {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(to top, #8D8C8C 20%, transparent 20%);
	display: block;
}	
.tmenuBox {
    left: 0;
    border-right: 1px solid #fff;
    height: 100vh;
}
.tmenuBox p {
    /*color: #999999;*/
	text-align: left;
	display: block;
	width: 130px;
	margin: 0 auto 15px;
}
	
/* 左メニュー下　新着ボックス */
.fixed-news {
    position: fixed;
    bottom: 100px;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 0 10px 10px 0;
    z-index: 10000;
    color: #111;
    width: 14vw;
    /*border-right: 1px solid #333;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;*/
	border:none;
	box-shadow: 3px 3px #cccccc;
	animation: scroll-anim linear;
	animation-timeline: scroll();
}
.fixed-news strong {
    display: block;
    font-size: 120%;
    margin-bottom: 10px;
    color: #ff0097;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.fixed-news p {
	margin: 0;
	font-size: clamp(12px, 1.2vw, 16px);
    }
.close-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: none;
    color: #111;
    font-size: 38px;
    cursor: pointer;
}
	
	
#tcontents {
    width: 100%;
}
#tcontents > h2 {
	margin: 0 0 15px;
	padding: 0;
	font-weight: 400;
}
.cover {
	position: relative;
}
.topimg {
	padding: 0 0 0 20%;
	background-image: url(../img/top/main-1920x1080.jpg);
	height: 100vh;
	text-align: center;
	display: grid;
	place-items: center;
}
.topimg h2 {
    position: initial;
	width: 75%;
}
.topimg h2 img {
  width: 100%;
}
.tnews {
    padding: 80px 5% 80px 25%;
    background-color: #E6E6E6;
}
.tnews h2 {
    margin: 0 0 15px;
    padding: 0;
    font-weight: 800;
    font-family: "Zen Old Mincho", serif;
    font-size: 220%;
}
.tnews ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tnews li {
    width: 24%;
    margin: 0 0 30px;
    /* justify-content: space-around; */
}
.tnews li img {
    background-color: #ccc;
	/*padding: 20px 0;*/
}
.tnews li p {
	margin: 0;
	padding: 0;
}
.tnews_spt {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  padding: 2%;
  display: flex;
  flex-direction: column;
  margin: 0 0 60px;
  position: relative; /* ← 追加：絶対配置の基準に */
}
	
.tnews_spt h2 {
	font-size: 110%;
	margin-bottom: 10px;
	width: 100%;
}
.tnews_spt dl {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.tnews_spt dt {
  width: 20%;
}
.tnews_spt dd {
  width: 80%;
}
/* アコーディオン用 */
.accordion-content {
	overflow: hidden;
	transition: max-height 0.5s ease;
	max-height: 999px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.accordion-content.closed {
	max-height: 30px; /* 最初の1行（dt+dd）の高さ想定で調整 */
}
.accordion-btn {
  position: absolute; /* ← 追加 */
  top: 10px;           /* 上から10px */
  right: 10px;         /* 右から10px */
  background-color: transparent;
  border: none;
}

/* NEWS */
.ttimes {
	margin: 0;
    padding: 150px 5% 150px 25%;
	background-color: #fff;
}
.ttimeBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    position: relative;
	margin: 0 0 10px;
}
.ttimeBox h2 {
	width: 250px;
	margin-right: auto;
}
.ttimeBox h3 {
	margin-right: 10px;
}
.ttimeBox p {
    margin: 0 0 10px;
    padding: 0;
}
.ttimes ul {
    display: flex;
    flex-wrap: wrap;
	padding: 0 0 15px;
    justify-content: space-between;
}
.ttimes li {
    width: 31%;
    margin: 0;
    padding: 0 1% 0 0;
    border-right: 1px solid #ccc;
}
.ttimes li img {
	width: 100%;
	object-fit: cover;
	height: 270px;
	border-radius: 10px;
    }
.ttimes li:first-child {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
    border-right: 0;
    display: flex;
    justify-content: space-between;
}
.ttimes li:first-child img {
	width: 650px;
	object-fit: cover;
	height: 300px;
	border-radius: 10px;
    }
.ttimes li:first-child .ttimeone {
	margin: 2%;
	width: 70%;
    }
	
.ttimes li:last-child {
    border-right: 0;
}
.ttimeone {
    margin: 2% 3%;
}
.ttimeone p {
    margin: 10px 0;
}
.tcate {
    padding: 13em 5% 13em 25%;
}
.tcate ul {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.tcate li {
    margin: 0 0 40px;
    text-align: center;
    font-size: 40px;
}
.tcate a:link {
    color: #fff;
	text-decoration: none;
}
.tcate a:visited {
    color: #fff;
	text-decoration: none;
}
.tcate a:hover {
    color: red;
	text-decoration: none;
}
.tcate li:first-child {
	width: 100%;
	text-align: left;
}
.tcate li:first-child strong {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 6px solid #B51D8C;
    }
.tcate li:nth-of-type(2) {
	width: 50%;
	text-align: left;
}
.tcate li:nth-of-type(2) strong {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 6px solid #D10404;
}
.tcate li:nth-of-type(3) {
	width: 50%;
	text-align: left;
}
.tcate li:nth-of-type(3) strong {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 6px solid #036703;
}
.tcate li:nth-of-type(4) {
	width: 50%;
	text-align: left;
}
.tcate li:nth-of-type(4) strong {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 6px solid #049AD1;
}
.tcate li:nth-of-type(5) {
	width: 50%;
	text-align: left;
}
.tcate li:nth-of-type(5) strong {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 6px solid #8D8C8C;
}
.tcate p {
	font-size: 16px;
	margin: 0 0 0 15px;
	padding: 0;
}
.tcateBox:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url(../img/top/shiro3.png);
    background-size: cover;
    background-position-y: 40%;
    background-color: rgb(0 0 0 / 45%);
    background-blend-mode: color;
}
.tcateBox h2 {
    color: #fff;
    font-size: 240%;
    margin-bottom: 50px;
	text-align: left;
	/*font-family: 'Roboto', sans-serif;*/
}
.ttytb {
    padding: 120px 15% 120px 35%;
    /*background-color: #E6E6E6;
    background-image: linear-gradient(90deg, #8a8a8a80 3px, transparent 3px), linear-gradient(#8a8a8a80 3px, transparent 3px);
    background-position: 10px 10px;
    background-size: 6px 6px;*/
	
	background-color: #999999;
	background-image: linear-gradient(45deg, #00000080 25%, transparent 25%, transparent 75%, #00000080 75%), linear-gradient(45deg, #00000080 25%, transparent 25%, transparent 75%, #00000080 75%);
	background-position: 4px 4px, 7px 7px;
	background-size: 6px 6px;
}
.tonline {
    padding: 100px 5% 100px 25%;
    background-image: url(../img/top/1920x600-webshop.jpg);
    background-size: cover;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.ttlon {
    font-size: 300%;
    font-weight: 800;
}
.tonline small {
    font-size: 120%;
}
.tonline p {
    margin: 20px 0;
    padding: 0;
    font-size: 120%;
}
.onbtn {
    width: 250px;
    font-size: 120%;
    text-align: center;
	margin: 0 auto;
	padding: 0;
}
.onbtn a:link {
	display: block;
    padding: 5px 0;
    border-radius: 50px;
    background-color: #fff;
    color: #111;
	text-decoration: none;
}
.onbtn a:visited {
	display: block;
    padding: 5px 0;
    color: #111;
    border-radius: 50px;
	text-decoration: none;
}
.onbtn a:hover {
	display: block;
    background-color: #3f3f3f;
	color: #fff;
    padding: 5px 0;
    border-radius: 50px;
	text-decoration: none;
}
.tBox {
    padding: 0 0 0 20%;
    background-color: #E6E6E6;
}
.tGray {
    background-color: #E6E6E6;
    padding: 150px 5% 150px 25%;
}
.tlink {
	color: #fff;
}
.tlink p {
    font-size: 86%;
}
.tlink ul {
    display: flex;
    align-items: flex-start;
	justify-content:space-between;
	flex-wrap: nowrap;
}
.tlink li {
    text-align: center;
    width: 49%;
    border-radius: 16px;
}
.tlink li:first-child {
    background-image: url("../img/top/newredback.png");
    margin: 0 2% 0 0;
    align-items: flex-start;
    padding: 6.7em 2% 5.5em;
    background-size: cover;
}
.tlink li ul {
    flex-wrap: wrap;
    /* align-items: flex-end; */
}
.tlink li ul li {
    background-image: url("../img/top/newgrayback.png") !important;
    width: 44%;
    margin: 0 3% 3% 0 !important;
    padding: 1.0em 2% 0.9em !important;
}
.tlink li ul li:nth-of-type(2n) {
    margin: 0 0 3% 0 !important;
}
.newLink {
    color: #fff;
    font-size: 160%;
}
.newBtn {
    width: 30%;
    margin: 0 auto;
    padding: 0;
}
.newBtn a:link {
	display: block;
    background-color: #fff;
    margin: 0 auto;
    padding: 5px;
    border-radius: 30px;
	text-decoration: none;
}
.newBtn a:visited {
	display: block;
    background-color: #fff;
    margin: 0 auto;
    padding: 5px;
    border-radius: 30px;
	text-decoration: none;
}
.newBtn a:hover {
	display: block;
    background-color: #3f3f3f;
    margin: 0 auto;
    padding: 5px;
    border-radius: 30px;
	text-decoration: none;
	color: #fff;
}
.otherLink {
    color: #fff;
    font-size: 130%;
}
.newBtn2 {
    width: 60%;
    margin: 0 auto;
    padding: 0;
}
.newBtn2 a:link {
	display: block;
    background-color: #fff;
    margin: 0 auto;
    padding: 5px;
    border-radius: 30px;
	text-decoration: none;
}
.newBtn2 a:visited {
	display: block;
    background-color: #fff;
    margin: 0 auto;
    padding: 5px;
    border-radius: 30px;
	text-decoration: none;
}
.newBtn2 a:hover {
	display: block;
    background-color: #3f3f3f;
    margin: 0 auto;
    padding: 5px;
    border-radius: 30px;
	text-decoration: none;
	color: #fff;
}
.ttopice {
	margin: 100px 0;
	padding: 5%;
	background-color: #fff;
	border-radius: 16px;
}
.ttopice h3 {
	text-align: center;
	font-size: 200%;
	margin-bottom: 50px;
}
.ttopice dl {
	border-top: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
    }
.ttopice dt {
	margin: 10px 0 0;
	padding: 0 0 10px 1%;
	width: 26%;
	border-bottom: 1px solid #ccc;
	}
.ttopice dd {
	margin: 10px 0 0;
	padding: 0 1% 10px 0;
	width: 72%;
	border-bottom: 1px solid #ccc;
	}
.tbanner {
	margin: 0;
	padding: 0;
}
.tbanner ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.tbanner li {
	width: 18%;
	margin-right: 2%;
    }

}

