@charset "utf-8";

/* CONTRACTED ANGLER -----------------------------
- index
- Nana  (FIELD STAFF)
- Asuka (FIELD STAFF) 
- Karin (FIELD STAFF)
- Kanami(U-ANGLER)
--------------------------------------------- */



/* CONTRACTED ANGLER -----------------------------
- index
--------------------------------------------- */
#CONTRACTED {
  background-color: var(--white);
}

#CONTRACTED #breadcrumbs.color_white {
  text-shadow: 2px 2px 3px #111;
}


/* --- 1 --- */
.Congler .TOP {
  margin: auto;
}

/* --- 2 --- */
.Congler .TTL {
  margin: 25% auto auto;
}

.Congler .TTL h2 {
  margin: auto ;
  font-family: "GenEiGP", sans-serif;
  font-weight: 600;
  font-size: var(--fs_20);
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

/* --- 3 --- */
.Congler .AUTH {
  margin: auto;
  padding-top: 20%;
}

.Congler .AUTH .STAFF {
  margin: auto auto 20%;
  width: 43%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.Congler .AUTH .STAFF h2 {
  margin: 1em auto 0.5em;
  font-family: "GenEiGP", sans-serif;
  font-weight: 600;
  font-size: var(--fs_12);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.Congler .AUTH .STAFF h3 {
  margin: auto;
  font-family: "GenEiGP", sans-serif;
  font-weight: 600;
  font-size: var(--fs_20);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

/* --- 4 --- */
.Congler .divider {
  margin: auto auto 3%;
  width: 86%;
  position: relative;
  border-bottom: min(3px, max(0.4vw, 1.44px)) solid rgba(0,0,0,0.3);
}

.Congler .divider p {
  margin: auto 0 0.75em auto;
  width: fit-content;
  font-family: "GenEiGP", sans-serif;
  font-weight: 400;
  font-size: var(--fs_12);
  letter-spacing: 0.05em;
  line-height: 1;
}

/* --- 5 --- */
.Congler .STAFF-LIST {
  margin: auto;
  padding: 20% 0 15%;
  width: 90%;
}

.Congler .STAFF-LIST .FIELD {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Congler .STAFF-LIST .FIELD .STAFF {
  margin: auto auto 16%;
  width: 43%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.Congler .STAFF-LIST .FIELD .STAFF.TXT {
  margin-bottom: auto;
  width: 43%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Congler .STAFF-LIST .FIELD .STAFF.TXT p {
  font-family: "GenEiGP", sans-serif;
  font-weight: 600;
  font-size: var(--fs_14);
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  transform: translate(0,-75%);
}

.Congler .STAFF-LIST .FIELD .STAFF.TXT p span.f1 {
  display: inline-block;
  font-size: min(45px, max(6vw, 21.6px));
}



.Congler .STAFF-LIST .FIELD .STAFF h2 {
  margin: 1em auto 0.5em;
  font-family: "GenEiGP", sans-serif;
  font-weight: 600;
  font-size: var(--fs_12);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.Congler .STAFF-LIST .FIELD .STAFF h3 {
  height: min(40px, max(5.333vw, 19.2px));
}

/* 区切り線 */
.Congler .divider2 {
  margin: auto auto 3%;
  width: 93%;
  position: relative;
  border-bottom: min(3px, max(0.4vw, 1.44px)) solid rgba(0,0,0,0.3);
}

/* 下段 */
.Congler .STAFF-LIST #YOUTH.FIELD {
  padding-top: 20%;
}

.Congler .STAFF-LIST #YOUTH.FIELD .STAFF.TXT p {
  transform: translate(0,-90%);
}

/* --- link対策(PC・SP)@media制御 --- */
/* for PC */
@media (hover: hover) {
  .STAFF a:hover {
    opacity: 0.6;
    text-decoration: none;
  }

}

/* for SP */
@media (hover: none) {
  .STAFF a:active {
    opacity: 0.6;
    text-decoration: none;
  }

}



/* CONTRACTED ANGLER -----------------------------
- (FIELD STAFF)
--------------------------------------------- */

/* --- 1 --- */
.profile .SHOT_TOP {
  margin: auto auto 34%;
}

/* --- 2 --- */
.profile .SHOT_2ND {
  margin: auto auto auto 0;
  width: 75%;
}

/* --- 3 --- */
.profile .board {
  margin: -22% 7% 24% auto;
  padding: 7%;
  width: 50%;
  position: relative;
  background-color: rgba(249,249,249,0.4);
  backdrop-filter: blur(4px);
}

.profile .board .AUTHORIZED-STAFF,
.profile .board .FIELD-STAFF {
  margin: auto auto 20%;
 
}

.profile .board .Nick-name,
.profile .board .Real-name,
.profile .board .Birthplace {
  margin-top: 10%;
}

.profile .board .Nick-name h2,
.profile .board .Real-name h2 {
  margin: auto;
  width: 65%;
}

.profile .board .Birthplace h2 {
  margin: auto;
  width: 62%;
}

.profile .board .Nick-name p,
.profile .board .Real-name p,
.profile .board .Birthplace p {
  margin: auto;
  font-family: "GenEiGP", sans-serif;
  font-weight: 400;
  font-size: var(--fs_13);
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

/* --- 3-2（AS河内のみ） --- */
.profile .summary_memo {
  margin: -17% auto 24%;
  width: 86%;
  background-color: rgba(249,249,249,0.4);
  backdrop-filter: blur(4px);
}


/* --- 4 --- */
.profile .SHOT_3RD {
  margin: auto;
  width: 86%;
}

/* --- 5 --- */
.profile .about_me {
  margin: 0% 7% 35%;
  padding: 20% 8%;
  background-color: rgba(249,249,249,0.5); 
  background-color: rgba(249,249,249,0.4);
  backdrop-filter: blur(4px);
  position: relative;
}  

.profile .about_me h2 {
  margin-bottom: 3em;
  padding-left: 1.4em;
  font-family: "hina", serif;
  font-weight: 400;
  font-size: var(--fs_20);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  border-left: solid min(3px, max(0.4vw, 1.44px)) var(--black);
}

.profile .about_me h2 span.f1 {
  display: inline-block;
  margin-top: 0.3em;
  padding-left: 0.2em;
  letter-spacing: 0.1em;  
}

.profile .about_me h2 span.f2 {
  display: inline-block;
  margin-top: 0.4em;
  padding-left: 0.1em;
  font-size: 250%;
}

.profile .about_me p {
  font-family: "hina", serif;
  font-weight: 400;
  font-size: var(--fs_13);
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: justify;
}

.profile .about_me p:not(:nth-of-type(1)) {
  margin-top: 0.8em;
}

/* - SNS - */
.profile .about_me .SNSicon {
  margin: auto;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 3.5%;
  right: 9%;
}  

.profile .about_me .SNSicon .SNS_1,
.profile .about_me .SNSicon .SNS_2,
.profile .about_me .SNSicon .SNS_3 {
  height: min(7vw,52.5px);  
}  

.profile .about_me .SNSicon .SNS_1,
.profile .about_me .SNSicon .SNS_2 {
  margin-right: 20%;  
}  



/* --- img border --- */
.profile .SHOT_TOP img,
.profile .SHOT_2ND img,
.profile .SHOT_3RD img {
  border: solid #f9f9f9 min(4.5px, max(0.6vw, 2.16px));
}

/* --- box-shadow --- */
.profile .SHOT_TOP img,
.profile .SHOT_2ND img,
.profile .SHOT_3RD img {
  box-shadow: min(10px, max(1.388889vw, 5px)) min(10px, max(1.388889vw, 5px)) min(20px, max(2.666667vw, 10px)) rgba(0,0,0,0.5);
}

/* 画面幅が751px以上のときだけ overflow を解除 */
@media (min-width: 751px) {
  #CONTRACTED #wrap {
    overflow: visible; 
  }
}

/* --- link対策(PC・SP)@media制御 --- */
/* for PC */
@media (hover: hover) {
  .SNSicon .SNS_1 a:hover,
  .SNSicon .SNS_2 a:hover,
  .SNSicon .SNS_3 a:hover {
    opacity: 0.6;
  }

}

/* for SP */
@media (hover: none) {
  .SNSicon .SNS_1 a:active,
  .SNSicon .SNS_2 a:active,
  .SNSicon .SNS_3 a:active {
    opacity: 0.6;
  }

}



/* CONTRACTED ANGLER -----------------------------
- AS_Kawauchi (AUTHORIZED STAFF) 
--------------------------------------------- */

/* iOS android */
#CONTRACTED.AS_Kawauchi.ios-dev #wrap::before,
#CONTRACTED.AS_Kawauchi.android-dev #wrap::before {
  content: "";
  display: block;
  margin: auto calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  background: url( ../site_images/staff-profiles/AS_Kawauchi/AS_Kawauchi_BG.jpg);
  background: image-set( url( ../site_images/staff-profiles/AS_Kawauchi/AS_Kawauchi_BG.webp));
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  filter: blur(10px);
  transform: scale(1.1)
}

/* PCその他  */
#CONTRACTED.AS_Kawauchi.other-dev #wrap::before {
  content: "";
  display: block;
  margin: auto calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  background: url( ../site_images/staff-profiles/AS_Kawauchi/AS_Kawauchi_BG.jpg);
  background: image-set( url( ../site_images/staff-profiles/AS_Kawauchi/AS_Kawauchi_BG.webp));
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  filter: blur(10px);
  transform: scale(1.1)
}


/* CONTRACTED ANGLER -----------------------------
- Asuka (FIELD STAFF) 
--------------------------------------------- */

/* iOS android */
#CONTRACTED.Asuka.ios-dev #wrap::before,
#CONTRACTED.Asuka.android-dev #wrap::before {
  content: "";
  display: block;
  margin: auto calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  background: url( ../site_images/staff-profiles/FS_Asuka/Asuka_BG.jpg);
  background: image-set( url( ../site_images/staff-profiles/FS_Asuka/Asuka_BG.webp));
  background-size: cover;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/* PCその他  */
#CONTRACTED.Asuka.other-dev #wrap::before {
  content: "";
  display: block;
  margin: auto calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  background: url( ../site_images/staff-profiles/FS_Asuka/Asuka_BG.jpg);
  background: image-set( url( ../site_images/staff-profiles/FS_Asuka/Asuka_BG.webp));
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/* CONTRACTED ANGLER -----------------------------
- Karin (FIELD STAFF) 
--------------------------------------------- */

/* iOS android */
#CONTRACTED.Karin.ios-dev #wrap::before,
#CONTRACTED.Karin.android-dev #wrap::before {
  content: "";
  display: block;
  margin: auto calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  background: url( ../site_images/staff-profiles/FS_Karin/Karin_BG.jpg);
  background: image-set( url( ../site_images/staff-profiles/FS_Karin/Karin_BG.webp));
  background-size: cover;
  background-position: 80% 0%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/* PCその他  */
#CONTRACTED.Karin.other-dev #wrap::before {
  content: "";
  display: block;
  margin: auto calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  background: url( ../site_images/staff-profiles/FS_Karin/Karin_BG.jpg);
  background: image-set( url( ../site_images/staff-profiles/FS_Karin/Karin_BG.webp));
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}


/* CONTRACTED ANGLER -----------------------------
- Nana (FIELD STAFF) 
--------------------------------------------- */

/* iOS android */
#CONTRACTED.Nana.ios-dev #wrap::before,
#CONTRACTED.Nana.android-dev #wrap::before {
  content: "";
  display: block;
  margin: auto calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  background: url( ../site_images/staff-profiles/FS_Nana/Nana_BG.jpg);
  background: image-set( url( ../site_images/staff-profiles/FS_Nana/Nana_BG.webp));
  background-size: cover;
  background-position: 80% 0%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/* PCその他  */
#CONTRACTED.Nana.other-dev #wrap::before {
  content: "";
  display: block;
  margin: auto calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  background: url( ../site_images/staff-profiles/FS_Nana/Nana_BG.jpg);
  background: image-set( url( ../site_images/staff-profiles/FS_Nana/Nana_BG.webp));
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/* CONTRACTED ANGLER -----------------------------
- Kanami (U-ANGLER) 
--------------------------------------------- */

/* iOS android */
#CONTRACTED.Kanami.ios-dev #wrap::before,
#CONTRACTED.Kanami.android-dev #wrap::before {
  content: "";
  display: block;
  margin: auto calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  background: url( ../site_images/staff-profiles/UA_Kanami/Kanami_BG.jpg);
  background: image-set( url( ../site_images/staff-profiles/UA_Kanami/Kanami_BG.webp));
  background-size: cover;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../site_images/staff-profiles/UA_Kanami/Kanami_BG.jpg);
}

/* PCその他  */
#CONTRACTED.Kanami.other-dev #wrap::before {
  content: "";
  display: block;
  margin: auto calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  background: url( ../site_images/staff-profiles/UA_Kanami/Kanami_BG.jpg);
  background: image-set( url( ../site_images/staff-profiles/UA_Kanami/Kanami_BG.webp));
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}


