/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@charset "UTF-8";
/**
 *------------------------------------------------------------------------------
 * $package       html-building
 *------------------------------------------------------------------------------
 * $authors       huent0312@gmail.com
 * $date          10/2020
 *------------------------------------------------------------------------------
 */
.btn__default, .slideshow .slide__content .btn__top, .section__common .container .btn__middle {
  color: #fff;
  background-color: #2f79bf;
  -webkit-box-shadow: 0 8px 0 0 #1f5689;
  -moz-box-shadow: 0 8px 0 0 #1f5689;
  box-shadow: 0 8px 0 0 #1f5689;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0.05em;
  text-decoration: none;
  height: 70px;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s 0s all ease-in-out; }
  .btn__default:hover, .slideshow .slide__content .btn__top:hover, .section__common .container .btn__middle:hover {
    background-color: #4695d1;
    -ms-transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    border-bottom: none;
    box-shadow: none; }
  @media screen and (max-width: 768px) {
    .btn__default, .slideshow .slide__content .btn__top, .section__common .container .btn__middle {
      height: 45px;
      width: 260px;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.025em;
      -webkit-box-shadow: 0 6px 0 0 #1f5689;
      -moz-box-shadow: 0 6px 0 0 #1f5689;
      box-shadow: 0 6px 0 0 #1f5689; } }

.text__link {
  color: #0779BE;
  text-decoration: underline;
  transition: 0.3s 0s opacity ease-in-out; }
  .text__link:hover {
    color: #1A90D8; }

@-webkit-keyframes scrollBar {
  0% {
    top: -100%; }
  80% {
    top: 100%; }
  100% {
    top: 100%; } }

@keyframes scrollBar {
  0% {
    top: -100%; }
  80% {
    top: 100%; }
  100% {
    top: 100%; } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.btn-under-line, .main__menu ul li a {
  color: #fff;
  text-align: center;
  position: relative; }
  .btn-under-line:after, .main__menu ul li a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .btn-under-line:hover:after, .main__menu ul li a:hover:after {
    transform: scaleX(1);
    transform-origin: left top; }

.pc-visible {
  display: block; }

.sp-visible {
  display: none; }

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

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  text-decoration: none; }

div {
  box-sizing: border-box; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.02px;
  line-height: 1.6;
  min-width: 1160px; }
  @media screen and (max-width: 768px) {
    body {
      min-width: unset; } }
  body.hidden--scroll {
    overflow: hidden; }

.loading {
  z-index: 99999;
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  .loading header {
    display: none; }
  .loading:before {
    display: block;
    z-index: 9950;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: ""; }
  .loading:after {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-animation: spin 1.6s infinite linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9990;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: auto;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZD0iTTE4LjU4MSAyLjU4MUEyLjU4MSAyLjU4MSAwIDExMTYgMGEyLjU4MSAyLjU4MSAwIDAxMi41ODEgMi41ODF6TTE2IDI2LjgzOWEyLjU4IDIuNTggMCAxMDIuNTgxIDIuNThBMi41ODEgMi41ODEgMCAwMDE2IDI2LjgzOXpNMzIgMTZhMi41OCAyLjU4IDAgMTAtMi41ODEgMi41ODFBMi41ODEgMi41ODEgMCAwMDMyIDE2ek01LjE2MSAxNmEyLjU4MSAyLjU4MSAwIDEwLTIuNTggMi41ODFBMi41ODEgMi41ODEgMCAwMDUuMTYxIDE2em0xLjM1LTEyLjA3YTIuNTgxIDIuNTgxIDAgMTAyLjU4MSAyLjU4MUEyLjU4MiAyLjU4MiAwIDAwNi41MTEgMy45M3ptMTguOTc4IDE4Ljk3OGEyLjU4MSAyLjU4MSAwIDEwMi41ODEgMi41ODEgMi41ODIgMi41ODIgMCAwMC0yLjU4MS0yLjU4MXptLTE4Ljk3OCAwYTIuNTgxIDIuNTgxIDAgMTAyLjU4MSAyLjU4MSAyLjU4MiAyLjU4MiAwIDAwLTIuNTgxLTIuNTgxeiIgZmlsbD0iIzBlMzg2NSIvPjwvc3ZnPg==);
    background-position: center center;
    background-repeat: no-repeat;
    animation: spin 1.6s infinite linear;
    content: ""; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  margin: 0 0 20px; }

p {
  font-size: 1.4rem;
  color: #222222; }

strong {
  font-weight: bold; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

header {
  position: fixed;
  top: 0;
  z-index: 9990;
  width: 100%; }
  @media screen and (max-width: 768px) {
    header {
      display: none; } }
  header .container {
    width: 1110px;
    margin: auto; }
    @media screen and (max-width: 1160px) {
      header .container {
        width: 100%; } }
    header .container .header__inner {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        header .container .header__inner {
          display: unset; } }
      @media screen and (max-width: 768px) {
        header .container .header__inner .header__inner--left {
          display: flex;
          justify-content: space-between;
          width: 100%; } }
      header .container .header__inner .header__inner--left a {
        transition: 0.3s 0s all ease-in-out; }
        @media screen and (max-width: 768px) {
          header .container .header__inner .header__inner--left a img {
            width: 112px;
            height: 63px; } }
  header.header--scroll {
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9); }
    @media screen and (max-width: 768px) {
      header.header--scroll .container .header__inner .header__inner--left {
        justify-content: flex-end; } }
    header.header--scroll .container .header__inner .header__inner--left a {
      display: none; }

.menu__sp--content {
  position: fixed;
  z-index: 9000;
  width: 100%;
  height: 70px;
  text-align: center;
  display: none;
  transition: 0.5s 0s all ease-in-out; }
  @media screen and (max-width: 768px) {
    .menu__sp--content {
      display: block; } }
  .menu__sp--content .logo {
    position: absolute;
    left: 0; }
    .menu__sp--content .logo img {
      width: 112px;
      height: 63px; }
  .menu__sp--content .menu__sp {
    height: 50px;
    width: 100%; }
    .menu__sp--content .menu__sp .icon__menu {
      height: 50px;
      width: 50px;
      float: right;
      position: relative; }
      .menu__sp--content .menu__sp .icon__menu span {
        -webkit-transform-origin: center center;
        -webkit-transition: all .2s;
        position: absolute;
        left: calc(50% - 27px/2);
        width: 27px;
        height: 2px;
        transform-origin: center center;
        background-color: #fff;
        transition: all .2s; }
        .menu__sp--content .menu__sp .icon__menu span:nth-of-type(1) {
          top: 16px; }
        .menu__sp--content .menu__sp .icon__menu span:nth-of-type(2) {
          top: 24px; }
        .menu__sp--content .menu__sp .icon__menu span:nth-of-type(3) {
          top: 32px; }
      .menu__sp--content .menu__sp .icon__menu.active span:nth-of-type(1) {
        transform: translateY(7px) rotate(135deg); }
      .menu__sp--content .menu__sp .icon__menu.active span:nth-of-type(2) {
        opacity: 0; }
      .menu__sp--content .menu__sp .icon__menu.active span:nth-of-type(3) {
        transform: translateY(-8px) rotate(45deg);
        top: 31px; }
  .menu__sp--content.menu__sp--scroll {
    height: 50px;
    animation: fadeInDown 0.8s; }
    .menu__sp--content.menu__sp--scroll .logo {
      display: none; }
    .menu__sp--content.menu__sp--scroll .menu__sp .icon__menu span {
      background-color: #222222; }
  .menu__sp--content.active {
    background-color: #fff;
    height: 105vh; }
    .menu__sp--content.active .logo {
      display: none; }
    .menu__sp--content.active .menu__sp .icon__menu span {
      background-color: #222222; }
  .menu__sp--content .icon__close__menu {
    height: 50px;
    width: 100%;
    text-align: right; }
    .menu__sp--content .icon__close__menu img {
      height: 20px;
      width: 20px;
      margin-top: 18px;
      margin-right: 15px; }
  .menu__sp--content nav {
    user-select: none;
    visibility: hidden;
    height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly; }
    .menu__sp--content nav ul {
      display: block;
      margin-top: -95px; }
      .menu__sp--content nav ul li {
        display: flex;
        margin-left: 0;
        opacity: 1;
        transition: 0.2s 0s all ease-in-out; }
        .menu__sp--content nav ul li a {
          font-family: Poppins;
          color: #222222;
          font-size: 21px;
          line-height: 79px;
          letter-spacing: 0.025em;
          margin: auto;
          font-weight: 700; }
  .menu__sp--content.active nav {
    visibility: visible; }
    .menu__sp--content.active nav ul li:nth-of-type(1) {
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
      transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
      transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
      transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s, -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s; }
    .menu__sp--content.active nav ul li:nth-of-type(2) {
      -webkit-transform: translateY(26px);
      transform: translateY(26px);
      -webkit-transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
      transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
      transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
      transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s, -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s; }
    .menu__sp--content.active nav ul li:nth-of-type(3) {
      -webkit-transform: translateY(32px);
      transform: translateY(32px);
      -webkit-transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
      transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
      transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
      transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s, -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s; }
    .menu__sp--content.active nav ul li:nth-of-type(4) {
      webkit-transform: translateY(38px);
      transform: translateY(38px);
      -webkit-transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
      transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
      transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
      transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s, -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s; }
  .menu__sp--content .btn__close--menu {
    font-family: Poppins;
    font-size: 14px;
    letter-spacing: 0.025em;
    height: 37px;
    width: 155px;
    border-radius: 50px;
    border: 1px solid #222222;
    font-weight: 400;
    background-color: #fff;
    outline: none;
    margin-bottom: 60px; }

.main__menu {
  padding-right: 15px; }
  @media screen and (max-width: 768px) {
    .main__menu.menu--top {
      display: none; } }
  .main__menu ul {
    padding: 2px 0 0; }
    .main__menu ul li {
      display: inline-block; }
      .main__menu ul li:nth-of-type(1) {
        margin-right: 48px; }
      .main__menu ul li:nth-of-type(2) {
        margin-right: 47px; }
      .main__menu ul li:nth-of-type(3) {
        margin-right: 46px; }
      .main__menu ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: 0.05em;
        font-family: Poppins;
        padding-bottom: 3px;
        cursor: pointer;
        transition: 0.3s 0s all ease-in-out; }
      .main__menu ul li.active a:after {
        transform: scaleX(1);
        transform-origin: left top; }

.header--scroll {
  animation: fadeInDown 0.8s; }
  .header--scroll .main__menu ul li a {
    line-height: 50px;
    color: #222222; }
    .header--scroll .main__menu ul li a:after {
      background-color: #222222; }
    .header--scroll .main__menu ul li a:hover:after {
      transform: scaleX(1);
      transform-origin: left top; }

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F3F5F7;
  height: 390px;
  position: relative; }
  @media screen and (max-width: 768px) {
    footer {
      height: auto;
      padding-top: 39px; } }
  footer #top {
    height: 50px;
    width: 50px;
    background-color: #0779BE;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
    z-index: 8900;
    cursor: pointer;
    opacity: 0;
    transition: all 0.4s ease-in-out; }
    @media screen and (max-width: 768px) {
      footer #top {
        right: 20px;
        height: 40px;
        width: 40px; } }
    footer #top.active {
      position: fixed;
      bottom: 20px;
      top: auto;
      opacity: 1; }
    footer #top img {
      height: 10px; }
  footer .icon {
    margin-top: 66px; }
    @media screen and (max-width: 768px) {
      footer .icon {
        margin-top: 0; } }
    footer .icon a {
      height: 46px;
      width: 46px;
      margin: 0 25px; }
      footer .icon a:hover {
        opacity: 0.8; }
      @media screen and (max-width: 768px) {
        footer .icon a {
          margin: 0 15px;
          height: 39px;
          width: 39px; } }
    footer .icon img {
      height: 46px;
      width: 46px; }
      @media screen and (max-width: 768px) {
        footer .icon img {
          height: 39px;
          width: 39px; } }
  footer .menu--bottom {
    margin-top: 30px;
    padding-left: 15px; }
    @media screen and (max-width: 768px) {
      footer .menu--bottom ul {
        display: flex; } }
    footer .menu--bottom ul li {
      margin: 0; }
      footer .menu--bottom ul li:nth-of-type(1) {
        margin-right: 50px; }
        @media screen and (max-width: 768px) {
          footer .menu--bottom ul li:nth-of-type(1) {
            margin-right: 25px; } }
      footer .menu--bottom ul li:nth-of-type(2) {
        margin-right: 45px; }
        @media screen and (max-width: 768px) {
          footer .menu--bottom ul li:nth-of-type(2) {
            margin-right: 25px; } }
      footer .menu--bottom ul li:nth-of-type(3) {
        margin-right: 45px; }
        @media screen and (max-width: 768px) {
          footer .menu--bottom ul li:nth-of-type(3) {
            margin-right: 25px; } }
      footer .menu--bottom ul li:last-child {
        margin-right: 0; }
      footer .menu--bottom ul li a {
        color: #222222; }
        footer .menu--bottom ul li a:after {
          background-color: #222222; }
        footer .menu--bottom ul li a:hover:after {
          background-color: #222222; }
        @media screen and (max-width: 768px) {
          footer .menu--bottom ul li a {
            font-size: 12px;
            line-height: 30px;
            letter-spacing: 0.025em; } }
  footer .link__redirection {
    margin: 50px 0 60px 0;
    margin-left: -10px; }
    @media screen and (max-width: 768px) {
      footer .link__redirection {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    footer .link__redirection a {
      font-size: 14px;
      font-weight: 400;
      line-height: 36px;
      color: #222222;
      border-right: 1px solid #D5D5D5;
      position: relative;
      letter-spacing: 0; }
      footer .link__redirection a:nth-of-type(1) {
        padding-right: 55px; }
        @media screen and (max-width: 768px) {
          footer .link__redirection a:nth-of-type(1) {
            padding-right: 0; } }
      footer .link__redirection a:nth-of-type(2) {
        padding-left: 30px; }
        @media screen and (max-width: 768px) {
          footer .link__redirection a:nth-of-type(2) {
            padding-left: 0; } }
      footer .link__redirection a:last-child {
        border: none; }
      footer .link__redirection a:after {
        content: "";
        position: absolute;
        height: 12px;
        width: 12px;
        background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/external/icon-newwindow.png) no-repeat center;
        right: 35px;
        top: calc(50% - 12px / 2);
        background-size: 14px; }
        @media screen and (max-width: 768px) {
          footer .link__redirection a:after {
            right: -20px; } }
      footer .link__redirection a:hover {
        color: #606060; }
        footer .link__redirection a:hover:after {
          background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/external/icon-newwindow-hover.png) no-repeat center;
          background-size: 14px; }
      footer .link__redirection a:nth-of-type(2):after {
        right: -25px; }
        @media screen and (max-width: 768px) {
          footer .link__redirection a:nth-of-type(2):after {
            right: -20px; } }
      @media screen and (max-width: 768px) {
        footer .link__redirection a {
          font-size: 12px;
          line-height: 18px;
          border: 0;
          padding: 0; }
          footer .link__redirection a:first-child {
            margin-bottom: 20px; } }
  footer .copyright, footer .copyright_telework {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 33px; }
    @media screen and (max-width: 768px) {
      footer .copyright, footer .copyright_telework {
        font-size: 11px;
        line-height: 16.5px;
        letter-spacing: 0.015em;
        padding-bottom: 10px; } }
  footer .copyright_telework {
    padding-bottom: 15px;
    margin-top: 3px; }
    @media screen and (max-width: 768px) {
      footer .copyright_telework {
        margin-top: 3px;
        padding-bottom: 17px; } }
  footer .telework_footer {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 10px; }
    @media screen and (max-width: 768px) {
      footer .telework_footer {
        padding-bottom: 0;
        padding-top: 40px; } }
    footer .telework_footer .row {
      width: 750px; }
      @media screen and (max-width: 768px) {
        footer .telework_footer .row {
          width: calc(100% - 40px); } }
      footer .telework_footer .row a {
        font-size: 14px;
        font-weight: 400;
        color: #222222;
        border-right: 1px solid #D5D5D5;
        position: relative;
        letter-spacing: 0;
        padding-right: 57px;
        padding-left: 28px; }
        @media screen and (max-width: 768px) {
          footer .telework_footer .row a {
            font-size: 12px;
            line-height: 18px;
            padding-right: 35px;
            padding-left: 25px; } }
        footer .telework_footer .row a:after {
          content: "";
          position: absolute;
          height: 12px;
          width: 12px;
          background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/external/icon-newwindow.png) no-repeat center;
          right: 35px;
          top: calc(50% - 12px / 2);
          background-size: 14px; }
          @media screen and (max-width: 768px) {
            footer .telework_footer .row a:after {
              right: 15px; } }
        footer .telework_footer .row a:hover {
          color: #606060; }
          footer .telework_footer .row a:hover:after {
            background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/external/icon-newwindow-hover.png) no-repeat center;
            background-size: 14px; }
        footer .telework_footer .row a:first-child {
          padding-left: 0; }
        @media screen and (max-width: 480px) {
          footer .telework_footer .row a:nth-of-type(2) {
            border: none;
            padding-right: 20px; }
            footer .telework_footer .row a:nth-of-type(2):after {
              right: 0; } }
        footer .telework_footer .row a:last-child {
          border: none;
          padding-right: 0; }
          footer .telework_footer .row a:last-child:after {
            right: -25px; }
          @media screen and (max-width: 480px) {
            footer .telework_footer .row a:last-child {
              width: 100%;
              padding-left: 0;
              margin-top: 15px; }
              footer .telework_footer .row a:last-child:after {
                right: calc(50% - 45px); } }
      footer .telework_footer .row:first-child {
        text-align: center;
        margin-bottom: 28px;
        padding-right: 25px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center; }
        @media screen and (max-width: 768px) {
          footer .telework_footer .row:first-child {
            margin-bottom: 28px;
            padding-right: 0; } }
      footer .telework_footer .row:nth-of-type(2) {
        height: 68px;
        border: 1px solid #CBCBCB; }
        @media screen and (max-width: 768px) {
          footer .telework_footer .row:nth-of-type(2) {
            height: auto;
            margin-bottom: 5px; } }
      footer .telework_footer .row .author_content {
        width: 748px;
        height: 66px;
        border: 3px solid #EDEDED;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 15px; }
        @media screen and (max-width: 768px) {
          footer .telework_footer .row .author_content {
            width: 100%;
            height: auto;
            padding: 10px 15px; } }
        footer .telework_footer .row .author_content p {
          font-weight: 400;
          font-size: 12px;
          letter-spacing: 0.03em; }
          @media screen and (max-width: 768px) {
            footer .telework_footer .row .author_content p {
              font-size: 11px;
              letter-spacing: 0.015em; }
              footer .telework_footer .row .author_content p:first-child {
                margin-bottom: 5px; } }
          footer .telework_footer .row .author_content p.bold {
            font-weight: 700; }
  footer.philipsmonitors_telework {
    height: auto; }
    footer.philipsmonitors_telework .link__redirection {
      margin-top: 15px;
      margin-bottom: 44px; }
      @media screen and (max-width: 768px) {
        footer.philipsmonitors_telework .link__redirection {
          margin-top: 40px; } }
      footer.philipsmonitors_telework .link__redirection a {
        padding-right: 10px; }
        footer.philipsmonitors_telework .link__redirection a:after {
          right: -10px; }
        @media screen and (max-width: 768px) {
          footer.philipsmonitors_telework .link__redirection a {
            margin-bottom: 0; } }
      footer.philipsmonitors_telework .link__redirection.-telework {
        margin-bottom: 0;
        margin-top: 37px; }
        @media screen and (max-width: 768px) {
          footer.philipsmonitors_telework .link__redirection.-telework {
            margin-top: 0; } }
        @media screen and (max-width: 400px) {
          footer.philipsmonitors_telework .link__redirection.-telework {
            margin-top: 15px; } }
        footer.philipsmonitors_telework .link__redirection.-telework a {
          padding-right: 3px; }
          @media screen and (max-width: 768px) {
            footer.philipsmonitors_telework .link__redirection.-telework a {
              margin-bottom: 0; } }
          footer.philipsmonitors_telework .link__redirection.-telework a:after {
            height: 10px;
            width: 10px;
            background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/external/icon-newwindow-2.png) no-repeat center;
            background-size: 14px;
            top: calc(50% - 4px);
            right: -12px; }
          footer.philipsmonitors_telework .link__redirection.-telework a:hover:after {
            background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/external/icon-newwindow-2-hover.png) no-repeat center;
            background-size: 14px; }
    footer.philipsmonitors_telework .icon {
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        footer.philipsmonitors_telework .icon {
          margin-top: 8px; } }
    footer.philipsmonitors_telework .menu--bottom {
      margin-top: 0; }
      @media screen and (max-width: 768px) {
        footer.philipsmonitors_telework .menu--bottom {
          margin-top: 20px; } }
    footer.philipsmonitors_telework .menu__telework {
      display: flex;
      flex-direction: row;
      margin-bottom: 60px;
      margin-top: -3px; }
      @media screen and (max-width: 768px) {
        footer.philipsmonitors_telework .menu__telework {
          width: calc(100% - 40px);
          margin-bottom: 30px; } }
      footer.philipsmonitors_telework .menu__telework li {
        width: 249px;
        height: 60px;
        background-color: #B5B6B6;
        display: flex;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          footer.philipsmonitors_telework .menu__telework li {
            width: 33.33%;
            height: 40px; } }
        footer.philipsmonitors_telework .menu__telework li.on {
          background-color: #1E70BD; }
        footer.philipsmonitors_telework .menu__telework li a {
          cursor: pointer;
          position: relative;
          display: inline-block;
          transition: .3s;
          height: 48px; }
          @media screen and (max-width: 768px) {
            footer.philipsmonitors_telework .menu__telework li a {
              height: 31px; } }
          footer.philipsmonitors_telework .menu__telework li a:after {
            position: absolute;
            bottom: 0;
            left: 50%;
            content: '';
            width: 0;
            height: 2px;
            background-color: #ffffff;
            transition: .35s;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
            @media screen and (max-width: 768px) {
              footer.philipsmonitors_telework .menu__telework li a:after {
                height: 1px; } }
          footer.philipsmonitors_telework .menu__telework li a:hover:after {
            width: 100%; }
          footer.philipsmonitors_telework .menu__telework li a img {
            padding-top: 17px; }
            @media screen and (max-width: 768px) {
              footer.philipsmonitors_telework .menu__telework li a img {
                padding-top: 14px; } }
            footer.philipsmonitors_telework .menu__telework li a img.menu-01 {
              width: 106px;
              height: 30px; }
              @media screen and (max-width: 768px) {
                footer.philipsmonitors_telework .menu__telework li a img.menu-01 {
                  width: 53px;
                  height: 15px; } }
            footer.philipsmonitors_telework .menu__telework li a img.menu-02 {
              width: 86px;
              height: 30px; }
              @media screen and (max-width: 768px) {
                footer.philipsmonitors_telework .menu__telework li a img.menu-02 {
                  width: 43px;
                  height: 15px; } }
            footer.philipsmonitors_telework .menu__telework li a img.menu-03 {
              width: 137px;
              height: 30px; }
              @media screen and (max-width: 768px) {
                footer.philipsmonitors_telework .menu__telework li a img.menu-03 {
                  width: 50px;
                  height: 15px; } }

.slideshow {
  background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/bg_video.jpg) no-repeat center bottom;
  background-size: cover;
  height: 720px;
  width: 100%;
  position: relative; }
  .slideshow.philipsmonitors_telework {
    background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/kv_telework.jpg) no-repeat center bottom;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .slideshow.philipsmonitors_telework {
        height: 575px;
        background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/kv_telework_sp.jpg) no-repeat center -160px;
        background-size: cover; } }
    @media screen and (max-width: 700px) {
      .slideshow.philipsmonitors_telework {
        background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/kv_telework_sp.jpg) no-repeat center -120px;
        background-size: cover; } }
    @media screen and (max-width: 600px) {
      .slideshow.philipsmonitors_telework {
        background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/kv_telework_sp.jpg) no-repeat center -100px;
        background-size: cover; } }
    @media screen and (max-width: 550px) {
      .slideshow.philipsmonitors_telework {
        background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/kv_telework_sp.jpg) no-repeat center -60px;
        background-size: cover; } }
    @media screen and (max-width: 450px) {
      .slideshow.philipsmonitors_telework {
        background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/kv_telework_sp.jpg) no-repeat center top;
        background-size: cover; } }
  @media screen and (max-width: 768px) {
    .slideshow {
      height: 575px;
      background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/bg_kv_sp.jpg) no-repeat center bottom;
      background-size: cover;
      background-position: top; }
      .slideshow .movie {
        display: none; } }
  .slideshow video::slotted::-webkit-media-controls-container {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    -webkit-appearance: none !important; }
  .slideshow *::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none; }
  .slideshow *::--webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none; }
  .slideshow video {
    transition: opacity 0.4s ease-in-out; }
  .slideshow *::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none; }
  .slideshow .slide__content {
    width: 100%;
    height: calc(100% + 25px);
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
    z-index: 2;
    justify-content: center;
    top: 348px;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 768px) {
      .slideshow .slide__content {
        width: 100%;
        top: 296px; } }
    .slideshow .slide__content h1 {
      font-size: 50px;
      line-height: 74px;
      letter-spacing: 0.05em;
      margin-bottom: 7px; }
      @media screen and (max-width: 768px) {
        .slideshow .slide__content h1 {
          font-size: 30px;
          line-height: 44px;
          letter-spacing: 0.025em;
          margin-bottom: 2px;
          text-shadow: 1px 1px 1px #eee;
          color: #309bff; } }
    .slideshow .slide__content h2 {
      font-size: 20px;
      font-weight: 400;
      line-height: 36px;
      letter-spacing: 0.05em; }
      .slideshow .slide__content h2 .br__sp {
        display: none; }
        @media screen and (max-width: 768px) {
          .slideshow .slide__content h2 .br__sp {
            display: block; } }
      @media screen and (max-width: 768px) {
        .slideshow .slide__content h2 {
          font-size: 16px;
          line-height: 22px;
          letter-spacing: 0.025em;
          margin-bottom: 12px;
          text-shadow: 1px 1px 1px #eee;
          color: #309bff; } }
    .slideshow .slide__content #show--video {
      cursor: pointer;
      height: 120px;
      width: 84px; }
      .slideshow .slide__content #show--video:hover {
        opacity: 0.9; }
      @media screen and (max-width: 768px) {
        .slideshow .slide__content #show--video {
          width: 58px;
          height: 83px; }
          .slideshow .slide__content #show--video img {
            width: 58px;
            height: 83px;
            padding: 8px;
            background: #aaa;
            border-radius: 15px; } }
    .slideshow .slide__content .btn__top {
      margin-top: 33px; }
      @media screen and (max-width: 768px) {
        .slideshow .slide__content .btn__top {
          margin-top: 12px; } }
  .slideshow .movie {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; }
    .slideshow .movie:before {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      background-color: #000000;
      opacity: 0.12; }
    .slideshow .movie video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }
    .slideshow .movie .ytp-show-cards-title {
      display: none; }
  .slideshow .text__scroll {
    position: absolute;
    z-index: 4;
    bottom: -5px;
    left: 50%;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .slideshow .text__scroll {
        bottom: 0; } }
    .slideshow .text__scroll p {
      font-family: Poppins;
      font-size: 12px;
      line-height: 60px;
      letter-spacing: 0.05em;
      color: #fff;
      position: relative;
      margin-bottom: 15px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg); }
      @media screen and (max-width: 768px) {
        .slideshow .text__scroll p {
          font-size: 11px;
          line-height: 30px;
          letter-spacing: 0.025em;
          margin-bottom: 22px; }
          .slideshow .text__scroll p:after {
            width: 34px; } }
    .slideshow .text__scroll .scroll--bar {
      width: 1px;
      height: 38px;
      background: rgba(255, 255, 255, 0.4);
      top: 50%;
      transform: translate(0%, -50%);
      margin-top: 13px;
      position: absolute;
      overflow: hidden;
      transition: 1s ease all; }
      @media screen and (max-width: 768px) {
        .slideshow .text__scroll .scroll--bar {
          margin-top: 15px;
          height: 34px; } }
      .slideshow .text__scroll .scroll--bar:before {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        content: "";
        border-left: 1px solid #fff;
        height: 100%;
        z-index: 1;
        -webkit-animation: scrollBar 1.5s infinite linear;
        animation: scrollBar 1.5s infinite linear; }
      .slideshow .text__scroll .scroll--bar:after {
        clear: both; }
  .slideshow .cover__radius {
    position: absolute;
    z-index: 3;
    bottom: -1px;
    right: 0; }
    @media screen and (max-width: 768px) {
      .slideshow .cover__radius {
        height: 77px;
        width: 107px; } }
  @media screen and (max-width: 768px) {
    .slideshow.philipsmonitors_telework .slide__content {
      top: 320px; } }

