@charset "UTF-8";

/* モデル 
-----------------------------------------*/

main > .inner,
article.inner,
article .inner{
	padding: 0 46px 0;
}


#model #lists{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#model #lists .box{
	width: 30%;
	margin-bottom: 20px;
	text-decoration: none;
}

#model #lists .box p{
	font-size: 14px;
	font-size: 1.4rem;
}

#model #lists .box .img{
	position: relative;
	line-height: 0;
	margin-bottom: 15px;
}

#model #lists .box .img::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0 solid #A17837;
	border-width: 0;
	transition: border-width 0.1s ease;
	box-sizing: border-box;
}

#model #lists .box:hover{
	text-decoration: none;
}

#model #lists .box:hover h3,
#model #lists .box:hover p{
	opacity: 0.75;
}


#model #lists .box:hover .img::after{
	border-width: 4px;
}

#model #fair{
	padding: 30px 0;
	max-width: 100%;
}

#visual{
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}

#lead{
	padding-bottom: 50px;
}

#main-lead{
	text-align: center;
}

#main-lead b{
	color: #eb0000;
}

#lead h2{
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 34px;
	font-size: 3.4rem;
	padding: 48px 0 30px;;
}

#lead h2 span.jpn{
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
}

.lead{
	width: 
}


/* MODEL 
------------------------*/
#first .box{
	padding: 0 35px;
	margin: 30px auto;
	width: 1100px;
}

#first .image{
	float: left;
	width: 360px;
}

#first .info{
	float: right;
	width: 600px;
}

#first .info h3{
	margin: 50px 0 20px;;
}

#first .info h3 .eng{
	display: block;
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 130%;
}

#first .info h3 .jpn{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}

#first .info .thumbs{
	margin: 40px 0 20px;
}

#first .info .thumbs li{
	float: left;
	margin-right: 40px;
}

#first .info .thumbs li:nth-child(4n){
	margin-right: 0;
}

#first .info .thumbs p{
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
}

#first .info .more{
	text-align: right;
}

/* DETAIL
------------------------*/

#detail{
	margin: 30px auto;
	width: 1100px;
	border: 1px solid #a8a8a8;
	padding: 50px 65px;
}

#detail h2{
	text-align: center;
	font-weight: 700;
	margin-bottom: 40px;
}

#detail .image{
	float: left;
	width: 464px;
}

#detail .info{
	float: right;
	width: 450px;
}

#detail .info ol{
	padding-left: 2.5rem;
	text-indent: -1.5rem;
}

#detail .info ol li{
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

#detail .info ol li span{
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 17px;
	margin-right: 8px;
}

#detail .info ol li::after{
	content: "";
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	left: -21px;
	top: 3px;
	background-color: #000;
	border-radius: 50%;
	z-index: -1;
}


/* GALLERY
------------------------*/

#gallery{
	margin: 0 auto;
	padding: 0 46px 30px;
}

#gallery p{
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	padding-top: 20px;
}

#gallery .images{
	display: flex;
	justify-content: center;
}

#gallery .image{
	position: relative;
	cursor: pointer;
	line-height: 0;
	width: 24%;
	padding: 0 0.5%;
	
}

#gallery .image img{
	width: 100%;
}

#gallery .image a::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	width: calc(100% - 8px);
	height: 100%;
	border: 0 solid #A17837;
	border-width: 0;
	transition: border-width 0.1s ease;
	box-sizing: border-box;
}

#gallery .image a:hover img{
	transition: all 0.2s ease;
}

#gallery .image a:hover img{
	opacity: 0.8;
}

#gallery .image a:hover::after{
	border-width: 4px;
}



/* FAIR
------------------------*/

#fair{
	margin: 0 auto;
	padding: 30px 46px;
}

#fair ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#fair li{
	display: block;
	width: 532px;
}

#fair li:nth-child(2n){
}

#fair li a{
	position: relative;
	display: block;
	line-height: 0;
}

#fair a::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0 solid #A17837;
	border-width: 0;
	transition: border-width 0.1s ease;
	box-sizing: border-box;
}


#fair a:hover::after{
	border-width: 4px;
}



/* ETC
------------------------*/

#etc{
	margin: 0 auto;
	padding: 30px 46px;
	font-size: 12px;
	font-size: 1.2rem;
}

#etc li{
	text-align: center;
}

#etc li a{
	display: inline-block;
}

#etc .slick-prev{
	top: 50%;
	left: -10px;
}

#etc .slick-prev:before{
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	border-left: 4px solid #000;
	border-bottom: 4px solid #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#etc .slick-next{
	top: 50%;
	right: -10px;
}

