/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Cabin|M+PLUS+Rounded+1c:700,800);

.pc-view{
  display: block;
}
.sp-view{
  display: none;
}

.btn{
  width: 100%;
  max-width: 559px;
  height: auto;
  line-height: 1.5;
  padding: 27px 10px;
  box-sizing: border-box;
}
.btn.small{
  max-width: 380px;
  padding: 17px 5px;
  height: auto;
  line-height: 1.5;
  font-size: 2rem;
}
.btn .icon-arrow_bottom{
  font-weight: bold;
  margin: 0 auto;
}
.btn-wrap.conv .btn{
  margin-bottom: 20px
}
.btn-wrap.conv p{
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 980px){
  .pc-view{
    display: none;
  }
  .sp-view{
    display: block;
  }
  .btn{
    font-size: 1.5rem;
    margin: 0 auto;
    padding : 14px 10px;
    max-width: 580px;
  }
  .btn-wrap.conv p{
    font-size: 1.5rem;
  }
}

.mplus{
  font-family: 'Cabin', sans-serif;
  font-family: 'M PLUS Rounded 1c', sans-serif;}

/* ==============================
メインビジュアル
================================= */
.mv{
  width: 100%;
/*  max-width: 1280px;*/
  padding: 15px 120px 0;
  margin: 0 auto;
  box-sizing: border-box;
  background: url(../images/character/bg_mv.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
.mv-inner{
  max-width: 1000px;
  margin: 0 auto;
}

.mv-illust{
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  padding: 60px 0 40px;
}

.mv-box{
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: left;
}

.mv-illust img{
  width: 328px;
}

.mv-ttl{
  font-size: 2.4rem;
  font-weight: bolder;
  background-color: #2e68ae;
  color: #ffffff;
  line-height: 1;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 50px;
  margin-bottom: 10px;
}
.mv-logo{
  margin-bottom: 10px;
  width: 466px;
}

.mv-txt {
    width: 545px;
}

@media screen and (max-width: 980px) {
  .mv{
    padding: 0 30px;
    background: url(../images/character/bg_mv-sp.jpg) no-repeat center;
    background-size: cover;
  }
  .mv-inner{
    position: relative;
    height: 100%;
    padding-bottom: 40px;
  }
  .mv-box{
    width: 100%;;
    margin: 0 auto;
    text-align: center;
  }
  .mv-ttl{
    font-size: 1.8rem;
    padding: 8px 40px;
  }
  .mv-logo{
    width: 100%;
    max-width: 607px;
    margin: 0 auto;
    margin-bottom: 10px;
}
  .mv-txt{
    width: 100%;
    max-width: 493px;
    margin: 0 auto;
}
  .mv-illust{
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0 15px 0;
}
 .mv-illust img{
   max-width: 100%;
 }
}

/* ==============================
ページ内navボタン
================================= */
.three-btns{
  background-color: #fbdc64;
}
.three-btns ul{
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  position: relative;
}

.three-btns li{
  position: relative;
  width: calc((100% - 665px));
  font-size: 2rem;
  letter-spacing: normal;
  background-color: #fbdc64;
  border-left: 1px solid rgba(0, 51, 102, 0.102);
  padding: 10px 0;
  text-align: center;
}

.three-btns li::before{
  content: '';
  background: url(../images/character/arrow_navy.png) no-repeat;
  position: absolute;
  width: 12px;
  height: 10px;
  top: 40%;
  left: 25px;
}

.three-btns li:first-of-type{
  width: 400px;
}

.three-btns li:last-of-type{
  border-right: 1px solid rgba(0, 51, 102, 0.102);
  width: 265px;
}

.three-btns li a{
  text-decoration: none;
  color: #003366;
  font-weight: 700;
}


@media screen and (max-width: 980px) {
  .three-btns ul{
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    position: relative;
    align-items: center;
  }
  .three-btns li{
    width: calc(100% / 3);
    font-size: 3.25vw;
  }
  
  .three-btns li:first-of-type{
    width: calc(100% / 3);
  }

  .three-btns li:last-of-type{
    border-right: 1px solid rgba(0, 51, 102, 0.102);
    width: calc(100% / 3);
  }
  .three-btns li::before{
    display: none;
    }

  .three-btns li .arrow_navy{
    content: '';
    background: url(../images/character/arrow_navy.png) no-repeat;
    background-position: center left;
    background-size: 8px;
    position: absolute;
    width: 8px;
    height: 100%;
    left: 50%;
    }

  .three-btns li a{
    text-align: left;

  }

}
/* ==============================
コンテンツ
================================= */

.sec-inner{
  padding: 90px 0px;
  text-align: center;
}
.sec-ttl{
  position: relative;
  max-width: 1000px;
  margin: 0 auto 30px;
  font-size: 4.8rem;
  text-align: center;
  color: #003366;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.25rem;
  }
.ttl-icn{
  margin-bottom: 10px;
}
.ttl-icn img{
  width: 66px;
  height: auto;
}

.sec-ttl-bottom{
  font-size: 1.6rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px){
  .sec-inner{
    padding: 45px 15px;
  }
  .sec-ttl{
    margin-bottom: 15px;
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px){
  .sec-ttl-bottom{
    font-size: 1.4rem;
    text-align: left;
  }

}



/* ==============================
メガマウっさんはどこからきたの？
================================= */

#wherefrom{
  background-image: url(../images/character/bg_sc1.gif);
}

.magamouse-box{
    max-width: 1000px;
    margin: 0 auto;
}

.illust_megamouse, .prof-wrapper{
  display: inline-block;
  vertical-align: middle;
}

.illust_megamouse{
  width: 40%;
  padding-right: 40px;
}

.illust_megamouse img{
  max-width: 415px;
}

.prof-wrapper{
  text-align: left;
}

.prof-ttl{
  background-color: #2e68ae;
  border-radius: 50px;
  max-width: 400px;
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  font-weight: bolder;
  margin: 0 auto;
  margin-bottom: -20px;
  position: relative;
}

.prof-ttl::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #2e68ae transparent transparent transparent;
  border-width: 15px 10px 0 10px;
}


.prof-txt {
  border: 3px solid rgb(46, 104, 174);
  border-radius: 5px;
  background-color: rgb(242, 250, 254);
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 40px;
  box-sizing: border-box;
  width: 490px;
  margin: 0 auto;
  }

.prof-txt dt{
  color: #2e68ae;
  font-weight: bolder;
  float: left;
  clear: left;
  width: 15%;
}

.prof-txt dd{
  width: 85%;
  margin-left: calc(100% - 85%);
  padding-bottom: 10px;
  }


@media screen and (max-width: 980px){
  .illust_megamouse{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-right: 0;
    display: block;
    text-align: center;
  }
  /* .illust_megamouse img{
    max-width: 100%;
  } */
  .prof-wrapper{
    display: block;
  }
  .prof-ttl{
    max-width: 250px;
    font-size: 2rem;
}
  .prof-txt{
    padding: 20px;
    padding-top: 40px;
    max-width: 100%;
    font-size: 1.4rem;
  }
  
}

@media screen and (max-width: 767px){
.illust_megamouse img,
.illust_rinnyai img,
.illust_eikai img {
  max-width: 240px;
}

}


/* ==============================
メガマウっさんのお仕事
================================= */

#works{
  background-image: url(../images/character/bg_sc2.gif);
}

