@charset "UTF-8";


/* 下線マーカー */
.highlight_bu {
  text-decoration: underline; 
  text-decoration-thickness: 0.5em; 
  text-decoration-color: #b1b8db;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.drop-shadow-be {
  text-shadow: 2px 2px 0 #faf6f2;
}

.ribbon-relative{
  position: relative;
}
.uranai_icon{
  position: absolute;
  top: -3vw;
  right: 2vw;
}
img.uranai_icon{
  width: 120px;
  transform: rotate(15deg);
}

.pickup_content{
  display: flex;
  flex-wrap: wrap;
  width: 750px;
  height: auto;
  gap: 2vw 5%;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.pickup_btn{
  width:calc(70%/2);
  display:flex;
  flex-direction:column;
}
.pickup_link{
  display: block;
  background: #b1b8db;
  padding-bottom: 5px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px #6666667c ;
}
.pickup_link img{
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.pickup_link p{
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 2.5;
}

.zoomOut img{
  transform: scale(1.1);
  transition: .3s ease-in-out;
}

.zoomOut a:hover img{
  transform: scale(1);
}

.pickup_mask{
    display: block;
    line-height: 0;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

/* pickup page */
.pickup_fv{
  text-align: center;
}
.pickup_fv img{
  width: 400px;
}
.pickup_category_h3{
  display: flex;
  font-size: 20px;
  font-family:'Roboto',"Kaisei Opti", sans-serif;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 10px;
}
.pickup_category_h3 img {
  height: 1.1em;
}
.pickup_h3_comment {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  background-color: #ffffff51;
  padding: 20px;
  margin: 30px auto 50px auto;
  width: 70%;
  border-image: linear-gradient(135deg, #c69c6d, #f3d7ab , #c69c6d);
  border-image-slice: 1;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.kaisei_font{
  font-family:'Roboto',"Kaisei Opti", sans-serif;
  margin-bottom: 0.5em;
}
.uranaishi_box{
  background-color: #fff;
  border: solid 2px;
  border-image: linear-gradient(135deg, #c69c6d, #f3d7ab , #c69c6d);
  border-image-slice: 1;
  padding: 30px 10px;
  width: 600px;
  margin: 50px auto;
  box-shadow: 2px 2px 3px #6666662e;
}

.profile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.profile img {
  width: 150px;
}

.name{
  font-weight: 500;
}

.information {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  width:90%;
  margin: 0 auto 50px auto;
}
.information_item{
  text-align: left;
  width: 100%;
}
.information_item_p {
  font-size: 16px;
}
.decoration_center{
  width: 200px;
}

.name a p{
  font-size: 20px;
  line-height: 1.2;
  background-image: linear-gradient(90deg,#b1b8db,#ffcbe4, #b05398, #2a3175);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size 0.5s;
  width: fit-content;
}

.name a p:hover {
  background-size: 100% 1px;
}


.uranaishi_link{
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.uranaishi_link a{
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 60%;
  padding: 18px 0 13px 0;
  background-color: #c69c6d;
  text-shadow: 0 1px 1px #957652;
  line-height: 1;
  border-radius: 50px;
  transition: 0.5s;
}
.uranaishi_link a:hover{
  transition: 0.5s;
  transform: scale(1.1);
}


@media screen and (max-width: 768px){
  .kaisei_font{
    font-family:'Roboto',"Kaisei Opti", sans-serif;
    font-size: 20px;
  }

}
@media screen and (max-width: 430px){
  .kaisei_font{
    font-family:'Roboto',"Kaisei Opti", sans-serif;
    font-size: 18px;
  }
  .uranai_icon{
    position: absolute;
    top: 5vw;
    right: 3vw;

  }
  img.uranai_icon{
    width: 60px;
  }
  .pickup_btn{
    width:calc(90%/2);
  }
  .pickup_content{
    gap: 10vw 5%;
    margin-bottom: 50px;
    margin-top: 30px;
  }

  .pickup_fv img {
    width: 80%;
}
.uranaishi_link a{
  width: 95%;
}
.profile{
  gap: 20px;
}
.profile img {
  width: 120px;
}


}