/*---------------------------------------------------------------------------------------------------------
 TITLE:
 PAGE: introduction.html
---------------------------------------------------------------------------------------------------------*/
/* MAIN CONTENT -----------------------------------------------------------------------------------------*/
.intro {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 150px;
}

/* INTRODUCTION -----------------------------------------------------------------------------------------*/
/* intro title
========================================== */
.introHeader {
  width: 100%;
  height: 250px;
  margin: 40px 0 0;
  text-align: center;
  background: url(../img/bg_page_header.png) center center no-repeat;
}

.header_ttl {
  padding-top: 20px;
}

/* intro01
========================================== */
.introWrapp01 {
  position: relative;
  width: 100%;
  height: 1056px;
  padding: 160px 0 0;
  margin-top: -80px;
  background: url(../img/bg_patern01.png) center top;
  z-index: -1;
}

.intro01-01 {
  position: relative;
  z-index: 2;
}

.introWrapp01 h2 {
  text-align: center;
}

.intro01_txt01 {
  width: 600px;
  margin: 25px auto 0;
  text-align: center;
}

.intro01_txt02 {
  margin: 30px 0 0;
  text-align: center;
}

.intro01_img {
  position: relative;
  width: 840px;
  height: 472px;
  margin: 62px auto 0;
}

.intro01_img:after {
  position: absolute;
  top: -22px;
  left: -22px;
  display: block;
  width: 884px;
  height: 516px;
  content: "";
  pointer-events: none;
  background: url(../img/index/intro/intro_img_frame.png) no-repeat 0 0;
}

/* intoro02
========================================== */
/* profile
========================================== */
/* intoro03
========================================== */
.introWrapp03 {
  position: relative;
  width: 100%;
  margin: 0 0 200px;
}

.introWrapp03 h2 {
  text-align: center;
}

.intro03_block {
  position: relative;
  width: 971px;
  margin: 130px auto 0;
  text-align: center;
  background: url(../img/intro/bg_roll.png) top center repeat-y;
}

.intro03_block:before {
  position: absolute;
  top: -80px;
  display: block;
  width: 971px;
  height: 108px;
  content: "";
  background: url(../img/intro/bg_roll_top.png) center top no-repeat;
}

.intro03_block:after {
  position: absolute;
  bottom: -85px;
  display: block;
  width: 971px;
  height: 108px;
  content: "";
  background: url(../img/intro/bg_roll_top.png) center top no-repeat;
}

.intro03_blockInner {
  width: 690px;
  margin: 0 auto;
  padding: 60px 0 0;
}

.intro03_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 20px;
}

.intro03_img {
  margin: 40px 0 30px;
}

.intro03_copy01 {
  margin: 30px 0 30px;
}

.intro03_copy02 {
  margin: 40px 0 20px;
}

/* slick
========================================== */
button:focus {
  outline: none;
}

.slick-prev {
  position: absolute;
  top: 50%;
  left: -80px;
  width: 66px;
  height: 48px;
  cursor: pointer;
  transition: all .25s linear;
  text-indent: -9999px;
  border: none;
  background: url(../img/index/intro/intro_slick_prev.png) no-repeat 0 0;
}

.slick-prev:hover {
  transform: translate(-10%, 0);
}

.slick-next {
  position: absolute;
  top: 50%;
  right: -80px;
  width: 66px;
  height: 48px;
  cursor: pointer;
  transition: all .25s linear;
  text-indent: -9999px;
  border: none;
  background: url(../img/index/intro/intro_slick_next.png) no-repeat 0 0;
}

.slick-next:hover {
  transform: translate(10%, 0);
}

.slick-dots {
  position: absolute;
  z-index: 1;
  bottom: -110px;
  left: 0;
  width: 100%;
  height: 16px;
  text-align: center;
  letter-spacing: -.4em;
}

.intro02_img .slick-dots {
  bottom: -54px;
}

.slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  cursor: pointer;
  text-indent: -9999px;
  letter-spacing: normal;
  border: none;
}

