@charset "UTF-8";
/*--基本スタイル--*/
/*--mixin--*/
/*共通部分*/
html {
  font-size: 100%;
  letter-spacing: 0.22em;
  visibility: hidden;
  opacity: 0;
}

html.wf-active {
  visibility: visible;
  opacity: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif, apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.5;
  color: black;
  font-weight: 400;
  letter-spacing: 1.3px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 576px) {
  body {
    font-size: 0.75rem;
  }
}

body.fixed {
  width: 100%;
  position: fixed;
  overflow: hidden;
}

.max-extend {
  max-width: 900px;
  margin: 0 auto;
}

.max-extend-inner {
  max-width: 390px;
  margin: 0 auto 0;
}

.content-extend {
  max-width: 1190px;
  width: 90%;
  margin: 0 auto;
}

.source {
  font-family: "source-han-sans-japanese", sans-serif;
}

.wrapper {
  padding: 0 4%;
}

.content-wrapper {
  padding: 0 5%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 576px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 1.5rem;
  }
}

b {
  font-weight: 700;
}

p {
  line-height: 1.5;
  font-weight: 300;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  p {
    font-size: .875rem;
  }
}

@media screen and (max-width: 576px) {
  p {
    font-size: .75rem;
  }
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

.m-br {
  display: none;
}

@media screen and (max-width: 992px) {
  .m-br {
    display: block;
  }
}

.xs-br {
  display: none;
}

@media screen and (max-width: 576px) {
  .xs-br {
    display: block;
  }
}

.pc-show {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
}

.sp-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}

.sp-xs-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-xs-none {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .sp-xs-none {
    display: none;
  }
}

.sp-xs-show {
  display: none;
}

@media screen and (max-width: 576px) {
  .sp-xs-show {
    display: block;
  }
}

.xs-show {
  display: none;
}

@media screen and (max-width: 576px) {
  .xs-show {
    display: block;
  }
}

.xs-none {
  display: block;
}

@media screen and (max-width: 576px) {
  .xs-none {
    display: none;
  }
}

ul {
  list-style: none;
}

.m-plus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

select {
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 576px) {
  table th, table td {
    font-size: .875rem;
  }
}

ol {
  padding-left: 20px;
}

ul {
  list-style: none;
}

.back-inherit {
  background-color: inherit !important;
}

.text-align-center {
  text-align: center;
}

.mr-right {
  margin-right: 4%;
}

.mr-left {
  margin-left: 4%;
}

.mr-top {
  margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .mr-top {
    margin-top: 40px;
  }
}

.mr-content-top {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .mr-content-top {
    margin-top: 24px;
  }
}

.responsive-br {
  display: block;
}

@media screen and (max-width: 576px) {
  .responsive-br {
    display: none;
  }
}

.flex-mr-top {
  margin-top: 6px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}

