#header {
  height: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e6ea));
  background-image: linear-gradient(#ffffff, #e3e6ea);
  border-bottom: 11px solid #3e4fa9;
}

.logo {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 90px;
}

.nav {
  margin: 0;
  width: 40px;
  height: 40px;
  position: fixed;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  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;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  top: 15px;
  right: 5px;
  cursor: pointer;
  display: none;
  z-index: 99
}

.nav .border{
    -webkit-transition: 200ms all ease;
    transition: 200ms all ease;
    -webkit-transform-origin: 250px 250px;
            transform-origin: 250px 250px;
    fill: #3e4fa9;
  }

.nav.on {
    -webkit-transform: translate(-200px, 0);
            transform: translate(-200px, 0)
  }

.nav.on .border1 {
      -webkit-transform: translate(-102px, 102px) rotate(45deg);
              transform: translate(-102px, 102px) rotate(45deg);
    }

.nav.on .border2 {
      opacity: 0;
    }

.nav.on .border3 {
      -webkit-transform: translate(-102px, -102px) rotate(-45deg);
              transform: translate(-102px, -102px) rotate(-45deg);
    }

.gnav {
  padding-right: 110px;
  padding-left: 280px;
  margin: 0 auto;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
}
.gnav-item {
  text-align: center;
  width: 169px;
  border-left: 1px solid #cbcbcb;
  font-size: 12px;
  font-weight: bold;
  list-style-type: none;
  background-color: #fff;
  z-index: 1
}
.gnav-item a {
    padding: 16px 0;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e6ea));
    background-image: linear-gradient(#ffffff, #e3e6ea)
  }
.gnav-item a:hover {
      opacity: 0.8;
    }
.gnav-item:last-child {
    border-right: 1px solid #cbcbcb;
  }
.gnav-item .name {
    color: #3e4fa9;
    display: block
  }
.gnav-item .name.italic {
      font-style: italic;
      font-weight: bold;
    }
.gnav-item .sub {
    display: block;
    color: #212121;
  }

.sns {
  padding: 0 8px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0
}

.sns a:hover {
      opacity: 0.8;
    }
.sns-item {
  list-style-type: none;
  width: 26px;
}
.sns-item img{
  max-width: 100%;
}
.sns-item:not(:last-child) {
  margin-right: 4px;
}


@media screen and (max-width: 800px) {
  #header {
    height: 70px;
  }
  .logo {
    height: 70px;
    padding-left: 12px;
  }
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-group {
    width: 200px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    -webkit-transform: translate(200px, 0);
            transform: translate(200px, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    z-index: 99
  }
    .nav-group.on {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  .gnav {
    padding: 0;
    position: static;
    width: 200px;
    display: block;
  }
  .gnav-item {
    width: 200px
  }
    .gnav-item a {
      height: auto;
    }
  .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
  }
  .sns-item:not(:last-child) {
    margin-right: 8px;
  }
}
.points {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.point {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin: 0 15px 30px;
  background-color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden
}

.point.half {
    max-width: 525px;
    width: calc(50% - 30px);
}

.point.half.point2 .point-header {
  position: absolute;
  left: 0;
}

.point.half.point2 .point-photo {
  width: 100%;
}

.point .point-img img {
    clear: both;
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 525px;
  }
.point .point-img02 img {
    clear: both;
    width: 100%;
    display: block;
    margin: 0 auto;
	margin-bottom: 20px;
    max-width: 525px;
  }
.point-count {
  margin: 12px 12px 0 12px;
  float: left;
  width: 76px;
  height: 76px;
  background-color: #988d3e;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  position: relative;
  z-index: 1
}

.point-count span {
    display: block;
    line-height: 1.2;
  }
.point-num {
  display: block;
  font-size: 30px;
  width: 100%;
}
.point-title {
  margin: 38px 16px 18px;
  font-size: 20px;
  color: #7e7429;
  position: relative;
  z-index: 1;
  line-height: 1.2;
}

.center {
  text-align: center;
}
.point-text {
  margin: 0 16px 16px 98px;
  overflow: hidden;
  font-size: 16px;
}

.bg-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0
}

.bg-fill img {
    display: block;
  }

.point-lists {
  margin: 0 104px;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none
}

.point-lists.two-column {
    margin: 0;
    padding: 20px 20px;
  }

