@charset "utf-8";
/* CSS Document */

.yume_body{
  padding: 25px 0 40px;
  line-height: 1.5;
  background: url("../img/ph_bodybg.jpg") center top no-repeat;
  background-size: 100% auto;
}
.yume_wrap{
  max-width: 1000px;
  margin: auto;
}
.yume_catcharea{margin-bottom: 32px;}
.yume_catcharea h1{margin-bottom: 25px;}
.yume_catcharea h1 img{max-width: 100%;}
.yume_catcharea h1 img:last-of-type{display: none;}
.yume_catcharea h2{
  margin-bottom: 36px;
  text-align: center;
  font-size: clamp(1.5rem, 0.5rem + 2vw, 1.75rem);/*24-28 800-1000*/
  font-weight: bold;
  color: #004573;
}
.yume_catcharea p{
  line-height: 2.2;
  text-align: center;
  font-size: 0.875rem;
  color: #00406B;
}

.yume_higabnr{
  max-width: 800px;
  margin: 0 auto 40px;
}
.yume_higabnr img{max-width: 100%;}
.yume_higabnr ul{
  background: #46C8FE;
  padding: 0.5em;
}
.yume_higabnr ul li:first-of-type{
  font-size: 0.875rem;
  background: #FFF;
  border-right:4px solid #46C8FE;
  border-left:4px solid #46C8FE;
  padding: 1em;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
.yume_higabnr ul li a{
  max-width: 360px;
  margin: auto;
  display: block;
  width: 100%;
  height: 60px;
  padding-top: 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #004573;
  border-radius: 40px;
  background-color: #FFFFC6;
}

.yume_arichivevideo > p{
  max-width:282px;
  margin:auto;
}

.yume_arichivevideo > p img{
  width:100%;
}

.yume_arichivevideo ul{
  display:flex;
  justify-content: space-between;
}

.yume_arichivevideo ul li{
  width:30%;
  background-color:#FFF;
  padding:4px 4px 12px;
  box-shadow: 0px 0px 6px 0px rgba(123, 231, 255, 1.0);
}

.yume_arichivevideo ul li div{
  display:flex;
  flex-direction:column;
}

.yume_arichivevideo ul li > div{
  height: 100%;
}
.yume_arichivevideo ul li > div a{
  color:#000;
  text-decoration: none;
}

.yume_arichivevideo ul li div img{
  width:100%;
}

.yume_arichivevideo ul li div p{
  font-size:0.875em;
  font-weight:bold;
  padding:10px 8px 0;
}

.yume_arichivevideo ul li div p:nth-of-type(2){
  margin-top:auto;
}

.yume_arichivevideo ul li div p:nth-of-type(2) a{
  display:flex;
  background-color:#DDEFF3;
  justify-content: center;
  align-items: center;
  padding:0.75em 0;
  color:#266FB7;
  text-decoration:none;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}


.yume_arichivevideo > div a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  min-height: 40px;
  margin:12px auto 46px;
  color: #FFFFFF;
  border-radius: 46px;
  background-color: #39B54A;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.31);
  text-decoration: none;
  padding: 4px;
}

.yume_archivearea{margin-bottom: 64px;}

.yume_archivearea div a::after{
content: "";
position: absolute;
display: block;
width: 28px;
height: 28px;
right: 40px;
top: calc(50% - 15px);
border-top: 5px solid;
border-right: 5px solid;
transform: rotate(45deg);
}
.yume_archivearea div a img{
  max-width: 84px;
  width: 100%;
  padding-right: 0.5em;
}