.img_report{
  margin-top: -60px;
  max-width: 950px;
  margin: 0 auto;
}

.sns-btn-wrapper{
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sns-btn-wrapper a{
  text-decoration: none;
  color: #333;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 0 20px;
}


.sns-btn{
    background-color: #fff;
    border-radius: 2px;
    height: 70px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
    position: relative;
    vertical-align: top;
  }

.mr0{
  margin-right: 0;
}

.sns-btn .btn-inner{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  text-align: left;
  padding: 14px 0px 14px 70px;
}

.sns-btn img{
  margin-right: 8px;
}

/*
.twitter::after, .fb::after{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 44%;
  right: 12px;
}

.twitter::after{
  background: url(../images/character/arrow_tw.gif) no-repeat;
}*/
.twitter::after,
.fb::after,
.line::after,
.youtube::after{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 44%;
  right: 12px;
  background: url(../images/character/arrow_fb.gif) no-repeat;
}

.twitter img,
.line img,
.youtube img {
  width: 48px;
  height: 48px;
}

.fb img{
  width: 42px;
  height: 42px;
}


.sns-btn .btn_txt{
  line-height: 1;
  padding-top: 3px;
}

.fb .btn_txt .bold {
  font-size: 2.4rem;
  font-weight: bolder;
  color: #4267b2;
}

.twitter .btn_txt .bold{
  font-size: 2.4rem;
  font-weight: bolder;
  /*color: #1da1f2;*/
  color: #000;
}

.line .btn_txt .bold{
  font-size: 2.4rem;
  font-weight: bolder;
  color: #2ccb19;
}

.youtube .btn_txt .bold{
  font-size: 2.4rem;
  font-weight: bolder;
  color: #ff0000;
}

@media screen and (max-width: 980px){
  .img_report{
    margin-top: -30px;
    margin-bottom: 30px;
    max-width: 100%;
    }
  .sns-btn-wrapper{
    display: block;
    margin: 0 auto;
  }
  .sns-btn{
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px){
.sns-btn-wrapper a{
  width: 100%;
  max-width: 100%;
}
}

/* ==============================
海のなかまたち
================================= */

.sec-inner.friends{
  background-color: #ffffff;
  border: 1px solid #DDD;
}

.eikai-box, .rinnyai-box{
    min-height: 450px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.eikai-box{
  margin-bottom: 60px;
}

.illust_eikai{
  position: absolute;
  width: 590px;
  height: 450px;
  text-align: center;
  background: url(../images/character/bg_eikai.png);
}

.illust_eikai img{
    width: 323px;
    margin: 0 auto;
    margin-top: 60px;
}

.eikai-box .prof-wrapper, .rinnyai-box .prof-wrapper{
  position: absolute;
}

.eikai-box .prof-wrapper{
  top: 5vw;
  right: 0;
}

.eikai-box .prof-ttl{
  background-color: #26afbc;
}

.eikai-box .prof-ttl::after{
  border-color: #26afbc transparent transparent transparent;
}

.eikai-box .prof-txt {
  border: 3px solid #26afbc;
  background-color: #f2fefd;
  }

.eikai-box .prof-txt dt{
  font-size: 1.8rem;
  padding-bottom: 10px;
  line-height: 1;
  color: #26afbc;
  float: none;
  width: 100%;
}

.eikai-box .prof-txt dd{
  width: 100%;
  margin-left: 0;
  padding-bottom: 0;
  }

.illust_rinnyai{
  position: absolute;
  right: 0;
  width: 590px;
  height: 450px;
  text-align: right;
  background: url(../images/character/bg_rinnyai.png);
}

.illust_rinnyai img{
  width: 450px;
  margin-top: 60px;
  margin-right: 40px;
}

.rinnyai-box .prof-wrapper{
  top: 5vw;
  left: 0;
}
.rinnyai-box .prof-ttl{
  background-color: #e7587b;
}

.rinnyai-box .prof-ttl::after{
  border-color: #e7587b transparent transparent transparent;
}

.rinnyai-box .prof-txt {
  border: 3px solid #e7587b;
  background-color: #fef2f6;
  }

.rinnyai-box .prof-txt dt{
  font-size: 1.8rem;
  padding-bottom: 10px;
  line-height: 1;
  color: #e7587b;
  float: none;
  width: 100%;
}

.rinnyai-box .prof-txt dd{
  width: 100%;
  margin-left: 0;
  padding-bottom: 0;
  }

@media screen and (max-width: 980px){
  .eikai-box, .rinnyai-box{
      max-width: 100%;
      margin: 0 auto;
      margin-bottom: 30px;
  }
  .illust_eikai, .illust_rinnyai{
    width: 100%;
    height: 100%;
    position: static;
    padding: 30px 30px 90px;
    box-sizing: border-box;
    text-align: center;
  }
  .illust_rinnyai img{
    margin: 0;
    max-width: 100%;
  }
  .illust_eikai img{
    margin: 0;
    max-width: 100%;
  }
  .eikai-box .prof-wrapper, .rinnyai-box .prof-wrapper{
    width: 100%;
    position: static;
    margin-top: -45px;
}
}


/* ==============================
LINE枠
================================= */
.line-inner {
  padding: 0 15px 50px;
  background: #2ccb19;
}

.line-inner h3 {
  padding: 30px 15px;
  background: url(../images/top/LINE_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.line-inner h3 img {
  max-width: 697px;
}

.line-box {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.line-box-left {
  width: calc(100% - 224px);
  padding: 30px 0 30px 40px;
  box-sizing: border-box;
}

.line-box-right {
  width: 224px;
  padding: 40px;
  box-sizing: border-box;
}

.line-box h4 {
  margin-bottom: 15px;
  color: #2ccb19;
  font-size: 3.6rem;
  line-height: 1;
}

.line-box p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.img-stamp {
  margin-top: 15px;
}
.img-stamp img {
  max-width: 725px;
}

.btn-official,
.btn-stamp {
  margin: 30px auto 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #228e16;
  border-radius: 5px;
  line-height: 34px;
  display: block;
  width: 144px;
  text-align: center;
  text-decoration: none;
}
.btn-official {
  display: none;
}

@media screen and (max-width: 767px){
.line-box {
  display: block;
}

.line-box-left {
  width: 100%;
  padding: 20px;
}

.line-box-right {
  width: 100%;
  padding: 0 20px 20px;
}
.line-box-right img {
  display: none;
}

.line-box h4 {
  font-size: 2.4rem;
  line-height: 1.2;
}

.line-box p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.btn-official,
.btn-stamp {
  margin: 0;
  display: block;
  width: 100%;
  line-height: 44px;
}

}



/* ==============================
instagram枠
================================= */
.anker-link {
  margin-top: 40px;
  text-decoration: none;
  display: block;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
}
.btn-anker {
  display: flex;
  width: 100%;
  max-width: 400px;
  background: linear-gradient(5deg, rgba(255, 214, 0, 1) 10%, rgba(255, 122, 0, 1) 30%, rgba(255, 0, 105, 1) 50%, rgba(211, 0, 197, 1) 70%, rgba(118, 56, 250, 1) 90%);
  border-radius: 40px;
  padding: 15px 30px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px rgb(203, 53, 130, 0.2);
}
.btn-anker-inner {
  display: flex;
}
.icon-icon {
  width: 40px;
  height: auto;
  margin-right: 15px;
}
.icon-icon img {
  filter: drop-shadow(0px 0px 6px rgb(203, 53, 130, 0.16));
}
.btn-txt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 2px;
  text-shadow: 0px 0px 6px rgb(203, 53, 130, 0.16);
}
.icon-arrow {
  width: 13px;
  height: auto;
}
.icon-arrow img {
  filter: drop-shadow(0px 0px 6px rgb(203, 53, 130, 0.16));
}


.insta-inner {
  padding: 90px 0;
  background: linear-gradient(140deg, rgba(248, 244, 248, 1) 10%, rgba(247, 239, 248, 1) 90%);
}
.insta-innner-img {
  background: url(/wordpress/wp-content/themes/odaiba_2018/assets/images/character/bg_icon.png) no-repeat center center;
}

.insta-wrap {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px auto;
  justify-content: space-between;
  
}

.insta-wrap-left {
  width: calc(50% - 40px);
}

.img-mv{
  width: 100%;
  margin-bottom: 20px;
}
.img-logo {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.insta-wrap-right {
  width: calc(50% - 40px);
  align-content: center;
}

.h3-small {
  font-size: 32px;
  font-weight: medium;
  line-height: 52px;
  margin-bottom: 30px;
  background: linear-gradient(30deg, rgba(255, 0, 105, 1), rgba(211, 0, 197, 1), rgba(118, 56, 250, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h3-middle {
  font-size: 54px;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: 20px;
  background: linear-gradient(30deg, rgba(255, 0, 105, 1), rgba(211, 0, 197, 1), rgba(118, 56, 250, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.insta-wrap-right h3 {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 50px;
  background: linear-gradient(30deg, rgba(255, 122, 0, 1), rgba(255, 0, 105, 1), rgba(211, 0, 197, 1), rgba(118, 56, 250, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.insta-account {
  width: 100%;
  max-width: 360px;
  background: linear-gradient(5deg,rgba(255, 214, 0, 1) 10%, rgba(255, 122, 0, 1) 30%, rgba(255, 0, 105, 1) 50%, rgba(211, 0, 197, 1) 70%, rgba(118, 56, 250, 1) 90%);
  border-radius: 30px;
  padding: 3px;
  box-sizing: border-box;
}
.insta-account-inner {
  width: 100%;
  max-width: 360px;
  background: #ffffff;
  border-radius: 30px;
  padding: 10px 0;
}
.account-name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(5deg,rgba(255, 214, 0, 1) 10%, rgba(255, 122, 0, 1) 30%, rgba(255, 0, 105, 1) 50%, rgba(211, 0, 197, 1) 70%, rgba(118, 56, 250, 1) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.insta-box {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  justify-content: space-between;
  box-sizing: border-box;
}

.insta-box-left {
  width: 100%;
  max-width: calc(100% - 250px);
  padding: 30px 0 30px 40px;
}
.insta-box-left h4 {
  margin-bottom: 15px;
  font-size: 3.6rem;
  line-height: 1.3;
  background: linear-gradient(5deg, rgba(255, 122, 0, 1) 20%, rgba(255, 0, 105, 1) 30%, rgba(211, 0, 197, 1) 40%, rgba(118, 56, 250, 1) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.insta-box-right {
  width: 100%;
  max-width: 160px;
  padding: 10px 20px 10px 0;
}

.insta-btn{
  text-decoration: none;
  display: block;
  width: 100%;
  max-width: 360px;
  box-sizing: border-box;
}

.is-pc {
  display: block;
}
.is-sp {
  display: none;
}

@media screen and (max-width: 767px){
  .insta-inner {
    padding: 50px 15px;
  }

  .anker-link {
    margin: 0 auto;
    margin-top: 40px;
  }
  .icon-icon {
    width: 32px;
  }
  .btn-txt {
    font-size: 18px;
    margin-top: 0;
  }
  .btn-anker {
    margin: 0 auto;
    padding: 15px 20px;
  }

  .insta-wrap{
    display: block;
    margin-bottom: 50px;
  }
  .insta-wrap-left {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .insta-wrap-right{
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .h3-small {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .h3-middle {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .insta-wrap-right h3 {
    width: 100%;
    padding-left: 15px;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 0;
  }

  .insta-box {
    display: block;
    padding: 20px;
  }
  .insta-box-left {
    max-width: 100%;
    padding: 0;
  }
  .insta-box-left h4 {
    font-size: 2.4rem;
    line-height: 1.3;
    background: linear-gradient(5deg, rgba(255, 122, 0, 1) 10%, rgba(255, 0, 105, 1) 30%, rgba(211, 0, 197, 1) 50%, rgba(118, 56, 250, 1) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .insta-box-left p {
    margin-bottom: 20px;
  }

  .insta-box-right {
    display: none;
  }
  .insta-account {
    border-radius: 5px;
    padding: 0;
    max-width: 100%;
  }
  .insta-account-inner {
    background: none;
    padding: 0;
    max-width: 100%;
  }
  .account-name {
    font-size: 1.6rem;
    color: #fff;
    line-height: 44px;
    background: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: initial;
  }
  .insta-btn {
    max-width: 100%;
  }

  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }

}