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

.main-content{
	font-weight: 500;
	margin: 0 auto;
  width: 1000px;
}

/* title */
.title{
  font-size: 20px;
  margin: 10px 0 20px;
}
.title b{
	display: inline-block;
  font-size: 36px;
	margin-right: 16px;
}

.navi {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.navi ul li {
    display: inline-block;
    overflow: hidden;
    margin: 5px .5%;
    text-align: center;
    position: relative;
    /* border-radius: 4px; */
    width: 24%;
    background-color: #757575;
	border: 1px solid #f8f5f1;
	box-sizing: border-box;
}

.navi ul li a {
    color: #fff;
    text-decoration: none;
    padding: 7px 5px 5px 5px;
    display: block;
    overflow: hidden;
    font-size: 12px;
}

.navi ul {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto 30px;
    padding: 0;
    max-width: 1000px;
}

.navi ul li a::after {
    top: 45%;
    margin-top: -6px;
    right: 8px;
    position: absolute;
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(130deg) skew(-10deg, 0);
    transform: rotate(130deg) skew(-10deg, 0);
    transition: all 0.2s linear;
}

/* content */
.container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 10px;
}

.brand-box-l {
	box-sizing: border-box;
	margin-bottom: 40px;
	padding-top: 30px;
	position: relative;
	border-top: 1px solid #e0e0e0;
}

.brand-box-l li {
	transition: all 0.2s linear;
}

.licence .sub-ttl {
	/* color: #fff; */
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	display: inline-block;
	margin-bottom: 8px;
}

.licence .txt-box div li {
	color: #fff;
	width: auto;
}

.logo-box {
	width: 100%;
	max-width: 300px;
	margin: 30px auto;
	text-align: center;
	font-size: 20px;
	line-height: 2;
}

.logo-box img {
	max-width: 100%;
}

.lead-box {
	text-align: justify;
	margin: 16px auto;
	max-width: 500px;
	font-size: 14px;
}

.img-box{
  font-size: 0;
}
.img-box a{
  display: block;
}

.brand-intro {
	margin: 20px auto 30px;
	width: 500px;
	max-width: 100%;
	font-size: 14px;
	text-align: justify;

}

.brand-logo{
  margin: 8px auto;
  width: 100%;
  max-width: 160px;
  display: block;
}

.brand-logo.brand-logo-l{
	max-width: 200px;
  }

.st-img{
	max-width: 100%;
}

.txt-box{
	box-sizing: border-box;
	padding: 20px;
	/* background-color: #002856; */
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand-box-l.licence .txt-box {
	width: 100%;
	padding-bottom: 60px;
}
/* 
.licence {
	background-color: #002856;
} */

.txt-box .shop-link a {
	color: #fff;
	display: inline-block;
	background-color: #424242;
	border-radius: 4px;	
	padding: 10px 40px;
	box-sizing: border-box;
}

.txt-box .shop-link a {
	width: 250px;
}

.txt-box div > a {
	display: block;

}

.txt-box div li {
	display: inline-block;
	margin: 0 6px 10px;
	/* position: relative; */
	font-size: 14px;
}


.txt-box h2{
	font-size: 14px;
	font-weight: 600;
}
.txt-box h2 > span{
	display: inline-block;
	margin-left: 10px;
}
.txt-box p{
  margin-top: 10px;
	text-align: justify;
}

ul.btn-box{
	padding: 20px 0;
	position: absolute;
	text-align: center;
	width: 100%;

	bottom: 0;
}
ul.btn-box li{
	display: inline-block;
	margin: 0 5px;
	width: 120px;
}
ul.btn-box li:nth-of-type(n+4){
  margin-top: 10px;
}



@media screen and (max-width: 640px) {
.navi {
	width: 100%;
}

.navi ul {
    width: 100%;
    padding: 0px;
}

.navi ul li {
    width: 50%;
    margin: 0;
}

.navi ul li a {
    font-size: 13px;
    padding: 5px 5px 5px 0;
}



/* SMP stye */
.main-content{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 2%;
  width: 100%;
}

/* SMP title */
.title{
  font-size: 14px;
}
.title b{
  display: block;
  font-size: 20px;
}

/* SMP content */
.brand-box-l {
	margin-bottom: 10px;
	padding: 30px 0 12px;
	width: 100%;
}
.img-box{
	text-align: center;
}


.txt-box{
	padding: 6vw 4vw 10vw;
}

.txt-box h2{
	line-height: 1.6;
}

ul.btn-box{
	padding: 10px 0;
}

ul.btn-box li{
	margin: 0 1%;
	width: 30%;
}



}/* end media */

@media screen and (min-width: 641px) {

.lead-box {
	text-align: center;
}
	
.brand-box {
	width: 480px;
	margin-bottom: 20px;
}
	
.brand-box-l li:hover {
	opacity: .6;
}
	

/* .brand-box-l .img-box,
.brand-box-l .txt-box {
	width: 50%;
} */

/* HOVER stye */
.img-box a:hover{
	opacity: .6;
}

.txt-box div li:hover::after {
    content: none;
}

.navi ul li {
    border-radius: 4px;
}

.txt-box .shop-link a {
	width: auto;
}

}/* end media */
