.pc{
	display: block;
}
.sp{
	display: none;
}
.content {
  border-top: 10px solid #00a1e9;
}
.page-title {
  color: #00a1e9;
}
.model-area {
  margin-top: 60px;
  position: relative;
  margin-bottom: 40px;
}

}
.block-area .area5 h3 {
  font-size: 3rem;
  text-align: center;
}

.block-container {
  position: relative;
}
.btn-list-area {
	max-width: 1000px;
  padding: 0 0 20px;
  border-bottom: 1px solid #000;
}

.block-list-area {
  max-width: 800px;
  margin: 60px auto 100px;
}
.maker-list{
	max-width: 1000px;
	margin-top: 100px;
	justify-content: left;
	column-gap: 5%;
	row-gap: 40px;
}
.maker {
  width: 30%;
}

.maker p.bukken a {
  display: block;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  color: #000;
  font-size: 2rem;
  border: 1px solid #999;
}
.maker p.logo {
  width: 80%;
  margin: 0 auto;
  display: flex;
	align-items: center;
}


/* タブ切り替え */
.tabs {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
.tab_label {
  min-width: 150px;
	max-width: 180px;
  color: #000;
  border: solid 1px #000;
	border-radius: 50px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: 5px 0;
  margin: 0 5px; 
  text-align: center;
}
.tab_label:hover {
  opacity: 0.75;
}
.tab_content {
	margin-top: 20px;
	border-top: 1px solid #000;
  flex: 100%;
  display: none;
  overflow: hidden;
}
input[name="tab_switch"] {
  display: none;
}
.tabs input:checked + .tab_label {
  color: #fff;
  background-color: #00a1e9;
  border: 1px solid #00a1e9;
}
/* .tabs input:checked + .tab_label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #f8b62c transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
} */
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content{
  display: block;
}

.tab_label.anim{
  transition: 0.8s;
}
.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 3);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
/* レイアウトのためのスタイル */
.swiper {
  max-width: 1000px;
  width: 100%;
}
.swiper-slide{
	position: relative;
}
.swiper-slide .cap-img {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #FFFFFF;
}
.swiper-slide .cap-img.black {
    color: #000000;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}

.tab_content .maker{
	width: 100%;
	text-align: center;
}
.tab_content .maker p{
	font-size: 2rem;
}
.tab_content .maker-inr{
	display: flex;
	width: 70%;
	margin: 20px auto 0;
	justify-content: center;
	flex-wrap: wrap;
}
.tab_content .maker p.bukken {
	width: 40%
}
.tab_content .maker p.bukken a {
  display: block;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  color: #000;
  font-size: 2rem;
  border: 1px solid #999;
}
.tab_content .maker p.logo {
  width: 40%;
  margin: 0 0 0 40px;
}

/*スライダーボタン*/
.swiper-container{
  position: relative;
  overflow: hidden;
}
.swiper .swiper-button-next,.swiper .swiper-button-prev{
    background-color: #00a1e9;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 1.5rem;
}

.swiper .swiper-button-next::after {
    content: '\f054'; /* FontAwesomeの右矢印 */
}

.swiper .swiper-button-prev::after {
    content: '\f053'; /* FontAwesomeの左矢印 */
}
.slider-thumbnail{
	margin-top: 10px;
}
.maker .flex {
  padding: 0px 0px 40px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;;
}
.model-area .flex > p {
    width: 47%;
}
.model-area p a {
    display: block;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-size: 2rem;
}
.model-area p.bukken a {
    color: #000;
    border: 1px solid #999;
}

.model-area p.reserve a {
    color: #fff;
    background-color: #00a1e9;
	 height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.model-area p.reserve a::before,
.model-area p.reserve a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.model-area p.reserve a::before{
	box-sizing: border-box;
	width: 30px;
	height: 30px;
		right: 50px;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.model-area p.reserve a::after{
	right: 62px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #00a1e9;
	border-right: 2px solid #00a1e9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.model-area .chara_img img{
	display: block;
	max-width: 600px;
	margin: 50px auto;
	text-align: center;
}
@media screen and (max-width:768px) {
	.pc{
	display: none;
}
.sp{
	display: block;
}
  .tab_label {
	  margin-bottom: 10px;
	  max-width: 170px;
	}
	.swiper .swiper-button-next, .swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
}
	.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
    font-size: 1rem;
}
.area5 h3{
       font-size: 1.8rem;
		line-height: 1.2
}
	.model-area {
    margin-top: 40px;
}
.model-area .flex > p {
    width: 100%;
}
	.model-area p.reserve {
		margin-top: 10px;
	}
	.model-area p a {
    font-size: 1.8rem;
}
	.maker {
  width: 90%;
		margin-bottom: 10px
}
	.tab_content .maker p {
    font-size: 1.6rem;
    margin-bottom: 20px;
}
	.tab_content .maker-inr {
    width: 100%;
	}
	.tab_content .maker p.bukken {
    width: 90%;
}
	.tab_content .maker p.logo {
    width: 70%;
    margin: 0 auto;
}
.maker p.bukken a {
  padding: 20px 10px;
}
	.maker p.bukken {
    margin-bottom: 10px;
}
.maker-list {
    justify-content: center;
	margin-top: 60px
}
	.model-area .chara_img img {
    margin: 50px auto 20px;
}
}