.kv__video--popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden auto;
  display: none;
  text-align: center; }
  .kv__video--popup video {
    display: none; }
  .kv__video--popup video::-webkit-media-controls {
    display: none !important; }
  .kv__video--popup.show--media {
    display: block; }
  .kv__video--popup .mfp-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    margin: 0 auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .kv__video--popup .mfp-wrapper {
        width: calc(100% - 40px); } }
  .kv__video--popup .content {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    @media screen and (max-width: 768px) {
      .kv__video--popup .content {
        width: calc(100% - 40px); } }
    .kv__video--popup .content .btn__close--popup {
      position: absolute;
      top: -35px;
      right: 0;
      overflow: visible;
      cursor: pointer;
      background: transparent;
      color: #fff;
      height: 30px;
      font-size: 28px;
      outline: none;
      border: 0;
      opacity: 0.7; }
      .kv__video--popup .content .btn__close--popup:hover {
        opacity: 1; }
    .kv__video--popup .content .youtube-iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
    .kv__video--popup .content iframe {
      height: 100%;
      width: 100%; }

#campaign-section {
  position: relative;
  background-color: #fff;
  z-index: 4; }

@media screen and (max-width: 768px) {
  .campaign__title {
    padding: 0 20px; } }

.campaign__title .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  .campaign__title .container .icon_campaign {
    height: 56px;
    width: 60px;
    margin-top: 105px; }
    @media screen and (max-width: 768px) {
      .campaign__title .container .icon_campaign {
        width: 48px;
        height: 45px;
        margin-top: 60px; } }
  .campaign__title .container p.text__campaign {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 15px;
    font-family: Poppins;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .campaign__title .container p.text__campaign {
        font-size: 13px;
        line-height: 48px;
        letter-spacing: 0.025em;
        margin-top: -5px; } }
  .campaign__title .container h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.05em;
    margin-top: 20px;
    margin-bottom: 0;
    transition: 0.3s 0s all ease-in-out; }
    @media screen and (max-width: 768px) {
      .campaign__title .container h2 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.025em;
        margin-top: 0; } }
  .campaign__title .container h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.05em;
    margin-top: -7px;
    margin-bottom: 0;
    transition: 0.3s 0s all ease-in-out; }
    .campaign__title .container h1 br {
      display: none; }
    @media screen and (max-width: 768px) {
      .campaign__title .container h1 {
        font-size: 25px;
        line-height: 38px;
        letter-spacing: 0.025em;
        margin-top: 10px; } }
    @media screen and (max-width: 768px) {
      .campaign__title .container h1 br {
        display: block; } }
  .campaign__title .container h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 36px;
    letter-spacing: 0.05em;
    transition: 0.3s 0s all ease-in-out; }
    .campaign__title .container h3 br {
      display: none; }
    @media screen and (max-width: 768px) {
      .campaign__title .container h3 {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 0.025em;
        margin-top: 10px;
        margin-bottom: 10px; }
        .campaign__title .container h3 br {
          display: block; } }
  .campaign__title .container .datetime {
    display: flex;
    background-color: #F3F5F7;
    height: 80px;
    font-weight: 700;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 22px;
    transition: 0.3s 0s all ease-in-out; }
    @media screen and (max-width: 768px) {
      .campaign__title .container .datetime {
        flex-direction: column;
        height: auto;
        width: 100%;
        margin-top: 0; } }
    .campaign__title .container .datetime .title {
      width: 143px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: 700;
      line-height: 60px;
      letter-spacing: 0.05em; }
      .campaign__title .container .datetime .title img {
        display: none;
        margin-right: 10px;
        height: 16px;
        width: 16px; }
      .campaign__title .container .datetime .title p {
        font-size: 20px; }
        @media screen and (max-width: 768px) {
          .campaign__title .container .datetime .title p {
            font-size: 15px; } }
      @media screen and (max-width: 768px) {
        .campaign__title .container .datetime .title {
          font-size: 15px;
          line-height: 48px;
          letter-spacing: 0.025em;
          height: 33px; }
          .campaign__title .container .datetime .title img {
            display: block; } }
    .campaign__title .container .datetime .content {
      background-color: #fff;
      border: 3px solid #f4f5f7;
      height: 70px;
      padding: 0 25px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .campaign__title .container .datetime .content {
          position: relative; }
          .campaign__title .container .datetime .content:before {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
            background-color: #F3F5F7;
            top: -6px;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg); } }