#etc .slick-next:before{
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	border-right: 4px solid #000;
	border-top: 4px solid #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}



/*--------------------------------------
	Smartphone 
----------------------------------------*/

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

main > .inner, article.inner, article .inner{
	padding: 0 10px;
}

#visual{
	display: none;
	width: 100%;
}

.michelangelo #visual{
	display: block;
}

#lead{
	padding-bottom: 20px;
}

#model #lists .box{
	width: 49%;
}

#model #lists .box h3{
	font-size: 1.4rem;
	line-height: 150%;
}

#model #lists .box p{
	font-size: 1.2rem;
}

#first .box{
	padding: 0;
	width: 100%;
}

#first .image{
	float: none;
	width: 100%;
	text-align: center;
	padding: 0 10px;
}

#first .info{
	float: none;
	width: 100%;
	padding: 0 10px;
}

#first .info h3{
	margin: 15px 0 20px;
}

#first .info h3 .eng{
	text-align: center;
	font-size: 1.8rem;
}

#first .info h3 .jpn{
	text-align: center;
}

#first .info p{
	font-size: 1.4rem;
}

#first .info .thumbs{
	margin: 15px 0;
}

#first .info .thumbs li{
	float: left;
	width: 25%;
	margin: 0;
}


h2 .en{
	display: none;
}

#detail{
	margin: 20px 0;
	padding: 15px 15px;
	width: 100%;
  border: none;
}

#detail h2{
	margin-bottom: 15px;
}

#detail .image{
	float: none;
	width: 100%;
}

#detail .info{
	float: none;
	width: 100%;
}

#gallery{
	padding: 0 10px;
}

#gallery .images{
	flex-wrap: wrap;
}

#gallery .image{
	width: 50%;
	margin-bottom: 5px;
}

#gallery .image a::after{
	content: none;
}

#gallery .col3 .image{
	width: 26.49%;
}

#gallery .col3 .image:nth-of-type(3){
	width: 47%;
}

#gallery .col2 .image{
	width: 50%;
}

#gallery .image:nth-of-type(2){
	margin: 0;
}

#gallery p{
	padding: 10px 0 25px
}

#fair{
	padding: 0 10px;
}

#fair li{
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

#fair li:nth-child(2n){
	margin: 0;
}

#fair li a{
	text-align: center;
}

#etc{
	padding: 0 10px;
}

#etc .slick-prev{
	left: 5px;
}

#etc .slick-next{
	right: 0;
}

}


/* MICHELANGELO */

.michelangelo #instro{
	margin: 47px 0;
}

.michelangelo #instro .copy1{
	font-size: 17px;
	font-size: 1.7rem;
	text-align: center;
}

.michelangelo #instro .copy2{
	font-size: 43px;
	font-size: 4.3rem;
	text-align: center;
}

.michelangelo #instro .copy3{
	font-size: 30px;
	font-size: 3.0rem;
	text-align: center;
}

.michelangelo #instro .lead{
	text-align: center;
	margin-top: 35px;
}

.michelangelo #nintei{
	position: relative;
	background: url('/image/model/michelangelo-common/nintei-bg.png') no-repeat center center;
	width: 879px;
	height: 353px;
	margin: 0 auto;
	padding: 53px 63px;
}

.michelangelo #nintei .notice{
	position: absolute;
	right: 42px;
	top: -22px;
}

.michelangelo #nintei .flex{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.michelangelo #nintei .flex .photo{
	width: 204px;
}

.michelangelo #nintei .flex .text{
	width: 531px;
	font-size: 14px;
	font-size: 1.4rem;
}

.michelangelo #nintei .annotation{
	position: absolute;
	right: 0;
	bottom: -30px;
	font-size: 12px;
}


.michelangelo #pr .table{
	display: table;
}

.michelangelo #pr .td-l{
	display: table-cell;
	width: 576px;
	vertical-align: bottom;
}

.michelangelo #pr .td-r{
	display: table-cell;
	width: 490px;
	vertical-align: bottom;
	padding-left: 44px;
	padding-bottom: 32px;
}

.michelangelo #pr .up .td-l p{
	font-size: 11px;
	font-size: 1.1rem;
	padding-top: 16px;
}

.michelangelo #pr .up .td-r h3{
	font-size: 43px;
	font-size: 4.3rem;
}

.michelangelo #pr .up .td-r p{
	padding: 35px 0 60px;
}

.michelangelo #pr .bottom h4{
	margin-top: 45px;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
}