.slick-dots li {
  background: url(../img/index/intro/dots_off.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.slick-dots li.slick-active {
  background: url(../img/index/intro/dots_on.png) no-repeat 0 0;
  background-size: 100% 100%;
}

/* INTRO TXT */
.introTxt01 {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  color: #000;
  text-shadow: white 1px 1px 1px,  white 1px -1px 1px,  white -1px 1px 1px, white -1px -1px 1px;
}

/*-------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 374px) {
  .sps-none {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .sp-none {
    display: none;
  }
  .intro {
    padding: 0 0 80px;
  }
  .introHeader {
    width: 100%;
    height: 38.28125vw;
    margin: 0 0 6.25vw;
    padding: 0;
    text-align: center;
    background: url(../img/sp/bg_page_header.png) center top repeat;
    background-size: cover;
  }
  .header_ttl {
    width: 63.90625vw;
    margin: 0 auto;
    padding-top: 5.625vw;
  }
  .introWrapp01 {
    width: 100%;
    height: auto;
    padding: 25vw 0;
  }
  .introWrapp01 h2 {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .introWrapp01 h2 img {
    position: relative;
    left: 50%;
    width: 130%;
    transform: translate(-50%, 0);
  }
  .intro01_txt01 {
    width: 90.6vw;
    margin: 3vw auto 0;
  }
  .intro01_txt02 {
    width: 90.6vw;
    margin: 3vw auto 0;
  }
  .intro01_img {
    position: relative;
    width: 95%;
    /*95vw;*/
    height: auto;
    /*53.4vw;*/
    margin: 12.5vw auto 0;
    padding: 0;
  }
  .intro01_img:after {
    top: -2.5vw;
    left: -2.5vw;
    width: 105%;
    /*100vw;*/
    height: 109%;
    /*58.4vw;*/
    margin: 0;
    background-size: 100% auto;
  }
  .introWrapp02 {
    width: 100%;
    height: auto;
    padding: 12vw 0 28vw;
  }
  .introWrapp02 h2 {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .introWrapp02 h2 img {
    position: relative;
    left: 50%;
    width: 130%;
    transform: translate(-50%, 0);
  }
  .intro02_txt01 {
    width: 90.6vw;
    margin: 3vw auto 0;
    text-align: center;
  }
  .intro02_chara {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 5vw 0 0;
  }
  .intro02_chara:after {
    position: absolute;
    top: 0vw;
    left: -60%;
    display: inline-block;
    width: 130%;
    height: 58.33333vw;
    margin-left: 43%;
    content: "";
    background: url(../img/intro/intro02_chara_bg.png) center center no-repeat;
    background-size: 100% auto;
  }
  .intro02_chara:before {
    position: absolute;
    top: 15vw;
    display: block;
    width: 100%;
    height: 28.90625vw;
    content: "";
    background: url(../img/intro/intro03_obi.jpg) repeat-x center center;
    background-size: auto 28.90625vw;
  }
  .intro02_charaInner {
    position: relative;
    height: 65vw;
  }
  .intro02_chara_back {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 48.9vw;
    text-align: center;
  }
  .intro02_chara_back p {
    width: 100%;
    margin: 0 auto;
  }
  .intro02_chara_middle {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 86.8vw;
    margin: -35vw 0 0;
    text-align: center;
  }
  .intro02_chara_middle p {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }
  .intro02_chara_front {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: -74vw 0 0;
    text-align: center;
  }
  .intro02_chara_front img {
    position: relative;
    left: -4vw;
    width: auto;
    height: 40.8vw;
    margin: 0 auto;
  }
  .intro02_copy01 {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 90vw;
    height: auto;
    margin: -11vw auto 0;
  }
  .intro02_txt02 {
    position: relative;
    z-index: 1;
    width: 90.6vw;
    margin: 0 auto 5vw;
    text-align: center;
  }
  .prof_ttl {
    position: relative;
    z-index: 2;
    width: 55.625vw;
    margin: 0 auto;
  }
  .prof_inner {
    position: relative;
    box-sizing: border-box;
    width: 90.6vw;
    height: auto;
    margin: -6vw auto 0;
    padding: 10vw 6.25vw 0;
    background: url(../img/intro/sp/bg_prof_top.png) center top no-repeat;
    background-size: 100% auto;
  }
  .prof_inner:after {
    position: absolute;
    bottom: -12.1875vw;
    left: 0;
    width: 90.6vw;
    height: 12.1875vw;
    margin: 0 auto;
    padding: 0;
    content: "";
    background: url(../img/intro/sp/bg_prof_under.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .prof_box {
    margin: 0;
  }
  .prof_defTtl {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
  }
  .prof_name {
    width: 33.59375vw;
    margin: 7.8125vw 0 0;

    -ms-flex-order: 2;
    order: 2;
  }
  .prof_tw {
    width: 28.125vw;

    align-self: flex-end;
    -ms-flex-item-align: end;
    -ms-flex-order: 1;
    order: 1;
  }
  .prof_defInner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 0 0 20px;

    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .prof_defTxt {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .introWrapp03 {
    position: relative;
    width: 100%;
    margin: 0 0 40px;
  }
  .introWrapp03 h2 {
    overflow: hidden;
    text-align: center;
  }
  .introWrapp03 h2 img {
    position: relative;
    left: 50%;
    width: 130%;
    transform: translate(-50%, 0);
  }
  .intro03_block {
    position: relative;
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
    background: url(../img/intro/sp/bg_roll.png) center top repeat;
    background-size: 100vw auto;
  }
  .intro03_block:before {
    position: absolute;
    top: -30px;
    display: block;
    width: 100%;
    height: 13.90625vw;
    content: "";
    background: url(../img/intro/sp/bg_roll_top.png) center top no-repeat;
    background-size: 100vw auto;
  }
  .intro03_block:after {
    position: absolute;
    bottom: -65px;
    display: block;
    width: 100%;
    height: 108px;
    content: "";
    background: url(../img/intro/sp/bg_roll_top.png) center top no-repeat;
    background-size: 100vw auto;
  }
  .intro03_blockInner {
    width: 100%;
    margin: 0 auto;
    padding: 12.5vw 0 0;
  }
  .intro03_txt {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
    width: 81.25vw;
    margin: 0 auto 20px;
  }
  .intro03_img {
    margin: 40px 0 30px;
  }
  .intro03_img img {
    width: 45.625vw;
  }
  .intro03_copy01 {
    width: 79.6875vw;
    margin: 30px auto 30px;
  }
  .intro03_copy02 {
    width: 79.375vw;
    margin: 40px auto 20px;
  }
  .intro03_img02 {
    width: 100vw;
  }
  .slick-prev {
    z-index: 2;
    top: 134%;
    left: 3vw;
    width: 10.3vw;
    height: 7.5vw;
    background-size: 100% 100%;
  }
  .slick-next {
    z-index: 2;
    top: 134%;
    right: 3vw;
    width: 10.3vw;
    height: 7.5vw;
    background-size: 100% 100%;
  }
  .intro01_img .slick-dots {
    bottom: -10vw;
  }
  .intro01_img .slick-prev,.intro01_img .slick-next {
    top: 106%;
  }
  .introTxt01 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 640px) {
  .pc-none {
    display: none;
  }
  .introWrapp02 {
    position: relative;
    width: 100%;
    padding: 120px 0 0;
  }
  .introWrapp02 h2 {
    text-align: center;
  }
  .intro02_txt01 {
    width: 600px;
    margin: 23px auto 0;
    text-align: center;
  }
  .intro02_chara {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 930px;
    margin: 0;
  }
  .intro02_chara:after {
    position: absolute;
    top: 30px;
    left: 50%;
    display: block;
    width: 1199px;
    height: 478px;
    margin-left: -620px;
    content: "";
    background: url(../img/intro/intro02_chara_bg.png) center center no-repeat;
  }
  .intro02_chara:before {
    position: absolute;
    top: 25px;
    display: block;
    width: 100%;
    height: 478px;
    content: "";
    background: url(../img/intro/intro03_obi.jpg) repeat-x center center;
  }
  .intro02_charaInner {
    position: relative;
    top: 0;
    width: 100%;
    height: 710px;
    margin: 0 auto;
    text-align: center;
  }
  .intro02_chara_back {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 397px;
    margin: 0 0 0;
    text-align: center;
  }
  .intro02_chara_middle {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 498px;
    margin: -215px 0 0 0;
    text-align: center;
  }
  .intro02_chara_front {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: -360px 0 0 0;
    text-align: center;
  }
  .intro02_copy01 {
    position: relative;
    z-index: 1;
    top: -40px;
    left: 50%;
    width: 612px;
    height: 126px;
    margin: 0 0 0 -306px;
  }
  .intro02_txt02 {
    position: relative;
    z-index: 1;
    top: -40px;
    left: 50%;
    width: 600px;
    margin: 0 0 0 -300px;
    text-align: center;
  }
  .prof {
    margin: 0 0 100px;
  }
  .prof_ttl {
    text-align: center;
  }
  .prof_inner {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    width: 840px;
    height: 374px;
    margin: -39px auto 0;
    padding: 70px 70px 0;
    background: url(../img/intro/profile_bg.png) center top no-repeat;
  }
  .prof_box {
    margin: 0 0 0 25px;
  }
  .prof_defTtl {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;

    align-items: flex-start;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .prof_defInner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;

    align-items: flex-start;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .prof_defTxt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
  }
}