.campaign__content {
  margin-top: 59px;
  transition: 0.3s 0s all ease-in-out; }
  @media screen and (max-width: 768px) {
    .campaign__content {
      margin-top: 0; } }
  .campaign__content .container-fluid {
    width: 100%;
    padding: 30px 0;
    background-color: #f4f5f7;
    position: relative;
    transition: 0.3s 0s all ease-in-out; }
    @media screen and (max-width: 768px) {
      .campaign__content .container-fluid {
        position: unset; } }
    .campaign__content .container-fluid .text__background {
      position: absolute;
      width: 1210px;
      left: calc(50% - 1210px / 2);
      top: 70px;
      overflow: hidden; }
      @media screen and (max-width: 1280px) {
        .campaign__content .container-fluid .text__background {
          left: 0; } }
      @media screen and (max-width: 768px) {
        .campaign__content .container-fluid .text__background {
          display: none; } }
    .campaign__content .container-fluid .row {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      height: 100%;
      width: 100%;
      transition: 0.3s 0s all ease-in-out; }
      @media screen and (max-width: 768px) {
        .campaign__content .container-fluid .row {
          flex-direction: column;
          position: unset; } }
      .campaign__content .container-fluid .row .image {
        text-align: center;
        position: relative; }
        .campaign__content .container-fluid .row .image:before {
          position: absolute;
          content: "";
          height: 113px;
          width: 113px;
          background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/prize_a.png) no-repeat center;
          left: -50px;
          top: -55px;
          transition: 0.3s 0s all ease-in-out; }
          @media screen and (max-width: 768px) {
            .campaign__content .container-fluid .row .image:before {
              height: 70px;
              width: 70px;
              background-size: contain; } }
        @media screen and (max-width: 768px) {
          .campaign__content .container-fluid .row .image {
            width: 100%;
            height: auto; } }
        .campaign__content .container-fluid .row .image img {
          margin: auto; }
          @media screen and (max-width: 768px) {
            .campaign__content .container-fluid .row .image img {
              width: 100%;
              height: 100%; } }
      @media screen and (max-width: 768px) {
        .campaign__content .container-fluid .row .content {
          display: flex;
          flex-wrap: wrap;
          margin-top: 15px;
          justify-content: center;
          align-items: center; } }
      .campaign__content .container-fluid .row .content h3 {
        font-size: 26px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: 0.05em;
        transition: 0.3s 0s all ease-in-out; }
        @media screen and (max-width: 768px) {
          .campaign__content .container-fluid .row .content h3 {
            font-size: 17px;
            line-height: 29px;
            letter-spacing: 0.025em;
            width: 100%;
            text-align: center;
            margin-bottom: 15px; } }
      .campaign__content .container-fluid .row .content p.detail {
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0.05em;
        margin-bottom: 40px;
        transition: 0.3s 0s all ease-in-out; }
        .campaign__content .container-fluid .row .content p.detail br {
          display: none; }
        @media screen and (max-width: 768px) {
          .campaign__content .container-fluid .row .content p.detail {
            font-size: 14px;
            line-height: 22px;
            letter-spacing: 0.025em;
            padding-right: 20px;
            margin-bottom: 0;
            border-right: 1px solid #D9E0E6; }
            .campaign__content .container-fluid .row .content p.detail br {
              display: block; } }
      .campaign__content .container-fluid .row .content .quantity {
        display: inline-block;
        border-bottom: 3px solid #222222; }
        .campaign__content .container-fluid .row .content .quantity p {
          display: inline-block;
          font-size: 24px;
          font-weight: 700;
          line-height: 42px;
          letter-spacing: 0.05em;
          margin-left: 7px;
          margin-bottom: 3px; }
          @media screen and (max-width: 768px) {
            .campaign__content .container-fluid .row .content .quantity p {
              font-size: 16px;
              line-height: 27.5px;
              letter-spacing: 0.025em;
              margin-left: 3px; } }
        @media screen and (max-width: 768px) {
          .campaign__content .container-fluid .row .content .quantity {
            margin-left: 20px; } }
  .campaign__content .column--revert {
    background-color: #fff; }
    .campaign__content .column--revert .row {
      flex-direction: row-reverse; }
      @media screen and (max-width: 768px) {
        .campaign__content .column--revert .row {
          flex-direction: column; } }
      .campaign__content .column--revert .row .image p {
        padding: 50px 40px;
        border-radius: 20px;
        background-color: #c2c2c2;
        display: inline-block; }
  .campaign__content .lcd__monitor {
    height: 510px;
    transition: 0.3s 0s all ease-in-out; }
    @media screen and (max-width: 768px) {
      .campaign__content .lcd__monitor {
        height: auto;
        padding-top: 85px; } }
    .campaign__content .lcd__monitor .text__background {
      width: 543px; }
    .campaign__content .lcd__monitor .row {
      padding-top: 40px;
      padding-bottom: 10px;
      transition: 0.3s 0s all ease-in-out; }
      @media screen and (max-width: 768px) {
        .campaign__content .lcd__monitor .row {
          padding-top: 0; } }
      .campaign__content .lcd__monitor .row .content {
        width: 534px;
        margin-top: -50px;
        transition: 0.3s 0s all ease-in-out; }
        .campaign__content .lcd__monitor .row .content .quantity {
          padding-left: 5px; }
        @media screen and (max-width: 768px) {
          .campaign__content .lcd__monitor .row .content {
            margin-top: 15px;
            width: 100%; }
            .campaign__content .lcd__monitor .row .content .quantity {
              padding-left: 0; }
              .campaign__content .lcd__monitor .row .content .quantity img {
                width: 20px;
                height: 31px; } }
      .campaign__content .lcd__monitor .row .image {
        width: calc( 950px - 534px); }
        .campaign__content .lcd__monitor .row .image img {
          height: 389px;
          width: 478px; }
        @media screen and (max-width: 768px) {
          .campaign__content .lcd__monitor .row .image {
            width: 239px; }
            .campaign__content .lcd__monitor .row .image:before {
              left: calc(50% - 160px);
              top: -50px; }
            .campaign__content .lcd__monitor .row .image img {
              width: 239px;
              height: 190px; } }
  .campaign__content .electric__toothbrushes {
    height: 578px;
    margin-top: 30px;
    z-index: 5;
    transition: 0.3s 0s all ease-in-out; }
    @media screen and (max-width: 768px) {
      .campaign__content .electric__toothbrushes {
        margin-top: 0;
        height: auto; } }
    .campaign__content .electric__toothbrushes .text__background {
      width: 909px;
      left: calc(50% - 255px);
      top: 80px; }
      .campaign__content .electric__toothbrushes .text__background img {
        width: 909px; }
      @media screen and (max-width: 1323px) {
        .campaign__content .electric__toothbrushes .text__background {
          width: 895px;
          left: unset;
          right: 0; } }
      @media screen and (max-width: 1160px) {
        .campaign__content .electric__toothbrushes .text__background {
          width: 80%; }
          .campaign__content .electric__toothbrushes .text__background img {
            width: 100%; } }
    .campaign__content .electric__toothbrushes .row .content {
      width: 625px;
      padding-left: 7px;
      transition: 0.3s 0s all ease-in-out; }
      .campaign__content .electric__toothbrushes .row .content p.detail br {
        display: block; }
      @media screen and (max-width: 768px) {
        .campaign__content .electric__toothbrushes .row .content {
          width: 100%; } }
      .campaign__content .electric__toothbrushes .row .content .quantity p {
        margin-left: 10px; }
      @media screen and (max-width: 768px) {
        .campaign__content .electric__toothbrushes .row .content .quantity img {
          width: 19px;
          height: 31px; }
        .campaign__content .electric__toothbrushes .row .content .quantity p {
          margin-left: 3px; } }
    .campaign__content .electric__toothbrushes .row .image {
      width: 655px;
      padding-right: 130px; }
      .campaign__content .electric__toothbrushes .row .image img {
        width: 360px;
        height: 568px;
        float: right; }
      .campaign__content .electric__toothbrushes .row .image:before {
        background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/prize_b.png) no-repeat center;
        background-size: contain;
        left: calc(50% - 170px);
        top: 17px; }
      @media screen and (max-width: 768px) {
        .campaign__content .electric__toothbrushes .row .image {
          width: 180px;
          padding-right: 0; }
          .campaign__content .electric__toothbrushes .row .image:before {
            left: calc(50% - 160px);
            top: 0; }
          .campaign__content .electric__toothbrushes .row .image img {
            width: 180px;
            height: 284px; } }
  .campaign__content .over__ear--headphone, .campaign__content .philips__portable__light {
    height: 502px;
    z-index: 4;
    transition: 0.3s 0s all ease-in-out; }
    @media screen and (max-width: 768px) {
      .campaign__content .over__ear--headphone, .campaign__content .philips__portable__light {
        height: auto; } }
  .campaign__content .over__ear--headphone {
    padding-top: 0; }
    .campaign__content .over__ear--headphone .text__background {
      top: 10px;
      width: 701px; }
    .campaign__content .over__ear--headphone .row .content {
      width: 760px;
      padding-left: 168px;
      padding-top: 10px; }
      @media screen and (max-width: 768px) {
        .campaign__content .over__ear--headphone .row .content {
          padding-top: 0; } }
      .campaign__content .over__ear--headphone .row .content h3 br {
        display: none; }
        @media screen and (max-width: 768px) {
          .campaign__content .over__ear--headphone .row .content h3 br {
            display: block; } }
      .campaign__content .over__ear--headphone .row .content p.detail {
        margin-bottom: 43px;
        transition: 0.3s 0s all ease-in-out; }
        @media screen and (max-width: 768px) {
          .campaign__content .over__ear--headphone .row .content p.detail {
            margin-bottom: 0; } }
        .campaign__content .over__ear--headphone .row .content p.detail br {
          display: block; }
        .campaign__content .over__ear--headphone .row .content p.detail .br__sp {
          display: none; }
          @media screen and (max-width: 768px) {
            .campaign__content .over__ear--headphone .row .content p.detail .br__sp {
              display: block; } }
      .campaign__content .over__ear--headphone .row .content .quantity {
        padding-left: 5px; }
        @media screen and (max-width: 768px) {
          .campaign__content .over__ear--headphone .row .content .quantity {
            height: 45px;
            padding-left: 0; }
            .campaign__content .over__ear--headphone .row .content .quantity img {
              width: 19px;
              height: 31px; } }
      @media screen and (max-width: 768px) {
        .campaign__content .over__ear--headphone .row .content {
          width: 100%;
          padding-left: 0; } }
    .campaign__content .over__ear--headphone .row .image {
      width: 522px;
      text-align: unset;
      padding-top: 30px; }
      .campaign__content .over__ear--headphone .row .image:before {
        background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/prize_c.png) no-repeat center;
        background-size: contain;
        left: calc(50% - 225px);
        top: 25px; }
        @media screen and (max-width: 768px) {
          .campaign__content .over__ear--headphone .row .image:before {
            left: calc(50% - 160px);
            top: 20px; } }
      .campaign__content .over__ear--headphone .row .image img {
        width: 387px;
        height: 423px; }
      @media screen and (max-width: 768px) {
        .campaign__content .over__ear--headphone .row .image {
          width: 205px; }
          .campaign__content .over__ear--headphone .row .image img {
            width: 205px;
            height: 225px; } }
  .campaign__content .philips__portable__light .text__background {
    width: 924px;
    left: calc(50% - 275px);
    top: 5px; }
    .campaign__content .philips__portable__light .text__background img {
      width: 924px; }
    @media screen and (max-width: 1323px) {
      .campaign__content .philips__portable__light .text__background {
        width: 915px;
        left: unset;
        right: 0; } }
    @media screen and (max-width: 1160px) {
      .campaign__content .philips__portable__light .text__background {
        width: 80%; }
        .campaign__content .philips__portable__light .text__background img {
          width: 100%; } }
  .campaign__content .philips__portable__light .row {
    height: auto;
    margin-top: 65px;
    transition: 0.3s 0s all ease-in-out; }
    @media screen and (max-width: 768px) {
      .campaign__content .philips__portable__light .row {
        margin-top: 0; } }
    .campaign__content .philips__portable__light .row .content {
      height: 293px;
      width: 631px;
      padding-left: 14px;
      padding-top: 10px; }
      @media screen and (max-width: 768px) {
        .campaign__content .philips__portable__light .row .content {
          height: auto;
          width: 100%; } }
      .campaign__content .philips__portable__light .row .content h3 {
        margin-bottom: 15px; }
      .campaign__content .philips__portable__light .row .content .quantity {
        padding-left: 5px; }
        @media screen and (max-width: 768px) {
          .campaign__content .philips__portable__light .row .content .quantity {
            padding-left: 0; }
            .campaign__content .philips__portable__light .row .content .quantity img {
              width: 40px;
              height: 31px; } }
    .campaign__content .philips__portable__light .row .image {
      width: 649px;
      text-align: unset;
      margin-top: 35px; }
      .campaign__content .philips__portable__light .row .image:before {
        background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/prize_d.png) no-repeat center;
        background-size: contain;
        left: calc(50% - 165px);
        top: -80px; }
      .campaign__content .philips__portable__light .row .image img {
        width: 499px;
        height: 293px;
        float: right; }
      @media screen and (max-width: 768px) {
        .campaign__content .philips__portable__light .row .image {
          width: 275px; }
          .campaign__content .philips__portable__light .row .image:before {
            left: calc(50% - 160px);
            top: -30px; }
          .campaign__content .philips__portable__light .row .image img {
            width: 275px;
            height: 161px; } }
  .campaign__content .original__quo {
    height: 485px;
    transition: 0.3s 0s all ease-in-out; }
    @media screen and (max-width: 768px) {
      .campaign__content .original__quo {
        height: auto;
        padding-top: 120px; } }
    .campaign__content .original__quo .text__background {
      width: 610px;
      left: calc(50% - 610px);
      top: 5px; }
      @media screen and (max-width: 1280px) {
        .campaign__content .original__quo .text__background {
          left: 0; } }
    .campaign__content .original__quo .row .content {
      width: 480px;
      margin-top: -90px;
      padding-left: 10px;
      transition: 0.3s 0s all ease-in-out; }
      @media screen and (max-width: 768px) {
        .campaign__content .original__quo .row .content {
          width: 100%;
          margin-top: 0;
          padding-left: 0; } }
      .campaign__content .original__quo .row .content h3 {
        margin-bottom: 25px; }
      .campaign__content .original__quo .row .content p.detail br {
        display: block; }
      .campaign__content .original__quo .row .content p.detail br.br__sp {
        display: none; }
        @media screen and (max-width: 768px) {
          .campaign__content .original__quo .row .content p.detail br.br__sp {
            display: block; } }
      .campaign__content .original__quo .row .content .quantity {
        padding-bottom: 12px; }
        @media screen and (max-width: 768px) {
          .campaign__content .original__quo .row .content .quantity {
            height: 45px; }
            .campaign__content .original__quo .row .content .quantity img {
              width: 64px;
              height: 31px; } }
    .campaign__content .original__quo .row .image {
      width: 480px;
      text-align: unset;
      padding-left: 100px;
      margin-top: -60px; }
      .campaign__content .original__quo .row .image:before {
        background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/prize_w.png) no-repeat center;
        background-size: contain;
        left: calc(50% - 210px);
        top: -55px; }
        @media screen and (max-width: 768px) {
          .campaign__content .original__quo .row .image:before {
            left: calc(50% - 160px);
            top: -45px; } }
      @media screen and (max-width: 768px) {
        .campaign__content .original__quo .row .image {
          width: 245px;
          padding-left: 0; }
          .campaign__content .original__quo .row .image img {
            width: 245px;
            height: 171px; } }

