@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap);@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
700&display=swap");
/*
 @font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: local("Noto Sans CJK JP"),
		local("Noto Sans JP"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP.otf) format('opentype');
}
*/
/*---------------------------
	レイアウト
---------------------------*/
/* ------------------
	reset
-------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

li {
  list-style: none; }

*:focus {
  outline: none; }

body {
  position: relative;
  color: #242424;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,   sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  backface-visibility: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }
  @media only screen and (min-width: 800px) {
    body[data-menu="true"], body[data-search="true"] {
      height: 100%;
      overflow-y: hidden; } }

::-webkit-scrollbar {
  width: 0px; }

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

a {
  text-decoration: none;
  color: #242424; }

body[data-resize="true"] * {
  transition: 0s !important; }

/*---------------------------
	コンポーネント
---------------------------*/
.header {
  position: fixed;
  width: 100%;
  z-index: 99;
  user-select: none; }
  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: .3s;
    opacity: 0; }
  @media only screen and (min-width: 800px) {
    .header::before {
      transform-origin: right center;
      opacity: 1;
      background: rgba(255, 255, 255, 0.7);
      transform: scaleX(0); }
    .header[data-menuopen="true"]::before {
      transform: scaleX(1); } }
  @media only screen and (max-width: 800px) {
    .header::before {
      transform-origin: center top;
      height: 100vh;
      opacity: 1;
      background: #fff;
      transform: scaleY(0); }
    .header[data-menuopen="true"]::before {
      transform: scaleX(1); } }
  .header-inner {
    position: relative;
    z-index: 5;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (min-width: 800px) {
      .header-inner {
        padding: 25px 0;
        height: auto; } }
    @media only screen and (max-width: 800px) {
      .header-inner {
        padding: 10px 0;
        height: 50px; } }
  .header-subnav {
    display: flex;
    align-items: center; }
  @media only screen and (max-width: 800px) {
    .header-logo {
      margin-top: 3px; } }
  .header-logo-link {
    width: 200px;
    display: block; }
    @media only screen and (min-width: 800px) and (max-width: 1200px) {
      .header-logo-link {
        width: 150px; } }
    @media only screen and (max-width: 800px) {
      .header-logo-link {
        width: 150px; } }
  .header-logo-svg {
    fill: #a0a0a0;
    transition: .3s; }
    [data-type="top"] .header-logo-svg {
      fill: #eee; }
    [data-menuopen="true"] .header-logo-svg {
      fill: #a0a0a0; }
  .header-nav {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: .4s opacity; }
    [data-menuopen="true"] .header-nav {
      opacity: 1; }
    @media only screen and (min-width: 800px) {
      .header-nav {
        top: 0;
        height: 55%;
        z-index: 5;
        display: flex;
        pointer-events: none; } }
    @media only screen and (max-width: 800px) {
      .header-nav {
        position: fixed;
        top: 50px;
        height: calc(100% - 50px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        pointer-events: none; }
        [data-menuopen="true"] .header-nav {
          pointer-events: auto; } }
    @media only screen and (min-width: 800px) {
      .header-nav .aaa {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 50px;
        background: #0FF;
        opacity: 0;
        pointer-events: none;
        transition: .4s opacity; }
        .header-nav .aaa:hover {
          pointer-events: auto;
          opacity: 1; } }
    .header-nav-inner {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      max-width: 1200px; }
      @media only screen and (min-width: 800px) {
        .header-nav-inner {
          padding-left: 200px;
          padding-right: 80px;
          justify-content: flex-end;
          pointer-events: none; } }
      @media only screen and (min-width: 800px) and (max-width: 1200px) {
        .header-nav-inner {
          padding-left: 170px;
          padding-right: 50px; } }
      @media only screen and (max-width: 800px) {
        .header-nav-inner {
          padding: 20px 0; } }
    @media only screen and (min-width: 800px) {
      .header-nav-list {
        width: 100%;
        height: 100%;
        max-width: 700px;
        display: flex;
		margin-left:auto;
        justify-content: flex-end; }
        [data-menuopen="true"] .header-nav-list {
          pointer-events: auto; }
		.header-nav-list + .header-nav-list{
		justify-content: flex-end;
		height:auto;
		}}
    @media only screen and (min-width: 800px) {
      .header-nav-item {
        margin: 0 10px; } }
    @media only screen and (min-width: 800px) and (max-width: 1200px) {
      .header-nav-item {
        margin: 0 5px; } }
    @media only screen and (max-width: 800px) {
      .header-nav-item {
        text-align: center;
        margin: 20px 0; } }
    .header-nav-item-link {
      position: relative;
      display: inline-block;
      white-space: nowrap;
      color: #a0a0a0;
      font-weight: bold; }
      @media only screen and (min-width: 800px) {
        .header-nav-item-link {
          display: flex;
          align-items: center;
          height: 100%; } }
      @media only screen and (min-width: 800px) and (max-width: 1200px) {
        .header-nav-item-link {
          font-size: 1.2vw; } }
      @media only screen and (max-width: 800px) {
        .header-nav-item-link {
          display: block;
          padding: 5px;
          font-size: 13px; } }
      .header-nav-item-link:hover + .aaa {
        opacity: 1;
        pointer-events: auto; }
      .header-nav-item-link-text {
        position: relative;
        display: inline-block; }
        @media only screen and (min-width: 800px) {
          .header-nav-item-link-text {
            padding: 5px 0; }
            .header-nav-item-link-text::after {
              content: "";
              position: absolute;
              bottom: -3px;
              left: 50%;
              width: 100%;
              height: 1px;
              background: #a0cbc6;
              transform: translate(-50%, 0) scaleX(0);
              transition: .4s; }
            .header-nav-item-link-text:hover::after {
              transform: translate(-50%, 0) scaleX(1); } }
    @media only screen and (min-width: 800px) {
      .header-nav-sns {
        display: none; } }
    @media only screen and (max-width: 800px) {
      .header-nav-sns {
        display: flex;
        justify-content: center; } }
    .header-nav-sns-item {
      margin-right: 20px; }
      .header-nav-sns-item:last-child {
        margin-right: 0px; }
      .header-nav-sns-item-link {
        display: block; }
      .header-nav-sns-item-svg {
        width: 40px;
        fill: #a0a0a0; }
  @media only screen and (min-width: 800px) {
    .header-sns {
      display: flex;
      justify-content: space-between;
      transition: .4s opacity; }
      [data-menuopen="true"] .header-sns {
        opacity: 0; } }
  @media only screen and (max-width: 800px) {
    .header-sns {
      display: none; } }
  .header-sns-item {
    margin-right: 20px; }
    .header-sns-item:last-child {
      margin-right: 0px; }
    .header-sns-item-link {
      display: block; }
      @media only screen and (min-width: 800px) {
        .header-sns-item-link {
          transition: .4s; }
          .header-sns-item-link:hover {
            opacity: 0.6; } }
    .header-sns-item-svg {
      width: 40px;
      fill: #a0a0a0; }
      [data-type="top"] .header-sns-item-svg {
        fill: #eee; }
      @media only screen and (min-width: 800px) and (max-width: 1200px) {
        .header-sns-item-svg {
          width: 30px; } }
  .header-menu {
    margin-left: 30px; }
    .header-menu-button {
      display: block;
      position: relative;
      width: 50px;
      height: 25px;
      cursor: pointer; }
      @media only screen and (min-width: 800px) and (max-width: 1200px) {
        .header-menu-button {
          width: 40px; } }
      @media only screen and (max-width: 800px) {
        .header-menu-button {
          width: 30px;
          height: 20px; } }
      .header-menu-button::before, .header-menu-button::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 5px;
        border-radius: 2px;
        background: #a0a0a0;
        transition: .3s; }
        [data-type="top"] .header-menu-button::before, [data-type="top"] .header-menu-button::after {
          background: #eee; }
        [data-menuopen="true"] .header-menu-button::before, [data-menuopen="true"] .header-menu-button::after {
          background: #a0a0a0; }
      .header-menu-button::before {
        top: 0; }
        [data-menuopen="true"] .header-menu-button::before {
          top: 50%;
          transform: translate(0, -50%) rotate(-45deg); }
      .header-menu-button::after {
        bottom: 0; }
        [data-menuopen="true"] .header-menu-button::after {
          bottom: 50%;
          transform: translate(0, 50%) rotate(45deg); }

.footer {
  background-image: linear-gradient(to top, #0eaca1 0%, #0061ab 100%); }
  .footer-main {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }
    @media only screen and (min-width: 800px) {
      .footer-main {
        padding: 60px 0; } }
    @media only screen and (max-width: 800px) {
      .footer-main {
        padding: 30px 0; } }
  .footer-header {
    position: relative;
    text-align: center;
    user-select: none; }
  .footer-sns {
    display: flex; }
    @media only screen and (min-width: 800px) {
      .footer-sns {
        position: absolute;
        top: 7px;
        right: 0; } }
    @media only screen and (max-width: 800px) {
      .footer-sns {
        margin: 20px 0;
        justify-content: center; } }
    .footer-sns-item {
      margin: 0 10px; }
      .footer-sns-item-link {
        display: block; }
        @media only screen and (min-width: 800px) {
          .footer-sns-item-link {
            transition: 0.4s; }
            .footer-sns-item-link:hover {
              opacity: 0.7; } }
      .footer-sns-item-svg {
        width: 36px;
        height: 36px;
        fill: #fff; }
  .footer-list {
    display: flex;
    justify-content: center;
    user-select: none; }
    @media only screen and (min-width: 800px) {
      .footer-list {
        margin-top: 120px; } }
    @media only screen and (max-width: 800px) {
      .footer-list {
        display: none; } }
  .footer-item {
    position: relative; }
    @media only screen and (min-width: 800px) {
      .footer-item {
        padding: 0 10px; }
        .footer-item:first-child::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 1px;
          height: 100%;
          background: #fff; }
        .footer-item:after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 1px;
          height: 100%;
          background: #fff; } }
    .footer-item-link {
      position: relative;
      display: inline-block;
      font-size: 14px;
      color: #fff; }
      @media only screen and (min-width: 800px) {
        .footer-item-link::after {
          content: "";
          position: absolute;
          bottom: -3px;
          left: 50%;
          width: 100%;
          height: 1px;
          background: #fff;
          transform: translate(-50%, 0) scaleX(0);
          transition: 0.4s; }
        .footer-item-link:hover::after {
          transform: translate(-50%, 0) scaleX(1); } }
  .footer-copyright {
    background: #0d869b;
    user-select: none; }
    @media only screen and (min-width: 800px) {
      .footer-copyright {
        padding: 30px 0; } }
    .footer-copyright-inner {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto; }
      @media only screen and (min-width: 800px) {
        .footer-copyright-inner {
          display: flex;
          align-items: center;
          justify-content: space-between; } }
      @media only screen and (max-width: 800px) {
        .footer-copyright-inner {
          padding: 30px 0;
          text-align: center; } }
    .footer-copyright-text {
      font-size: 12px;
      line-height: 1.8;
      color: #fff; }
      @media only screen and (max-width: 800px) {
        .footer-copyright-text {
          text-align: left;
          margin-bottom: 40px; } }

@media only screen and (min-width: 800px) {
  .f_rakuten_bnr {
    position: absolute;
    top: 70px;
    right: 0; } }

/*---------------------------
	ページ
---------------------------*/
/* ----------------
	KV
-----------------*/
.kv {
  position: relative;
  background: #3bb2b6;
  user-select: none; }
  @media only screen and (min-width: 800px) {
    .kv {
      padding: 130px 0 80px; } }
  @media only screen and (max-width: 800px) {
    .kv {
      padding: 80px 0 30px; } }
  .kv-inner {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start; }
    @media only screen and (max-width: 800px) {
      .kv-inner {
        flex-wrap: wrap; } }
  .kv-item {
    width: 50.927%;
    pointer-events: none; }
  .kv-logo {
    position: relative;
    width: 52.7778%;
    margin-left: -4%;
    pointer-events: none;
    z-index: 5; }
    @media only screen and (max-width: 800px) {
      .kv-logo {
        margin-left: -7%; } }
  @media only screen and (min-width: 800px) {
    .kv-slide {
      position: absolute;
      bottom: 30px;
      right: 0;
      width: 53%;
      display: flex;
      justify-content: center; } }
  @media only screen and (max-width: 800px) {
    .kv-slide {
      margin-top: 50px;
      width: 100%; } }
  @media only screen and (min-width: 800px) {
    .kv .swiper-container {
      width: 450px;
      padding: 0 50px 20px; } }
  @media only screen and (max-width: 800px) {
    .kv .swiper-container {
      padding-bottom: 20px; } }
  @media only screen and (min-width: 800px) {
    .kv .swiper-slide {
      width: 350px; } }
  @media only screen and (max-width: 800px) {
    .kv .swiper-slide {
      padding: 0 15%; } }
  .kv .swiper-button-next, .kv .swiper-button-prev {
    margin-top: -30px;
    color: #fff; }
    .kv .swiper-button-next::after, .kv .swiper-button-prev::after {
      font-size: 30px; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .kv .swiper-button-prev::after {
      content: "<"; }
    .kv .swiper-button-next::after {
      content: ">"; } }
  .kv .swiper-pagination {
    bottom: 0; }
    .kv .swiper-pagination-bullet {
      background: #fff;
      opacity: 1; }
      .kv .swiper-pagination-bullet-active {
        background: #9ecac5; }

/* ----------------
	コンセプト
-----------------*/
.top-concept {
  text-align: center; }
  @media only screen and (min-width: 800px) {
    .top-concept {
      padding: 120px 0; } }
  @media only screen and (max-width: 800px) {
    .top-concept {
      padding: 50px 0; } }
  .top-concept-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }
  .top-concept-title {
    color: #0062ac;
    user-select: none; }
    @media only screen and (min-width: 800px) {
      .top-concept-title {
        font-size: 33px;
        letter-spacing: 5px; } }
    @media only screen and (max-width: 800px) {
      .top-concept-title {
        font-size: 5vw;
        line-height: 1.5; } }
  .top-concept-logo {
    user-select: none; }
    @media only screen and (min-width: 800px) {
      .top-concept-logo {
        margin-top: 70px; } }
    @media only screen and (max-width: 800px) {
      .top-concept-logo {
        max-width: 50%;
        margin: 35px auto 0; } }
  .top-concept-text {
    color: #0062ac; }
    @media only screen and (min-width: 800px) {
      .top-concept-text {
        margin-top: 70px;
        font-size: 18px; } }
    @media only screen and (max-width: 800px) {
      .top-concept-text {
        margin-top: 35px;
        font-size: 13px; }
        .top-concept-text br {
          display: none; } }
    .top-concept-text p {
      line-height: 1.9; }
      @media only screen and (min-width: 800px) {
        .top-concept-text p {
          margin-bottom: 15px; } }
    .top-concept-text small {
      font-size: 75%; }

/* ----------------
	商品情報
-----------------*/
.top-producttype {
  position: relative;
  user-select: none; }
  @media only screen and (min-width: 800px) {
    .top-producttype::before, .top-producttype::after {
      content: "";
      position: absolute;
      top: 0;
      width: 50%;
      height: 100%; }
    .top-producttype::before {
      left: 0;
      background: #3cb1b5; }
    .top-producttype::after {
      right: 0;
      background: #0ca1a6; } }
  .top-producttype-inner {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 10; }
    @media only screen and (min-width: 800px) {
      .top-producttype-inner {
        display: flex; } }
    @media only screen and (max-width: 800px) {
      .top-producttype-inner {
        width: 100%; } }
  .top-producttype-block {
    position: relative;
    display: flex;
    justify-content: center; }
    @media only screen and (min-width: 800px) {
      .top-producttype-block {
        padding: 70px 0; }
        .top-producttype-block[data-pos="left"] {
          width: 40%; }
        .top-producttype-block[data-pos="right"] {
          width: 60%;
          background: #0ca1a6; } }
    @media only screen and (max-width: 800px) {
      .top-producttype-block {
        padding: 30px 5%; }
        .top-producttype-block[data-pos="left"] {
          background: #3cb1b5; }
        .top-producttype-block[data-pos="right"] {
          background: #0ca1a6; } }
    .top-producttype-block-icon {
      position: absolute;
      user-select: none; }
      @media only screen and (min-width: 800px) {
        .top-producttype-block-icon {
          top: 70px; }
          [data-pos="left"] .top-producttype-block-icon {
            left: 0;
            width: 27.78%; }
          [data-pos="right"] .top-producttype-block-icon {
            left: 5%;
            width: 18.519%; } }
      @media only screen and (max-width: 800px) {
        .top-producttype-block-icon {
          top: 30px;
          width: 20%;
          left: 5%; } }
  .top-producttype-item {
    text-align: center; }
    @media only screen and (min-width: 800px) {
      .top-producttype-item[data-item="1"] {
        margin-left: 20%;
        width: 57.87%; }
      .top-producttype-item[data-item="2"], .top-producttype-item[data-item="3"] {
        width: 38.58%; } }
    @media only screen and (max-width: 800px) {
      .top-producttype-item {
        width: 50%; }
        .top-producttype-item-image {
          width: 60%; } }

/* ----------------
	三原則
-----------------*/
.top-sterilization {
  text-align: center;
  user-select: none;
  background-image: linear-gradient(to top, #f1f7fa 0%, #fff 100%); }
  .top-sterilization-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }
    @media only screen and (min-width: 800px) {
      .top-sterilization-inner {
        padding: 145px 0 100px; } }
    @media only screen and (max-width: 800px) {
      .top-sterilization-inner {
        padding: 35px 0; } }
  .top-sterilization-header {
    color: #0061ab; }
    .top-sterilization-header-title {
      line-height: 1;
      font-weight: bold; }
      @media only screen and (min-width: 800px) {
        .top-sterilization-header-title {
          font-size: 35px;
          letter-spacing: 1em; } }
      @media only screen and (max-width: 800px) {
        .top-sterilization-header-title {
          font-size: 5vw; } }
    @media only screen and (min-width: 800px) {
      .top-sterilization-header-lead {
        font-size: 24px;
        margin-top: 35px;
        letter-spacing: 0.8em; } }
    @media only screen and (max-width: 800px) {
      .top-sterilization-header-lead {
        font-size: 15px;
        margin-top: 20px; } }
    .top-sterilization-header-lead span {
      color: #ff7216; }
  .top-sterilization-list {
    display: flex;
    justify-content: space-around; }
    @media only screen and (min-width: 800px) {
      .top-sterilization-list {
        margin-top: 65px; } }
    @media only screen and (max-width: 800px) {
      .top-sterilization-list {
        margin-top: 35px; } }
  .top-sterilization-item {
    width: 30%;
    text-align: center; }
    .top-sterilization-item-inner {
      border-radius: 20px;
      background: #fff;
      box-shadow: 2.5px 4.33px 8px 0px rgba(149, 191, 210, 0.24); }
      @media only screen and (min-width: 800px) {
        .top-sterilization-item-inner {
          padding: 40px 10px; } }
      @media only screen and (max-width: 800px) {
        .top-sterilization-item-inner {
          padding: 10px 0px; } }
  .top-sterilization-info {
    color: #0061ab;
    font-weight: bold; }
    @media only screen and (min-width: 800px) {
      .top-sterilization-info {
        margin-top: 50px; } }
    @media only screen and (max-width: 800px) {
      .top-sterilization-info {
        margin-top: 35px; } }
    .top-sterilization-info-main {
      line-height: 1.8;
      letter-spacing: 0.3em; }
      @media only screen and (min-width: 800px) {
        .top-sterilization-info-main {
          font-size: 24px; } }
      @media only screen and (max-width: 800px) {
        .top-sterilization-info-main {
          font-size: 3vw; } }
      .top-sterilization-info-main span {
        display: inline-block;
        border-bottom: 1px dashed #0061ab; }
    @media only screen and (min-width: 800px) {
      .top-sterilization-info-sub {
        margin-top: 35px; } }
    @media only screen and (max-width: 800px) {
      .top-sterilization-info-sub {
        margin-top: 25px; } }

/* ----------------
	シーン選択
-----------------*/
.top-sceneSelect {
  text-align: center;
  user-select: none; }
  @media only screen and (min-width: 800px) {
    .top-sceneSelect {
      padding: 120px 0 50px; } }
  @media only screen and (max-width: 800px) {
    .top-sceneSelect {
      padding: 30px 0 20px; } }
  .top-sceneSelect-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }
  .top-sceneSelect-title {
    color: #0061ab;
    line-height: 1.6;
    letter-spacing: 0.3em; }
    @media only screen and (min-width: 800px) {
      .top-sceneSelect-title {
        font-size: 27px; } }
    @media only screen and (max-width: 800px) {
      .top-sceneSelect-title {
        font-size: 5vw; } }
  .top-sceneSelect-list {
    display: flex;
    justify-content: space-around; }
    @media only screen and (min-width: 800px) {
      .top-sceneSelect-list {
        margin-top: 75px; } }
    @media only screen and (max-width: 800px) {
      .top-sceneSelect-list {
        margin-top: 20px; } }
  @media only screen and (max-width: 800px) {
    .top-sceneSelect-item {
      padding: 0 5px; } }
  .top-sceneSelect-item figure {
    position: relative; }
    .top-sceneSelect-item figure::after {
      content: "";
      position: absolute;
      bottom: 20px;
      left: 50%;
      width: 20px;
      height: 20px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: translate(-50%, 0) rotate(135deg); }
      @media only screen and (max-width: 800px) {
        .top-sceneSelect-item figure::after {
          bottom: 10px;
          width: 10px;
          height: 10px; } }
  .top-sceneSelect-item-link {
    display: block; }
    @media only screen and (min-width: 800px) {
      .top-sceneSelect-item-link {
        transition: 0.4s; }
        .top-sceneSelect-item-link:hover {
          transform: scale(0.95); } }

/* ----------------
	シーン wrapper
-----------------*/
@media only screen and (min-width: 800px) {
  .top-scene {
    margin-top: 50px; } }

@media only screen and (max-width: 800px) {
  .top-scene {
    margin-top: 35px; } }

/* ----------------
	シーン
-----------------*/
@media only screen and (min-width: 800px) {
  .scene + .scene {
    margin-top: 50px; } }

@media only screen and (max-width: 800px) {
  .scene + .scene {
    margin-top: 30px; } }

.scene-header {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 800px) {
    .scene-header img {
      max-width: 60%; } }

.scene-photos {
  user-select: none;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1280px; }
  @media only screen and (min-width: 800px) {
    .scene-photos {
      margin-top: 50px; } }
  @media only screen and (max-width: 800px) {
    .scene-photos {
      margin-top: 30px; } }
  .scene-photos-list {
    display: flex; }
    .scene-photos-list[data-layout="2"] {
      justify-content: space-between; }
    .scene-photos-list[data-layout="3"] {
      justify-content: space-between; }
  .scene-photos-item figcaption {
    text-align: center;
    color: #0372a9; }
    @media only screen and (min-width: 800px) {
      .scene-photos-item figcaption {
        padding: 20px 0;
        font-size: 18px; } }
    @media only screen and (max-width: 800px) {
      .scene-photos-item figcaption {
        padding: 10px 0;
        font-size: 12px; } }
  .scene-photos-notice {
    color: #838383;
    text-align: center; }
    @media only screen and (min-width: 800px) {
      .scene-photos-notice {
        margin-top: 20px; } }
    @media only screen and (max-width: 800px) {
      .scene-photos-notice {
        margin-top: 10px; } }
    .scene-photos-notice small {
      font-size: 12px; }

@media only screen and (min-width: 800px) {
  .scene-movie {
    margin-top: 30px; } }

@media only screen and (max-width: 800px) {
  .scene-movie {
    margin-top: 25px; } }

.scene-movie-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 890px;
  text-align: center;
  background: url(../img/top/pt-movie.png); }
  @media only screen and (min-width: 800px) {
    .scene-movie-inner {
      background-size: 36px auto;
      padding: 60px 0; } }
  @media only screen and (max-width: 800px) {
    .scene-movie-inner {
      background-size: 18px auto;
      padding: 20px; } }
  .scene-movie-inner .comingsoon {
    margin: 0 auto;
    width: 560px;
    height: 315px;
    background: #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 35px; }
    @media only screen and (max-width: 800px) {
      .scene-movie-inner .comingsoon {
        width: 100%;
        height: 150px;
        font-size: 16px; } }
  .scene-movie-inner iframe {
    max-width: 100%; }
    @media only screen and (max-width: 800px) {
      .scene-movie-inner iframe {
        height: auto; } }

.scene-recommend {
  text-align: center; }
  @media only screen and (min-width: 800px) {
    .scene-recommend {
      margin-top: 80px; } }
  @media only screen and (max-width: 800px) {
    .scene-recommend {
      margin-top: 35px; } }
  .scene-recommend-header {
    background: url(../img/top/arrows.png) no-repeat center bottom;
    background-size: 36px auto;
    color: #026da9;
    font-weight: bold; }
    @media only screen and (min-width: 800px) {
      .scene-recommend-header {
        padding-bottom: 43px;
        font-size: 26px;
        background-size: 36px auto; } }
    @media only screen and (max-width: 800px) {
      .scene-recommend-header {
        padding-bottom: 30px;
        background-size: 25px auto; } }
  .scene-recommend-main {
    background-image: linear-gradient(to top, #0eaca1 0%, #0061ab 100%); }
    @media only screen and (min-width: 800px) {
      .scene-recommend-main {
        margin-top: 35px;
        padding: 85px 0; } }
    @media only screen and (max-width: 800px) {
      .scene-recommend-main {
        margin-top: 15px;
        padding: 10px 0 35px; } }
    .scene-recommend-main-inner {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      display: flex; }
      @media only screen and (max-width: 800px) {
        .scene-recommend-main-inner {
          flex-wrap: wrap;
          flex-direction: column-reverse; } }
    .scene-recommend-main-info {
      position: relative;
      user-select: none; }
      @media only screen and (max-width: 800px) {
        .scene-recommend-main-info {
          margin-top: -10px;
          z-index: 10; } }
      .scene-recommend-main-info img {
        pointer-events: none; }
      .scene-recommend-main-info-more {
        text-align: center;
        padding-top: 25px; }
        @media only screen and (max-width: 800px) {
          .scene-recommend-main-info-more {
            padding-top: 10px; } }
        .scene-recommend-main-info-more-link {
          display: inline-block;
          color: #fff;
          line-height: 1;
          border: 1px solid #fff; }
          @media only screen and (min-width: 800px) {
            .scene-recommend-main-info-more-link {
              padding: 15px 30px;
              border-radius: 30px;
              transition: 0.4s; }
              .scene-recommend-main-info-more-link:hover {
                color: #026da9;
                background: #fff; } }
          @media only screen and (max-width: 800px) {
            .scene-recommend-main-info-more-link {
              border-radius: 25px;
              padding: 10px 20px;
              font-size: 13px; } }
    .scene-recommend-main-image {
      user-select: none; }
      @media only screen and (max-width: 800px) {
        .scene-recommend-main-image img {
          max-width: 80%; } }

/* ----------------
	クレベリンリンク
-----------------*/
.top-cleverin {
  position: relative;
  text-align: center;
  user-select: none; }
  @media only screen and (min-width: 800px) {
    .top-cleverin {
      margin-top: 50px; }
      .top-cleverin::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 74%;
        background: #003ea7; } }
  @media only screen and (max-width: 800px) {
    .top-cleverin {
      margin-top: 30px; }
      .top-cleverin::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80%;
        background: #003ea7; } }
  .top-cleverin-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 800px) {
      .top-cleverin-inner {
        padding-top: 20px; } }
  .top-cleverin-base {
    pointer-events: none;
    width: 100%; }
  .top-cleverin-link {
    position: absolute;
    display: block; }
    @media only screen and (min-width: 800px) {
      .top-cleverin-link {
        top: 49%;
        left: 10.7%;
        width: 21.575%;
        transition: 0.4s; }
        .top-cleverin-link:hover {
          background: rgba(255, 255, 255, 0.2); } }
    @media only screen and (max-width: 800px) {
      .top-cleverin-link {
        top: 46.5%;
        left: 4%;
        width: 35%; } }

/* ----------------
	スペース
-----------------*/
.top-space {
  position: relative;
  width: 100%;
  height: 464px;
  background: url(../img/top/bg.jpg) no-repeat center center;
  background-size: cover; }
  @media only screen and (max-width: 800px) {
    .top-space {
      height: 180px; } }

.node {
  padding: 90px 0;
  position: relative;
  background-image: linear-gradient(0deg, #0eaca1 0%, #0061ab 100%); }
  @media only screen and (max-width: 800px) {
    .node {
      padding: 40px 0; } }
  .node-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    max-width: 876px; }
  .node-base {
    margin-top: 30px;
    position: relative; }
    @media only screen and (max-width: 800px) {
      .node-base {
        margin-left: -8%;
        width: 110%; } }
    .node-base-img {
      vertical-align: top;
      pointer-events: none; }
    .node-base-link {
      display: inline-block;
      position: absolute;
      width: 18.265%;
      cursor: pointer; }
      .node-base-link[data-pos="1"] {
        top: 37.5%;
        left: 67.8%; }
      .node-base-link[data-pos="2"] {
        top: 0.5%;
        left: 54.2%; }
      .node-base-link[data-pos="3"] {
        top: 37.5%;
        left: 13.5%; }
      .node-base-link[data-pos="4"] {
        bottom: 0.3%;
        left: 26.8%; }
      .node-base-link img {
        vertical-align: top; }
      .node-base-link-hover {
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.3s; }
      .node-base-link:hover .node-base-link-hover {
        opacity: 0; }
  .node-notice {
    margin-top: 60px;
    text-align: center;
    color: #fff;
    font-size: 13px; }

.rakuten_bnr {
  text-align: center;
  margin-top: 20px; }

.rakuten_bnr a {
  display: block; }

/* ----------------
	製品メイン
-----------------*/
.p-main-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex; }
  @media only screen and (min-width: 800px) {
    .p-main-inner {
      padding: 130px 0; } }
  @media only screen and (max-width: 800px) {
    .p-main-inner {
      padding: 30px 0;
      flex-wrap: wrap;
      flex-direction: column-reverse; } }

.p-main-info {
  user-select: none; }
  @media only screen and (min-width: 800px) {
    .p-main-info {
      width: 50%; } }
  @media only screen and (max-width: 800px) {
    .p-main-info {
      position: relative;
      margin-top: -50px;
      z-index: 10; } }
  .p-main-info-header {
    color: #0061ab; }
  .p-main-info-title {
    line-height: 1.4; }
    @media only screen and (min-width: 800px) {
      .p-main-info-title {
        font-size: 30px;
        white-space: nowrap; } }
    @media only screen and (max-width: 800px) {
      .p-main-info-title {
        font-size: 22px; } }
  @media only screen and (min-width: 800px) {
    .p-main-info-lead {
      margin-top: 10px;
      font-size: 16px; } }
  @media only screen and (max-width: 800px) {
    .p-main-info-lead {
      margin-top: 2%;
      font-size: 10px; } }
  .p-main-info-copy {
    color: #0061ab;
    font-weight: bold;
    line-height: 1.5; }
    @media only screen and (min-width: 800px) {
      .p-main-info-copy {
        font-size: 27px;
        margin-top: 30px; } }
    @media only screen and (max-width: 800px) {
      .p-main-info-copy {
        margin-top: 4%;
        font-size: 22px; } }
  .p-main-info-text {
    margin-top: 40px;
    line-height: 1.6; }
    @media only screen and (max-width: 800px) {
      .p-main-info-text {
        margin-top: 5%;
        font-size: 13px; } }
    .p-main-info-text .notice {
      display: block;
      font-size: 90%;
      color: #888888;
      margin-top: 5px; }

.p-main-image {
  user-select: none;
  pointer-events: none;
  margin: 0 auto; }
  @media only screen and (max-width: 800px) {
    .p-main-image {
      width: 80%;
      margin-bottom: 25px; } }

.p-main-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #797979;
  color: #666666; }
  @media only screen and (min-width: 800px) {
    .p-main-table {
      margin-top: 70px; } }
  @media only screen and (max-width: 800px) {
    .p-main-table {
      margin-top: 30px; } }
  .p-main-table th,
  .p-main-table td {
    padding: 10px 20px;
    border-bottom: 1px solid #797979; }
    @media only screen and (max-width: 800px) {
      .p-main-table th,
      .p-main-table td {
        padding: 5px 10px; } }
  .p-main-table th {
    width: 125px;
    background: #ececec;
    border-left: 1px solid #797979;
    border-right: 1px solid #797979; }
  .p-main-table td {
    border-right: 1px solid #797979; }
    @media only screen and (max-width: 800px) {
      .p-main-table td {
        font-size: 12px; } }

/* ----------------
	情報メイン
-----------------*/
.p-info-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 820px; }
  @media only screen and (min-width: 800px) {
    .p-info-inner {
      padding-bottom: 100px; } }
  @media only screen and (max-width: 800px) {
    .p-info-inner {
      padding-bottom: 50px; } }

.p-info-title {
  text-align: center;
  color: #0061ab;
  line-height: 1.6; }
  @media only screen and (min-width: 800px) {
    .p-info-title {
      font-size: 22px; } }
  @media only screen and (max-width: 800px) {
    .p-info-title {
      font-size: 18px; } }

.p-info-photolist {
  display: flex;
  justify-content: space-between; }
  @media only screen and (min-width: 800px) {
    .p-info-photolist {
      margin-top: 40px; } }
  @media only screen and (max-width: 800px) {
    .p-info-photolist {
      margin-top: 25px; } }
  @media only screen and (min-width: 800px) {
    .p-info-photolist-item {
      margin: 0 10px; } }

.p-info-note {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #0061ab; }
  @media only screen and (max-width: 800px) {
    .p-info-note {
      font-size: 11px; } }

/* ----------------
	使い方とか
-----------------*/
.p-use {
  background: #ebf4f8; }
  @media only screen and (min-width: 800px) {
    .p-use {
      padding: 50px 0; } }
  @media only screen and (max-width: 800px) {
    .p-use {
      padding: 30px 0; } }
  .p-use-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    max-width: 820px; }
  .p-use-title {
    color: #0061ab;
    text-align: center;
    user-select: none; }
    @media only screen and (min-width: 800px) {
      .p-use-title {
        font-size: 24px; } }
    @media only screen and (max-width: 800px) {
      .p-use-title {
        font-size: 17px; } }
  .p-use-contents {
    color: #0061ab; }
    @media only screen and (min-width: 800px) {
      .p-use-contents {
        padding-top: 50px;
        font-size: 14px; } }
    @media only screen and (max-width: 800px) {
      .p-use-contents {
        padding-top: 30px;
        font-size: 12px; } }
    .p-use-contents-section + .p-use-contents-section {
      margin-top: 30px; }
      @media only screen and (max-width: 800px) {
        .p-use-contents-section + .p-use-contents-section {
          margin-top: 15px; } }
    .p-use-contents-section h4 {
      margin-bottom: 10px;
      font-weight: normal; }
    .p-use-contents-section p {
      margin-bottom: 10px; }
    .p-use-contents-section ul {
      margin-left: 15px; }
      .p-use-contents-section ul li {
        list-style: disc;
        line-height: 1.6; }
  .p-use-table {
    border-collapse: collapse;
    border: 1px solid #0061ab;
    margin-top: 20px; }
    .p-use-table th,
    .p-use-table td {
      position: relative;
      padding: 15px 20px; }
      .p-use-table th::after,
      .p-use-table td::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 70%;
        transform: translate(0, -50%); }
    .p-use-table th {
      position: relative;
      color: #fff;
      background: #0061ab;
      text-align: center; }
      .p-use-table th:last-child::after {
        display: none; }
      .p-use-table th::after {
        background: #76add4; }
    .p-use-table td {
      position: relative;
      background: #fff;
      text-align: center; }
      .p-use-table td:last-child::after {
        display: none; }
      .p-use-table td::after {
        background: #0061ab; }
  .p-use-more {
    text-align: center;
    user-select: none; }
    @media only screen and (min-width: 800px) {
      .p-use-more {
        margin-top: 40px; } }
    @media only screen and (max-width: 800px) {
      .p-use-more {
        margin-top: 30px; } }
    .p-use-more-link {
      display: inline-block;
      line-height: 1;
      padding: 20px 40px;
      color: #0061ab;
      border: 1px solid #0061ab;
      border-radius: 4px; }
      @media only screen and (min-width: 800px) {
        .p-use-more-link {
          transition: 0.4s; }
          .p-use-more-link:hover {
            color: #fff;
            background: #0061ab; } }
      @media only screen and (max-width: 800px) {
        .p-use-more-link {
          font-size: 13px; } }
  @media only screen and (min-width: 800px) {
    .p-use-howtolist {
      display: flex;
      justify-content: space-between;
      margin-top: 50px; } }
  @media only screen and (max-width: 800px) {
    .p-use-howtolist {
      margin-top: 35px; } }
  @media only screen and (min-width: 800px) {
    .p-use-howtolist-item {
      width: 30%; } }
  @media only screen and (max-width: 800px) {
    .p-use-howtolist-item {
      display: flex;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 800px) {
    .p-use-howtolist-item figure {
      width: 100%;
      text-align: center;
      user-select: none; } }
  @media only screen and (max-width: 800px) {
    .p-use-howtolist-item figure {
      width: 25%; } }
  .p-use-howtolist-item figcaption {
    color: #0061ab;
    line-height: 1.4; }
    @media only screen and (min-width: 800px) {
      .p-use-howtolist-item figcaption {
        margin-top: 10px; } }
    @media only screen and (max-width: 800px) {
      .p-use-howtolist-item figcaption {
        flex: 1;
        padding: 10px 15px;
        font-size: 13px; } }

/* ----------------
	注意事項
-----------------*/
.p-notice {
  background: #ceebef; }
  @media only screen and (min-width: 800px) {
    .p-notice {
      padding: 50px 0; } }
  @media only screen and (max-width: 800px) {
    .p-notice {
      padding: 30px 0; } }
  .p-notice-inner {
    color: #0061ab;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    max-width: 820px; }
  .p-notice-section + .p-notice-section {
    margin-top: 25px; }
  .p-notice-title {
    font-size: 16px; }
  .p-notice-list {
    margin-left: 20px; }
    @media only screen and (min-width: 800px) {
      .p-notice-list {
        margin-top: 15px; } }
    @media only screen and (max-width: 800px) {
      .p-notice-list {
        margin-top: 10px; } }
  .p-notice-item {
    line-height: 1.4; }
    [data-liststyle="decimal"] .p-notice-item {
      list-style: decimal; }
    [data-liststyle="disc"] .p-notice-item {
      list-style: disc; }
    @media only screen and (min-width: 800px) {
      .p-notice-item {
        font-size: 14px;
        margin-bottom: 5px; } }
    @media only screen and (max-width: 800px) {
      .p-notice-item {
        font-size: 12px;
        margin-bottom: 2px; } }

/* ----------------
	マスク用
-----------------*/
.p-mask-youtubelink {
  margin-top: 35px; }
  .p-mask-youtubelink-link {
    position: relative;
    display: block;
    padding: 10px 0 10px 20px;
    color: #fff;
    background-color: #0061ab;
    border-radius: 50px;
    max-width: 240px;
    font-size: 18px;
    margin: 0 auto; }
    .p-mask-youtubelink-link::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 30px;
      transform: translateY(-50%);
      width: 27px;
      height: 27px;
      display: inline-block;
      background-image: url(../img/mask/icon.png);
      background-size: 27px 27px; }

@media only screen and (max-width: 800px) {
  .p-mask-image {
    margin-top: 30px; } }

.p-mask-notice {
  margin: 20px 0 20px; }
  @media only screen and (max-width: 800px) {
    .p-mask-notice {
      margin: 10px 0 10px; } }
  .p-mask-notice li {
    text-indent: -15px;
    margin-left: 15px;
    font-size: 14px;
    color: #888888; }
    @media only screen and (max-width: 800px) {
      .p-mask-notice li {
        text-indent: -11px;
        margin-left: 11px;
        font-size: 10px; } }

.p-mask-tableImage {
  pointer-events: none;
  margin-top: 40px; }

.p-mask-item {
  margin-top: 10px;
  font-size: 14px; }
  .p-mask-item::before {
    content: "●";
    margin-right: 5px; }

.p-mask-table {
  margin-top: 40px; }
  @media only screen and (max-width: 800px) {
    .p-mask-table {
      margin-top: 20px; } }
  .p-mask-table th {
    width: 80px; }

.p-mask-info {
  text-align: center;
  max-width: 220px;
  margin: 50px auto 70px; }
  @media only screen and (max-width: 800px) {
    .p-mask-info {
      margin: 24px auto 32px; } }
  .p-mask-info a {
    position: relative;
    display: block;
    padding: 8px 10px 8px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    background-color: #0061ab;
    border-radius: 50px; }
    .p-mask-info a span {
      position: absolute;
      top: 50%;
      right: 7%;
      transform: translateY(-50%);
      display: inline-block;
      transition: all 0.2s ease-in-out; }
    .p-mask-info a:hover span {
      right: 4%; }

.scroll-inherit body {
  overflow: hidden !important; }

[data-namespace="protectmask"] {
  overflow: visible !important; }
  [data-namespace="protectmask"] .header {
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10; }
    [data-namespace="protectmask"] .header-inner {
      width: 100%;
      max-width: none;
      margin: 0 auto;
      padding: 0 5vw;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      [data-namespace="protectmask"] .header-inner h1 {
        font-size: 0;
        user-select: none;
        position: relative; }
        [data-namespace="protectmask"] .header-inner h1 a {
          transition: 0.4s all; }
          [data-namespace="protectmask"] .header-inner h1 a svg {
            width: 150px;
            height: 27px;
            fill: #fff; }
          [data-namespace="protectmask"] .header-inner h1 a:hover {
            opacity: 0.6; }
      [data-namespace="protectmask"] .header-inner nav ul {
        display: flex; }
        [data-namespace="protectmask"] .header-inner nav ul li {
          margin-left: 20px; }
          [data-namespace="protectmask"] .header-inner nav ul li a {
            font-size: 0;
            display: block; }
            [data-namespace="protectmask"] .header-inner nav ul li a svg {
              fill: #fff;
              width: 40px;
              height: 40px;
              transition: 0.4s all; }
              @media only screen and (max-width: 800px) {
                [data-namespace="protectmask"] .header-inner nav ul li a svg {
                  width: 30px;
                  height: 30px; } }
            [data-namespace="protectmask"] .header-inner nav ul li a.twitter:hover svg {
              fill: #1da1f2; }
            [data-namespace="protectmask"] .header-inner nav ul li a.insta {
              position: relative;
              width: 40px;
              height: 40px; }
              @media only screen and (max-width: 800px) {
                [data-namespace="protectmask"] .header-inner nav ul li a.insta {
                  width: 30px;
                  height: 30px; } }
              [data-namespace="protectmask"] .header-inner nav ul li a.insta img {
                width: 40px;
                height: 40px;
                position: absolute;
                left: 0;
                top: 0; }
                @media only screen and (max-width: 800px) {
                  [data-namespace="protectmask"] .header-inner nav ul li a.insta img {
                    width: 30px;
                    height: 30px; } }
                [data-namespace="protectmask"] .header-inner nav ul li a.insta img.hover {
                  opacity: 0;
                  visibility: hidden;
                  transition: 0.4s;
                  z-index: 1; }
              [data-namespace="protectmask"] .header-inner nav ul li a.insta:hover img.hover {
                opacity: 1;
                visibility: visible; }
  [data-namespace="protectmask"] .protectmask-container {
    max-width: 1045px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 800px) {
      [data-namespace="protectmask"] .protectmask-container {
        padding: 0 3vw; } }
  [data-namespace="protectmask"] .protectmask-content {
    background: linear-gradient(0deg, #ebf3f5 0%, white 100%); }
  [data-namespace="protectmask"] .protectmask-kv-inner {
    position: relative; }
    [data-namespace="protectmask"] .protectmask-kv-inner .swiper-wrapper {
      position: relative;
      width: 100%;
      margin: 0 auto;
      height: 100vh; }
    [data-namespace="protectmask"] .protectmask-kv-inner .swiper-slide {
      padding-bottom: 64%;
      background-position: top;
      background-size: cover;
      background-repeat: no-repeat;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
      [data-namespace="protectmask"] .protectmask-kv-inner .swiper-slide[data-id="1"] {
        background-image: url(/cleverin/cleveand/assets/img/protectmask/kv/kv1.jpg); }
      [data-namespace="protectmask"] .protectmask-kv-inner .swiper-slide[data-id="2"] {
        background-image: url(/cleverin/cleveand/assets/img/protectmask/kv/kv2.jpg); }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-kv-inner .swiper-slide[data-id="2"] {
            background-position: right; } }
      [data-namespace="protectmask"] .protectmask-kv-inner .swiper-slide[data-id="3"] {
        background-position: right;
        background-image: url(/cleverin/cleveand/assets/img/protectmask/kv/kv3.jpg); }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-kv-inner .swiper-slide[data-id="3"] {
            background-image: url(/cleverin/cleveand/assets/img/protectmask/kv/kv3_.jpg); } }
      [data-namespace="protectmask"] .protectmask-kv-inner .swiper-slide[data-id="4"] {
        background-position: top;
        background-image: url(/cleverin/cleveand/assets/img/protectmask/kv/kv4.jpg); }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-kv-inner .swiper-slide[data-id="4"] {
            background-image: url(/cleverin/cleveand/assets/img/protectmask/kv/kv4_.jpg); } }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-kv-inner .swiper-slide {
          padding-bottom: 96%; } }
  [data-namespace="protectmask"] .protectmask-kv-heading {
    color: #fff;
    position: absolute;
    top: 65%;
    left: 5vw;
    transform: translateY(-50%);
    z-index: 99;
    letter-spacing: 0.55em; }
    @media only screen and (max-width: 800px) {
      [data-namespace="protectmask"] .protectmask-kv-heading {
        left: 5vw; } }
    [data-namespace="protectmask"] .protectmask-kv-heading-main {
      font-size: 43px;
      font-family: "Noto Sans JP", sans-serif;
      line-height: 1.6;
      letter-spacing: 0;
      margin-top: 46px; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-kv-heading-main {
          font-size: 20px;
          margin-top: 20px;
          letter-spacing: 0.1em; } }
    [data-namespace="protectmask"] .protectmask-kv-heading-sub {
      font-size: 28px;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-kv-heading-sub {
          font-size: 16px;
          margin-top: 16px;
          letter-spacing: 0.1em; } }
    [data-namespace="protectmask"] .protectmask-kv-heading-text {
      display: inline-block;
      font-family: "M PLUS Rounded 1c", sans-serif;
      letter-spacing: 0.4em;
      margin-top: 38px;
      font-size: 18px; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-kv-heading-text {
          font-size: 13px;
          margin-top: 10px; } }
  [data-namespace="protectmask"] .protectmask-kv-logo {
    position: absolute;
    bottom: 3vw;
    right: 5vw;
    z-index: 99; }
    @media only screen and (max-width: 800px) {
      [data-namespace="protectmask"] .protectmask-kv-logo {
        width: 22%;
        right: 3vw; } }
  [data-namespace="protectmask"] .protectmask-about {
    position: relative;
    padding: 130px 0 90px;
    background: linear-gradient(0deg, #00aca1 0%, #0063af 100%); }
    @media only screen and (max-width: 800px) {
      [data-namespace="protectmask"] .protectmask-about {
        padding: 50px 0 40px; } }
    [data-namespace="protectmask"] .protectmask-about::after {
      content: "";
      position: absolute;
      top: 7%;
      left: 0;
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 53%;
      background-image: url(../img/protectmask/about/bg.png);
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-about::after {
          background-image: url(../img/protectmask/about/bg-sp.png);
          padding-bottom: 65%; } }
    [data-namespace="protectmask"] .protectmask-about .section-title {
      max-width: 946px;
      margin: 0 auto; }
    [data-namespace="protectmask"] .protectmask-about .section-subtitle {
      max-width: 226px;
      margin: 0 auto 20px; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-about .section-subtitle {
          max-width: 120px;
          margin: 30px auto 20px; } }
    [data-namespace="protectmask"] .protectmask-about-display {
      position: relative;
      max-width: 750px;
      margin: 0 auto;
      z-index: 10; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-about-display {
          margin: -30px auto 0; } }
    [data-namespace="protectmask"] .protectmask-about .protectmask-container {
      position: relative;
      padding: 50px 0;
      background-image: url(../img/protectmask/about/pattern.png);
      z-index: 10; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-about .protectmask-container {
          margin: 0 3vw;
          padding: 14px 16px 30px; } }
    [data-namespace="protectmask"] .protectmask-about-detail {
      position: relative;
      max-width: 990px;
      margin: 0 auto; }
      [data-namespace="protectmask"] .protectmask-about-detail-point1, [data-namespace="protectmask"] .protectmask-about-detail-point2 {
        max-width: 204px;
        width: 90%;
        position: absolute;
        left: -54px; }
        @media screen and (max-width: 1000px) {
          [data-namespace="protectmask"] .protectmask-about-detail-point1, [data-namespace="protectmask"] .protectmask-about-detail-point2 {
            max-width: 18vw;
            left: 0; } }
      [data-namespace="protectmask"] .protectmask-about-detail-point1 {
        top: -30px; }
        @media screen and (max-width: 1000px) {
          [data-namespace="protectmask"] .protectmask-about-detail-point1 {
            top: -2vw; } }
      [data-namespace="protectmask"] .protectmask-about-detail-point2 {
        bottom: 24px; }
        @media screen and (max-width: 1000px) {
          [data-namespace="protectmask"] .protectmask-about-detail-point2 {
            bottom: 4vw; } }
    [data-namespace="protectmask"] .protectmask-about .section-detail-title {
      max-width: 720px;
      margin: 40px auto 30px; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-about .section-detail-title {
          margin: 20px auto; } }
    [data-namespace="protectmask"] .protectmask-about .section-feature-title {
      position: relative;
      max-width: 720px;
      margin: 0 auto;
      padding: 10px 0;
      text-align: center;
      font-size: 20px;
      font-weight: 400;
      background-color: #0062ac;
      color: #fff;
      font-family: "Noto Sans JP", sans-serif; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-about .section-feature-title {
          font-size: 16px;
          padding: 6px 0; } }
      [data-namespace="protectmask"] .protectmask-about .section-feature-title::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: -8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 7px 0 7px;
        border-color: #0061ac transparent transparent transparent;
        z-index: 10; }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-about .section-feature-title::after {
            bottom: -7px; } }
    [data-namespace="protectmask"] .protectmask-about-feature-list {
      position: relative;
      max-width: 720px;
      margin: 0 auto;
      padding: 20px 30px;
      background-color: #f6f6f6; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-about-feature-list {
          padding: 10px 15px; } }
      [data-namespace="protectmask"] .protectmask-about-feature-list-item {
        color: #0062ac;
        font-size: 19px;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: 700;
        padding: 6px 0; }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-about-feature-list-item {
            font-size: 12px;
            padding-left: 1em;
            text-indent: -1.1em;
            line-height: 2; } }
        [data-namespace="protectmask"] .protectmask-about-feature-list-item span {
          display: inline-block;
          position: relative;
          padding-bottom: 0px; }
          @media only screen and (max-width: 800px) {
            [data-namespace="protectmask"] .protectmask-about-feature-list-item span {
              padding-left: 1em; } }
          [data-namespace="protectmask"] .protectmask-about-feature-list-item span::after {
            content: "";
            display: block;
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 100%;
            height: 2px;
            background-image: url(../img/protectmask/about/dotline.png); }
            @media only screen and (max-width: 800px) {
              [data-namespace="protectmask"] .protectmask-about-feature-list-item span::after {
                bottom: 1px; } }
    [data-namespace="protectmask"] .protectmask-about-attention {
      max-width: 820px;
      margin: 30px auto 0;
      font-size: 13px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      color: #fff;
      line-height: 1.6;
      letter-spacing: 0; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-about-attention {
          margin: 15px 3vw 0;
          font-size: 11px; } }
  [data-namespace="protectmask"] .protectmask-feature {
    padding: 120px 0; }
    @media only screen and (max-width: 800px) {
      [data-namespace="protectmask"] .protectmask-feature {
        padding: 60px 0; } }
    [data-namespace="protectmask"] .protectmask-feature .section-title {
      position: relative;
      text-align: center;
      color: #0062ab;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 700;
      font-size: 38px;
      line-height: 1.6;
      letter-spacing: 0.1em;
      margin-bottom: 50px; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-feature .section-title {
          font-size: 22px;
          letter-spacing: 0.05em;
          margin-bottom: 30px; } }
      [data-namespace="protectmask"] .protectmask-feature .section-title span {
        display: inline-block;
        position: relative; }
        [data-namespace="protectmask"] .protectmask-feature .section-title span::after {
          content: "";
          position: absolute;
          display: block;
          width: 100%;
          height: 5px;
          background-image: url(../img/protectmask/feature/dot.png);
          background-size: cover; }
    [data-namespace="protectmask"] .protectmask-feature-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 36px;
      max-width: 1000px;
      margin: 0 auto; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-feature-list {
          margin-top: 18px;
          justify-content: center; } }
      [data-namespace="protectmask"] .protectmask-feature-list-item:first-of-type {
        margin-bottom: 30px; }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-feature-list-item:first-of-type {
            margin-bottom: 0; } }
      [data-namespace="protectmask"] .protectmask-feature-list-item:nth-of-type(2) {
        margin-bottom: 90px; }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-feature-list-item:nth-of-type(2) {
            margin-bottom: 0; } }
      [data-namespace="protectmask"] .protectmask-feature-list-item:nth-of-type(2n + 3) {
        margin-top: -54px; }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-feature-list-item:nth-of-type(2n + 3) {
            margin-top: auto;
            margin-left: 0; } }
      [data-namespace="protectmask"] .protectmask-feature-list-item:nth-of-type(2n + 4) {
        margin-top: 40px; }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-feature-list-item:nth-of-type(2n + 4) {
            margin-top: auto;
            margin-right: 0; } }
  [data-namespace="protectmask"] .protectmask-cm {
    padding-bottom: 116px;
    text-align: center; }
    @media only screen and (max-width: 800px) {
      [data-namespace="protectmask"] .protectmask-cm {
        padding: 0 3vw 50px; } }
    [data-namespace="protectmask"] .protectmask-cm .protectmask-container {
      padding: 40px 0 90px;
      background-image: url(../img/protectmask/cm/pattern.png);
      border-radius: 4px; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-cm .protectmask-container {
          padding: 30px 0 46px; } }
    [data-namespace="protectmask"] .protectmask-cm .section-title {
      font-size: 28px;
      font-family: "Noto Sans JP", sans-serif;
      text-align: center;
      color: #fff;
      margin-bottom: 20px; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-cm .section-title {
          font-size: 22px; } }
    [data-namespace="protectmask"] .protectmask-cm-title {
      display: inline-block;
      font-size: 16px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      color: #8ecedd;
      background-color: #fff;
      padding: 4px 12px;
      border-radius: 50px;
      letter-spacing: 0.08em; }
    [data-namespace="protectmask"] .protectmask-cm-container {
      position: relative;
      margin-top: 26px;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-width: 800px) {
        [data-namespace="protectmask"] .protectmask-cm-container {
          width: 560px;
          height: 315px; } }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-cm-container {
          width: 100%;
          height: 0;
          padding-bottom: 56.25%;
          overflow: hidden; } }
      [data-namespace="protectmask"] .protectmask-cm-container iframe {
        width: 92%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
  [data-namespace="protectmask"] .protectmask-info {
    padding: 118px 0 90px; }
    @media only screen and (max-width: 800px) {
      [data-namespace="protectmask"] .protectmask-info {
        padding: 60px 0 46px; } }
    [data-namespace="protectmask"] .protectmask-info .protectmask-container {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-info .protectmask-container {
          flex-wrap: wrap; } }
    @media only screen and (max-width: 800px) {
      [data-namespace="protectmask"] .protectmask-info-display {
        margin: 0 auto; } }
    [data-namespace="protectmask"] .protectmask-info-content {
      max-width: 540px;
      width: 100%;
      margin-right: 30px; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-info-content {
          margin: 0 auto; } }
      [data-namespace="protectmask"] .protectmask-info-content .p-main-table {
        font-size: 15px; }
        [data-namespace="protectmask"] .protectmask-info-content .p-main-table th {
          background-color: #fff; }
        [data-namespace="protectmask"] .protectmask-info-content .p-main-table td {
          padding: 10px 6px; }
    [data-namespace="protectmask"] .protectmask-info-list-item {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      [data-namespace="protectmask"] .protectmask-info-list-item::after {
        content: "";
        display: block;
        width: 100%;
        height: 6px;
        background-image: url(../img/protectmask/info/dotline.png);
        background-size: contain; }
      [data-namespace="protectmask"] .protectmask-info-list-item dt,
      [data-namespace="protectmask"] .protectmask-info-list-item dd {
        display: inline-block;
        padding: 20px 0;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        font-size: 15px;
        color: #666666; }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-info-list-item dt,
          [data-namespace="protectmask"] .protectmask-info-list-item dd {
            font-size: 12px; } }
        @media screen and (max-width: 345px) {
          [data-namespace="protectmask"] .protectmask-info-list-item dt,
          [data-namespace="protectmask"] .protectmask-info-list-item dd {
            font-size: 10px; } }
      [data-namespace="protectmask"] .protectmask-info-list-item dt {
        width: 60%;
        line-height: 1.5; }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-info-list-item dt {
            width: 54%; } }
      [data-namespace="protectmask"] .protectmask-info-list-item dd:nth-of-type(odd) {
        width: 14.8%; }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-info-list-item dd:nth-of-type(odd) {
            width: 13%; } }
      [data-namespace="protectmask"] .protectmask-info-list-item dd:nth-of-type(even) {
        width: 25.2%; }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-info-list-item dd:nth-of-type(even) {
            width: 33%; } }
    [data-namespace="protectmask"] .protectmask-info-button {
      margin: 76px auto 0;
      max-width: 414px; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-info-button {
          margin: 32px auto 0;
          text-align: center;
          width: 92%; } }
      [data-namespace="protectmask"] .protectmask-info-button a {
        display: block;
        font-size: 18px;
        font-family: "Noto Sans JP", sans-serif;
        color: #fff;
        background-color: #6bc3d7;
        padding: 24px 130px;
        border-radius: 50px;
        border: solid 2px #6bc3d7;
        transition: all 0.3s ease-in-out; }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-info-button a {
            padding: 12px 0; } }
        [data-namespace="protectmask"] .protectmask-info-button a:hover {
          background-color: #fff;
          color: #6bc3d7; }
  [data-namespace="protectmask"] .protectmask-howto {
    padding: 68px 0 80px;
    background-color: #3398ca;
    text-align: center; }
    @media only screen and (max-width: 800px) {
      [data-namespace="protectmask"] .protectmask-howto {
        padding: 34px 0 20px; } }
    [data-namespace="protectmask"] .protectmask-howto .section-title {
      font-family: "Noto Sans JP", sans-serif;
      color: #fff;
      font-size: 24px;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-howto .section-title {
          font-size: 22px; } }
    [data-namespace="protectmask"] .protectmask-howto-lead {
      color: #fff;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      font-size: 16px;
      margin-top: 22px; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-howto-lead {
          font-size: 13px;
          line-height: 1.5;
          margin-top: 16px; } }
    [data-namespace="protectmask"] .protectmask-howto-content {
      display: flex;
      justify-content: center;
      margin-top: 40px; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-howto-content {
          flex-wrap: wrap;
          margin-top: 0; } }
      [data-namespace="protectmask"] .protectmask-howto-content-img {
        padding: 0 60px; }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-howto-content-img {
            padding: 20px 0;
            width: 92%; } }
        [data-namespace="protectmask"] .protectmask-howto-content-img:first-of-type {
          border-right: solid 1px #fff; }
          @media only screen and (max-width: 800px) {
            [data-namespace="protectmask"] .protectmask-howto-content-img:first-of-type {
              border-right: none;
              border-bottom: solid 1px #fff; } }
  [data-namespace="protectmask"] .protectmask-question {
    padding: 120px 0 100px;
    background-color: #ddebee; }
    @media only screen and (max-width: 800px) {
      [data-namespace="protectmask"] .protectmask-question {
        padding: 60px 0 50px; } }
    [data-namespace="protectmask"] .protectmask-question .section-title {
      font-family: "Noto Sans JP", sans-serif;
      text-align: center;
      color: #6bc3d7;
      margin-bottom: 60px;
      font-size: 28px; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-question .section-title {
          margin-bottom: 30px;
          font-size: 22px; } }
    [data-namespace="protectmask"] .protectmask-question-heading {
      max-width: 850px;
      margin: 0 auto;
      font-size: 20px;
      font-family: "Noto Sans JP", sans-serif;
      color: #6bc3d7; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-question-heading {
          font-size: 16px; } }
      [data-namespace="protectmask"] .protectmask-question-heading:not(:first-of-type) {
        margin-top: 40px; }
    [data-namespace="protectmask"] .protectmask-question-list {
      max-width: 850px;
      margin: 0 auto; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-question-list {
          margin: 0; } }
      [data-namespace="protectmask"] .protectmask-question-list-item {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.8;
        margin: 20px 0; }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-question-list-item {
            font-size: 14px; } }
        [data-namespace="protectmask"] .protectmask-question-list-item-q, [data-namespace="protectmask"] .protectmask-question-list-item-a {
          border-radius: 10px; }
          [data-namespace="protectmask"] .protectmask-question-list-item-q p, [data-namespace="protectmask"] .protectmask-question-list-item-a p {
            position: relative;
            text-indent: -28px;
            padding: 32px 90px; }
            @media only screen and (max-width: 800px) {
              [data-namespace="protectmask"] .protectmask-question-list-item-q p, [data-namespace="protectmask"] .protectmask-question-list-item-a p {
                padding: 16px 65px;
                text-indent: -24px; } }
            [data-namespace="protectmask"] .protectmask-question-list-item-q p::before, [data-namespace="protectmask"] .protectmask-question-list-item-a p::before {
              display: inline-block;
              font-size: 28px;
              font-family: "Montserrat", sans-serif;
              font-weight: 700;
              padding-right: 24px;
              line-height: 1; }
              @media only screen and (max-width: 800px) {
                [data-namespace="protectmask"] .protectmask-question-list-item-q p::before, [data-namespace="protectmask"] .protectmask-question-list-item-a p::before {
                  font-size: 24px; } }
        [data-namespace="protectmask"] .protectmask-question-list-item-q {
          position: relative;
          background-color: #8ecedd;
          color: #ffffff;
          cursor: pointer;
          margin-bottom: 0;
          transition: all 0.3s ease; }
          [data-namespace="protectmask"] .protectmask-question-list-item-q p::before {
            content: "Q";
            color: #ffffff; }
          [data-namespace="protectmask"] .protectmask-question-list-item-q-button {
            position: absolute;
            top: 50%;
            right: 32px;
            display: block;
            width: 20px;
            height: 20px;
            transform: translateY(-50%);
            transition: all 0.3s ease; }
            [data-namespace="protectmask"] .protectmask-question-list-item-q-button::before, [data-namespace="protectmask"] .protectmask-question-list-item-q-button::after {
              content: "";
              position: absolute;
              display: block;
              top: 50%;
              right: 0px;
              width: 100%;
              height: 4px;
              border-radius: 2px;
              background-color: #ffffff; }
            [data-namespace="protectmask"] .protectmask-question-list-item-q-button::after {
              transform: rotate(90deg);
              transition: all 0.3s ease; }
        [data-namespace="protectmask"] .protectmask-question-list-item-a {
          background-color: #f1f7f8;
          color: #6bc3d7;
          max-height: 0;
          overflow: hidden;
          transition: all 0.3s ease;
          opacity: 0; }
          [data-namespace="protectmask"] .protectmask-question-list-item-a p::before {
            content: "A";
            color: #6bc3d7; }
        [data-namespace="protectmask"] .protectmask-question-list-item[data-question-open] .protectmask-question-list-item-q {
          margin-bottom: 20px; }
        [data-namespace="protectmask"] .protectmask-question-list-item[data-question-open] .protectmask-question-list-item-q-button::after {
          transform: rotate(0deg); }
        [data-namespace="protectmask"] .protectmask-question-list-item[data-question-open] .protectmask-question-list-item-a {
          max-height: 500px;
          overflow: visible;
          opacity: 1; }
  [data-namespace="protectmask"] .protectmask-insta {
    padding: 90px 0; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      [data-namespace="protectmask"] .protectmask-insta {
        display: none; } }
    @media only screen and (max-width: 800px) {
      [data-namespace="protectmask"] .protectmask-insta {
        padding: 40px 0 45px; } }
    [data-namespace="protectmask"] .protectmask-insta .section-title {
      text-align: center;
      font-size: 28px;
      font-family: "Noto Sans JP", sans-serif;
      letter-spacing: 0.2em;
      color: #0062ab;
      margin-bottom: 60px;
      font-weight: 700; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-insta .section-title {
          font-size: 22px;
          margin-bottom: 30px; } }
    [data-namespace="protectmask"] .protectmask-insta-link {
      margin: 130px auto 0; }
      @media only screen and (max-width: 800px) {
        [data-namespace="protectmask"] .protectmask-insta-link {
          margin: 20px auto 0; } }
      [data-namespace="protectmask"] .protectmask-insta-link a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #0062ab;
        font-size: 16px;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        border: solid 1px #0062ab;
        border-radius: 50px;
        padding: 18px 30px;
        max-width: 320px;
        margin: 0 auto;
        transition: all 0.3s ease-in-out; }
        @media only screen and (max-width: 800px) {
          [data-namespace="protectmask"] .protectmask-insta-link a {
            font-size: 13px;
            text-align: center; } }
        [data-namespace="protectmask"] .protectmask-insta-link a:hover {
          opacity: 0.5; }
    [data-namespace="protectmask"] .protectmask-insta .sk-ig-profile-usename,
    [data-namespace="protectmask"] .protectmask-insta .sk-ig-feed-m-r-15px {
      display: none; }
    [data-namespace="protectmask"] .protectmask-insta .limit-two-lines {
      font-size: 13px;
      margin-left: auto;
      margin-right: auto; }
    [data-namespace="protectmask"] .protectmask-insta .sk-ww-instagram-hashtag-feed-item {
      border: solid 1px #dddddd; }
  [data-namespace="protectmask"] .protectmask-footer {
    padding: 24px 0;
    background-color: #c1e9f3;
    text-align: center; }
    [data-namespace="protectmask"] .protectmask-footer small {
      color: #70b8c9;
      font-size: 10px;
      font-family: "Noto Sans JP", sans-serif; }
  [data-namespace="protectmask"] [data-scroll] {
    opacity: 0;
    transition: all 0.3s ease-in-out 0.3s;
    transform: translateY(30px); }
  [data-namespace="protectmask"] [data-scroll="active"] {
    opacity: 1;
    transform: translateY(0); }

.white-popup {
  max-width: 1000px !important; }

@media only screen and (max-width: 800px) {
  [data-media="pc"] {
    display: none; } }

@media only screen and (min-width: 800px) {
  [data-media="sp"] {
    display: none; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }