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

/*========================
ドラゴンシリーズ
==========================*/
.dragon{
}
.dragon *{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.dragon-title{
	background-image:url(../img/dragon/2021/title.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:936px;
	position:relative;
}
.dragon-title > div{
	position:relative;
	top:41%;
	max-width:960px;
	margin:0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    ms-flex-align: flex-start;
    align-items: flex-start;
}
.dragon-title > div a{
	width:13%;
	height:400px;
}

#series-01,
#series-02,
#series-03,
#series-04,
#series-05{
	padding-top:100px;
	margin-top:-100px;
}


.concept{
	margin:80px auto;
}
.concept *{
}
.concept h3{
	font-size:14px;
	font-weight:normal;
	letter-spacing:1px;
	margin-bottom:30px;
	padding-left:5px;
}
.concept ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    ms-flex-align: flex-start;
    align-items: flex-start;
}
.concept ul li{
	width:72%;
}
.concept ul li:nth-of-type(2){
	width:23%;
}
.concept ul li p{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*text-orientation: upright;*/
	font-size:18px;
	line-height:30px;
	letter-spacing:1px;
}

.point{
	background-image:url(../img/dragon/2021/point-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:150px;
	padding-bottom:80px;
	overflow-x:hidden;
}
.point > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    ms-flex-align: flex-start;
    align-items: flex-start;
}
.point > div > div {
	width:35%;
}
.point > div > div:nth-of-type(1),
.point > div > div:nth-of-type(5){
	width:65%;
}
.point > div > div:nth-of-type(4){
	width:55%;
	margin-bottom:50px;
}
.point > div > div p{
	background-repeat:no-repeat;
	/*background-size:contain;*/
	line-height:30px;
	letter-spacing:1px;
	/*position:relative;*/
}
.point > div > div:nth-of-type(1) p,
.point > div > div:nth-of-type(5) p{
	margin-left:-999rem;
	padding-left:999rem;
	box-sizing:border-box;
	/*content:"";
	position:absolute;
	top:0;
	left:-100%;
	height:100%;
	width:100%;
	background-color:#FFFFFF;*/
}
.point > div > div:nth-of-type(1) p{
	background-image:url(../img/dragon/2021/point-01.png);
	background-position:right 63px center;
	padding-top:210px;
	padding-bottom:80px;
}
/*.point p:nth-of-type(4):after{
	content:"";
	position:absolute;
	top:0;
	right:-100%;
	height:90%;
	width:100%;
	background-color:#FFFFFF;
}*/
.point > div > div:nth-of-type(4) p{
	background-image:url(../img/dragon/2021/point-02.png);
	background-position:left center;
	/*background-position:right center;*/
	margin-right:-999rem;
	padding-right:999rem;
	box-sizing:border-box;
	padding-top:220px;
	padding-bottom:65px;
	padding-left:65px;
}
.point > div > div:nth-of-type(5) p{
	background-image:url(../img/dragon/2021/point-03.png);
	background-position:right 80px center;
	padding-top:135px;
	padding-bottom:40px;
}