.detail__program {
  margin-top: 30px;
  margin-bottom: 100px;
  transition: 0.3s 0s all ease-in-out; }
  @media screen and (max-width: 768px) {
    .detail__program {
      padding: 0 20px;
      margin-bottom: 40px; } }
  .detail__program .container {
    width: 780px;
    background-color: #f4f5f7;
    margin: auto;
    text-align: center;
    transition: 0.3s 0s all ease-in-out; }
    @media screen and (max-width: 768px) {
      .detail__program .container {
        width: 100%; } }
    .detail__program .container .title {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .detail__program .container .title:after {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        background-color: #F3F5F7;
        bottom: -8px;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
      @media screen and (max-width: 768px) {
        .detail__program .container .title {
          height: 33px; } }
      .detail__program .container .title p {
        font-weight: 700;
        line-height: 60px;
        letter-spacing: 0.05em;
        font-size: 24px;
        margin-left: 15px; }
        @media screen and (max-width: 768px) {
          .detail__program .container .title p {
            font-size: 15px;
            line-height: 48px;
            letter-spacing: 0.025em;
            margin-left: 10px; } }
      .detail__program .container .title img {
        height: 24px;
        width: 27px; }
        @media screen and (max-width: 768px) {
          .detail__program .container .title img {
            height: 16px;
            width: 16px; } }
      .detail__program .container .title.recruitment__method {
        height: 55px; }
        .detail__program .container .title.recruitment__method img {
          width: 23.5px;
          height: 21.8px; }
        @media screen and (max-width: 768px) {
          .detail__program .container .title.recruitment__method {
            height: 33px; }
            .detail__program .container .title.recruitment__method img {
              width: 16px;
              height: 15px; } }
      .detail__program .container .title.question__list {
        height: 55px; }
        .detail__program .container .title.question__list img {
          width: 25.2px;
          height: 18.7px; }
        @media screen and (max-width: 768px) {
          .detail__program .container .title.question__list {
            height: 33px; }
            .detail__program .container .title.question__list img {
              width: 18px;
              height: 13px; } }
        @media screen and (max-width: 360px) {
          .detail__program .container .title.question__list p {
            font-size: 13px; } }
    .detail__program .container .content {
      background-color: #fff;
      border: 3px solid #f4f5f7;
      height: 70px;
      padding: 0 25px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .detail__program .container .content {
          padding: 0; } }
    .detail__program .container .time__open--detail {
      height: 118px; }
      @media screen and (max-width: 768px) {
        .detail__program .container .time__open--detail {
          height: 50px;
          padding-top: 10px; } }
    .detail__program .container .recruitment__method--detail {
      height: 150px; }
      @media screen and (max-width: 768px) {
        .detail__program .container .recruitment__method--detail {
          height: auto; } }
      .detail__program .container .recruitment__method--detail p {
        font-size: 20px;
        font-weight: 400;
        line-height: 36px; }
        .detail__program .container .recruitment__method--detail p a.text__link {
          font-weight: 700;
          text-decoration: none;
          border-bottom: 1px solid #0779BE;
          display: inline-block;
          line-height: 1.1;
          text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
          transition: 0.3s 0s border-bottom-width ease-in-out; }
          .detail__program .container .recruitment__method--detail p a.text__link:hover {
            border-bottom: 0; }
          @media screen and (max-width: 768px) {
            .detail__program .container .recruitment__method--detail p a.text__link {
              display: initial; } }
        @media screen and (max-width: 768px) {
          .detail__program .container .recruitment__method--detail p {
            font-size: 14px;
            line-height: 26px;
            letter-spacing: -0.02em;
            padding: 20px 17px;
            text-align: left; }
            .detail__program .container .recruitment__method--detail p br {
              display: none; } }
    .detail__program .container .question__list--detail {
      height: 205px;
      flex-direction: column; }
      @media screen and (max-width: 768px) {
        .detail__program .container .question__list--detail {
          height: auto;
          padding-top: 20px;
          padding-bottom: 20px;
          align-items: inherit; } }
      .detail__program .container .question__list--detail .text__link {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 10px;
        text-decoration: none;
        border-bottom: 1px solid #0779BE;
        display: inline-block;
        line-height: 1.2;
        text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white; }
        .detail__program .container .question__list--detail .text__link:hover {
          border-bottom: 1px solid #fff; }
        @media screen and (max-width: 768px) {
          .detail__program .container .question__list--detail .text__link {
            font-size: 14px;
            line-height: 18px;
            width: fit-content;
            margin: 0 auto 15px; } }
        @media screen and (max-width: 320px) {
          .detail__program .container .question__list--detail .text__link {
            font-size: 12px; } }
      .detail__program .container .question__list--detail p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 768px) {
          .detail__program .container .question__list--detail p {
            font-size: 13px;
            line-height: 21px;
            letter-spacing: 0.025em;
            text-align: justify;
            padding: 0 20px;
            text-indent: -15px;
            margin-left: 10px; }
            .detail__program .container .question__list--detail p br {
              display: none; } }
      .detail__program .container .question__list--detail .row__01 {
        line-height: 36px;
        margin-bottom: 5px; }
        @media screen and (max-width: 768px) {
          .detail__program .container .question__list--detail .row__01 {
            line-height: 21px;
            margin-bottom: 10px; } }

@media screen and (max-width: 768px) {
  .date__common {
    width: 100%; } }

.date__common p {
  display: inline-block; }
  .date__common p:first-child {
    margin-left: 15px;
    transition: 0.3s 0s all ease-in-out; }
    @media screen and (max-width: 768px) {
      .date__common p:first-child {
        margin-left: 10px; } }
    @media screen and (max-width: 360px) {
      .date__common p:first-child {
        margin-left: 0; } }
  .date__common p span {
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.05em;
    margin-left: 5px;
    margin-right: 5px;
    transition: 0.3s 0s all ease-in-out; }
    @media screen and (max-width: 768px) {
      .date__common p span {
        font-size: 13px;
        line-height: 43px;
        letter-spacing: 0.025em;
        margin-left: 2px;
        margin-right: 2px; } }
    @media screen and (max-width: 360px) {
      .date__common p span {
        font-size: 11px; } }
  .date__common p .special__char {
    margin-left: -10px; }
  .date__common p .year {
    width: 59px;
    height: 19.6px;
    transition: 0.3s 0s all ease-in-out; }
    @media screen and (max-width: 768px) {
      .date__common p .year {
        width: 42px;
        height: 14px; } }
    @media screen and (max-width: 360px) {
      .date__common p .year {
        width: 40px;
        height: 13px; } }
  .date__common p .month__11 {
    width: 27px;
    height: 27px; }
    @media screen and (max-width: 768px) {
      .date__common p .month__11 {
        width: 20px;
        height: 19px; } }
  .date__common p .date__18 {
    width: 36px;
    height: 28px; }
    @media screen and (max-width: 768px) {
      .date__common p .date__18 {
        width: 25px;
        height: 20px; } }
  .date__common p .month__12, .date__common p .date__31 {
    width: 33px;
    height: 28px;
    transition: 0.3s 0s all ease-in-out; }
    @media screen and (max-width: 768px) {
      .date__common p .month__12, .date__common p .date__31 {
        width: 25px;
        height: 20px; } }
    @media screen and (max-width: 360px) {
      .date__common p .month__12, .date__common p .date__31 {
        width: 23px; } }

.date__common .expand__right {
  margin-left: -5px;
  margin-bottom: 7px;
  margin-right: 15px;
  transition: 0.3s 0s all ease-in-out; }
  @media screen and (max-width: 768px) {
    .date__common .expand__right {
      width: 6px;
      height: 8px;
      margin-left: 0;
      margin-right: 10px; } }
  @media screen and (max-width: 360px) {
    .date__common .expand__right {
      margin-right: 3px; } }

.campaign__title .container .datetime .date__common {
  height: 80px;
  padding: 10px 15px 0; }
  @media screen and (max-width: 768px) {
    .campaign__title .container .datetime .date__common {
      padding: 10px 0 0;
      height: 55px; } }
  .campaign__title .container .datetime .date__common .expand__right {
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .campaign__title .container .datetime .date__common .expand__right {
        margin-bottom: 5px; } }

.btn__close-campaign {
  margin-top: 26px;
  width: 506px;
  height: 94px;
  background-color: #fff;
  display: block;
  border: 3px solid #04639D;
  box-shadow: none;
  border-radius: 8px;
  box-sizing: border-box;
  pointer-events: none; }
  .btn__close-campaign .btn__close-campaign--text {
    display: block;
    margin-left: 12px;
    color: #04639D;
    letter-spacing: 0.05em;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 22px; }
    .btn__close-campaign .btn__close-campaign--text:first-child {
      margin-top: 11px; }
  @media screen and (max-width: 768px) {
    .btn__close-campaign {
      max-width: calc(100vw - 40px);
      width: 100%;
      height: 72px;
      border: 2px solid #04639D;
      border-radius: 4px;
      margin-top: 19px; }
      .btn__close-campaign .btn__close-campaign--text {
        margin-left: 12px;
        line-height: 23px;
        font-size: 15px;
        letter-spacing: 0; } }

.section__common {
  height: 366px;
  color: #fff;
  background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/bg_component.jpg) no-repeat center bottom;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .section__common {
      height: 193px;
      background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/bg_component_sp.jpg) no-repeat center bottom;
      background-size: cover; } }
  .section__common .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 75px;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .section__common .container {
        padding-top: 0;
        justify-content: center; } }
    .section__common .container h3 {
      font-size: 20px;
      font-weight: 400;
      line-height: 36px;
      letter-spacing: 0.05em;
      text-align: center;
      margin-bottom: 35px; }
      @media screen and (max-width: 768px) {
        .section__common .container h3 {
          font-size: 14px;
          line-height: 26px;
          letter-spacing: 0.025em;
          margin-bottom: 15px; } }
    .section__common .container .btn__middle {
      background-color: #fff;
      color: #0b86cd; }
      .section__common .container .btn__middle:hover {
        background-color: #ecf4fa; }

#feature-section {
  padding-top: 105px;
  position: relative;
  background-color: #fff;
  z-index: 5; }
  @media screen and (max-width: 768px) {
    #feature-section {
      padding-top: 65px; } }

