@charset "utf-8";
/* CSS Document */

body{
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.8;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
}

body *{
    box-sizing: border-box;
}

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

header{
    padding-top: 1em;
    padding-bottom: 0.5em;
    color: #fff;
    background-color: #000;
}
header h1{
    margin: 0 auto;
    text-align: center;
}
header ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-family: Tahoma, Geneva, "sans-serif";
    letter-spacing: 0.1em;
    text-align: center;
}
header ul li{
    padding: 0 0.3em;
    display: inline-block;
}
header ul li a{
    color: #fff;
    text-decoration: none;
}
header ul li a:hover{
    text-decoration: underline;
}

#slider_wrap{
    width: 100%;
    background-color: #000;
}

#slider_wrap .slider{
    margin: auto;
    position: relative;
    height: 40vh;
}
#slider_wrap .slideImgs{
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
}
#slider_wrap .slideImgs li.mv {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: anime 20s infinite;
    background-size: cover;
    background-position: bottom;
}
#slider_wrap .slideImgs li.src1 { 
    background-image: url(img/slider/slide01.jpg);
}
#slider_wrap .slideImgs li.src2 {
    background-image: url(img/slider/slide02.jpg);
    animation-delay: 5s;
}
#slider_wrap .slideImgs li.src3 { 
    background-image: url(img/slider/slide01.jpg);
    animation-delay: 10s;
}
#slider_wrap .slideImgs li.src4 {
    background-image: url(img/slider/slide02.jpg);
    animation-delay: 15s;
}

@keyframes anime { 
   0% { opacity: 0; }
   5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
 100% { opacity: 0; }
}

#slider_wrap .console{
    margin: auto;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
}

#slider_wrap .console img{
    width: 90%;
    height: auto;
}
#slider_wrap .button{
    width: auto;
    text-align: center;
}
#slider_wrap .button a{
    display: inline-block;
    margin-bottom: 1em;
    padding: 10px 5em;
    color: #fff;
    border-radius: 30px;
    background-color: #8c230e;
    text-decoration: none;
}
#slider_wrap .text{
    margin: 0;
    padding: 1em 0;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

#siteCaption_wrap{
    padding: 1em;
}

.txtBanner{
    margin: 0 0 40px;
    padding: 1em;
    background-color: #c90;
    text-align: center;
    border-radius: 30px;
    line-height: 1.6;
}
.txtBanner h2{
    margin: 0 0 0.5em;;
    font-size: 180%;
}
.txtBanner h2 span{
    color: #fff;
}
.txtBanner p{
    margin: 0;
    font-weight: bold;
}

#situation_wrap{
    display: flex;
    overflow-x: scroll;
    width: 100%;
}
#situation_wrap>div{
    padding: 0 5%;
    width: 90%;
    flex-shrink: 0;
}

#situation_wrap h3{
    color:#c66;
}

#situation_wrap>div{
    display: flex;
    flex-direction: column;
}
#situation_wrap>div .photoBtm{
    margin-top: auto;
}

#goodsLineup_wrap h2{
    padding: 0.5em 0;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background-color: #000;
    letter-spacing: 0.1em;
}

#goodsLineup_wrap ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}
#goodsLineup_wrap ul li{
	padding-top: 200px;
    padding-bottom: 1em;
    margin: 0 0 20px;
    border: 1px solid #000;
    border-radius: 10px;
    width: 49%;
    background-repeat: no-repeat;
    background-position: center 3em;
    background-size: 80%;
}
#goodsLineup_wrap ul li.sweat{ background-image: url("img/top/cat-sweat.jpg"); background-position: center 1em; }
#goodsLineup_wrap ul li.trainer{ background-image: url("img/top/cat-trainer.jpg"); }
#goodsLineup_wrap ul li.tshirts{ background-image: url("img/top/cat-tshirts.jpg"); }
#goodsLineup_wrap ul li.shirts{ background-image: url("img/top/cat-shirts.jpg"); }
#goodsLineup_wrap ul li.poloshirts{ background-image: url("img/top/cat-poloshirts.jpg"); background-position: center 2em; }
#goodsLineup_wrap ul li.cap{ background-image: url("img/top/cat-cap.jpg"); }
#goodsLineup_wrap ul li.bag{ background-image: url("img/top/cat-bag.jpg"); background-position: center 2em; }
#goodsLineup_wrap ul li.socks{ background-image: url("img/top/cat-socks.jpg"); background-size: 50%; }

.banner{
	margin: 0 0 2em;
}

#youtube_wrap{
	width: 100%;
}
#youtube_wrap .movie{
	aspect-ratio: 16 / 9;
}
#youtube_wrap .movie iframe{
	width: 100%;
	height: 100%;
}
#youtube_wrap .caption h2{
	margin: auto;
	padding: 1em 0;
	width: 80%;
	height: auto;
}
#youtube_wrap .text{
	margin: auto;
	padding: 1em;
	width: 98%;
	border-radius: 10px;
	background-color: #ccc;
}
#youtube_wrap .text .channel{
	padding: 1em;
	background-color: #fff;
	border-radius: 10px;
}
#youtube_wrap .text .channel h2{
	margin: 0;
}
#youtube_wrap .text .channel h3{
	margin: 0;
	font-size: 160%;
}

#order_wrap h2{
	padding: 1em;
	text-align: center;
	color: #fff;
	background-color: #000;
}