.dragon-series{
}
.dragon-series > div{
	background-image:url(../img/dragon/2021/series-title.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:380px;
}
.dragon-series > section{
	background-image:url(../img/dragon/2021/series-bg-01.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:100px;
	margin-bottom:80px;
}

.dragon-series > section .spec{
}
.dragon-series > section .spec > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    ms-flex-align: flex-start;
    align-items: flex-start;
}
.dragon-series > section .spec > ul > li{
}
.dragon-series > section .spec > ul > li:first-of-type{
	padding-left:100px;
	padding-right:30px;
	box-sizing:border-box;
	width:40%;
}
.dragon-series > section .spec > ul > li:last-of-type{
	width:60%;
}
.dragon-series > section .spec > ul > li h2{
	color:#081A9B;
	font-size:36px;
	line-height:50px;
	padding-top:100px;
}
.dragon-series > section .spec > ul > li h2 span{
	font-size:26px;
}
.dragon-series > section .spec > ul > li p{
	font-size:17px;
	line-height:30px;
	letter-spacing:1px;
	margin:20px 0;
}
.dragon-series > section .spec > ul > li .detail{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 675px;
    width: 100%;
}
.dragon-series > section .spec > ul > li .detail .link-btn{
    /*max-width: 270px;
    width: 100%;*/
    position: relative;
    top: 5px;
}
.dragon-series > section .spec > ul > li .detail .link-btn a{
    display: block;
    position: relative;
    padding-right: 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    padding: 25px 75px 25px 20px;
    border: 1px solid #000000;
    box-sizing: border-box;
    transition: all .2s;
}
.dragon-series > section .spec > ul > li .detail .link-btn a:before{
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    display: block;
    margin: auto;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
}
.dragon-series > section .spec > ul > li .detail .link-btn a:hover{
    border: 1px solid #E6DCA5;
    background: #E6DCA5;
    transition: all .2s;
}
.dragon-series > section .spec > ul > li ul{
}
.dragon-series > section .spec > ul > li ul li{
	font-size:16px;
	line-height:26px;
	letter-spacing:1px;
}

.dragon-series > section .concept-txt{
	margin-top:50px;
}
.dragon-series > section .concept-txt ul{
	padding:0 10px;
	box-sizing:border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    ms-flex-align: flex-start;
    align-items: flex-start;
}
.dragon-series > section .concept-txt ul li{
	background-image:url(../img/dragon/2021/series-frame.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:450px;
	width:48%;
}
.dragon-series > section .concept-txt ul li div{
	padding:0 25px;
	box-sizing:border-box;
}
.dragon-series > section .concept-txt ul li div h3{
	font-size:24px;
	font-weight:normal;
	line-height:26px;
	color:#FFFFFF;
	margin-top:-5px;
	margin-bottom:50px;
}
.dragon-series > section .concept-txt ul li div p{
	font-size:16px;
	line-height:26px;
	letter-spacing:1px;
	color:#FFFFFF;
}
.dragon-series > section .concept-txt ul li div img{
	margin-top:25px;
}

.dragon-series > section.series-02{
	background-image:url(../img/dragon/2021/series-bg-02.png);
}
.dragon-series > section.series-02 .spec > ul > li h2{
	color:#000000;
}
.dragon-series > section.series-02 .concept-txt ul li{
	background-image:url(../img/dragon/2021/series-frame-02.png);
	height:500px;
}

.dragon-series > section.series-03{
	background-image:url(../img/dragon/2021/series-bg-03.png);
}
.dragon-series > section.series-03 .spec > ul > li h2{
	color:#5A0E6F;
}
.dragon-series > section.series-03 .concept-txt ul li{
	background-image:url(../img/dragon/2021/series-frame-03.png);
	height:614px;
}

.dragon-series > section.series-04{
	background-image:url(../img/dragon/2021/series-bg-04.png);
}
.dragon-series > section.series-04 .spec > ul > li h2{
	color:#A51116;
}
.dragon-series > section.series-04 .concept-txt ul li{
	background-image:url(../img/dragon/2021/series-frame-04.png);
	height:543px;
}

.dragon-series > section.series-05{
	background-image:url(../img/dragon/2021/series-bg-05.png);
	margin-bottom:0;
}
.dragon-series > section.series-05 .spec > ul > li h2{
	color:#29441C;
}


/* ノートパソコン*/
@media screen and (max-width: 1366px) {
    
}
@media screen and (max-width: 1200px) {
	
	.content_inner{
		max-width:1200px;
	}
	
}

/* ipadpro */
@media screen and (max-width: 1024px) {
    	
}

/* ipad */
@media screen and (max-width: 768px) {
    
}

/* スマホ以下 */
@media screen and (max-width: 767px) {
	
	.dragon *{
		font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Normal", "Yu Gothic", Verdana, Meiryo, sans-serif;
		font-weight:normal;
	}
	
	.dragon-title{
		background-image: url(../img/dragon/2021/title_sp.jpg);
		height:100vw;
	}
	.dragon-title > div{
		top:33%;
		max-width:79vw;
	}
	.dragon-title > div a{
		width:18%;
		height:60vw;
	}
	
	#series-01,
	#series-02,
	#series-03,
	#series-04,
	#series-05{
		padding-top:20vw;
		margin-top:-20vw;
	}

	.concept{
		margin:7vw auto;
	}
	.concept h3{
		font-size:4vw;
		padding:0 3vw;
		box-sizing:border-box;
		margin-bottom:5vw;
	}
	.concept ul li{
		width:100% !important;
	}
	.concept ul li p{
		writing-mode: initial;
		font-size:4.2vw;
		line-height:7vw;
		letter-spacing:0.1vw;
		padding:0 3vw;
		box-sizing:border-box;
		margin-top:5vw;
	}
	
	.point{
		background-image: url(../img/dragon/2021/point-bg_sp.jpg);
		padding-top:23vw;
		padding-bottom:10vw;
	}
	.point > div > div,
	.point > div > div:nth-of-type(4){
		width:100%;
	}
	.point > div > div:nth-of-type(4){
		margin-top:3vw;
		margin-bottom:6vw;
	}
	.point > div > div:nth-of-type(1),
	.point > div > div:nth-of-type(5){
		width:95%;
	}
	.point > div > div p{
		padding:0 3vw !important;
		padding-bottom:3vw !important;
		margin:0 !important;
		font-size:3.8vw;
		letter-spacing:0.1vw;
		line-height:6vw;
		background-size:cover;
	}
	.point > div > div:nth-of-type(1) p{
		background-image: url(../img/dragon/2021/point-01_sp.png);
		background-position:right 0 center;
		padding-top:27vw !important;
	}
	.point > div > div:nth-of-type(4) p{
		background-image: url(../img/dragon/2021/point-02_sp.png);
		float:right;
		width:95%;
		padding-top:25vw !important;
		padding-left:9vw !important;
	}
	.point > div > div:nth-of-type(5) p{
		background-image: url(../img/dragon/2021/point-03_sp.png);
		background-position:right 0 center;
		padding-top:19vw !important;
	}
	
	.dragon-series > section{
		background-image: url(../img/dragon/2021/series-bg-01_sp.png);
		/*background-size:contain;*/
		background-size:110% auto;
		padding-bottom:10vw;
		margin-bottom:8vw;
	}
	.dragon-series > div{
		background-image: url(../img/dragon/2021/series-title_sp.jpg);
		height:41vw;
	}
	.dragon-series > section .spec > ul > li:first-of-type{
		padding:0;
		width:100%;
	}
	.dragon-series > section .spec > ul > li:last-of-type{
		width:100%;
	}
	.dragon-series > section .spec > ul > li p{
		font-size:4.2vw;
		letter-spacing:0.1vw;
		line-height:6vw;
		padding:0 3vw;
		box-sizing:border-box;
		margin:4vw 0;
	}
    .dragon-series > section .spec > ul > li .detail .link-btn{
        margin-right: 5vw;
    }
    .dragon-series > section .spec > ul > li .detail .link-btn a{
        font-size: 3.8vw;
        padding: 5vw 10vw 5vw 3vw;
    }
    .dragon-series > section .spec > ul > li .detail .link-btn a:before{
        right: 6vw;
    }
	.dragon-series > section .spec > ul > li ul li{
		font-size:3.8vw;
		line-height:6vw;
		padding:0 3vw;
		box-sizing:border-box;
	}
	
	.dragon-series > section .concept-txt{
		margin-top:15vw;
	}
	.dragon-series > section .concept-txt ul{
		padding:0 5vw;
	}
	.dragon-series > section .concept-txt ul li{
		width:100%;
		height:auto !important;
		background-size:100% 100%;
		padding-bottom:5vw;
	}
	.dragon-series > section .concept-txt ul li:first-of-type{
		margin-bottom:8vw;
	}
	.dragon-series > section .concept-txt ul li div{
		padding:0 5vw;
	}
	.dragon-series > section .concept-txt ul li div h3{
		font-size:4.5vw;
		line-height:6vw;
		margin-left:-5vw;
		margin-bottom:5vw;
	}
	.dragon-series > section .concept-txt ul li div p{
		font-size:4.2vw;
		letter-spacing:0.1vw;
		line-height:6.5vw;
	}
	.dragon-series > section .concept-txt ul li div img{
		display:block;
		margin:0 auto;
		margin-top:5vw;
	}
	
	.dragon-series > section.series-01 .concept-txt ul li:nth-of-type(1){
		background-image: url(../img/dragon/2021/series-frame-01_sp.png);
	}
	.dragon-series > section.series-01 .concept-txt ul li:nth-of-type(2){
		background-image: url(../img/dragon/2021/series-frame-02_sp.png);
	}
	
	.dragon-series > section.series-02{
		background-image: url(../img/dragon/2021/series-bg-02_sp.png);
		background-size: 111% auto;
	}
	.dragon-series > section.series-02 .concept-txt ul li:nth-of-type(1){
		background-image: url(../img/dragon/2021/series-frame-03_sp.png);
	}
	.dragon-series > section.series-02 .concept-txt ul li:nth-of-type(2){
		background-image: url(../img/dragon/2021/series-frame-04_sp.png);
	}
	
	.dragon-series > section.series-03{
		background-image: url(../img/dragon/2021/series-bg-03_sp.png);
		background-size: 112% auto;
	}
	.dragon-series > section.series-03 .concept-txt ul li:nth-of-type(1){
		background-image: url(../img/dragon/2021/series-frame-05_sp.png);
	}
	.dragon-series > section.series-03 .concept-txt ul li:nth-of-type(2){
		background-image: url(../img/dragon/2021/series-frame-06_sp.png);
	}
	
	.dragon-series > section.series-04{
		background-image: url(../img/dragon/2021/series-bg-04_sp.png);
		background-size: 114% auto;
	}
	.dragon-series > section.series-04 .concept-txt ul li:nth-of-type(1){
		background-image: url(../img/dragon/2021/series-frame-07_sp.png);
	}
	.dragon-series > section.series-04 .concept-txt ul li:nth-of-type(2){
		background-image: url(../img/dragon/2021/series-frame-08_sp.png);
	}
	
	.dragon-series > section.series-05{
		background-image: url(../img/dragon/2021/series-bg-05_sp.png);
		background-size: 112% auto;
	}
	.dragon-series > section.series-05 .concept-txt ul li:nth-of-type(1){
		background-image: url(../img/dragon/2021/series-frame-09_sp.png);
	}
	.dragon-series > section.series-05 .concept-txt ul li:nth-of-type(2){
		background-image: url(../img/dragon/2021/series-frame-10_sp.png);
	}
	
}

@media screen and (max-width: 480px) {

}

/* iphone6 */
@media screen and (max-width: 414px) {
	
}

/* iphoneX */
@media screen and (max-width: 375px) {
	
}

/* iphone5 */
@media screen and (max-width: 320px) {
    
}