.analys__features {
  transition: 0.3s 0s all ease-in-out; }
  @media screen and (max-width: 768px) {
    .analys__features {
      padding: 0 20px; } }
  .analys__features .container {
    width: 1080px;
    margin: auto;
    text-align: center;
    transition: 0.3s 0s all ease-in-out; }
    @media screen and (max-width: 768px) {
      .analys__features .container {
        width: 100%; } }
    .analys__features .container .icon__feature {
      width: 68px;
      height: 56.49px; }
      @media screen and (max-width: 768px) {
        .analys__features .container .icon__feature {
          width: 50px;
          height: 42px; } }
    .analys__features .container p.text__feature {
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.05em;
      font-family: Poppins;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .analys__features .container p.text__feature {
          font-size: 13px;
          line-height: 48px;
          letter-spacing: 0.025em;
          margin-top: -10px; } }
    .analys__features .container h1 {
      font-size: 40px;
      font-weight: 700;
      line-height: 60px;
      letter-spacing: 0.05em;
      margin-top: 18px;
      margin-bottom: 25px;
      transition: 0.3s 0s all ease-in-out; }
      .analys__features .container h1 br {
        display: none; }
      @media screen and (max-width: 768px) {
        .analys__features .container h1 {
          font-size: 25px;
          line-height: 38px;
          letter-spacing: 0.025em;
          margin-bottom: 15px; }
          .analys__features .container h1 br {
            display: block; } }
    .analys__features .container p.text__detail {
      font-size: 18px;
      line-height: 36px;
      letter-spacing: 0.05em;
      transition: 0.3s 0s all ease-in-out; }
      .analys__features .container p.text__detail br.br__sp {
        display: none; }
      @media screen and (max-width: 768px) {
        .analys__features .container p.text__detail {
          font-size: 15px;
          line-height: 26px;
          letter-spacing: 0.025em; }
          .analys__features .container p.text__detail br.br__sp {
            display: block; } }
    .analys__features .container.six__feature {
      text-align: unset;
      margin-top: 110px;
      transition: 0.3s 0s all ease-in-out; }
      @media screen and (max-width: 768px) {
        .analys__features .container.six__feature {
          margin-top: 40px; } }
      .analys__features .container.six__feature .row {
        position: relative;
        height: 400px;
        transition: 0.3s 0s all ease-in-out; }
        @media screen and (max-width: 768px) {
          .analys__features .container.six__feature .row {
            position: unset;
            display: flex;
            flex-direction: column-reverse;
            height: auto; } }
        .analys__features .container.six__feature .row .col {
          width: 450px;
          position: absolute;
          transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
          @media screen and (max-width: 768px) {
            .analys__features .container.six__feature .row .col {
              width: 100%;
              position: unset; } }
        .analys__features .container.six__feature .row .content {
          z-index: 2;
          padding-top: 83px; }
          @media screen and (max-width: 768px) {
            .analys__features .container.six__feature .row .content {
              padding-top: 0;
              margin-top: -20px; } }
          .analys__features .container.six__feature .row .content .inconvenience {
            width: 315px;
            height: 105px;
            background-color: #f9fafc;
            border: 3px solid #E3E8ED;
            display: flex;
            align-items: center;
            justify-content: center;
            border-top: 0;
            position: relative;
            transition: 0.3s 0s all ease-in-out; }
            @media screen and (max-width: 768px) {
              .analys__features .container.six__feature .row .content .inconvenience {
                width: 305px;
                margin-left: 15px;
                height: auto;
                padding: 15px 0;
                border: 2px solid #E3E8ED;
                border-top: 2px solid #E3E8ED; } }
            @media screen and (max-width: 320px) {
              .analys__features .container.six__feature .row .content .inconvenience {
                width: calc(100% - 20px);
                margin-left: 7px; } }
            .analys__features .container.six__feature .row .content .inconvenience:before {
              content: "";
              position: absolute;
              height: 3px;
              width: 18px;
              background-color: #E3E8ED;
              left: 0;
              top: 0;
              transition: 0.3s 0s all ease-in-out; }
              @media screen and (max-width: 768px) {
                .analys__features .container.six__feature .row .content .inconvenience:before {
                  content: none; } }
            .analys__features .container.six__feature .row .content .inconvenience:after {
              content: "";
              position: absolute;
              height: 3px;
              width: 200px;
              background-color: #E3E8ED;
              right: 0;
              top: 0;
              transition: 0.3s 0s all ease-in-out; }
              @media screen and (max-width: 768px) {
                .analys__features .container.six__feature .row .content .inconvenience:after {
                  content: none; } }
            .analys__features .container.six__feature .row .content .inconvenience .icon__top--common {
              position: absolute;
              top: -50px;
              left: 90px;
              transition: 0.3s 0s all ease-in-out; }
              @media screen and (max-width: 768px) {
                .analys__features .container.six__feature .row .content .inconvenience .icon__top--common {
                  display: none; } }
            .analys__features .container.six__feature .row .content .inconvenience .icon__bottom--common {
              position: absolute;
              bottom: -18px;
              left: 85px;
              height: 19px;
              width: 23px;
              background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/bottom_icon_chat.png) no-repeat center;
              background-size: contain; }
              @media screen and (max-width: 768px) {
                .analys__features .container.six__feature .row .content .inconvenience .icon__bottom--common {
                  bottom: -14px;
                  height: 15px;
                  width: 20px;
                  background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/internal/bottom_icon_chat_sp.png) no-repeat center;
                  background-size: contain; } }
            .analys__features .container.six__feature .row .content .inconvenience .feature__number {
              position: absolute;
              top: -15px;
              left: 30px;
              transition: 0.3s 0s all ease-in-out; }
              .analys__features .container.six__feature .row .content .inconvenience .feature__number span {
                color: #8399AF;
                font-weight: 700;
                font-size: 20px;
                line-height: 30px;
                letter-spacing: 0.05em; }
              @media screen and (max-width: 768px) {
                .analys__features .container.six__feature .row .content .inconvenience .feature__number {
                  position: unset;
                  padding: 0 15px 0 0;
                  margin-top: 27px; }
                  .analys__features .container.six__feature .row .content .inconvenience .feature__number span {
                    font-size: 16px;
                    line-height: 26px;
                    letter-spacing: 0.025em;
                    position: relative; }
                    .analys__features .container.six__feature .row .content .inconvenience .feature__number span:after {
                      position: absolute;
                      content: "";
                      height: 27px;
                      width: 25px;
                      background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/external/icon_feature_common.png) no-repeat center;
                      background-size: contain;
                      right: -10px;
                      top: -30px; }
                  .analys__features .container.six__feature .row .content .inconvenience .feature__number img {
                    width: 17px;
                    height: 13px; } }
            .analys__features .container.six__feature .row .content .inconvenience p {
              font-size: 18px;
              font-weight: 700;
              line-height: 32px;
              letter-spacing: 0.05em; }
              @media screen and (max-width: 768px) {
                .analys__features .container.six__feature .row .content .inconvenience p {
                  font-size: 14px;
                  line-height: 23px;
                  letter-spacing: 0.035em; } }
              @media screen and (max-width: 320px) {
                .analys__features .container.six__feature .row .content .inconvenience p {
                  font-size: 11px; } }
          .analys__features .container.six__feature .row .content .solution {
            background-color: #fff;
            padding: 40px 40px 40px 0;
            width: 665px;
            transition: 0.3s 0s all ease-in-out; }
            @media screen and (max-width: 768px) {
              .analys__features .container.six__feature .row .content .solution {
                width: 100%;
                padding: 0; } }
            .analys__features .container.six__feature .row .content .solution .title {
              font-size: 26px;
              font-weight: 700;
              line-height: 42px;
              letter-spacing: 0.05em;
              margin-bottom: 20px;
              transition: 0.3s 0s all ease-in-out; }
              @media screen and (max-width: 768px) {
                .analys__features .container.six__feature .row .content .solution .title {
                  margin-top: 25px;
                  font-size: 19px;
                  line-height: 31px;
                  letter-spacing: 0.015em;
                  margin-bottom: 10px; }
                  .analys__features .container.six__feature .row .content .solution .title br {
                    display: none; } }
            .analys__features .container.six__feature .row .content .solution .description {
              font-size: 16px;
              line-height: 28px;
              letter-spacing: 0.05em;
              transition: 0.3s 0s all ease-in-out; }
              @media screen and (max-width: 768px) {
                .analys__features .container.six__feature .row .content .solution .description {
                  font-size: 13px;
                  letter-spacing: 0.025em;
                  line-height: 24px; }
                  .analys__features .container.six__feature .row .content .solution .description br {
                    display: none; } }
            .analys__features .container.six__feature .row .content .solution span {
              font-size: 12px;
              line-height: 32px;
              letter-spacing: 0.05em; }
              @media screen and (max-width: 768px) {
                .analys__features .container.six__feature .row .content .solution span {
                  font-size: 11px;
                  letter-spacing: 0.025em;
                  line-height: 16px; } }
        .analys__features .container.six__feature .row .image {
          z-index: 1;
          right: 0;
          width: 600px;
          height: 400px; }
          .analys__features .container.six__feature .row .image__container {
            display: inline-block;
            position: relative; }
          .analys__features .container.six__feature .row .image img {
            width: 600px;
            height: 400px; }
          @media screen and (max-width: 768px) {
            .analys__features .container.six__feature .row .image {
              width: auto;
              max-height: 223px;
              text-align: center; }
              .analys__features .container.six__feature .row .image img {
                width: auto;
                max-height: 223px; } }
          @media screen and (max-width: 480px) {
            .analys__features .container.six__feature .row .image {
              width: 100%;
              max-height: 223px;
              min-width: 335px; }
              .analys__features .container.six__feature .row .image img {
                max-height: 223px;
                min-width: 335px; } }
          @media screen and (max-width: 360px) {
            .analys__features .container.six__feature .row .image {
              width: 100%;
              min-width: unset; }
              .analys__features .container.six__feature .row .image img {
                width: 100%;
                min-width: unset; } }
          @media screen and (max-width: 320px) {
            .analys__features .container.six__feature .row .image {
              min-width: unset; }
              .analys__features .container.six__feature .row .image img {
                min-width: unset; } }
          .analys__features .container.six__feature .row .image p {
            margin-top: -8px;
            font-size: 12px;
            line-height: 32px;
            letter-spacing: 0.05em; }
            @media screen and (max-width: 768px) {
              .analys__features .container.six__feature .row .image p {
                font-size: 11px;
                letter-spacing: 0.025em;
                line-height: 16px;
                padding-bottom: 7px; } }
      .analys__features .container.six__feature .row__revert .content {
        right: 0; }
        .analys__features .container.six__feature .row__revert .content .inconvenience {
          position: absolute;
          z-index: 5;
          right: 3px;
          transition: 0.3s 0s all ease-in-out; }
          @media screen and (max-width: 768px) {
            .analys__features .container.six__feature .row__revert .content .inconvenience {
              position: relative; } }
        .analys__features .container.six__feature .row__revert .content .solution {
          padding: 40px 0 40px 50px;
          clear: both;
          position: absolute;
          left: -215px;
          bottom: -350px;
          transition: 0.3s 0s all ease-in-out; }
          @media screen and (max-width: 768px) {
            .analys__features .container.six__feature .row__revert .content .solution {
              position: unset;
              padding: 0; } }
      .analys__features .container.six__feature .row__revert .image {
        left: 0; }
      .analys__features .container.six__feature .feature_01 {
        margin-bottom: 120px; }
        @media screen and (max-width: 360px) {
          .analys__features .container.six__feature .feature_01 .content .inconvenience {
            width: 280px; } }
        .analys__features .container.six__feature .feature_01 .content .solution {
          margin-top: 10px; }
          .analys__features .container.six__feature .feature_01 .content .solution .description {
            line-height: 25px; }
            .analys__features .container.six__feature .feature_01 .content .solution .description .bullet-hint {
              position: relative;
              width: 11px;
              margin-right: 12px; }
              .analys__features .container.six__feature .feature_01 .content .solution .description .bullet-hint:before {
                position: absolute;
                content: "";
                font-size: 11px;
                top: -10px;
                left: 0; }
                @media screen and (max-width: 768px) {
                  .analys__features .container.six__feature .feature_01 .content .solution .description .bullet-hint:before {
                    top: -2px; } }
        .analys__features .container.six__feature .feature_01 .image {
          text-align: right; }
          @media screen and (max-width: 768px) {
            .analys__features .container.six__feature .feature_01 .image {
              position: relative;
              text-align: center; }
              .analys__features .container.six__feature .feature_01 .image p {
                position: absolute;
                top: -10px;
                right: 0; } }
      .analys__features .container.six__feature .feature_02 {
        margin-bottom: 168px; }
        @media screen and (max-width: 360px) {
          .analys__features .container.six__feature .feature_02 .content .inconvenience {
            width: 280px; } }
        .analys__features .container.six__feature .feature_02 .content .solution {
          left: -215px;
          bottom: -468px; }
          .analys__features .container.six__feature .feature_02 .content .solution .description {
            letter-spacing: 0.09em; }
      .analys__features .container.six__feature .feature_03 {
        margin-bottom: 105px; }
        .analys__features .container.six__feature .feature_03 .content {
          padding-top: 115px; }
          @media screen and (max-width: 768px) {
            .analys__features .container.six__feature .feature_03 .content {
              padding-top: 0; } }
          .analys__features .container.six__feature .feature_03 .content .inconvenience {
            width: 415px;
            height: 75px;
            transition: 0.3s 0s all ease-in-out; }
            .analys__features .container.six__feature .feature_03 .content .inconvenience p br {
              display: none; }
              @media screen and (max-width: 768px) {
                .analys__features .container.six__feature .feature_03 .content .inconvenience p br {
                  display: block; } }
            @media screen and (max-width: 768px) {
              .analys__features .container.six__feature .feature_03 .content .inconvenience {
                width: 305px;
                height: auto; } }
            @media screen and (max-width: 360px) {
              .analys__features .container.six__feature .feature_03 .content .inconvenience {
                width: 280px; } }
            @media screen and (max-width: 320px) {
              .analys__features .container.six__feature .feature_03 .content .inconvenience {
                width: 100%; } }
            .analys__features .container.six__feature .feature_03 .content .inconvenience:after {
              width: 300px; }
          .analys__features .container.six__feature .feature_03 .content .solution {
            margin-top: 10px; }
      .analys__features .container.six__feature .feature_04 {
        margin-bottom: 185px; }
        .analys__features .container.six__feature .feature_04 .content .inconvenience {
          top: 163px;
          right: 0;
          width: 421px;
          height: 75px;
          transition: 0.3s 0s all ease-in-out; }
          @media screen and (max-width: 768px) {
            .analys__features .container.six__feature .feature_04 .content .inconvenience {
              width: 245px;
              top: unset;
              height: auto; } }
          .analys__features .container.six__feature .feature_04 .content .inconvenience:after {
            width: 300px; }
          .analys__features .container.six__feature .feature_04 .content .inconvenience p br {
            display: none; }
            @media screen and (max-width: 768px) {
              .analys__features .container.six__feature .feature_04 .content .inconvenience p br {
                display: block; } }
        .analys__features .container.six__feature .feature_04 .content .solution {
          left: -215px;
          bottom: -433px; }
      .analys__features .container.six__feature .feature_05 {
        margin-bottom: 150px; }
        .analys__features .container.six__feature .feature_05 .content {
          padding-top: 115px; }
          @media screen and (max-width: 768px) {
            .analys__features .container.six__feature .feature_05 .content {
              padding-top: 0; } }
          .analys__features .container.six__feature .feature_05 .content .inconvenience {
            width: 336px;
            height: 75px;
            transition: 0.3s 0s all ease-in-out; }
            @media screen and (max-width: 768px) {
              .analys__features .container.six__feature .feature_05 .content .inconvenience {
                width: 260px;
                height: auto; } }
            .analys__features .container.six__feature .feature_05 .content .inconvenience:after {
              width: 220px; }
            .analys__features .container.six__feature .feature_05 .content .inconvenience p br {
              display: none; }
              @media screen and (max-width: 768px) {
                .analys__features .container.six__feature .feature_05 .content .inconvenience p br {
                  display: block; } }
          .analys__features .container.six__feature .feature_05 .content .solution {
            margin-top: 10px; }
      .analys__features .container.six__feature .feature_06 {
        margin-bottom: 280px; }
        .analys__features .container.six__feature .feature_06 .content {
          padding-top: 160px;
          right: 10px; }
          @media screen and (max-width: 768px) {
            .analys__features .container.six__feature .feature_06 .content {
              padding-top: 0; } }
          .analys__features .container.six__feature .feature_06 .content .inconvenience {
            width: 400px;
            transition: 0.3s 0s all ease-in-out; }
            @media screen and (max-width: 768px) {
              .analys__features .container.six__feature .feature_06 .content .inconvenience {
                width: 305px; } }
            @media screen and (max-width: 360px) {
              .analys__features .container.six__feature .feature_06 .content .inconvenience {
                width: 280px; } }
            @media screen and (max-width: 320px) {
              .analys__features .container.six__feature .feature_06 .content .inconvenience {
                width: 100%; } }
            .analys__features .container.six__feature .feature_06 .content .inconvenience:after {
              width: 285px; }
            .analys__features .container.six__feature .feature_06 .content .inconvenience p {
              padding-left: 25px; }
              @media screen and (max-width: 768px) {
                .analys__features .container.six__feature .feature_06 .content .inconvenience p {
                  padding-left: 0; } }
              .analys__features .container.six__feature .feature_06 .content .inconvenience p br.br__sp {
                display: none; }
                @media screen and (max-width: 768px) {
                  .analys__features .container.six__feature .feature_06 .content .inconvenience p br.br__sp {
                    display: block; } }
          .analys__features .container.six__feature .feature_06 .content .solution {
            margin-top: 10px;
            left: -205px;
            bottom: -427px; }
      @media screen and (max-width: 768px) {
        .analys__features .container.six__feature .feature_01, .analys__features .container.six__feature .feature_02, .analys__features .container.six__feature .feature_03, .analys__features .container.six__feature .feature_04, .analys__features .container.six__feature .feature_05, .analys__features .container.six__feature .feature_06 {
          margin-bottom: 60px; } }