.point-lists.two-column img {
      max-width: 412px;
    }

.point-lists.four-column img {
      max-width: 207px;
    }

.point-lists.three-column img {
      max-width: 240px;
    }

.two-column .point-list {
  width: 50%;
}

.max-img-width-500 img {
    max-width: 500px !important;
  }

.point-list {
  text-align: center
}

.point-list:not(:last-child) {
    margin-right: 20px;
  }

.point-list img {
    width: 100%;
    margin: 0 auto;
  }
.point-list-text {
  font-size: 14px;
  line-height: 18px;
  margin: 16px auto 50px;
  max-width: 240px;
}


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


.photo-image-area.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }


.photo-image-area .point-header {
    left: 0;
    position: absolute;
    width: 50%;
  }
.point-photo {
  width: 50%
}
.point-photo img {
    width: 100%;
    display: block;
  }
.point-table {
  width: 50%;
  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
}
.point-table.top-margin {
    margin-top: 9em;
  }
.point-table img {
    width: 100%;
  }
.point-table.max-width img {
      max-width: 420px;
    }

.product1-point-1 .point-img {
    max-width: 533px;
    margin: 36px 300px 36px 128px;
  }

.product1-point-1 .point-text {
    margin-right: 300px;
  }

.product1-point-1 .point-img-right {
    position: absolute;
    top: 74px;
    right: 39px;
  }

@media screen and (max-width: 900px) {
  .point-count {
    position: relative !important;
    float: none;
    margin: 45px auto;
  }
  .point-text {
    margin: 0 16px 16px;
  }
  .photo-image-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }
    .photo-image-area .point-header {
      width: 100%;
      position: static;
      margin: 0 16px 18px;
    }
    .point-table.top-margin {
      margin-top: 0;
    }
    .product1-point-1 .point-img {
      margin: 36px 16px 16px;
    }
    .product1-point-1 .point-text {
      margin-right: 0;
    }
    .product1-point-1 .point-img-right {
      position: static;
      text-align: center
    }
      .product1-point-1 .point-img-right img {
        float: none;
        display: inline;
        width: auto;
      }

  .bg-fill {
    position: static
  }
    .bg-fill img {
      width: 100%;
    }

  .point-lists {
    margin: 16px 5%;
  }
}