.yume_archivearea li{
  position: relative;
  width: 754px;
  margin: auto;
}
.yume_star{
  position: absolute;
  left: -15px;
  top: -15px;
  width: 46px;
}
.yume_archivearea li:nth-last-of-type(n+2){margin-bottom: 28px;}
.yume_archivearea li a{
  display: block;
  min-height: 133px;
  padding: 14px;
  text-decoration: none;
  color: #000000;
  border-radius: 10px;
  box-shadow: 2px 2px 0px #CCC;
}
.yume_archivearea li:first-of-type a{
  background: linear-gradient(90deg, #fff 0%, #58d2ff 63.58%, #0071BC 100%);
  border: 4px solid #0071BC;
}
.yume_archivearea li:nth-of-type(2) a{
  background: linear-gradient(90deg, #fff 0%, #cd6cd1 63.58%, #662D91 100%);
  border: 4px solid #662D91;
}
.yume_archivearea li:last-of-type a{
  background: linear-gradient(90deg, #fff 0%, #ed7e1c 63.58%, #ED1C24 100%);
  border: 4px solid #ED1C24;
}
.yume_archivearea li a div{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 100px;
  padding: 0 86px 0 12px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.yume_archivearea li a div img{height: 74px;}
.yume_archivearea li a div p:last-of-type{
  max-width: 370px;
  width: 60%;
  line-height: 1.5;
}
.yume_archivearea li a div::after{
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  right: 24px;
  top: calc(50% - 15px);
  border-top: 7px solid;
  border-right: 7px solid;
  transform: rotate(45deg);
}
.yume_archivearea li:first-of-type a div::after{border-color: #178BCE;}
.yume_archivearea li:nth-of-type(2) a div::after{border-color: #662D91;}
.yume_archivearea li:last-of-type a div::after{border-color: #ED1C24;}



.yume_yamauchiwrap{
  position: relative;
  margin-bottom: 64px;
}
.yume_yamauchibox{
  position: relative;
  border: 7px solid #F7931E;
  background-color: #FFFFBF;
}
.yume_yamauchibox h2{
  position: relative;
  line-height: 46px;
  padding-left: 64px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFFFBF;
  background-color: #F7931E;
  z-index: 10;
}
.yume_yamauchibox h2 img{
  position: absolute;
  left: -30px;
  top: -35px;
}
.yume_yamauchibox div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px 310px 24px 30px;
}
.yume_yamauchibox div p{
  display: inline-block;
  width: 308px;
  margin-bottom: 1.5em;
}
.yume_yamauchibox div p:nth-of-type(3){order: 4;}

.yume_yamauchiwrap{margin-bottom: 0;}

.yume_img01{
  position: absolute;
  bottom:4px;
  right: 204px;
  z-index: 20;
}
.yume_img02{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 15;
  max-width:200px;
}



.yume_sponser{
  padding: 40px 0 80px;
  text-align: center;
}
.yume_subttl{
  margin-bottom: 80px;
  text-align: center;
  border-bottom: 1px solid #333333;
}
.yume_subttl span{
  display: inline-block;
  padding: 0 5px;
  font-size: 1.125rem;
  background-color: #FFFFFF;
  transform: translateY(10px);
}
.yume_sponser a{
  display: inline-block;
  border: 1px solid #333333;
}





@media screen and (min-width: 801px) {
  .yume_higabnr ul li a:hover{background-color: #FFEC70;}
  .yume_archivearea div a:hover{background-color: #70D27D;}
  .yume_arichivevideo ul li > div a:hover{text-decoration:underline;}
  
  .yume_archivearea li a:hover{opacity: 0.7;}
  .yume_sponser a:hover{opacity: 0.7;}
}




@media screen and (max-width: 1000px) {
  .yume_yamauchibox div{
    flex-flow: column;
    align-items: center;
  }
  .yume_yamauchibox div p:nth-of-type(3){order: 3;}
  .yume_yamauchibox div p:nth-of-type(4){order: 4;}
}
@media screen and (max-width: 800px) {
  .yume_wrap{
    width: auto;
    padding:  0 15px;
  }
  .yume_catcharea h1 img:last-of-type{
    display: inline;
    width: 100%;
  }
  .yume_catcharea h1{
    width: 94%;
    margin: 0 auto 40px;
    text-align: center;
  }
  
  .yume_catcharea h1 img:first-of-type{display: none;}
  .yume_catcharea h2{font-size:1.125em;}
  .yume_arichivevideo ul li{width:48%;}
  .yume_arichivevideo ul li:last-of-type{display:none;}
  
  .yume_catcharea p {
    text-align: left;
    width: 90%;
    margin: auto;
  }
  .yume_higabnr ul li a{
    height: 7.5vw;
    padding-top: 2.5vw;
    font-size: 2vw;
  }
  .yume_archivearea ul{margin-bottom: 28vw;}
  .yume_archivearea li {width: 94%;}
  .yume_archivearea li br{display: none;}
  .yume_archivearea li a div p:first-of-type{width: 100%;}
  .yume_archivearea li a div p:last-of-type{width: 90%;}
  
  .yume_higabnr{
    margin-bottom:220px;
  }

  .yume_yamauchibox{z-index: 100;}
  .yume_img01{
    top: -150px;
    right: 172px;
  }
  .yume_img02{
    width: 160px;
    top: -180px;
  }
  
  .yume_archivearea div a{
    width: 96%;
    justify-content: flex-start;
    padding-left: 5vw;
  }
  .yume_yamauchibox div{padding: 24px;}
  .yume_sponser{padding-bottom:160px;}
  .yume_sponser img{max-width: 100%;}
  
}


@media screen and (max-width:430px) {
/*- 20230719add -*/
  .yume_higabnr ul{
    display: block;
    padding: 1em;
    border: none;
  }
  .yume_higabnr ul li{width: 100%;}
  .yume_higabnr ul li:first-of-type{margin-bottom: 16px;}
  .yume_higabnr ul li a{
    height: 40px;
    padding-top: 10px;
    font-size: 0.875rem;
  }
/*- /add -*/


  .yume_archivearea div a {
    font-size: 1.125rem;
  }

  .yume_archivearea div a img{
  left: 0;
  top: 13px;
  width: 68px;}
  .yume_archivearea div a::after{
    width: 4vw;
    height: 4vw;
    right: 7vw;
    top: calc(50% - 3vw);
  }
  .yume_archivearea li a div {display: block;}
  .yume_archivearea li a div p:last-of-type {width: 126%;}
  .yume_archivearea li a{
    font-size: 0.875rem;
    padding: 4px;
    height: auto;
  }
  .yume_archivearea li a div::after {
    top: 24px;
    width: 18px;
    height: 18px;
    border-top: 5px solid;
    border-right: 5px solid;
  }
  .yume_archivearea ul {margin-bottom: 18vw;}
}