video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.main {
  letter-spacing: 0px;
  color: #000;
}

.main .wrap:last-child {
  padding-bottom: 20px;
}

@media (min-width: 1200px) {
  .main .wrap:last-child {
    padding-bottom: 30px;
  }
}
.swiper-wrapper{
  justify-content: space-between;
}

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

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

.blue-background {
  background: #e6f6f9;
}

.blue-background.mobile-white-background {
  background: #fff;
}

@media (min-width: 1200px) {
  .blue-background.mobile-white-background {
    background: #e6f6f9;
  }
}

.h1 {
  font-size: 3rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .h1 {
    font-size: 5rem;
  }
}

.p {
  font-size: 1.4rem;
  text-align: justify;
}

@media (min-width: 1200px) {
  .p {
    font-size: 2rem;
  }
}

.mobile-inline-hide {
  display: none;
}

@media (min-width: 1200px) {
  .mobile-inline-hide {
    display: inline;
  }
}

.kv__img {
  background-image: url(../image/CL_KV_SP.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: calc(1015 / 1080 * 100%);
}

.kv__content {
  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;
}

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

.kv__content .title, .kv__content .ch-title {
  height: auto;
  margin-top: 20px;
}

.kv__content .title {
  width: calc(295 / 420 * 100%);
  max-width: 767px;
}

.kv__content .ch-title {
  width: calc(200 / 420 * 100%);
  max-width: 514px;
}
.kv img{
  object-fit: contain;
  width: 100%;
}

@media (min-width: 1200px) {
  .kv {
    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;
  }
  .kv__img, .kv__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .kv__img {
    padding-bottom: calc(1015 / 1080 * 50%);
  }
  .kv__content {
    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;
  }
  .kv__content .title {
    width: calc(510 / 640 * 100%);
    margin-top: 0;
  }
  .kv__content .ch-title {
    width: calc(340 / 640 * 100%);
    margin-top: 40px;
  }
}

.album__h1 {
  font-size: 2.4rem;
  margin: 20px 0;
}

.album__swiper {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .album {
    margin-top: 80px;
  }
  .album__h1 {
    font-size: 34px;
    margin-top: 40px;
  }
  .album__swiper {
    margin-top: 20px;
  }
}

.album__swiper .swiper-slide {
  width: calc((100% - (20px * 2)) / 2);
}

.album__swiper .swiper-slide__img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .album__swiper .swiper-slide {
    width: calc((100% - (30px * 4)) / 4);
  }
}

.main .wrap {
  padding: 0 40px;
  max-width: unset;
  width: unset;
}

.main .wrap .blue-background {
  margin-left: -40px;
  margin-right: -40px;
  padding: 35px 40px;
}

@media (min-width: 1200px) {
  .main .wrap .blue-background {
    padding: 40px 40px;
  }
}

.wrap1 {
  margin-top: 60px;
}

.wrap1 .h1 + .p {
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .wrap1 {
    margin-top: 130px;
  }
  .wrap1 .h1 + .p {
    margin-top: 15px;
  }
}

.list__item {
  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;
  margin: 50px auto 0 auto;
  max-width: 812px;
}

.list__img {
  width: 28%;
  max-width: 250px;
}

.list__h1, .list__h2 {
  text-align: center;
  color: #595757;
}

.list__h3, .list .p {
  color: #595757;
}

.list__h1, .list__h2 {
  font-weight: 700;
  line-height: 1.2;
}

.list__h1 {
  font-size: 2.8rem;
  color: #00acc8;
  margin-top: 15px;
}

.list__h2 {
  font-size: 2rem;
}

.list__h3 {
  font-size: 1.2rem;
  margin-top: 10px;
}

.list__h3--smaller {
  -webkit-transform: scale(0.8) translateX(-12.4%) translateY(-12.4%);
          transform: scale(0.8) translateX(-12.4%) translateY(-12.4%);
  margin-right: -12.4%;
}