.michelangelo #pr .bottom p{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 180%;
}


.michelangelo #pr .bottom .td-l,
.michelangelo #pr .bottom .td-r{
	vertical-align: top;
}

.michelangelo #pr .bottom .td-r .float-right{
	margin-top: 45px;
}

.michelangelo #star{
	background: #35343d url('/image/model/michelangelo-common/star-bg.jpg') no-repeat center center;
	padding: 40px 0;
	margin-bottom: 60px;
}

.michelangelo #star h2{
	text-align: center;
}

.michelangelo #star .cols{
	width: 880px;
	margin: 0 auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.michelangelo #star .col{
	width: 252px;
	color: #fff;
}

.michelangelo #star .col h3{
	text-align: center;
	line-height: 130%;
	padding-bottom: 15px;
	font-size: 1.6rem;
	font-size: 1.6rem;
}

.michelangelo #star .col p{
	font-size: 13px;
	font-size: 1.3rem;
}


.michelangelo #crafter .left{
	float: left;
	width: 506px;
}

.michelangelo #crafter .right{
	float: right;
	width: 550px;
}

.michelangelo #crafter .right h2{
	font-size: 33px;
	font-size: 3.3rem;
	margin-bottom: 26px;
}


/*--------------------------------------
	Smartphone 
----------------------------------------*/

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

.michelangelo #instro{
	margin: 30px 10px;
}

.michelangelo #instro .copy1{
	font-size: 1.4rem;
}

.michelangelo #instro .copy2{
	font-size: 3rem;
}

.michelangelo #instro .copy3{
	font-size: 1.6rem;
}

.michelangelo #instro .lead{
	text-align: left;
	padding: 0 0;
	font-size: 1.2rem;
}

.michelangelo #nintei{
	background: url('/image/model/michelangelo-common/nintei-bg-sp.png') center center;
	width: 100%;
	height: auto;
	padding: 20px;
}

.michelangelo #nintei .notice{
	width: 100px;
	right: 10px;
}

.michelangelo #nintei .flex .photo{
	width: 100%;
	text-align: center;
}

.michelangelo #nintei .flex p{
	font-size: 1.3rem;
}

.michelangelo #pr .table{
	display: block;
}

.michelangelo #pr .td-l,
.michelangelo #pr .td-r{
	display: block;
	width: 100%;
	padding: 0 0;
}

.michelangelo #pr .up .td-l p{
	padding-top: 0;
}

.michelangelo #pr .up .td-r h3{
	font-size: 1.8rem;
	margin-top: 20px;
}

.michelangelo #pr .up .td-r p{
	font-size: 1.4rem;
	padding: 10px 0;
}

.michelangelo #pr .bottom h4{
	margin-top: 25px;
	font-size: 1.6rem;
}

.michelangelo #pr .bottom h4 br{
	display: none;
}

.float-right{
	display: none;
}

.michelangelo #pr .bottom p{
	font-size: 1.2rem;
}

.michelangelo #star{
	margin: 20px 0;
	padding: 20px;
	background-image: none;
}

.michelangelo #star .cols{
	width: 100%;
	display: block;
	margin-top: 20px;
}

.michelangelo #star .col{
	width: 100%;
	text-align: center;
}

.michelangelo #star .col p{
	font-size: 1.2rem;
	margin-bottom: 20px;
	text-align: left;
}

.michelangelo #crafter .left,
.michelangelo #crafter .right{
	float: none;
	width: 100%;
}

.michelangelo #crafter .right{
	padding: 10px;
}

.michelangelo #crafter .right h2{
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 10px;
}

.michelangelo #crafter .right p{
	font-size: 1.2rem;
}


}

#voice .layout{
  display: flex;
  align-items: center;
}

#voice .layout .image{
  width: 344px;
  padding: 0 50px;
}

#voice .layout .text{
  flex: 1;
}

#voice .layout .text .shop{
  display: block;
  font-weight: bold;
}

#voice .layout .text .title{
  display: block;
  font-size: 2.1rem;
  margin-bottom: 30px;
  font-weight: bold;
}

#voice .layout .text p{
  font-weight: bold;
}

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

#voice .layout{
  display: block;
}

#voice .layout .image{
  width: 100%;
}

#voice .layout .text{
  padding: 15px;
}
#voice .layout .text .shop,
#voice .layout .text p{
  font-size: 1.4rem;
}

#voice .layout .text .title{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

}


/* ranking 
======================*/
#ranking .rank-box{
  max-width: 1040px;
  margin: auto;
}

