@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro&display=swap');

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;
}

header{
    padding-top: 1em;
    padding-bottom: 0.5em;
    color: #fff;
    background-color: #000;
    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;
}
header ul li{
    padding: 0 2em;
    display: inline-block;
}
header ul li a{
    color: #fff;
    text-decoration: none;
}
header ul li a:hover{
    text-decoration: underline;
}

main{
    margin: auto;
    max-width: 1400px;
}

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

#slider_wrap .slider{
    margin: auto;
    position: relative;
}
#slider_wrap .slideImgs{
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 640px;
}
#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;
    top: 0;
    left: -100%;
    right: -100%;
    max-width: 1400px;
    height: 640px;
    position: absolute;
}
#slider_wrap .textImg{
    position: absolute;
    left: 30px;
    top: 80px;
}
#slider_wrap .button{
    bottom: 40px;
    right: 40px;
    position: absolute;
}
#slider_wrap .button a{
    display: block;
    padding: 10px 80px;
    color: #fff;
    font-size: 30px;
    border-radius: 30px;
    background-color: #8c230e;
    text-decoration: none;
}


#slider_wrap .text{
    margin: 0 0 40px;
    padding: 20px 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    background-color: #000;
}

#siteCaption_wrap h2{
    margin: 0;
    font-size: 40px;
}


#siteCaption_wrap{
    margin-bottom: 40px;
    height: 568px;
    font-size: 20px;
    line-height: 1.5;
    writing-mode: vertical-rl;
}

.txtBanner{
    margin: 0 0 40px;
    padding: 20px;
    background-color: #c90;
    text-align: center;
    border-radius: 100px;
    line-height: 1;
}
.txtBanner h2{
    margin: 0 0 20px;
    font-size: 50px;
}
.txtBanner h2 span{
    color: #fff;
}
.txtBanner p{
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

#situation_wrap{
    display: flex;
    justify-content: space-around;
}
#situation_wrap h3{
    color:#c66;
    font-size: 20px;
}

#situation_wrap>div{
    width: 425px;
    display: flex;
    flex-direction: column;
}
#situation_wrap>div .photoBtm{
    margin-top: auto;
}
#goodsLineup_wrap h2{
    padding: 20px;
    font-size: 40px;
    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 0 40px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    font-size: 30px;
}
#goodsLineup_wrap ul li{
    padding-top: 300px;
    padding-bottom: 30px;
    margin: 0 0 20px;
    border: 1px solid #000;
    border-radius: 10px;
    width: 23%;
    background-repeat: no-repeat;
    background-position: center 70px;
}
#goodsLineup_wrap ul li.sweat{ background-image: url("img/top/cat-sweat.jpg"); background-position: center 40px; }
#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"); }
#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"); }
#goodsLineup_wrap ul li.socks{ background-image: url("img/top/cat-socks.jpg"); }

.banner{
    margin: 0 0 40px;
    text-align: center;
}

#youtube_wrap{
    margin: 0 auto 40px;
    width: 1250px;
    display: flex;
}
#youtube_wrap .movie{
    margin-right: 2em;
    padding: 2em;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #000;
}
#youtube_wrap .movie iframe{
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
#youtube_wrap .caption{
    width: 435px;
}
#youtube_wrap .caption h2{
    margin: 0;
}
#youtube_wrap .caption .text{
    padding: 1em;
    background-color: #ccc;
    border-radius: 10px;
    font-size: 20px;
}
#youtube_wrap .channel{
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}
#youtube_wrap .channel h3{
    margin: 0;
    font-size: 23px;
    letter-spacing: 0.1em;
}
#order_wrap{
    margin-bottom: 40px;
}
#order_wrap h2{
    margin: 0;
    padding: 20px 0;
    font-size: 40px;
    color: #fff;
    text-align: center;
    background-color: #000;
}
#order_wrap .orderList{
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #f5ebcc;
    min-width: 1400px;
}
#order_wrap .orderList div{
    margin-bottom: 30px;
    position: relative;
}
#order_wrap .step4{
    order: 5;
}

#order_wrap .step1:after,
#order_wrap .step2:after{
	content: " ";
	display: block;
	border-style: solid;
	border-width: 40px 0 40px 48px;
	border-color: transparent transparent transparent #856402;
	position: absolute;
	top: 40%;
	left: 101%;
}
#order_wrap .step3:after{
	content: " ";
	display: block;
	border-style: solid;
	border-width: 48px 40px 0 40px;
	border-color: #856402 transparent transparent transparent;
	position: absolute;
	bottom: -10%;
	right: 40%;
}
#order_wrap .step4:after{
	content: " ";
	display: block;
	border-style: solid;
	border-width: 40px 48px 40px 0;
	border-color: transparent #856402  transparent transparent;
	position: absolute;
	top: 40%;
	right: 100%;
}