.list .p {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .list {
    max-width: 856px;
    margin: 0 auto;
  }
  .list__item {
    margin: 120px 0 0 0;
    max-width: none;
  }
  .list__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list__item:nth-child(even) .list__h1, .list__item:nth-child(even) .list__h2 {
    text-align: justify;
  }
  .list__item:nth-child(even) .list__img {
    margin-right: 50px;
  }
  .list__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .list__item:nth-child(odd) .list__h1, .list__item:nth-child(odd) .list__h2, .list__item:nth-child(odd) .list__h3, .list__item:nth-child(odd) .p {
    text-align: right;
  }
  .list__item:nth-child(odd) .list__img {
    margin-left: 50px;
  }
  .list__img {
    width: 24%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .list__h1 {
    font-size: 5.2rem;
  }
  .list__h2 {
    font-size: 3.4rem;
  }
  .list__h3 {
    margin-top: 5px;
    line-height: 2;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .list__h3--smaller {
    -webkit-transform: scale(1) translateX(0) translateY(0);
            transform: scale(1) translateX(0) translateY(0);
    margin-right: 0;
  }
  .list .p {
    margin-top: 5px;
  }
}

.box-video {
  position: relative;
  margin-left: -40px;
  margin-right: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-video__file {
  position: relative;
  width: 100%;
  max-width: 1080px;
  padding-bottom: calc(1920 / 1080 * 100%);
}

.box-video__file video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box-video__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) {
  .box-video {
    margin-left: 0;
    margin-right: 0;
  }
}

.h1-image {
  font-size: 2rem;
}

.h1-image span, .h1-image img {
  vertical-align: middle;
}

.h1-image span {
  line-height: 1;
}

.h1-image img {
  width: auto;
  height: 15px;
}

@media (min-width: 768px) {
  .h1-image {
    font-size: 2.5rem;
  }
  .h1-image img {
    height: 20px;
  }
}

@media (min-width: 1200px) {
  .h1-image {
    font-size: 5rem;
  }
  .h1-image img {
    height: 45px;
    margin: 0 10px;
  }
}

.button {
  display: block;
  color: #fff;
  background: #00acc8;
  font-weight: 700;
  font-size: 2rem;
  width: 215px;
  height: 45px;
  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;
  margin-top: 20px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.button:hover {
  opacity: 0.7;
}

.product-image {
  width: 100%;
  max-width: 1075px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.wrap2 .h1, .wrap3 .h1 {
  font-size: 2.5rem;
}

@media (min-width: 1200px) {
  .wrap2 .h1, .wrap3 .h1 {
    font-size: 5rem;
  }
}

.wrap2 .symbol {
  height: 1.8rem;
  width: auto;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .wrap2 .table {
    margin-bottom: 40px;
  }
  .wrap2 .symbol {
    height: 2.8rem;
  }
}

.table {
  margin: 0 auto;
}

.table td {
  vertical-align: top;
}

.table .title {
  padding-right: 35px;
  min-width: 83px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1200px) {
  .table td {
    font-size: 2rem;
  }
  .table .title {
    min-width: auto;
    padding-right: 95px;
  }
}

.wrap3 {
  padding-top: 55px;
  padding-bottom: 40px;
  background-color: #3393b8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap3 p{
  padding-top: 30px;
  color: white;
  text-align: center;
}

@media (min-width: 1200px) {
  .wrap3 {
    padding-top: 105px;
    max-width: 1280px;
    margin: 0 auto;
  }
}

.matter-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.matter-video__inner {
  position: relative;
  border: 1px solid #000;
}

.matter-video__play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  min-width: 40px;
  height: auto;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.matter-video__play:hover {
  opacity: 0.7;
}

.matter-video__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.matter-video__modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(55, 69, 94, 0.95);
  z-index: 1001;
  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;
}

.matter-video__modal__content {
  position: relative;
  width: 80%;
  padding-top: calc(720 / 1280 * 80%);
  max-width: 1280px;
}

.matter-video__modal__video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.matter-video__modal__close {
  position: absolute;
  top: 0;
  right: -40px;
  width: 30px;
  height: 30px;
  background-image: url(../image/close-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.matter-video__modal__close:hover {
  opacity: 0.7;
}

.matter-video + .p {
  margin-top: 20px;
}

@media (orientation: portrait) {
  .matter-video__modal__close {
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
  }
}

@media (orientation: landscape) and (min-width: 1200px) {
  .matter-video__modal__close {
    top: 0;
    right: -50px;
    width: 40px;
    height: 40px;
  }
  .matter-video + .p {
    margin-top: 30px;
  }
}

@media (orientation: portrait) and (min-width: 1200px) {
  .matter-video__modal__close {
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
  }
  .matter-video + .p {
    margin-top: 30px;
  }
}

.coupon-hint {
  display: block;
  color: #fff;
  background: #00acc8;
  text-align: center;
  padding: 20px 17px 20px 15px;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.coupon-hint:hover {
  opacity: 0.7;
}

.coupon {
  padding-bottom: 20px;
  max-width: 600px;
  margin: 0 auto;
}

.coupon__p {
  text-align: center;
  margin: 20px 17px 0 15px;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 2px;
}

.coupon__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20px;
}


@media (min-width: 768px) {
  .coupon {
    padding-bottom: 30px;
  }
  .coupon__p {
    margin: 30px 17px 0 15px;
    font-size: 20px;
    line-height: 200%;
  }
  .coupon__image {
    margin-top: 30px;
  }
}

.eyes-news{
  background-color:gray;
}
.sp-only{
  display: none;
}
.main .flex-box{
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .flex-column-box{
  flex-direction: column;
}
.flex-box img{
  width: 30%;
  margin: 20px 10px;
}
.main .flex-column-box img{
  width: 60%;
}
.main .led-box{
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .led-box .listpic{
  width: 75%;
}

@media (max-width: 768px) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
  .main .flex-box{
    flex-direction: column;
  }
  .main .led-box{
    padding: 5rem 0;
  }
  .main .led-box img,
  .flex-box img{
    width: 90%;
    margin: 20px auto;
  }
  .main .flex-column-box img{
    width: 80%;
  }
  .list__content{
    text-align: center;
  }
  .list__h3--smaller{
    transform: unset;
    margin-right: 0;
  }
  .list .p{
    text-align: center;
  }
}