/* ===== 20200317 gaikaex app css ===== */

/* common
==============================*/
/* mainContents */
#pageContents #mainContents {
    overflow: visible;
}

/* title */
#app .hd_wrap .hd_02 {
    padding-bottom: 30px;
    margin-bottom:60px;
    position: relative;
}

#app .hd_wrap .hd_02:after {
  content: "";
  display: block;
  width: 160px;
  height: 7px;
  background:#008080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

/* img */
.imgAuto {
    max-width: 100%;
    width: inherit;
    height: auto;
}
.imgWidth {
    max-width: 100%;
    height: auto;
}

/* download */
.download {
    width: 100%;
    max-width: 770px;
    margin: 0 auto 40px;
}

.downloadInner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.downloadInner:last-of-type {
    justify-content: flex-end;
}

.downloadItem {
    margin-right: 30px;
}

.downloadItem p:first-of-type {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 9px;
}

@media screen and (max-width: 767px){
/* title */
#app .hd_wrap .hd_02 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 22px;
}

#app .hd_wrap .hd_02:after {
    width: 86px;
    height: 6px;
}

/* download */
.downloadInner {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.downloadInner:last-of-type {
    justify-content: center;
}

.downloadItem {
    margin-right: 0;
    width: 65%;
    text-align: center;
}

.downloadItem p:first-of-type {
    font-size: 13px;
    text-align: center;
}

.download img{
    max-width: 220px;
    width: 100%;
}

.downloadQR {
    display: none;
}

}

/* appMv
==============================*/
.appMv {
      position: relative;
  }

.appDate {
    font-size: 16px;
    text-align: right;
}

.mvWrap {
    position: relative;
    width: 100%;
}

.mvSns {
    position: absolute;
    top: 0;
    right: 0;
}

.mvSnsIcon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.appMv .download {
  position: absolute;
  bottom: 269px;
  left: 38.5%;
  max-width: 500px;
  width: 61.5%;
  margin: 0;
}

.appMv .downloadItem {
    margin-right: 15px;
    width: calc(100% - 83.75px);
}

.appMv .downloadItem p:first-of-type {
    font-size: 14px;
    margin-bottom: 6px;
}

.appMv .downloadQR {
    width: 68.750px;
}
.downloadBtm .downloadQR {
  width: 100px;
}


@media screen and (max-width: 800px){
.appMv .downloadItem {
    width: calc(100% - 71.75px);
}
}

@media screen and (max-width: 767px){
.appDate {
    font-size: 13px;
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mvSns {
    top: 100%;
    margin: 0 auto;
    left: 0;
    text-align: center;
}

.mvSnsIcon {
    width: 27px;
    height: 27px;
}

.appMv .download {
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 770px;
    width: 100%;
    margin: 65px auto 0;
}

.appMv .downloadItem {
    margin-right: 0;
    width: 65%;
}


}

/* appIntro
==============================*/
.appIntro{
  position: relative;
}
.appIntro:before{
  content: "";
  display: block;
  width: 137px;
  height: 82px;
  background: url("../images/img_intro_02.png") no-repeat center left;
  background-size: 100% auto;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
}
.appIntro:after{
  content: "";
  display: block;
  width: 137px;
  height: 82px;
  background: url("../images/img_intro_03.png") no-repeat center right;
  background-size: 100% auto;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 2;
}
.appIntro p {
  position: relative;
  z-index: 3;
}
.appIntro .fs34 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}
@media screen and (max-width: 890px){
.appIntro:before, .appIntro:after{
  width: 11%;
}
}
@media screen and (max-width: 767px){
.appIntro:before{
  width: 25%;
  height: 62px;
  background: url("../images/sp_img_intro_02.png") no-repeat center right;
  background-size: auto 100%;
  top: 0;
}
.appIntro:after{
  width: 25%;
  height: 62px;
  background: url("../images/sp_img_intro_03.png") no-repeat center left;
  background-size: auto 100%;
  top: 0;
}
.appIntro .fs34 {
  font-size: 26px;
  text-align: center;
  width: 100%;
}
.appIntro .fs34 + p {
  text-align: left;
}
}

@media screen and (max-width: 500px){
.appIntro:before{
  width: 44px;
  background-position: center left;
}
.appIntro:after{
  width: 44px;
  background-position: center right;
}
}