@media screen and (max-width: 680px) {
  .point-lists {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .point {
    padding-bottom: 30px;
  }

  .point-list {
    width: calc(50% - 22px);
    margin: 0 15px 15px 15px;
    margin-right: 7px !important;
    padding-bottom: 20px;
  }

  .point-list:nth-child(2) {
    margin-right: 15px;
    margin-left: 7px;
  }

  .point-lists.two-column {
    padding: 0;
    margin-left: 10px;
    margin-right: 4px;
  }

  .point.half.point2 .point-header {
    position: static;
  }
  .point.half.point2 {
    padding-bottom: 0px;
  }
  .point.point4 {
    padding-bottom: 0px;
  }

  .two-column .point-list {
    margin: 0;
    width: 47%;
    float: left;
  }

  .point-list-text {
    margin-bottom: 8px;
  }
  .sp-text-none .point-list-text {
    display: none;
  }

  .point-photo {
    margin: 0 auto;
    width: 100%
  }
  .point-photo.sp-hidden {
    height: 265px;
    position: relative;
    overflow: initial;
	margin-bottom: 25px;
  }
  .point-photo.sp-hidden img {
    position: absolute;
    left: -100px;
    right: -100px;
    margin: -100px auto 0;
    width: 100%;
  }
  .point-table {
    width: 100%;
  }
  .point.half {
    max-width: none;
    width: 100%;
  }
}
.product1 .point-count {
    background-color: #988d3e;
  }


.product1 .product-header-description-title,
  .product1 .point-title {
      color: #7e7429;
  }


.product1 .product-header {
    background-image: url("../img/product_bg/product1_title_bg.jpg")
  }


.product1 .product-header:after {
      background-color: #b0a86f;
    }


.product1 .product-header-description-list-item:before {
      color: #7e7429;
    }
.product2 .point-count {
    background-color: #1e227a;
  }
.product2 .product-header-description-title,
  .product2 .point-title {
      color: #1e227a;
  }
.product2 .product-header {
    background-image: url("../img/product_bg/product2_title_bg.jpg")
  }
.product2 .product-header:after {
      background-color: #1b1c6b;
    }
.product2 .product-header-description-list-item:before {
      color: #1e227a;
    }
.product3 .point-count {
    background-color: #c332a3;
  }
.product3 .product-header-description-title,
  .product3 .point-title {
      color: #c332a3;
  }
.product3 .product-header {
    background-image: url("../img/product_bg/product3_title_bg.jpg")
  }
.product3 .product-header:after {
      background-color: #c429a2;
    }
.product3 .product-header-description-list-item:before {
      color: #c332a3;
    }
.product4 .point-count {
    background-color: #01746d;
  }
.product4 .product-header-description-title,
  .product4 .point-title {
      color: #01746d;
  }
.product4 .product-header {
    background-image: url("../img/product_bg/product4_title_bg.jpg")
  }
.product4 .product-header:after {
      background-color: #005d57;
    }
.product4 .product-header-description-list-item:before {
      color: #01746d;
    }
.product5 .point-count {
    background-color: #6f3586;
  }
.product5 .product-header-description-title,
  .product5 .point-title {
      color: #6f3586;
  }
.product5 .product-header {
    background-image: url("../img/product_bg/product4_title_bg.jpg")
  }
.product5 .product-header:after {
      background-color: #622779;
    }
.product5 .product-header-description-list-item:before {
      color: #622779;
    }
.product6 .point-count {
    background-color: #46a5f7;
  }
.product6 .product-header-description-title,
  .product6 .point-title {
      color: #46a5f7;
  }
.product6 .product-header {
    background-image: url("../img/product_bg/product4_title_bg.jpg")
  }
.product6 .product-header:after {
      background-color: #16466f;
    }
.product6 .product-header-description-list-item:before {
      color: #46a5f7;
    }
.product6 .product-img-container {
  }

.product-header {
  position: relative;
  background-repeat: repeat-x, no-repeat;
  background-position:  top center
}

.product-header:after {
    border-top: 10px solid #000;
    content: '';
    display: block;
    height: 18px;
    width: 100%;
    position: absolute;
    top: 194px;
    left: 0;
  }
.product-main-title {
  height: 214px;
  margin: 0 auto 8px;
  padding: 64px 15px 0;
  max-width: 1110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}
.product-main-title img {
    width: 186px;
  }

.product-img-container {
  margin: -157px auto -215px;
  padding: 0 15px;
  max-width: 1110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1
}

.product-img-container.not-negative-margin {
    margin: 20px auto -235px;
  }


.product-header-img {
  margin-right: 20px;
}

.product-header-info {
  margin-right: 35px;
  margin-bottom: 20px;
  text-align: center;
  list-style-type: none;
  max-width: 212px;
}

.product-info-item {
  margin-bottom: 8px
}

.product-info-item img {
    width: 100%;
    vertical-align: top;
  }
.product-info-medication {
  margin-top: 32px
}
.product-info-medication img {
    width: auto;
  }

.product-header-description {
  margin: 24px;
}

.product-header-description-title {
  margin-bottom: 26px;
  line-height: 1.4
}

.product-header-description-title b {
    font-weight: bold;
    display: block;
    font-size: 30px;
  }

.product-header-description {
  margin: 0 auto;
  padding: 24px 15px 0 586px;
  max-width: 1110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-header-description-text {
  font-size: 18px;
  margin-bottom: 16px;
}

.product-header-description-list {
  font-size: 16px;
  list-style-type: none;
}
.product-header-description-list-item:before {
    content: '■';
  }

.product-links {
  margin: 0 auto;
  max-width: 1110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 90px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center
}

.product-links.black {
    max-width: none;
  }

.product-link-item {
  margin: 0 20px 30px;
  width: calc(50% - 40px);
}

.button {
  text-align: center;
  list-style-type: none
}

.button a {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    line-height: 107px;
    display: block;
    background-color: #fff;
    border: 1px solid #5263bf;
    color: #333;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
  }

.button a:hover {
      opacity: 0.8;
    }

.button a:after {
      margin: auto 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-top: solid 4px #5263bf;
      border-right: solid 4px #5263bf;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }

.button.blue a {
      border: 1px solid #fff;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#5162bf), to(#3244a5));
      background-image: linear-gradient(#5162bf, #3244a5);
      color: #fff
    }

.button.blue a:after {
        border-color:  #fff;
      }


.description {
  margin: 0 auto;
  max-width: 1110px;
  color: #333
}


.description section {
    margin: 0 15px;
    margin-bottom: 54px
  }


.description section section {
      margin: 0;
      margin-bottom: 24px;
    }


.description section {

    clear: both
  }


.description section:last-child ol:last-child {
        margin-bottom: 0;
      }


.description .column {
    clear: none;
    width: calc(50% - 30px);
    float: left;
  }


.description .brackets {
    list-style: none;
    margin-left: 0;
  }


.description .howto {
    float: left;
    margin-right: 10%
  }


.description .howto + section {
      clear: none;
      overflow: hidden;
    }


.description .howto dl {
      width: 180px;
    }


.description dl {;
    font-size: 16px;
  }


.description h2 {
    padding-bottom: 4px;
    margin-bottom: 24px;
    font-size: 16px;
    border-bottom: 3px solid #fff;
  }


.description h3 {
    font-size: 16px;
    margin-bottom: 24px
  }


.description h3:before {
      margin-right: 8px;
      content: '';
      display: inline-block;
      background-color: #969696;
      width: 9px;
      height: 9px;
    }


.description ol {
    margin: 0 20px 30px;
    font-size: 16px;
  }


.description ul {
    margin: 16px 0 24px;
    list-style-type: none;
  }


.description p {
    font-size: 16px;
    margin-bottom: 16px;
  }

.normal-table {
  margin: 24px 0 30px;
  background-color: transparent;
  color: #333;
  border: none;
  font-size: 14px;
}

.normal-table th,
  .normal-table td {
    text-align: left;
    padding: 16px;
  }

.normal-table thead th {
      background-color: #bababa;
    }

.normal-table tbody th {
      background-color: #d7d7d7;
    }

.normal-table tbody td {
      background-color: #fff;
    }

@media screen and (max-width: 680px) {
    .description .column {
      width: auto;
      float: none;
    }
  .product-links {
    padding: 0 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-link-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
    .description .howto {
      float: none
    }

      .description .howto + section {
        clear: both;
      }

      .description .howto dl {
        width: auto;
      }
        .description .howto dl dt {
          margin-bottom: 24px;
          float: left;
          width: 180px;
        }
        .description .howto dl dd {
          float: left;
          padding-left: 15px;
          width: calc(100% - 180px);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
        }

      .description .howto dl {
        width: auto;
      }

  .product-img-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -45px auto 0
  }
    .product-img-container.not-negative-margin {
      margin: 20px auto 0;
    }
    .product-header-img img {
      width: 145px;
    }

  .product-header {
    background-position: top 0px right -220px;
  }

  .product-header-info {
    width: 170px;
  }
  .product-info-medication {
    margin-top: 16px;
  }
  .product-header-description {
    padding: 24px 15px 0;
  }
    .product-main-title img {
      width: 135px;
    }
}

.main-title {
  margin: 60px 0 40px;
  color: #3e4fa9;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}

.main-text {
  margin: 0 auto 40px;
  font-size: 16px;
  max-width: 1060px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents-item {
  padding: 0 24px;
}

.contents-item-title {
  margin: 65px auto 35px;
  background-color: #fff;
  width: 147px;
  height: 147px;
  line-height: 147px;
  font-size: 24px;
  text-align: center;
  color: #3e4fa9;
  border-radius: 50%;
  font-weight: normal;
}

.contents-item-text {
  margin: 0 auto 50px;
  text-align: center;
  font-size: 16px;
  max-width: 1060px;
}


.contents-box-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1120px;
}

.contents-box {
  margin: 0 auto 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  max-width: 1120px;
  overflow: hidden;
  color: #333
}

.contents-box.double {
    margin-right: 10px;
  }

.contents-box.double:nth-child(2n) {
      margin-right: 0;
      margin-left: 10px;
    }
.contents-box.double:nth-child(2n - 1) {
      margin-left: 0;
    }

.contents-box.double {
    max-width: none;
    width: calc(50% - 10px);
  }

.contents-box-img {
  margin: -50px 35px 35px 0;
  float: right
}

.contents-box-img img {
    display: block;
  }

.contents-box-title {
  margin: 35px 0 25px 20px;
  color: #3e4fa9;
  font-size: 20px;
  font-weight: normal;
}

.contents-box-text {
  margin: 10px 20px 20px 20px;
  font-size: 16px;
}

.contents-box-list {
  margin: 10px 20px 20px 20px;
}

.contents-box-list-item {
  font-size: 16px;
  list-style-type: none
}

.contents-box-list-item:before {
    content: '■';
    margin-right: 8px;
  }


.optimum {
  margin: 80px auto 40px;
  max-width: 1120px;
}

.optimum-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
  color: #65befb;
}

.optimum-figure {
  margin: 0 auto;
}

.optimum-figure-img {
  margin: 0 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.optimum-figure-img img {
    width: 100%;
  }

.products-list {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#000000));
  background-image: linear-gradient(#464646, #000000);
}

.products-list-title {
  padding: 70px 0 60px;
  color: #fff;
  text-align: center;
}

.products-table-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  font-size: 12px;
}

.products-table-row-figure {
  text-align: center
}

.products-table-row-figure > img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

.products-table {
  margin: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding-left: 10px
}

.products-table th {
    padding: 10px 0;
    text-align: center;
    vertical-align: top;
  }

.products-table th, .products-table td {
    border-bottom: 1px solid #ccc;
  }

.products-table .border-none {
    border: none;
  }

.package {
  margin-bottom: 8px;
}

.products-table-row {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-table-row-title {
  margin-right: 10px;
  width: 10%;
}

.products-table-row-figure {
  margin-right: 10px;
  width: 15%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products-table-row-item {
  margin-right: 10px;
  padding:  15px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 15%;

  vertical-align: top;
}

.dot-list {
  list-style-type: none;
}

.dot-list-item:before {
    content: '・';
  }

.detail-button a {
    padding: 8px 0;
    display: block;
    background-color: #5263bf;
    text-decoration: none;
    text-align: center;
    color: #fff
  }

.detail-button a:hover {
      opacity: 0.8;
    }



@media screen and (max-width: 900px) {
    .products-table tr > *:nth-child(2),
    .products-table tr > *:nth-child(3),
    .products-table tr > *:nth-child(4) {
      display: none;
    }
  .products-table {
      + .products-table tr > *:nth-child(5),
      + .products-table tr > *:nth-child(6),
      + .products-table tr > *:nth-child(7) {
        display: none;
      }
  }

  .products-table-row-figure {
    width: 33.333%;
  }

  .products-table-row-item {
    width: 33.333%;
  }
}

@media screen and (max-width: 680px) {
  .optimum-title {
    padding: 0 20px;
  }
  .contents-box-img {
    margin: 0 0 8px;
    float: none;
    text-align: center
  }
    .contents-box-img img {
      display: inline;
      width: 100%;
    }
    .contents-box.double {
      margin-right: 0;
    }
      .contents-box.double:nth-child(2n) {
        margin-left: 0;
      }
    .contents-box.double {
      max-width: none;
      width: 100%;
    }

  .detail-button {
    font-size: 10px;
  }
}



:root {
  --note-lists-max-width: 1080px;

  --note-lists-margin: 32px;
  --note-lists-margin-href: var(--note-lists-margin) / 2;

  --note-lists-img-max-width: 456px;
}
.notes {
  margin: 46px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  max-width: 1080px;
  max-width: var(--note-lists-max-width)
}
@media screen and (max-width: 680px) {
.notes {
    display: block
}
  }

.note-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  margin: calc(32px / 2);
  margin: calc(var(--note-lists-margin-href));
  max-width: calc(1080px / 3 - 32px / 2);
  max-width: calc(var(--note-lists-max-width) / 3 - var(--note-lists-margin-href));
  width: calc(33.333% - 32px);
  width: calc(33.333% - var(--note-lists-margin))
}

.note-item a {
    display: block
  }

.note-item a:hover {
      opacity: 0.7;
    }

.note-item img {
    width: 100%;
    max-width: 456px;
    max-width: var(--note-lists-img-max-width);
    display: block;
  }

@media screen and (max-width: 680px) {

.note-item {
    margin: 0 auto;
    width: auto;
    display: block
}
  }

.note-text {
  margin: 32px 24px;
  font-size: 14px;
}

.note-list {
  margin: 24px;
  border-top: 1px solid #d1d1d1;
}
.note-list-item {
  border-bottom: 1px solid #d1d1d1;
  list-style-type: none
}
.note-list-item a {
    padding: 8px;
    color: #000;
    font-size: 14px;
    display: block;
    text-decoration: none;
    position: relative
  }
.note-list-item a:after {
      margin: auto 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 8px;
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      border-top: solid 1px #7abbd7;
      border-right: solid 1px #7abbd7;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }



:root {
  --note-entry-max-width: 1080px;

  --note-entry-margin: 15px;
  --note-entry-margin-href: var(--note-entry-margin) / 2;

  --note-entry-img-max-width: 440px;
}
.note-entries {
  margin-top: 56px;
  padding: calc(15px / 2);
  padding: calc(var(--note-entry-margin-href));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.note-entry {
  margin: 0 calc(15px / 2);
  margin: 0 calc(var(--note-entry-margin-href));
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1080px;
  max-width: var(--note-entry-max-width);
  background-color: #fff
}

.note-entry img {
    max-width: 440px;
    max-width: var(--note-entry-img-max-width);
    display: block;
  }

.note-entry img {
    width: 50%;
  }

.note-entry:nth-child(odd) .note-entry-img img {
    margin-right: 40px;
    border-right: 15px solid #d0f1ff;
    float: left;
  }

.note-entry:nth-child(even) {
    border-left: 15px solid #d0f1ff
  }

.note-entry:nth-child(even) .note-entry-img img {
      margin-left: 40px;
      float: right;
    }

@media screen and (max-width:680px) {

.note-entry {
    border: none !important;
    border-top: 8px solid #d0f1ff !important
}
    .note-entry img {
      border: none !important;
      margin: 0 auto !important;
      width: 100%;
    }
    .note-entry .note-entry-img img {
      float: none !important;
    }
  }

.note-entry-title {
  margin: 45px 0 32px 40px;
  font-size: 20px;
  color: #339ecc;
}

.note-entry-text {
  margin: 0 40px 16px 40px;
  font-size: 16px;
  color: #333;
}

.note-entry-strong {
  overflow: hidden;
  margin: 24px 40px 32px;
  font-size: 14px;
  color: #333;
  padding: 16px;
  border: 1px solid #79caed;
}

.number-list {
  margin: 0 40px 10px;

  font-size: 14px;
  overflow: hidden;
}

.number-list-item {
  font-size: 14px;
  list-style-type: none;
  padding-left: 24px;
  position: relative;
  color: #333
}

.number-list-item:before {
    content: '';
    display: block;
    background-color: #339ecc;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 10px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 3px;
    text-align: center;
    line-height: 16px;
  }

.number-list-item:nth-child(1):before {
    content: '1';
  }

.number-list-item:nth-child(2):before {
    content: '2';
  }

.number-list-item:nth-child(3):before {
    content: '3';
  }

@media screen and (max-width:680px) {
  .note-entries {
    margin-top: 0;
  }

  .number-list,
  .note-entry-title {
    margin: 15px;
  }

  .note-entry-text {
    margin: 15px;
  }

  .note-entry-strong {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    margin: 15px;
  }
}


:root {
  --note-nav-max-width: 1080px;
  --note-nav-container: #339ecc;

  --note-nav-margin: 30px;
  --note-nav-margin-href: var(--note-nav-margin) / 2;

  --note-nav-img-max-width: 600px;
}
.note-nav {
  margin: 0 auto 40px;
  max-width: calc(1080px + 30px);
  max-width: calc(var(--note-nav-max-width) + var(--note-nav-margin));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.note-nav-item {
  margin: calc(30px / 2);
  margin: calc(var(--note-nav-margin-href));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(1080px / 3 - 30px / 2);
  max-width: calc(var(--note-nav-max-width) / 3 - var(--note-nav-margin-href));
  width: calc(33.333% - 30px);
  width: calc(33.333% - var(--note-nav-margin));
  background-color: #339ecc;
  background-color: var(--note-nav-container);
  text-align: center;
  list-style-type: none;
  position: relative
}

.note-nav-item span {
    display: block;
    font-size: 12px;
  }

.note-nav-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    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;
    height: 98px;
    color: #fff;
    text-decoration: none;
    overflow: hidden
  }

.note-nav-item a:hover {
      opacity: 0.7;
    }

.note-nav-item a:before {
      content: '';
      display: block;
      position: absolute;
      top: 3px;
      bottom: 3px;
      left: 3px;
      right: 3px;
      border: 1px solid #fff;
    }

.note-nav-item a:after {
      margin: auto 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 30px;
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
    }

.note-nav-item:nth-child(2) a:after {
      margin: 0 auto;
      left: 0;
      top: 15px;
      right: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }

.note-nav-item:nth-child(3) a:after {
      left: auto;
      right: 30px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }


@media screen and (max-width:680px) {
  .note-nav {
    margin: 0 15px 30px 15px;
    display: block;
  }
  .note-nav-item {
    margin: 0;
    width: calc(50% - 7px);
    margin-bottom: 15px
  }
    .note-nav-item:nth-child(2) {
      width: 100%;
      max-width: none;
    }
    .note-nav-item:nth-child(3) {
      position: absolute;
      top: 0;
      right: 0;
    }
}

.qa-list {
  font-size: 16px;
  padding: 0 15px 30px 44px;
  max-width: 1040px;
  margin:0 auto;
  color: #333;
}

.qa-list-q {
  margin-top: 30px;
  margin-bottom: 1px;
  padding: 12px 8px;
  background-color: #ddefff;
  position: relative;
  padding-left: 40px;
  cursor: pointer
}

.qa-list-q:hover {
    opacity: 0.7;
  }

.qa-list-q:before {
    display: block;
    width: 63px;
    height: 63px;
    background-color: #46a5f7;
    color: #fff;
    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;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    bottom: -100px;
    margin: auto 0;
    left: -31px;
  }

.qa-list-q:after {
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #46a5f7;
    border-right: solid 2px #46a5f7;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

.qa-list-q.on:after {
      top: 4px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }

.qa-list-q.on + .qa-list-a {
      display: block;
    }

.qa-list-q:nth-of-type(1):before {
    content: 'Q1';
  }

.qa-list-q:nth-of-type(2):before {
    content: 'Q2';
  }

.qa-list-q:nth-of-type(3):before {
    content: 'Q3';
  }

.qa-list-q:nth-of-type(4):before {
    content: 'Q4';
  }

.qa-list-q:nth-of-type(5):before {
    content: 'Q5';
  }

.qa-list-q:nth-of-type(6):before {
    content: 'Q6';
  }

.qa-list-q:nth-of-type(7):before {
    content: 'Q7';
  }

.qa-list-q:nth-of-type(8):before {
    content: 'Q8';
  }

.qa-list-q:nth-of-type(9):before {
    content: 'Q9';
  }

.qa-list-q:nth-of-type(10):before {
    content: 'Q10';
  }

.qa-list-q:nth-of-type(11):before {
    content: 'Q11';
  }

.qa-list-q:nth-of-type(12):before {
    content: 'Q12';
  }

.qa-list-q:nth-of-type(13):before {
    content: 'Q13';
  }

.qa-list-q:nth-of-type(14):before {
    content: 'Q14';
  }
.qa-list-q:nth-of-type(15):before {
    content: 'Q15';
  }

.qa-list-a {
  display: none;
  background-color: #f0f0f0;
  padding: 30px;
}

* {
    margin: 0;
    padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#contents {
  background-color: #f2f2f2;
}

.contents {
  background-color: #f0f0f0;
  overflow: hidden
}

.contents.white {
    background-color: #fff;
  }


.top .contents {
    background-color: #01064c;
  }

.header {
  background-color: #fff;
  overflow: hidden;
}

.sub-title {
  margin: 0 auto;
  padding: 12px 15px;
  color: #339ecc;
  display: block;
  font-size: 20px;
  max-width: 1080px
}

.sub-title img {
    margin-right: 8px;
  }

.main-img {
  position: relative
}

.main-img > img {
    display: block;
    width: 100%
  }

.main-img > img + img {
      top: 0;
      left: 0;
      position: absolute;
    }

.product-nav {
  margin: 0 auto;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.product-nav:after {
    position: absolute;
    left: 0;
    content: '';
    display: block;
    height: 90px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#abb0b4));
    background-image: linear-gradient(#ededed, #abb0b4);
    border: ¥10px solid red;
  }
.product-nav-item {
  flex-grow: 1;
  text-align: center;
  width: 169px;
  font-size: 12px;
  font-weight: bold;
  list-style-type: none;
  background-color: #fff;
  position: relative;
  z-index: 2
}
.product-nav-item .product-nav-item-name {
    max-width: 58px;
    height: 37px;
    margin-right: 18px;
  }
.product-nav-item .product-nav-item-img {
    width: 43px;
    height: 56px;
  }
.product-nav-item a {
    height: 90px;
    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;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#abb0b4));
    background-image: linear-gradient(#ededed, #abb0b4)
  }
.product-nav-item a:hover {
      opacity: 0.8;
    }
.product-nav-item:last-child a:before,
  .product-nav-item a:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 7px;
    bottom: 7px;
    background-color: #b1b1b1;
  }
.product-nav-item a:after {
    left: 0;
  }
.product-nav-item:last-child a:before {
    right: 0;
  }


.pickup {
  margin: 0 auto;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  position: relative;
  max-width: 1140px
}

.pickup .movie {
  width: 100%;
  height: 85%;
}
.pickup .pickup-mov {
  position: relative;
  padding-top: 56.25%;
}
.pickup .pickup-mov iframe{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.pickup img {
    display: block;
    width: 100%;
  }


.pickup a {
    color: #fff;
    text-decoration: none;
    display: block
  }


.pickup a:hover {
      opacity: 0.8;
    }

.pickup-item {
  margin: 0 30px 72px;
  max-width: 510px;
  width: calc(50% - 60px);
  position: relative;
  z-index: 2;
}


.pickup-title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 16px
}


.pickup-title.none {
    display: none;
  }

.pickup-text {
  margin-top: 16px;
  font-size: 16px;
}




.series {
  padding-top: 40px
}




.series.black {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#000000));
    background-image: linear-gradient(#464646, #000000);
  }

.series-title {
  text-align: center;
  margin-bottom: 50px
}

.series-title .name {
    display: block;
    font-size: 24px;
    color: #fff;
  }

.series-title .sub {
    font-size: 18px;
    color: #499fff;
  }

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  margin: 0 auto;
  max-width: 1140px
}

.products img {
    display: block;
    width: 100%;
  }

.contents > .products {
  padding-top: 40px;
}

.products-item {
  margin: 0 18px 72px 18px;
  max-width: 336px;
  list-style-type: none;
  width: calc(33% - 36px)
}

.products-item a {
    display: block
  }

.products-item a:hover {
      opacity: 0.8;
    }
@media screen and (max-width: 800px) {
    .product-nav:after {
      height:  145px;
    }
    .product-nav-item a {
      height: 145px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse
    }
      .product-nav-item a:before,
      .product-nav-item a:after {
        display: none;
      }
    .product-nav-item .product-nav-item-name {
      margin: 0;
      width: 40%;
      height: auto;
    }
  .product-nav-item-img {
    margin-bottom: 8px;
  }
}

.bottom-nav {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00054a), to(#151c76));
  background-image: linear-gradient(#00054a, #151c76);
}

.bottom-nav-item {
  border-left: 1px solid #a0a0a0
}

.bottom-nav-item:last-child {
    border-right: 1px solid #a0a0a0;
  }

.bottom-nav-item a {
    padding: 4px 32px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px
  }

.bottom-nav-item a:hover {
      opacity: 0.8;
    }

@media screen and (max-width: 680px) {
.bottom-nav {
  height: auto;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.bottom-nav-item {
  border: none
  }
  .bottom-nav-item a {
      padding: 16px;
      border-bottom: 2px solid #fff;
      width: auto;
      display: block;
    }
  &:last-child a {
    border-bottom: 0;
  }
}


@media screen and (max-width: 680px) {
  .pickup-item {
    margin: 0 20px 60px;
    width: calc(100% - 40px);
  }

  .pickup-item.informercial {
    height: 400px;
  }

  .products-item {
    margin: 0 8px 16px 4px;
    width: calc(100% - 16px);
  }
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}


#l-footer .footer-top .top-inner .top-wrapper .top-account .account-list .list-item{
  list-style-type: none;
}