#order_wrap .orderList{
	display: flex;
	flex-wrap: wrap;
	justify-content: spece-around;
}
#order_wrap .orderList div{
	width: 48%;
	position: relative;
}
#order_wrap .orderList div.step5{
	width: 96%;
}
#order_wrap .step3{ order: 4; }
#order_wrap .step4{ order: 3; }
#order_wrap .step5{ order: 5; }

#order_wrap .step1:after{
	content: " ";
	display: block;
	border-style: solid;
	border-width: 20px 0 20px 24px;
	border-color: transparent transparent transparent #856402;
	position: absolute;
	top: 40%;
	left: 97%;
}
#order_wrap .step2:after{
	content: " ";
	display: block;
	border-style: solid;
	border-width: 24px 20px 0 20px;
	border-color: #856402 transparent transparent transparent;
	position: absolute;
	bottom: -0.5em;
	right: 40%;
}
#order_wrap .step3:after{
	content: " ";
	display: block;
	border-style: solid;
	border-width: 20px 24px 20px 0;
	border-color: transparent #856402  transparent transparent;
	position: absolute;
	top: 40%;
	right: 92%;
}
#order_wrap .step4:after{
	content: " ";
	display: block;
	border-style: solid;
	border-width: 24px 20px 0 20px;
	border-color: #856402 transparent transparent transparent;
	position: absolute;
	bottom: -0.5em;
	left: 40%;
}


#situation_wrap h3{
    color:#c66;
}

#priceList_wrap h2{
	padding: 1em;
	text-align: center;
	color: #fff;
	background-color: #000;
}

#priceList_wrap .priceList{
    display: flex;
    overflow-x: scroll;
    width: 100%;
}
#priceList_wrap .priceList .box,
#priceList_wrap .priceList .box_etc{
    padding: 0 5%;
    width: 90%;
    flex-shrink: 0;
}

#priceList_wrap .price{
	padding: 1em;
    background-color: #eee;
}
#priceList_wrap h4{
    margin: 0;
}
#priceList_wrap dl{
    margin: 0;
}
#priceList_wrap dl dt{
}
#priceList_wrap dl dd{
    color: #900;
    font-weight: bold;
    text-align: right;
}

.specialEvent{
    margin: 30px auto;
    text-align: center;
}
.specialEvent .inner{
    display: inline-block;
    width: auto;
    padding: 30px;
    color: #fff;
    background-color: #900;
    border-radius: 10px;
    text-align: left;
}
.specialEvent h2{
    margin: 0;
    font-size: 120%;
}
.specialEvent .msg{
    margin: 0;
    font-size: 180%;
    font-weight: bold;
}
.specialEvent ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.specialEvent ul li{
    padding: 0 0.5em;
    display: inline-block;
}

#jisseki_wrap h2{
	padding: 1em;
	text-align: center;
	color: #fff;
	background-color: #000;
}

#jisseki_wrap a{
	text-decoration: none;
}
#jisseki_wrap .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#jisseki_wrap .note_box{
	margin:0 0 10px;
	width: 48%;
	box-sizing: border-box;
	overflow: hidden;
}
	#jisseki_wrap .note_box a{
		display: block;
		padding: 10px;
		background-color:#eee;
		color:#333;
	}
		#jisseki_wrap .note_box a:hover{
			background-color:#ccc;
		}

#jisseki_wrap .note_box .thumbnail{
	margin-bottom:5px;
	width:100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	background-color:#fff;
	border: 1px solid #ccc;
	text-aling: center;
	position: relative;
	overflow: hidden;
}
#jisseki_wrap .note_box .thumbnail img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


#jisseki_wrap .note_box .title{
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:100%;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#jisseki_wrap .note_box .more{
	display: inline-block;
	padding:3px;
	color:#fff;
	background-color:#000;
}

#siteLink_wrap h2{
	padding: 1em;
	text-align: center;
	color: #fff;
	background-color: #000;
}

#siteLink_wrap ul{
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	justify-content: space-around;
}
#siteLink_wrap ul li{
	margin: 0 0 1em;
	width: 48%;
}

footer{
    padding: 1em;
    border-top: 1px solid #ccc;
    background-color: #efefef;
}
footer strong{
    color: #c00;
}
footer dl dt,
footer dl dd{
    margin: 0;
    padding: 0;
}
footer dt{
    font-weight: bold;
}
footer dd dt{
    font-weight: normal;
}
footer dl dd{
    margin-bottom: 1em;
}
footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li{
    margin: 0;
    padding: 0;
}

footer table{
    border: 1px solid #ccc;
    border-collapse: collapse;
    display: flex;
    overflow: scroll;
}
footer table th,
footer table td{
    padding: 0.5em 1em;
    border: 1px solid #ccc;
    text-align: center;
    white-space: nowrap;
}
footer table td{
    background-color: #fff;
}

#privacy main{
    padding: 0 1em;
}

footer small{
    text-align: center;
    display: block;
}

#company h2{
    padding: 0 1em;
}
#company .company_wrap table,
#tokusyo_wrap talbe{
    margin: 0 auto 1em;
    width: 98%;
    border-top: 1px solid #ccc;
    border-collapse: collapse;
}
#company .company_wrap caption{
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}
#company .company_wrap table th,
#company .company_wrap table td,
#tokusyo_wrap table th,
#tokusyo_wrap table td{
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
    word-wrap: break-word;
}
#company .map{
    margin: auto;
    width: 98%;
    aspect-ratio: 1/1;
}
#company iframe{
    width: 100%;
    height: 100%;
}