/* appNav
==============================*/
.appNav {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.appNav li {
    width: 30%;
    height: 153px;
    background: #008080;
}

.appNav a {
    text-align: center;
    padding: 15px;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.appNav a:after {
  content: "";
  display: block;
  width: 32px;
  height: 23px;
  background: url(../images/img_nav_01.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: .3s;
  opacity: 0;
}

.appNav .navText {
    width: 100%;
    color: #fff;
    font-size: 34px;
    line-height: 1.375em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: .3s;
}

.appNav a:hover {
  opacity: 1;
}

.appNav a:hover:after {
  bottom: 15px;
  opacity: 1;
}

.appNav a:hover .navText {
    -webkit-transform: translate(-50%,-70%);
    transform: translate(-50%,-70%);
}

@media screen and (max-width: 767px){
  .appNav {
      flex-wrap: wrap;
  }

  .appNav li {
    width: 100%;
    height: auto;
    background: #008080;
    margin-bottom: 20px;
}

.appNav li:last-child {
  margin-bottom: 0;
}

.appNav a {
    padding: 30px 60px 30px 20px;
    text-align: left;
}

.appNav .navText {
    font-size: 26px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
}

.appNav a:after {
    width: 26px;
    height: 20px;
    bottom: 40%;
    right: 0;
    left: 80%;
    opacity: 1;
}

.appNav a:hover:after {
    bottom: 40%;
}


}

/* 3point
==============================*/
.appTtl {
    font-size: 28px;
    line-height: 1.375em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.appSubTtl {
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
}

.appSubTtl:before {
  content: "";
  display: block;
  width: 8px;
  height: 25px;
  background:#008080;
  position: absolute;
  top: 2px;
  left: 0;
}


.appMovieWrap {
    width: 330px !important;
}
.appMovie {
    padding: 0 0 0 32px;
}

.appText {
    width: calc(100% - 330px) !important;
    padding-right: 3.5%;
}

.reverse .appImage {
    padding: 50px 39px 70px 15px;
}

@media screen and (max-width: 767px){
  .appTtl {
      font-size: 20px;
      margin-bottom: 20px;
  }

  .appMovieWrap {
      width: 280px !important;
      float: none !important;
      margin: 0 auto 40px;
  }

  .appMovie {
    padding: 0 0 0 0 !important;
    text-align: center;
}


  .appText {
    width: 100% !important;
    padding-right: 0;
    float: none !important;
}

.appSubTtl {
    font-size: 16px;
}

.appSubTtl:before {
    top: -2px;
}

.appWrap.reverse {
    display: flex;
    flex-wrap: wrap;
}

.reverse .appText {
    order: 2;
}

.reverse .appMovieWrap {
    order: 1;
    margin-top: 0;
}

}

/* design
==============================*/
#design .designImg{
    width: 700px ;
    margin:0 auto;
    background: url(../images/img_design_03.png) no-repeat top center;
    background-size: 100% auto;
    padding: 9px 0 40px;
    box-sizing: border-box;
}

.designImg img{
    width: 600px;
}

@media screen and (max-width: 767px){
#design{
  margin-top: -40px;
}

#design .designImg {
    width: 560px;
    padding: 6px 0 35px;
}

.designImg img{
    width: 485px;
}

}

@media screen and (max-width: 600px){
#design .designImg {
    width: 460px;
    padding: 5px 0 25px;
}

.designImg img {
    width: 400px;
}

}

@media screen and (max-width: 500px){
#design .designImg{
    width: 350px;
}

.designImg img {
    width: 300px;
}

}

@media screen and (max-width: 374px){
#design .designImg{
  width: 290px;
  padding: 4px 0 18px;
}

.designImg img {
    width: 250px;
}

}


/* function
==============================*/
.functionList {
    border-bottom: 1px solid #bfbfbf;
}

.functionList li {
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.listCell{
  box-sizing: border-box;
}

.listCell.picture {
    width: 160px;
    text-align: center;
}

.listCell.picture > p{
    font-weight: bold;
}

.listCell.action {
    width: calc(100% - 160px);
    border-right: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
}

.actionInner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
}

.actionInner:last-child {
    border-bottom: none;
}

.actionInner dl {
    width: 80%;
    padding: 15px 20px;
    box-sizing: border-box;
}

.actionInner dt {
    font-weight: bold;
}

.actionInner .terminal {
    width: 10%;
    border-left: 1px solid #bfbfbf;
    position: relative;
}

.actionInner .terminal:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #404040;
  position: absolute;
  top:35%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

/* listTtl */
.listTtl .listCell p {
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
}

.listTtl .actionInner {
    align-items: center;
}

.listTtl .actionInner > p{
    width: calc(80% - 2px);
    padding: 15px 20px;
}

.terminalWrap{
    width: calc(20% + 2px);
    border-left: 1px solid #bfbfbf;
    box-sizing: border-box;
}

.terminalWrap > p:first-child{
    padding: 15px 0;
}

.terminalInner{
  border-top:1px solid #bfbfbf;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.listTtl .actionInner .terminal {
    width: calc(50% - 1px);
    border-left: 1px solid #bfbfbf;
    display: inline-block;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 400;
}

.listTtl .actionInner .terminal:first-child {
    border-left: none;
    width: calc(50% + 1px);
}

.listTtl .actionInner .terminal:before {
    content: none;
}

@media screen and (max-width: 767px){
  #function{
    margin-top: -40px;
  }

  .functionList {
    border-bottom: none;
}

  .functionList li {
    border: 1px solid #bfbfbf;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.functionList li:last-child {
    margin-bottom:0;
}

.listCell.picture {
    width: 100%;
    background: #e5e5e5;
    border-bottom: 1px solid #bfbfbf;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.listCell.picture > p {
    width: 68%;
    box-sizing: border-box;
}

.listCell.picture .terminalWrap {
    width: calc(32% + 2px);
    box-sizing: border-box;
    border-left: 1px solid #bfbfbf;
}