.product-info {
  display: inline-flex;
  max-width: 776px;
  background-color: #F3F5F7;
  align-items: center;
  padding: 4px;
  margin: 0 auto;
  border-radius: 0 4px 4px 0;
  font-size: 14px; }
  .product-info .code {
    background-color: #F3F5F7;
    font-weight: 700;
    min-width: 136px;
    text-align: center;
    font-size: 16px;
    letter-spacing: normal;
    margin-top: -2px; }
  .product-info .link-list {
    background-color: #FFFFFF;
    width: 100%;
    white-space: nowrap;
    padding: 20px 20px 20px 29px;
    display: flex;
    flex-wrap: wrap; }
    .product-info .link-list li + li {
      margin-left: 40px; }
    .product-info .link-list li:first-child img {
      margin: 0; }
    .product-info .link-list li:nth-of-type(3) {
      margin-left: 47px; }
    .product-info .link-list li:last-child {
      margin-left: 43px; }
      .product-info .link-list li:last-child img {
        margin-left: 9px; }
    .product-info .link-list a {
      color: #222222;
      outline: none;
      letter-spacing: normal;
      transition: color 0.3s;
      padding-right: 20px;
      background-image: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/external/icon-newwindow.png), url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/external/icon-newwindow-hover.png);
      background-size: 14px;
      background-repeat: no-repeat;
      background-position: 99% center; }
      .product-info .link-list a img {
        display: none; }
      .product-info .link-list a:hover {
        background-image: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/external/icon-newwindow-hover.png);
        background-size: 14px;
        color: #606060; }
    .product-info .link-list img {
      display: inline-block;
      margin-left: 6px;
      width: 14px;
      height: 14px; }
  .product-info + .product-info {
    margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .product-info {
      display: block;
      overflow: hidden;
      border: 4px solid #F3F5F7;
      padding: 0; }
      .product-info .code {
        font-size: 13px;
        line-height: 30px;
        position: relative; }
        .product-info .code::after {
          content: '';
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          display: block;
          width: 0px;
          height: 0px;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 8px solid #F3F5F7; }
      .product-info .link-list {
        width: auto;
        font-size: 13px;
        padding: 9px 15px 9px 0;
        margin-left: -10px; }
        .product-info .link-list li {
          line-height: 2.57;
          margin-left: 38px !important; } }
  @media screen and (max-width: 480px) {
    .product-info .link-list li + li {
      margin-left: 42px; } }

.section--main-product {
  position: relative;
  padding-top: 97px;
  overflow: hidden; }
  .section--main-product::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 780px;
    background-color: #F3F5F7;
    z-index: -1; }
  .section--main-product .container {
    max-width: 1640px;
    margin: 0 auto;
    overflow: hidden; }
  .section--main-product .section-heading {
    text-align: center; }
    .section--main-product .section-heading h2 {
      font-size: 40px;
      line-height: 60px;
      margin-top: 20px;
      letter-spacing: 2px; }
    .section--main-product .section-heading h5 {
      font-size: 26px;
      font-weight: 400;
      line-height: 42px;
      margin-top: 55px;
      letter-spacing: 1.3px; }
  .section--main-product .product-slider {
    margin: 70px auto 0;
    width: 622px; }
    .section--main-product .product-slider__item {
      text-align: center;
      outline: none; }
      .section--main-product .product-slider__item__img {
        margin: 0 auto 70px;
        height: 462px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .section--main-product .product-slider__item__img > img {
          width: 382px;
          transform: scale(1) translateY(0px);
          transition: transform 0.6s ease-out 0.1s, margin 0.6s ease-out 0.1s, transform-origin 0.6s ease-out 0.1s;
          margin-top: 48px;
          transform-origin: 50% 100%; }
      .section--main-product .product-slider__item .tabs-content {
        display: none; }
        .section--main-product .product-slider__item .tabs-content.active {
          display: block; }
          .section--main-product .product-slider__item .tabs-content.active.product-info {
            display: flex; }
      .section--main-product .product-slider__item.item--01 > img {
        height: 312px; }
      .section--main-product .product-slider__item.item--02 > img {
        height: 315px; }
      .section--main-product .product-slider__item.item--03 > img {
        height: 304px; }
      .section--main-product .product-slider__item__content {
        opacity: 0;
        transition: opacity 0.4s; }
      .section--main-product .product-slider__item h4 {
        font-size: 22px;
        line-height: 40px;
        margin-top: 35px;
        margin-bottom: 30px;
        letter-spacing: 0.66px; }
      .section--main-product .product-slider__item .tabs {
        margin-top: 70px; }
        .section--main-product .product-slider__item .tabs li {
          display: inline-block;
          font-size: 16px;
          letter-spacing: 0.8px;
          color: #CACAC6;
          border-bottom: 1px solid #CACAC6;
          padding: 9px 36px 7px;
          cursor: pointer;
          transition: color 0.15s ease-in-out, border-bottom-color 0.15s ease-in-out;
          font-weight: 700; }
          .section--main-product .product-slider__item .tabs li:not(.active):hover {
            color: #D9D9D9;
            border-bottom-color: #D9D9D9; }
          .section--main-product .product-slider__item .tabs li.active {
            color: #222222;
            border-bottom-color: #222222;
            position: relative;
            pointer-events: none; }
            .section--main-product .product-slider__item .tabs li.active::after {
              content: '';
              display: block;
              width: 100%;
              height: 1px;
              background-color: #222222;
              position: absolute;
              bottom: 0;
              left: 0; }
    .section--main-product .product-slider.owl-carousel .owl-stage-outer {
      overflow: visible; }
    .section--main-product .product-slider .active .product-slider__item__img > img,
    .section--main-product .product-slider .hacky-active .product-slider__item__img > img {
      margin-top: 15px;
      transform: scale(1.46597) translateY(50px); }
      .section--main-product .product-slider .active .product-slider__item__img > img#img02,
      .section--main-product .product-slider .hacky-active .product-slider__item__img > img#img02 {
        transform: scale(1.65969);
        transform-origin: 50% 68%; }
    .section--main-product .product-slider .active .product-slider__item__content,
    .section--main-product .product-slider .hacky-active .product-slider__item__content {
      opacity: 1;
      width: 776px;
      margin-left: -77px;
      margin-right: -77px; }
    .section--main-product .product-slider .owl-nav > button {
      position: absolute;
      display: block;
      border: none;
      overflow: hidden;
      width: 70px;
      height: 70px;
      background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/external/slick-nav.png) no-repeat center;
      background-size: contain;
      text-indent: -9999px;
      top: 200px;
      padding: 0;
      z-index: 99;
      outline: none;
      cursor: pointer; }
      .section--main-product .product-slider .owl-nav > button.owl-prev {
        left: -154px;
        background: url(//image.itmedia.co.jp/pcuser/special/ls161010/assets/images/external/slick-prev.png) no-repeat center;
        background-size: contain;}
      .section--main-product .product-slider .owl-nav > button.owl-next {
        left: auto;
        right: -154px; }
    .section--main-product .product-slider .owl-dots {
      display: flex;
      position: absolute;
      top: 490px;
      left: 50%;
      transform: translateX(-50%); }
      .section--main-product .product-slider .owl-dots button {
        display: block;
        width: 10px;
        height: 10px;
        border: 1px solid #CACAC6;
        border-radius: 50%;
        background-color: #fff;
        text-indent: -999px;
        padding: 0;
        overflow: hidden;
        outline: none;
        cursor: pointer; }
        .section--main-product .product-slider .owl-dots button + button {
          margin-left: 18px; }
        .section--main-product .product-slider .owl-dots button.active {
          border-color: #0779BE;
          background-color: #0779BE; }
  @media screen and (max-width: 768px) {
    .section--main-product {
      padding-top: 49px; }
      .section--main-product .container {
        overflow: hidden; }
      .section--main-product::before {
        height: 515px; }
      .section--main-product .section-heading h2 {
        font-size: 25px;
        line-height: 38px;
        margin-top: 19px; }
      .section--main-product .section-heading h5 {
        font-size: 17px;
        margin-top: 30px; }
      .section--main-product .section-heading img {
        width: 48px; }
      .section--main-product .product-slider {
        width: auto;
        margin-top: 40px; }
        .section--main-product .product-slider .owl-item .product-slider__item__content {
          padding-left: 48px;
          padding-right: 48px;
          width: auto; }
        .section--main-product .product-slider__item {
          display: block; }
          .section--main-product .product-slider__item h4 {
            font-size: 16px;
            line-height: 29px;
            margin-top: 50px;
            margin-bottom: 15px; }
          .section--main-product .product-slider__item__content {
            margin-left: -28px !important;
            margin-right: -28px !important; }
          .section--main-product .product-slider__item__img {
            height: auto;
            display: block;
            margin: 0;
            min-height: 234px; }
            .section--main-product .product-slider__item__img img {
              display: block;
              width: auto;
              max-width: 280px;
              margin: 0 auto; }
          .section--main-product .product-slider__item .tabs-content.active .product-info {
            display: block; }
          .section--main-product .product-slider__item .tabs-content > h4 {
            margin-top: 21px; }
          .section--main-product .product-slider__item .tabs {
            margin-top: 36px; }
            .section--main-product .product-slider__item .tabs li {
              font-size: 13px;
              border-width: 2px;
              padding-left: 28px;
              padding-right: 28px; }
        .section--main-product .product-slider .owl-nav > button {
          width: 52px;
          height: 52px;
          top: 85px;
          background-size: cover; }
          .section--main-product .product-slider .owl-nav > button.owl-next {
            right: 11px; }
          .section--main-product .product-slider .owl-nav > button.owl-prev {
            left: 11px;
            background-size: cover; }
        .section--main-product .product-slider .owl-dots {
          top: 242px; }
      .section--main-product .active.center .product-slider__item__img {
        display: block; }
        .section--main-product .active.center .product-slider__item__img img {
          transform: none;
          margin-top: 0; }
          .section--main-product .active.center .product-slider__item__img img#img02 {
            transform: scale(1.1362);
            margin-top: 0;
            transform-origin: 50% 100%; } }

.other__products .section-heading {
  text-align: center; }
  .other__products .section-heading h5 {
    font-size: 26px;
    font-weight: 400;
    line-height: 42px;
    margin-top: 55px;
    margin-bottom: 85px;
    letter-spacing: 1.3px; }

.other__products .container {
  margin: 0 auto;
  width: 1080px;
  padding-top: 97px;
  padding-bottom: 150px; }
  .other__products .container .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px; }
    .other__products .container .row .col {
      width: 50%;
      padding: 0 40px; }
    .other__products .container .row .product__name {
      text-align: center;
      font-weight: 700;
      font-size: 20px;
      margin: 30px 0 20px;
      line-height: 1.8;
      letter-spacing: 0.6px; }
      .other__products .container .row .product__name.has-label {
        margin-top: 25px; }
    .other__products .container .row .product__image {
      display: flex;
      justify-content: center; }
      .other__products .container .row .product__image .product__label {
        font-size: 12px;
        line-height: 2.67;
        letter-spacing: 0.6px;
        margin: -8px 0 9px -3px; }
      .other__products .container .row .product__image .img {
        margin: 0 auto; }
    .other__products .container .row + .row {
      margin-top: 67px; }
      .other__products .container .row + .row .product__image {
        min-height: 260px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end; }
        .other__products .container .row + .row .product__image .img,
        .other__products .container .row + .row .product__image img {
          display: block; }
      .other__products .container .row + .row .product__name {
        margin-bottom: 35px; }
      .other__products .container .row + .row .col:first-child .product-info .code {
        min-width: 167px; }
      .other__products .container .row + .row .col:first-child .product-info .link-list {
        padding-left: 18px; }
        .other__products .container .row + .row .col:first-child .product-info .link-list li:nth-child(2) {
          margin-left: 29px; }
        .other__products .container .row + .row .col:first-child .product-info .link-list li:nth-child(4) {
          margin-left: 33px; }
          .other__products .container .row + .row .col:first-child .product-info .link-list li:nth-child(4) img {
            margin-left: 7px; }