.flex-warp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-as {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.no-warp {
  white-space: nowrap;
}

.pointer {
  cursor: pointer;
}

/* フォントサイズ */
.fs-12 {
  font-size: 0.75rem;
}

.fs-20 {
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .fs-20 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 576px) {
  .fs-20 {
    font-size: 0.875rem;
  }
}

.fs-24 {
  font-size: 1.5rem;
}

@media screen and (max-width: 992px) {
  .fs-24 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .fs-24 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 576px) {
  .fs-24 {
    font-size: 1rem;
  }
}

.fs-28 {
  font-size: 1.75rem;
}

@media screen and (max-width: 768px) {
  .fs-28 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  .fs-28 {
    font-size: 1.25rem;
  }
}

.fs-32 {
  font-size: 2rem;
}

@media screen and (max-width: 992px) {
  .fs-32 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .fs-32 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 576px) {
  .fs-32 {
    font-size: 1.5rem;
  }
}

.fs-34 {
  font-size: 2.125rem;
}

@media screen and (max-width: 768px) {
  .fs-34 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 576px) {
  .fs-34 {
    font-size: 1.75rem;
  }
}

.fs-38 {
  font-size: 2.375rem;
}

@media screen and (max-width: 768px) {
  .fs-38 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 576px) {
  .fs-38 {
    font-size: 1.75rem;
  }
}

.fs-48 {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .fs-48 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 576px) {
  .fs-48 {
    font-size: 2.5rem;
  }
}

.fs-80 {
  font-size: 5rem;
}

@media screen and (max-width: 1280px) {
  .fs-80 {
    font-size: 6.3vw;
  }
}

@media screen and (max-width: 768px) {
  .fs-80 {
    font-size: 9.6vw;
  }
}

/* フォントカラー */
.fc-black-light {
  color: #4B4B4B;
}

.fc-black-highlight {
  color: #5F5958;
}

.fc-blue-dark {
  color: #0253A0;
}

.fc-blue {
  color: #0D50CE;
}

.fc-blue-light {
  color: #40CAD1;
}

.fc-blue-highlight {
  color: #E4F6F7;
}

.fc-yellow {
  color: #FCF6AB;
}

.fc-yellow-dark {
  color: #FFF100;
}

.fc-purple {
  color: #9BAAFC;
}

.fc-green {
  color: #4CDE95;
}

.fc-orange {
  color: #F7C25F;
}

.fc-red-dark {
  color: #CB3904;
}

.fc-red {
  color: #F04242;
}

.fc-red-light {
  color: #D64D6D;
}

.fc-white {
  color: #ffffff;
}

.section-title {
  text-align: center;
}

.title-bottom-line {
  padding: 16px 0;
  margin: 0 auto;
  display: inline-block;
  border-bottom: 5px solid #40CAD1;
}

.title-bottom-line.dark-blue-line {
  border-bottom: 5px solid #0253A0;
}

.title-bottom-line.white-line {
  border-bottom: 5px solid #ffffff;
}

.title-bottom-line.main-title {
  position: relative;
}

.title-bottom-line.main-title::before {
  content: '';
  width: 105px;
  height: 130px;
  position: absolute;
  top: -26px;
  left: -120px;
  background-image: url("../img/main-content/denkyuu_on.svg");
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}

@media screen and (max-width: 576px) {
  .title-bottom-line.main-title::before {
    width: 50px;
    height: 62px;
    top: -15px;
    left: -40px;
    background-image: url("../img/main-content/iphone-denkyuu_on.svg");
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}

.title-bottom-line.main-title::after {
  content: '';
  width: 105px;
  height: 130px;
  position: absolute;
  top: -26px;
  right: -120px;
  background-image: url("../img/main-content/denkyuu_on.svg");
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}

@media screen and (max-width: 576px) {
  .title-bottom-line.main-title::after {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
    width: 50px;
    height: 62px;
    top: -15px;
    right: -25px;
    background-image: url("../img/main-content/iphone-denkyuu_on.svg");
  }
}

/* bottom 三角 */
.triangle-bottom {
  margin: 48px auto;
  width: 0;
  height: 0;
  border-left: 250px solid transparent;
  border-right: 250px solid transparent;
  border-top: 64px solid #40CAD1;
}

@media screen and (max-width: 576px) {
  .triangle-bottom {
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 50px solid #40CAD1;
  }
}

main {
  text-align: center;
  margin: 0 auto;
}

.max-extend .lp {
  position: relative;
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 0;
}

.max-extend .lp .header {
  position: fixed;
  margin: auto;
  left: 1%;
  top: 7px;
  z-index: 1;
}

.max-extend .lp .header img{
  width: 300px;
}

@media screen and (max-width: 768px) {
  .max-extend .lp .header img{
    width: 250px;
  }
}

@media screen and (max-width: 576px) {
  .max-extend .lp .header img{
    width: 200px;
  }
}

.max-extend .lp .a {
  position: relative;
}

.max-extend .lp .a img {
  width: 100%;
  display: block;
  margin: auto;
}

.max-extend .lp .a .modal-open {
  position: absolute;
  top: 88%;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  max-width: 720px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #fff;
}
.max-extend .lp .a .modal-open.is-fixed{
  position: fixed;
}

.max-extend .lp .b img {
  width: 100%;
  display: block;
  margin: auto;
}

.max-extend .lp .c {
  margin-top: 5%;
}

.max-extend .lp .c img {
  width: 100%;
  display: block;
  margin: auto;
}

.max-extend .lp .c .modal-open {
  margin: auto;
  width: 80%;
  margin-top: 1%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: block;
}

.max-extend .lp .d {
  margin-top: 5%;
}

.max-extend .lp .d img {
  width: 100%;
  display: block;
  margin: auto;
}

.max-extend .lp .e img {
  width: 100%;
  display: block;
  margin: auto;
}

.max-extend .lp .f img {
  width: 100%;
  display: block;
  margin: auto;
}

.max-extend .lp .g{
  padding-bottom: 10%;
}
.max-extend .lp .g img {
  margin-top: 10px;
  width: 100%;
  display: block;
  margin: auto;
}

.max-extend .lp .h {
  position: relative;
}

.max-extend .lp .h img {
  width: 100%;
  display: block;
  margin: auto;
}

.max-extend .lp .h a {
  position: absolute;
  bottom: 53px;
  left: 10%;
  width: 80%;
}

.max-extend .lp .h .modal-open {
  position: absolute;
  margin: auto;
  width: 80%;
  bottom: 8%;
  left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #fff;
}


.max-extend .lp .i {
  position: relative;
}

.max-extend .lp .i img {
  width: 100%;
  display: block;
  margin: auto;
}



.max-extend .lp .i .i-contents .left{
  position: absolute;
  top: 25%;
  width: 40%;
  left: 5%;
  margin-right: 5%;
}

.max-extend .lp .i .i-contents .left .line1 img{
  box-shadow: 4.61px 6.92px 6.92px 0 rgba(0,0,0,0.20);
  margin-top: 15%;
}

.max-extend .lp .i .i-contents .left .hpb1 img{
  box-shadow: 4.61px 6.92px 6.92px 0 rgba(0,0,0,0.20);
  margin-top: 15%;
}

.max-extend .lp .i .i-contents .right .line2 img{
  box-shadow: 4.61px 6.92px 6.92px 0 rgba(0,0,0,0.20);
  margin-top: 15%;
}

.max-extend .lp .i .i-contents .right .hpb2 img{
  box-shadow: 4.61px 6.92px 6.92px 0 rgba(0,0,0,0.20);
  margin-top: 15%;
}

@media screen and (max-width: 768px) {
  .max-extend .lp .i .i-contents .left .line1 img{
    box-shadow: 3.94px 5.9px 5.9px 0 rgba(0,0,0,0.20);
    margin-top: 15%;
  }

  .max-extend .lp .i .i-contents .left .hpb1 img{
    box-shadow: 3.94px 5.9px 5.9px 0 rgba(0,0,0,0.20);
    margin-top: 15%;
  }

  .max-extend .lp .i .i-contents .right .line2 img{
    box-shadow: 3.94px 5.9px 5.9px 0 rgba(0,0,0,0.20);
    margin-top: 15%;
  }

  .max-extend .lp .i .i-contents .right .hpb2 img{
    box-shadow: 3.94px 5.9px 5.9px 0 rgba(0,0,0,0.20);
    margin-top: 15%;
  }
}

@media screen and (max-width: 576px) {
  .max-extend .lp .i .i-contents .left .line1 img{
    box-shadow: 2.95px 4.43px 4.43px 0 rgba(0,0,0,0.20);
    margin-top: 15%;
  }

  .max-extend .lp .i .i-contents .left .hpb1 img{
    box-shadow: 2.95px 4.43px 4.43px 0 rgba(0,0,0,0.20);
    margin-top: 15%;
  }

  .max-extend .lp .i .i-contents .right .line2 img{
    box-shadow: 2.95px 4.43px 4.43px 0 rgba(0,0,0,0.20);
    margin-top: 15%;
  }

  .max-extend .lp .i .i-contents .right .hpb2 img{
    box-shadow: 2.95px 4.43px 4.43px 0 rgba(0,0,0,0.20);
    margin-top: 15%;
  }
}

@media screen and (max-width: 480px) {
  .max-extend .lp .i .i-contents .left .line1 img{
    box-shadow: 2.46px 3.69px 3.69px 0 rgba(0,0,0,0.20);
    margin-top: 15%;
  }

  .max-extend .lp .i .i-contents .left .hpb1 img{
    box-shadow: 2.46px 3.69px 3.69px 0 rgba(0,0,0,0.20);
    margin-top: 15%;
  }

  .max-extend .lp .i .i-contents .right .line2 img{
    box-shadow: 2.46px 3.69px 3.69px 0 rgba(0,0,0,0.20);
    margin-top: 15%;
  }

  .max-extend .lp .i .i-contents .right .hpb2 img{
    box-shadow: 2.46px 3.69px 3.69px 0 rgba(0,0,0,0.20);
    margin-top: 15%;
  }
}

@media screen and (max-width: 390px) {
  .max-extend .lp .i .i-contents .left .line1 img{
    box-shadow: 2px 3px 3px 0 rgba(0,0,0,0.20);
    margin-top: 15%;
  }

  .max-extend .lp .i .i-contents .left .hpb1 img{
    box-shadow: 2px 3px 3px 0 rgba(0,0,0,0.20);
    margin-top: 15%;
  }

  .max-extend .lp .i .i-contents .right .line2 img{
    box-shadow: 2px 3px 3px 0 rgba(0,0,0,0.20);
    margin-top: 15%;
  }

  .max-extend .lp .i .i-contents .right .hpb2 img{
    box-shadow: 2px 3px 3px 0 rgba(0,0,0,0.20);
    margin-top: 15%;
  }
}




.max-extend .lp .i .i-contents .right{
  position: absolute;
  top: 25%;
  width: 40%;
  right: 5%;
  margin-left: 5%;
}



/* .max-extend .lp .i .line1 img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 7.7%;
  bottom: 35%;
  vertical-align: top;
  width: 41.2%;
}

.max-extend .lp .i .line2 img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 41.2%;
  position: absolute;
  right: 5.5%;
  bottom: 35%;
  vertical-align: top;
}

.max-extend .lp .i .hpb1 img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 7.7%;
  bottom: 25%;
  vertical-align: top;
  width: 41.2%;
}

.max-extend .lp .i .hpb2 img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 5.5%;
  bottom: 25%;
  vertical-align: top;
  width: 41.2%;
} */

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-container .modal-body .modal-content img{
  width: 100%;
  margin: 0;
  padding: 0;
}


/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: center;
}

.select{
  width: 100%;
}
.select img{
  vertical-align:top;
}

.modal-content h1 {
  margin-top: 20%;
  font-size: 2rem;
  font-weight: 700;
  color: green;
}

.hover:hover{
  cursor: pointer;
}

@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.shiny-btn {
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
  border-radius: 64px;
}

.shiny-btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
          transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.pulse {
  -webkit-animation: pulse 1.4s ease 0s infinite normal;
  animation: pulse 1.4s ease 0s infinite normal;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.position-relative{
	position: relative;
}

.position-fixed{
	position: fixed;
	top: 83%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
	max-width: 900px;
}
@media screen and (max-width: 768px){
	.position-fixed{
		top: 75%;
		z-index: 0;
	}
}

.text-center{
	text-align: center;
	margin: auto;
}

.justify-center{
	justify-content: center;
}
.wid-100{
	width: 100%;
}
@media screen and (max-width: 768px){
	.w-40{
		width: 100%;
		margin: auto;
		margin-top: 2%;
		text-align: center;
	}
}
.w-80{
	width: 80%;
}
@media screen and (max-width: 768px){
	.w-80{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

.fix{
	top: 78%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
	max-width: 900px;
}
@media screen and (max-width: 768px){
	.fix{
		z-index: 1000;
	}
}
.margin-top{
	display: none;
}

/*---------------------*/
/*# sourceMappingURL=style.css.map */