#ranking .ranking-box p{
	text-align: center;
	font-size: 0.9em;
}

#ranking .ranking-box p.link {
	padding-bottom: 20px;
    line-height: 160%;
    font-size: 0.875em;
}

#ranking .rank-box{
	display:  flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#ranking .box{
	width: 31%;
	background-color: #fff;
}

#ranking .box.no1{
	border: 2px solid #be9136;
}

#ranking .box.no2{
	border: 2px solid #888888;
}

#ranking .box.no3{
	border: 2px solid #7f4f21;
	margin-right: 0;
}

#ranking .box .rank{
	text-align: center;
	line-height: 0;
	padding: 8px;
	margin-bottom:14px;
}

#ranking .box.no1 .rank{
	background-color: #be9136;
}

#ranking .box.no2 .rank{
	background-color: #888888;
}

#ranking .box.no3 .rank{
	background-color: #7f4f21;
}

#ranking .box .rank img{
	display: inline;
}

#ranking .box .image{
	text-align: center;
	max-height: 138px;
	margin-bottom: 15px;
}

#ranking .box .image img{
	display: inline;
	max-height: 138px;
}

#ranking .box h4{
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	padding: 0 16px;
}

#ranking .box p{
	text-align: left;
	font-size: 11.5px;
	padding: 0 16px 12px;
	line-height: 160%;
}

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

#ranking .ranking-box{
  padding: 0 10px;
}

#ranking .slick-prev {
    top: 50%;
    left: 0;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    background-color: #bcafa4;
}

#ranking .slick-prev::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -2px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}

#ranking .slick-next {
    top: 50%;
    right: 0;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    background-color: #bcafa4;
}

#ranking .slick-next::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 50%;
    margin-right: -5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

#ranking .slick-next:hover,
#ranking .slick-prev:hover{
	opacity: 0.75;
}

}

/* カイザープレミアム
----------------------------------------*/
#kaiserpremium #visual {
  margin-bottom: 58px;
}

#kaiserpremium #first .info h3 .eng{
  font-size: 3.5rem;
}

#kaiserpremium #marunouchi {
  margin-bottom:89px;
}
#kaiserpremium #marunouchi .inner {
  background-color: #F0F0F0;
  padding:35px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
}
#kaiserpremium #marunouchi .m-l {
  text-align: center;
  padding-left:20px;
  flex: 1;
}
#kaiserpremium #marunouchi .m-l img {
  max-width: 259px;
  padding-bottom: 32px;
}

#kaiserpremium #marunouchi .m-l p {
  font-size: 18px;
  text-align: left;
}

#kaiserpremium #marunouchi .m-l .m-l-logo{
  display: flex;
  gap: 30px;
  align-items: center;
}

#kaiserpremium #marunouchi .m-r {
  width: 454px;
}

/* instro */
#kaiserpremium #instro .copy1 {
  font-size: 40px;
  font-size: 4.0rem;
  text-align: center;
  font-weight: bold;
}

#kaiserpremium #instro .copy2 {
  font-size: 30px;
  font-size: 3.0rem;
  text-align: center;
}

/* detail */
#kaiserpremium #detail {
  margin-top:100px;
  margin-bottom: 100px;
}

/* comparison */
#kaiserpremium #comparison {
  width: 800px;
  margin: 0 auto 105px;
  text-align: center;
}

#kaiserpremium #comparison h2 {
  font-size: 24px;
  margin: 0 0 44px;
}

#kaiserpremium #comparison .models {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

#kaiserpremium #comparison .models .model {
  text-align: center;
  width: 50%;
}

#kaiserpremium #comparison .models .model:first-child {
  border-right: 1px solid #707070;
}

#kaiserpremium #comparison .models .model img {
  width: 197px;
  margin-bottom: 15px;
}

#kaiserpremium #comparison .model h3 {
  font-size: 18px;
}

#kaiserpremium #comparison .comparison-table {
  width: 100%;
  border-collapse: collapse;
}

#kaiserpremium #comparison .comparison-table tr {
  border-bottom: 1px solid #707070;
}

#kaiserpremium #comparison .comparison-table td {
  padding: 15px;
  width: 42%;
  font-size: 15px;
  vertical-align: middle;
}

#kaiserpremium #comparison .comparison-table td.label {
  width: 16%;
  text-align: center;
  font-weight: bold;
}

/* pr */
#kaiserpremium #pr{
  margin-bottom:60px;
}
#kaiserpremium #pr h2 {
  margin-bottom: 41px;
}

#kaiserpremium #pr .table {
  display: flex;
}