.other__products .product-info .link-list {
  padding: 12px 20px 10px 30px; }
  .other__products .product-info .link-list li {
    line-height: 2.57; }
    .other__products .product-info .link-list li + li {
      margin-left: 30px; }
    .other__products .product-info .link-list li:nth-child(2) {
      margin-left: 38px; }
      .other__products .product-info .link-list li:nth-child(2) img {
        margin-left: 8px; }
    .other__products .product-info .link-list li:nth-child(3) {
      margin-left: 0; }
      .other__products .product-info .link-list li:nth-child(3) img {
        margin-left: 7px; }
    .other__products .product-info .link-list li:nth-child(4) {
      margin-left: 42px; }

@media screen and (max-width: 768px) {
  .other__products .section-heading h5 {
    font-size: 17px;
    letter-spacing: 0.88px;
    margin-top: 0;
    margin-bottom: 22px; }
  .other__products .container {
    width: auto;
    padding-top: 52px;
    padding-bottom: 39px; }
    .other__products .container .row {
      display: block;
      margin-left: 0;
      margin-right: 0; }
      .other__products .container .row .col {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; }
        .other__products .container .row .col .product__image {
          align-items: center; }
          .other__products .container .row .col .product__image--01 img {
            max-width: 198px;
            height: auto; }
          .other__products .container .row .col .product__image--02 img {
            max-width: 175px; }
          .other__products .container .row .col .product__image--03 img {
            max-width: 231px; }
          .other__products .container .row .col .product__image--04 img {
            max-width: 334px; }
        .other__products .container .row .col .product__name {
          font-size: 16px;
          margin: 20px 0; }
        .other__products .container .row .col + .col {
          margin-top: 50px; }
      .other__products .container .row + .row {
        margin-top: 50px; }
        .other__products .container .row + .row .product__image {
          min-height: unset; }
  .other__products .product-info .code {
    line-height: 30px; }
  .other__products .product-info .link-list {
    padding-left: 0 !important; }
    .other__products .product-info .link-list li {
      line-height: 2.57; } }