.terminalWrap > p:first-child {
    font-weight: bold;
}

.listCell.picture .terminalWrap .terminal {
    width: 50%;
    padding: 8px 0;
    border-left: 1px solid #bfbfbf;
    font-size: 10px;
}

.listCell.picture .terminalWrap .terminal:first-child {
    border-left: none;
}

.listCell.action {
    width: 100%;
    border: none;
}

.actionInner dl {
    width: 68%;
    padding: 15px;
}

.actionInner .terminal {
    width: 16%;
}

.actionInner .terminal:before {
    width: 16px;
    height: 16px;
    top: 30px;
}

/* listTtl */
.functionList li.listTtl{
  display: none;
}

}

/* downloadBtm
==============================*/
#app .downloadBtm .hd_wrap .hd_02 {
    padding-bottom: 0;
    margin-bottom: 40px;
}

#app .downloadBtm .hd_wrap .hd_02:after {
  content: none;
}

#app .downloadBtm .hd_wrap .hd_02 span {
  padding-left: 0.5em;
}

@media screen and (max-width: 767px){
.downloadBtm .contentsImgText .img {
      width: 21%;
      margin: 0 auto;
  }

  #app .downloadBtm .hd_wrap .hd_02 span {
    padding-left: 0;
  }
}

/* pageLinkArea
==============================*/
.pageLinkArea {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 840px;
  width: 100%;
  margin: 0 auto 100px;
}
.pageLinkArea li {
  background: #f2f2f2;
  width: 47.62%;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  height: 50px;
}
.pageLinkArea li.cur {
  background: #aeebeb;
  font-weight: bold;
}
.pageLinkArea li.cur:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #aeebeb transparent transparent transparent;
  display: block;
  position: absolute;
  bottom:-11px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.pageLinkArea li.cur a:hover {
  opacity: 1;
}
.pageLink {
  color: #008080;
  width: 100%;
  height: 100%;
  display: block;
}
.pageLink img {
  position: relative;
  bottom: 13px;
  margin-right: 15px;
}
.pageLink span {
  position: relative;
  bottom: 4px;
}

@media screen and (max-width: 767px){
.pageLinkArea {
    margin: 0 auto 60px;
}
.pageLinkArea li {
    width: 48%;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.pageLink img {
    bottom: 10px;
    display: block;
    margin: 0 auto;
}
.pageLink img.iconSp {
    width: 20px;
}
.pageLink img.iconPc {
    width: 30px;
}
.pageLink span {
    bottom: 8px;
}

}

/* iPhone Mock
==============================*/
.m-mock-ip14pro {
  --mock-width: 100%;
  --mock-gap-color: #293033;
  --mock-border-radius: calc(112/888 * 100%) / calc(112/1920 * 100%);
  --mock-gap-x: calc(36/960 * 100%);
  --mock-gap-y: calc(36/1992 * 100%);
  aspect-ratio:960/1992;
  box-sizing:border-box;
  position:relative;
  width:var(--mock-width);
  height:auto;
  padding:var(--mock-gap-x);
  line-height:0;
}
.m-mock-ip14pro::before {
  position:absolute;
  inset:0;
  content:"";
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;
  background-image:url(/gaikaex/information/tool/app/common_fx/mock/mock-ip14pro-black.svg);
}
.m-mock-ip14pro.-white::before {
  background-image:url(/gaikaex/information/tool/app/common_fx/mock/mock-ip14pro-white.svg);
}
.m-mock-ip14pro>video {
  width:100%;
  height:auto;
  border-radius:var(--mock-border-radius);
  box-shadow:0 0 0 2px var(--mock-gap-color),0 0 0 1px var(--mock-gap-color) inset;
}
.m-mock-ip14pro::after {
  position:absolute;
  inset:var(--mock-gap-y) var(--mock-gap-x);
  content:"";
  border-radius:var(--mock-border-radius);
  background-image:linear-gradient(102deg, rgba(238, 238, 238, 0.26) 0%, rgba(255, 255, 255, 0) 96%);
}
/**/


.section_updates {
    display: flex;
    padding: 0 28px 80px 28px;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.section_updates .updates {
    flex: 1;
}

.section_updates .updates p {
    color: var(--color-Black, #404040);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.section_updates .updates a {
    font-size: 16px;
    margin: 8px 0 0 0;
}

.section_updates .smartmode {
    flex: 1;
}

.section_updates .smartmode p {
    color: #404040;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section_updates .smartmode a {
    display: flex;
    padding: 16px 32px 0 32px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: #008080;
    margin: 8px 0 0 0;
    position: relative;
}

.section_updates .smartmode a .text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.section_updates .smartmode a:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 20px;
    height: 20px;
    background-image: url(/gaikaex/information/tool/app/common_fx/images/icon_next.svg);
}

.section_updates .smartmode a img {
    width: 180px;
    height: auto;
}

@media screen and (max-width: 767px){
    .section_updates {
        padding: 40px 8px 0px 8px;
        gap: 40px;
        flex-direction: column;
    }

    .section_updates .updates {
        width: 100%;
    }

    .section_updates .smartmode {
        width: 100%;
    }

}