#priceList_wrap{}
#priceList_wrap h2{
    margin: 0 0 40px;
    padding: 20px 0;
    font-size: 40px;
    color: #fff;
    text-align: center;
    background-color: #000;
}
#priceList_wrap .priceList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#priceList_wrap .box{
    margin-bottom: 40px;
    padding-bottom: 220px;
    width: 570px;
    position: relative;
}
#priceList_wrap h3{
    margin: 10px 0;
    font-size: 30px;
}
#priceList_wrap p{
    margin: 0 0 1em;
    font-size: 18px;
}
#priceList_wrap .price{
    width: 100%;
    padding: 20px;
    background-color: #eee;
    position: absolute;
    bottom: 0;
}
#priceList_wrap h4{
    margin: 0;
    font-size: 30px;
}
#priceList_wrap dl{
    margin: 0;
    font-size: 20px;
}
#priceList_wrap dl dt{
    float: left;
}
#priceList_wrap dl dd{
    color: #900;
    font-weight: bold;
    text-align: right;
    padding-right: 6em;
}
#priceList_wrap dl:after{
    content: "";
    display: block;
    clear: both;
}

#priceList_wrap .box_etc{
    margin: auto;
    width: 1280px;
    display: flex;
}
#priceList_wrap .photo{
    width: 375px;
}
#priceList_wrap .box_etc .inner{
    width: calc(1280px - 375px);
}
#priceList_wrap .box_etc .price{
    width: 100%;
    position: static;
}

.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: 20px;
}
.specialEvent .msg{
    margin: 0;
    font-size: 40px;
}
.specialEvent ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 24px;
}
.specialEvent ul li{
    padding: 0 2em;
    display: inline-block;
}

#jisseki_wrap{
	margin-bottom: 30px;
}
#jisseki_wrap h2{
    margin: 0 0 40px;
    padding: 20px 0;
    font-size: 40px;
    color: #fff;
    text-align: center;
    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: 23%;
	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{
    margin: 0 0 40px;
    padding: 20px 0;
    font-size: 40px;
    color: #fff;
    text-align: center;
    background-color: #000;
}
#siteLink_wrap ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
}

footer{
    margin-top: 3em;
    padding-top: 3em;
    width: 100%;
    border-top: 1px solid #ccc;
    background-color: #efefef;
}
footer strong{
    color: #c00;
}
footer #footer_wrap{
    margin: auto;
    width: 1400px;
}
footer h3{
    
}
footer .footer_information_area{
    display: flex;   
    justify-content: space-between;
}
footer .footer_information_area .left_area,
footer .footer_information_area .right_area{
    width: 48%;
}

footer .footer_information_area ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .footer_information_area dd{
    margin-bottom: 1em;
}
footer .footer_information_area>dl>dt{
    font-size: 120%;
    font-weight: bold;
}
footer .footer_information_area>dl>dt:before{
    content: "●";
    color: #690;
}

footer table{
    border: 1px solid #ccc;
    border-collapse: collapse;
}
footer table th,
footer table td{
    padding: 0.5em 1em;
    border: 1px solid #ccc;
    text-align: center;
}
footer table td{
    background-color: #fff;
}
footer small{
    padding: 1em 0;
    text-align: center;
    display: block;
    background-color: #efefef;
}

#company{
    
}
#company .company_wrap{
    display: flex;
    justify-content: space-between;
}
#company .photo{
    width: 51%;
}
#company .photo img{
    max-width: 100%;
    height: auto;
}

#company .company_wrap .inner{
    width: 48%;
}
#company .company_wrap table{
    margin-bottom: 1em;
    width: 100%;
    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{
    text-align: left;
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
}
#company .map{
    aspect-ratio: 2/1;
}
#company iframe{
    width: 100%;
    height: 100%;
}

#company h2.title{
    font-family: 'Be Vietnam Pro', sans-serif;
}

#tokusyo_wrap h2{
    padding: 1em 0.5em;
    text-align: center;
}

#tokusyo_wrap table{
    margin: auto;
    width: auto;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}
#tokusyo_wrap table th,
#tokusyo_wrap table td{
    padding: 0.5em 1em;
    border-bottom: 1px solid #ccc;
    text-align: left;
}