@charset "utf-8";
html{
    font-family: "Roboto", sans-serif;
    scroll-behavior: smooth;
}
main{
    margin: 0 40px;
}
/* ヘッダー */
.header{
    background-color: #000;
}
.logo{
    width: 220px;
    margin-left: 100px;
    margin-top: 20px;
}
/* ナビゲーション */
.nav{
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 0px 0;
    width: 100%;
}
.nav a{
    background-color: #000;
    width: 35%;
    text-align: center;
    padding: 20px 0;
}
.nav a:hover{
    color: #000;
    background-color: #fff;
}
.nav a:nth-child(2){
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
/* メイン */
.title{
    font-size: 30px;
    font-weight: bold;
    padding-top: 30px;
}
.catch {
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: left; /* 水平中心 */
    padding-top: 10px;
  }
.catch:after {
    border-top: 1px solid;
    content: "";
    width: 100%; /* 線の長さ */
  }
  .catch:before {
    margin-right: 1em; /* 文字の右隣 */
  }
  .catch:after {
    margin-left: 1em; /* 文字の左隣 */
  }

/* お試し */
.slideshow {
	position: relative;
	overflow: hidden;
    max-width: 700px;
    margin-top: 30px;
}
input[name="slideshow"] {
	display: none;
}

/* :::::: slideContents :::::: */

.slideContents {
	display: flex;
	position: relative;
	width: 500%;
	background: #d1d1d1;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slideContents section {
	width: 20%;
}
.slideContents section img {
	max-width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	vertical-align: middle;
}

/* :::::: arrows :::::: */
.arrow,
.arrow label,
.arrow .ico {
	position: absolute;
}
.arrow {
	top: 0;
	margin: 0;
	transition: background .3s;
}
.prev {
	left: 0;
}
.next {
	right: 0;
}
.arrow:hover {
	background: rgba(255,255,255,.2);
}
.arrow,
.arrow label {
	cursor: pointer;
	width: 50px;
	height: 100%;
}
.arrow label {
	top: 0;
	left: 0;
	z-index: 1;
}
.arrow .ico {
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	opacity: 0;
}
.prev .ico {
	left: 50%;
	border-left: 3px solid #fff;
	transform: rotate(-45deg);
	transition: left .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
}
.next .ico {
	right: 50%;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	transition: right .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
}
.arrow:hover .ico {
	opacity: .6;
}
.prev:hover .ico {
	left: calc(50% - 6px);
}
.next:hover .ico {
	right: calc(50% - 6px);
}

/* :::::: mechanism :::::: */
#switch1:checked ~ .slideContents {
	transform: translateX(0);
}
#switch2:checked ~ .slideContents {
	transform: translateX(-20%);
}
#switch3:checked ~ .slideContents {
	transform: translateX(-40%);
}
#switch4:checked ~ .slideContents {
	transform: translateX(-60%);
}
#switch5:checked ~ .slideContents {
	transform: translateX(-80%);
}

/* :::::: arrow mechanism :::::: */
.arrow label {
	pointer-events: none;
}
#switch1:checked ~ .prev label[for="switch5"],
#switch2:checked ~ .prev label[for="switch1"],
#switch3:checked ~ .prev label[for="switch2"],
#switch4:checked ~ .prev label[for="switch3"],
#switch5:checked ~ .prev label[for="switch4"],
#switch1:checked ~ .next label[for="switch2"],
#switch2:checked ~ .next label[for="switch3"],
#switch3:checked ~ .next label[for="switch4"],
#switch4:checked ~ .next label[for="switch5"],
#switch5:checked ~ .next label[for="switch1"] {
	pointer-events: auto;
}
/* お試し */

/* 内容 */
.naiyou{
    display: flex;
}
.text{
    margin-left: 30px;
    margin-top: 30px;
}
.badminton{
    font-size: 20px;
    margin-bottom: 10px;
}
.syouhinmei{
    font-size: 32px;
    margin-bottom: 20px;
}
.nedan{
    display: flex;
    margin-bottom: 10px;
}
.nedan1{
    font-size: 50px;
    font-weight: bold;
}
.nedan2{
    margin-top: 30px;
}
.color{
    margin-bottom: 50px;
}
.spec{
    font-weight: bold;
    margin-left: 15px;
}
.spec1{
    margin-top: 20px;
    width: 600px;
    border: solid #909090 1px;
}
.aaa{
    display: flex;
    padding: 10px;
}
.bbb{
    width: 150px;
}
.tekuno{
    font-weight: bold;
}
.title2{
    font-weight: bold;
}
.naiyou1{
    width: 50%;
}
.naiyou2{
    display: flex;
}
.tekuno{
    margin: 30px 0;
}
.title2{
    margin-bottom: 10px
}
.bun{
    margin-right: 30px;
}
.kanren{
    margin-top: 20px;
    display: flex;
}
.kanren div img{
    width: 350px;
}
/* フッター */
.footer{
    background-color: #222;
    position: relative;
    display: flex;
    margin-top: 200px;
}
.footer img{
    width: 200px;
    margin: 50px 400px;
}
.footer p{
    color: #fff;
}
.kiyaku{
    display: flex;
    position: absolute;
    top: 90px;
    right: 300px;
}
.kiyaku p{
    padding-left: 30px;
}
.small{
    text-align: left;
    padding: 50px 400px;
    display: flex;
    position: relative;
}
.small img{
    width: 60px;
}
.apuri{
    position: absolute;
    right: 300px;
    top: 40px;
}
.apuri img{
    margin-right: 20px;
}
.footer2{
    background-color: #fff;
}
.btn2{
    position: absolute;
    position: fixed;
    transition: 0.3s;
}
.btn2:hover{
    opacity: 0.5;
}
.btn2 img{
    width: 100px;
}