#kaiserpremium #pr .td-l {
  width: 576px;
  vertical-align: bottom;
}

#kaiserpremium #pr .td-r {
  padding-top: 87px;
  padding-left: 44px;
  width: 531px;
}

#kaiserpremium #pr .td-r h3 {
  padding-bottom: 50px;
  font-size: 4rem;
  font-weight: normal;
}

#kaiserpremium #pr .td-r p {
  padding-top: 0px;
}

#kaiserpremium #pr .up {
  margin-bottom: 46px;
}

#kaiserpremium #pr .b-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width:973px;
  margin:0 auto;
}

#kaiserpremium #pr .bottom-tl {
  position: relative;
}

#kaiserpremium #pr .bottom-tl::after {
  content: "";
  position: absolute;
  right: 0px;
  left: 427px;
  top: 50%;
  height: 1px;
  background-color: #707070;
}

#kaiserpremium #pr .pr-table .contents {
  width: 442px;
  margin-bottom: 31px;
}

#kaiserpremium #pr .bottom h4 {
  margin-top: 16px;
  margin-bottom: 15px;
}

#kaiserpremium #popular-option{
  margin-bottom: 80px;
}

/* handing */
#kaiserpremium #handing {
  background-color: #F2F2F2;
}

#kaiserpremium #handing h2 {
  padding-top: 96px;
  text-align: center;
}

#kaiserpremium #handing p {
  padding-top: 19px;
  padding-bottom: 50px;
  text-align: center;
}

#kaiserpremium #handing .shoplistCommon{
  justify-content: center;
}
#kaiserpremium #star{
  background-size: cover;
}

#kaiserpremium #etcmodel .link{
  margin-top: 30px;
}

/*--------------------------------------
Smartphone 
----------------------------------------*/

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

  #kaiserpremium #marunouchi{
    padding: 0 10px;
  }
  #kaiserpremium #marunouchi .inner{
    display: block;
    padding: 25px 10px;
  }
  #kaiserpremium #marunouchi .m-l{
    padding-left: 0;
  }
  #kaiserpremium #marunouchi .m-l img{
    max-width: 259px;
    padding-bottom: 20px;
  }
  #kaiserpremium #marunouchi .m-l p{
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  #kaiserpremium #marunouchi .m-l .m-l-logo{
    display: block;
  }
  #kaiserpremium #marunouchi .m-l .m-l-logo img{
    display: block;
    margin: auto;
  }
  #kaiserpremium #marunouchi .m-r{
    width: 100%;
 }

  #kaiserpremium #instro{
    padding: 0 10px;
  }
  #kaiserpremium #instro .copy1{
    font-size: 6vw;
  }
  #kaiserpremium #instro .copy2{
    font-size: 1.6rem;
  }
  
  #kaiserpremium #first .info h3 .eng{
    font-size: 1.8rem;
  }

  #kaiserpremium #detail{
    margin: 30px 0;
  }


  #kaiserpremium #comparison {
      width: 100%;
      margin-bottom: 50px;
  }

  #kaiserpremium #comparison .model h3{
    font-size: 1.4rem;
  }

  #kaiserpremium #comparison .models .model{
    padding: 0 5%;
  }

  #kaiserpremium #comparison .comparison-table td{
    padding: 8px;
    font-size: 1.2rem;
  }

  #kaiserpremium #comparison .comparison-table td br{
    display: none;
  }

  #kaiserpremium #pr{
    margin-bottom: 30px;
  }
  #kaiserpremium #pr .table{
    display: block;
  }
  #kaiserpremium #pr .td-l{
    width: 100%;
  }
  #kaiserpremium #pr .td-r{
    width: 100%;
    padding: 0 10px;
  }

  #kaiserpremium #pr .td-r h3{
    font-size: 1.8rem;
    padding-bottom: 20px;
  }

  #kaiserpremium #pr .up{
    margin-bottom: 0;
  }

  #kaiserpremium #pr .pr-table{
    padding: 0 0;
  }

  #kaiserpremium #pr .bottom-tl{
    margin-top: 25px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  #kaiserpremium #pr .pr-table .contents{
    width: 100%;
    margin-bottom: 40px;
  }

  #kaiserpremium #pr .pr-table .td-1, .td-3 {
      margin-right: 0px;
  }

  #kaiserpremium #handing h2{
    padding-top: 30px;
  }

  #kaiserpremium #etcmodel{
    padding: 0 10px;
  }

  #kaiserpremium #etcmodel .link{
    margin-top: 10px;
    margin-bottom: 50px;
  }
}