@charset "UTF-8";

.jtrWidth960 {
    width: 1040px !importnt;
}

/*** Members top ***/

.elem_mv_fullimg_title {
  position: absolute !important; 
  display: flex; 
  flex-direction: column;
}
.elem_mv_fullimg .elem_mv_fullimg_title h1 {
   margin-bottom: 40px;
   padding: 0;
}
.elem_mv_fullimg .elem_mv_fullimg_title .campaign {
   position: relative;
}
.elem_mv_fullimg .elem_mv_fullimg_title .campaign p {
   position: absolute; 
   top: 20px;
   left: 50%;
  transform: translateX(-50%);
}
.elem_mv_fullimg .elem_mv_fullimg_title .campaign.normal p {
   position: absolute; 
   color: #F1EE71;
   top: 10px;
}
@media print, screen and (min-width: 641px) {
  .elem_mv_fullimg .elem_mv_fullimg_title .campaign p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .elem_mv_fullimg .elem_mv_fullimg_title .campaign p {
    font-size: 20px;
  }
  .elem_mv_fullimg .elem_mv_fullimg_title .campaign.normal p {
   top: 5px;
  }
}
.elem_mv_fullimg .elem_mv_fullimg_title .campaign img {
   width: 500px;
} 

@media only screen and (max-width: 459px) {
  .elem_mv_fullimg > div {
     height: 130vw;
  }
}
@media only screen and (min-width: 460px) and (max-width: 639px) {
  .elem_mv_fullimg > div {
    height: 550px;
  }
}

@media only screen and (max-width: 640px) {

  .elem_mv_fullimg_title {
    left: 50%;
    transform: translateX(-50%);
    top: 20px; 
    width: 350px;
    align-items: center;
    justify-content:flex-start;
  }
  .elem_mv_fullimg .elem_mv_fullimg_title h1 {
     margin-bottom: 15px;
  }
  .elem_mv_fullimg .elem_mv_fullimg_title .campaign img {
     width: 350px;
     padding-left: 0;
  }
  .elem_mv_fullimg .elem_mv_fullimg_title .campaign p {
     top: 12px;
     white-space: nowrap;
   }

}

.img1 {
    position: absolute;
    left: calc(100% / 2 - 580px);
    top: 40px;
    z-index: 3;
    opacity: 0;
    height: auto !important;
}

.img2 {
    position: absolute;
    right: calc(100% / 2 - 490px);
    top: 20px;
    z-index: 4;
    opacity: 0;
    height: auto !important;
}
.img3 {
    position: absolute;
    right: calc(100% / 2 - 580px);
    top: 140px;
    z-index: 3;
    opacity: 0;
    height: auto !important;
}
.img1 img {
    width: 280px; 
    border-radius: 15px;
}
.img3 img {
    width: 200px; 
    border-radius: 15px;
}
.img2 img {
   width: 250px; 
   border-radius: 15px; 
   margin-bottom: 160px;
}
@keyframes fade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.elem_mv_fullimg .img1 {
    animation: fade 1s ease-in-out .2s 1 normal forwards;
}
.elem_mv_fullimg .img2 {
    animation: fade 1s ease-in-out 1.5s 1 normal forwards;
}
.elem_mv_fullimg .img3 {
    animation: fade 1s ease-in-out 1.0s 1 normal forwards;
}
@media only screen and (max-width: 640px) {
.img1 {
    left: calc(100% / 2 - 165px);
    top: 260px;
    width: 180px;
}
.img2 {
    left: calc(100% / 2 - 30px);
    top: 230px;
}
.img3 {
    left: calc(100% / 2 + 10px);
    top: 320px;
    width: 180px;
}
.img1 img, .img3 img {
    width: 180px; 
}
.img2 img {
   width: 180px; 
}
}



/*** サブメニュー ***/

.elem_text_list_submenu {
    background-color: #e6f1f9;
    margin-bottom: 20px;
}
.elem_text_list_submenu > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.elem_text_list_submenu > ul > li {
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
    padding: 5px 0;
}
.elem_text_list_submenu > ul > li:first-child {
    border-left: 1px solid #fff;
}
.elem_text_list_submenu > ul.col6  > li {
   width: calc(100% / 6);
  max-width: calc(1040px / 6)
}
.elem_text_list_submenu > ul.col5  > li {
   width: calc(100% / 5);
  max-width: calc(960px / 5)
}
.elem_text_list_submenu > ul > li > a {
    text-decoration: none;
    color: #000;
}
.elem_text_list_submenu > ul > li.var_dorange {
    background-color: #f0b2a1;
}

@media only screen and (max-width: 640px) {
   .elem_text_list_submenu {
        margin: 0 -12px;
   }
   .elem_text_list_submenu > ul.col6  > li, .elem_text_list_submenu > ul.col5  > li {
     width: auto;
   }
   .elem_text_list_submenu > ul > li {
    font-size: 0.875rem;
    font-weight: bold;
    display: flex;
    border-right: 1px solid #fff;
    padding: 8px 5px;
   }
   .elem_linkBox_list ul.sp_block li {
       display: block;
       padding-bottom: 15px !important;
    }
}

/*** キャンペーンブロック ***/

.elem_list_pic_text_flex.var_background.mb_campeign .inner {
   background:  #dcf5fa !important;
}
.elem_list_pic_text_flex.var_background.mb_campeign  .text {
   background-color: #FFFFCC !important;
   border-bottom-right-radius: 20px;
   border-bottom-left-radius: 20px;
}
.elem_list_pic_text_flex.var_background.mb_campeign  .thum img{
   border-top-right-radius: 20px;
   border-top-left-radius: 20px;
}
.elem_list_pic_text_flex.var_background.mb_campeign  .text  .pick {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    padding: 5px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255,255,204,1) 0%,rgba(255,255,204,1) 55%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);
    color: #000;
    font-weight: bold;
    border-radius: 35px;
    z-index: 2;
}
.elem_list_pic_text_flow > ol.var_circle_step.var_onphoto > li .number {
    top: -10px;
    left: -10px;
    width: 50px;
    height: 50px;
}
