@charset "UTF-8";
/* CSS Document */
.sp{
    display: none !important;
}

.tc{
    text-align: center;
}

.mb80{
    margin-bottom: 80px;
}
.sp_page {
  background-image: url(../img/vanity-press/web_main.png);
}
.h3{
  font-weight: bold !important;
  font-size: 30px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.webText01{
  font-size: 14px;
}

.sec2 .ft16{
  font-size: 14px;
}

.webText02{
  font-size: 16px;
  font-weight: bold !important;
  margin-top: 20px;
}

@media screen and (max-width:737px){
  .sp{
      display: block!important;
  }

}


/*  arw_dwon
---------------------------------------- */
.arw_dwon {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.arw_dwon::before {
  display: inline-block;
  content: "";
  width: 140px;
  height: 30px;
  background:
    linear-gradient(to left bottom, #1C6B85 50%, transparent 50%) left center / 50.5% 100% no-repeat,
    linear-gradient(to right bottom, #1C6B85 50%, transparent 50%) right center / 50.5% 100% no-repeat;

}

/* ----------------------------------------

- archiveList

---------------------------------------- */
.archiveList > ul  {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -25px;
}
.archiveList > ul > li {
  width: calc(33.33% - 20px);
  margin-left: 20px;
  margin-top: 25px;
}
.archiveList > ul > li > a {
  display: block;
  background-color: #fff;
  box-shadow: 3px 3px 13px 0px rgb(0 0 0 / 16%);
  border-radius: 12px;
  padding: 20px;
}
.archiveList .thumbnail  {
  width: 100%;
  height: 0;
  padding-top: 57.971%;
  position: relative;
  margin-bottom: 20px;
}
.archiveList .thumbnail > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.archiveList .ar_cate .cate_icon {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #189800;
  padding: .25em .5em;
}
.archiveList .ar_tit {
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 737px){
  .archiveList > ul  {
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
  .archiveList > ul > li {
    display: block;
    width: auto;
    margin-left: 0;
    margin-top: 25px;
  }
  .archiveList > ul > li > a {
    display: block;
  }
  .archiveList .ar_cate .cate_icon {
    font-size: 13px;
  }
}

/* ----------------------------------------

- card

---------------------------------------- */
.cardWrap {
  display: flex;  
  flex-wrap: wrap;
  justify-content: space-between;
}
.card {
  max-width: 360px;
  width: 31%;
  margin-top: 0;
  position: relative;
}
 .card .text-overlay {
  position: relative;
}
 .card .text-overlay p {
  background-color: rgba(24,152,0,0.7);
  position: absolute;
  top: 50%;
  width: 100%;
  /* font-family: YuMincho; */
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 33px;
  text-align: center;
  color: #fff;
  height: 100px;
  margin-top: -50px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
 .card:nth-child(1) .text-overlay {
  background-image: url('../img/vanity-press/top1.png');
  background-size: cover;
/*    max-width: 360px;*/
  width: 100%;
  height: 220px;
}

 .card:nth-child(2) .text-overlay {
  background-image: url('../img/vanity-press/top2.png');
  background-size: cover;
/*    max-width: 360px;*/
  width: 100%;
  height: 220px;
}
 .card:nth-child(3) .text-overlay {
  background-image: url('../img/vanity-press/top3.png');
  background-size: cover;
/*    max-width: 360px;*/
  width: 100%;
  height: 220px;
}
 .card:last-child .text-overlay p.h3 {
  letter-spacing: 0.05em;
}
 .card img {
  width: 100%;
}
 .card .center {
  min-height: 3em;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
 .card .h4 {
  white-space: normal;
  font-size: 24px;
  font-weight: 900;
}
 .card .image-text {
  color: white;
  font-size: 30px;
  background-color: #ca9b42;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  transform: translate(0%, -50%);
  display: none;
}

@media screen and (max-width:737px){
  .cardWrap {
    display: block;
  }
   .card {
    width: 100%;
    max-width: 450px;
  }
   .card > p {
    margin-bottom: 40px;
    padding: 0 20px;
    text-align: left;
    margin-top: 0;
  }
 .card .center {
    margin: 1rem auto 0;
  }
}


/* ----------------------------------------

- websec3

---------------------------------------- */
.websec3_list{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #F2F2F2;
    margin: auto;
    margin-bottom: 20px;
    max-width: 780px;
}

.websec3_list > div{
    display: flex;
    align-items: center;
    width: calc((100% - 40px) / 3);
    /* font-family: YuMincho; */
    /* color:#1F0031; */
}

.websec3_box01{
    font-size: 24px;
    text-align: center;
    justify-content: center;
    /* color:#1F0031; */
    /* font-family: YuMincho; */
    font-weight: bold !important;
}

/* ----------------------------------------

- websec4

---------------------------------------- */
.websec4--box__contWrap p.websec4--box__Title{
	text-align: center;
}
.websec4{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.websec4--box{
    width: calc((100% - 20px) / 2);
}

.websec4--box__contWrap{
    margin-top: 20px;
    padding: 50px 20px 10px;
    background: #F2F2F2;
}

.websec4--box__cont{
	display: flex;
    justify-content: space-between;
    margin: 0px 10px 20px;
    flex-flow: row-reverse;
    min-height: 200px;
}

.websec4--box__contInner{
    width: calc((100% - 20px) / 2);
}

.websec4--box__Title{
    font-size: 22px;
    margin-bottom: 2px;
    margin-top: 0;
    font-weight: bold !important;
}
/* ----------------------------------------

- websec5

---------------------------------------- */
.websec5{
    margin-top: 80px;
}

.websec5--name{
    font-size: 21px;
    text-align: center;
    font-weight: bold !important;
}

.webText03{
    font-size: 14px;
}

.websec5--cont{
    display: flex;
    justify-content: space-between;
    padding:0 100px;
    flex-flow: row-reverse;
}

.websec5--box01{
    width: 280px;
}

.websec5--box02{
    width:calc(100% - 300px);
}

.websec5--box02 .h3{
    margin-top: 0;
    line-height: 1.25em;
    font-weight: bold !important;
    font-size: 32px;
}
    
.btn-groupWrap .btn-group{
    display: flex;
    margin-left: 100px;
} 

.btn-groupWrap .btn-group.add_mls{
    margin: 60px auto;
    width: 80%;
    justify-content: space-between;
}

.btn-groupWrap .btn-group a{
	box-sizing: border-box;
    width: 210px;
    padding: 1rem 1rem;
    text-decoration: none;
    /* font-family: YuGothic; */
    font-size: 24px;
    color: white;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    background-color: #1F0031;
} 

@media screen and (max-width:736px){
    .btn-groupWrap .btn-group{
        margin-left: 0;
    } 

    .websec5--cont{
        padding:0;
    }
    
    .websec4--box__contWrap{
        height: auto;
    }

    .websec4--box__cont{
        display: block;
    }

    .websec4--box__contInner,
    .websec4--box__contInner img{
        width: 100%;
    }
    
    .websec4--box__Title{
        margin-top: 20px;
    }  
  

    .h3.pagetitle02 {
        letter-spacing: 0;
    }
    
    .websec1 {
        display: block;
        padding:0 20px;
    }
    
    .websec1 .webTitle{
        text-align: center;
        font-size: 24px;
    }
    
    .webText02 {
        line-height: 1.5em !important;
    }
    
    .websec1 p{
        text-align: left;
    }
    
    .websec1--box01 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .websec1--box02 {
        width: 100%;
    }
    
    .websec1 .btn-group{
        justify-content: space-between;
        flex-wrap: wrap;
    }    
    
    .websec1 .btn-group a{
        margin-right: 0;
        text-align: center;
    }
    
    .websec1 .btn-group a:not(:first-child){
        width: calc((100% - 50px) / 2);
        margin-top: 10px;
    }
    
    .websec1 .btn-group a:first-child{
        width:100%;
    }
    
    .websec3_list{
        display: block;
        position: relative;
    }
    
    .websec3_list > div {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    
    .websec3_box02{
        font-size: 16px;
    }
    
    
    .websec3_box03{
        position: relative;
        max-width: 90%;
        top:0px;
        left: 0;
        text-align: center;
        width: 90%;
    }
    
    .websec3_box03 img{
        margin: 0 auto;
    }
    
    .websec4--box__Title{
        font-size: 24px;
    }
    
    .websec4 .webText01{
        font-size: 16px;
        text-align: left;
    }
    
    .websec4--box {
        width: 100%;
    }
    
    .websec4 {
        display: block;
        margin-top: 70px;
    }
    
    .websec4--box .h3{
        margin-bottom: 5px;
    }
    
    .websec5--cont {
        display: block;
    }
    
    .websec5--box02 {
        width: 100%;
    }
    
    .websec5--box01 {
        width: 100%;
        position: relative;
        padding-left: 160px;
        box-sizing: border-box;
        margin-top: 70px;
    }
    
    .websec4--box__contWrap{
        margin-bottom: 70px;
    }
    
    .websec5--cont{
        padding:0 20px;
    }
    
    .websec5--cont p{
        text-align: left;
    }
    
    .websec5--box01 div:nth-child(1){
        position: absolute;
        top:0;
        left: 0;
    }
    
    .btn-groupWrap .btn-group {
        padding:0 20px;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
    }
    
    .btn-groupWrap .btn-group a{
        margin-right: 0;
    }
    
    .btn-groupWrap .btn-group a:not(:first-child){
        width: calc((100% - 20px) / 3);
        margin-top: 20px;
        font-size: 16px;
    }
    
    .btn-groupWrap .btn-group a:nth-child(2){
        background: #9A763C;
    } 
    
    .btn-groupWrap .btn-group a:first-child{
        width:100%;
        font-size: 18px;
    }
    
    .websec5--name{
        font-size: 21px;
        margin-bottom: 10px !important;
    }
    
    .websec5--box01 .webText03{
        line-height: 1.5em !important;
    }
    
}


.eb_cont .h3{
    line-height: 1.5em;
}

@media screen and (min-width:736px){
.eb_cont .btn-groupWrap .btn-group {
    margin-left: 0;
    justify-content: center;
}
}


.eb_page {
    background-image: url(../img/vanity-press/eb_main.png);
}

.eb_sec01Text{
    font-size: 24px;
    line-height: 1.7em !important;
}

.mb0{
    margin-bottom: 0 !important;
}

.eb_sec1{
    margin-bottom: 70px;
}

.eb_sec2 .eb_title01{
    margin-top: 0;
}

.eb_sec2 .h3.ft24{
    font-size: 28px;
}

.eb_sec01_list{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    list-style: none;
    margin-bottom: 80px;
}

.eb_sec01_list li{
    margin: 0 10px;
}

.eb_sec2{
    margin-bottom: 80px;
}

.eb_sec3 .eb_title01{
    margin: 75px 0 !important;
    font-size: 24px;
    line-height: 1.7em !important;
}

.web_mb80{
    margin-bottom: 80px;
}


@media screen and (max-width:736px){
    .eb_sec1 .ft16{
        text-align: left;
    }
    
    .eb_cont .eb_sec3 p{
        padding: 0 20px;
        text-align: left;
    }
    
    .eb_sec1{
        padding:0 20px;
    }    
    
    .eb_sec1 .h3{
        font-size: 24px;
    }

    .eb_sec01_list{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .eb_sec01_list li{
        margin: 0;
        margin-bottom: 10px;
        width: 50%;
    }   
    
    .eb_sec3 .eb_title01{
        margin: 30px 0 !important;
    }
    
    .ft14{
        font-size: 14px !important;
    }    

    
    .pd20{
        padding: 0 20px;
    }
    
    .ft16{
        font-size: 16px !important;
    }
    
    .ft24{
        font-size: 24px !important;
    }
    
    .ft32{
        font-size: 32px !important;
    }    
    
    .ft18{
        font-size: 18px !important;
        line-height: 1.7em !important;
    }
    
    .ft13{
        font-size: 13px !important;
    }
}

.add_bgpt1{
	background-image: url(../img/vanity-press/web07.png);
	background-size: cover;
	background-position: center;
}

.add_bgpt2{
	background-image: url(../img/vanity-press/web08.png);
	background-size: cover;
	background-position: center;
}

.add_bgpt3{
	background-image: url(../img/vanity-press/web09.png);
	background-size: cover;
	background-position: top left;
}

.add_bgpt4{
	background-image: url(../img/vanity-press/web10.png);
	background-size: cover;
	background-position: center;
}
.add_boxitem{
	justify-content: center;
	display: flex;
	flex-direction: column;
	order: 1;
}

.websec5--box02 .h3.addft24{
	font-size: 28px;
}

@media screen and (max-width:736px){

	.add_bgpt1{
		background-image: url(../img/vanity-press/web_sp06.png);
        padding-top: 43%;
	}

	.add_bgpt2{
		background-image: url(../img/vanity-press/web_sp07.png);
        padding-top: 43%;
	}

	.add_bgpt3{
		background-image: url(../img/vanity-press/web_sp08.png);
        padding-top: 43%;
	}

	.add_bgpt4{
		background-image: url(../img/vanity-press/web_sp09.png);
        padding-top: 43%;
	}
	.btn-box {
	    display: flex!important;
	}
	.websec5--box02 .h3.addft24{
		font-size: 24px;
	}


}