@charset "UTF-8";
/* ===================================================================*/
/* 設定*/
/* ===================================================================*/
/* HTML5の場合は値を「false」から「true」にする*/
/* 汎用クラスを使用するか*/
/* 簡易ロールオーバーの値*/
/* 余白調整用のクラスを使用するか*/
/* 画像のパス*/
/* ベースフォント*/
/* ベースフォント*/
/* ページ全体の横幅*/
/* コンテンツの横幅（$base_widthとの差分がsidebarの幅）*/
/* メインカラー（ベースカラー）*/
/* サブカラー*/
/* アクセントカラー*/
/* ベーステキストカラー*/
/* ベースリンクカラー*/
/* ===================================================================*/
/* 設定*/
/* ===================================================================*/
/* HTML5の場合は値を「false」から「true」にする*/
/* 汎用クラスを使用するか*/
/* 簡易ロールオーバーの値*/
/* 余白調整用のクラスを使用するか*/
/* 画像のパス*/
/* ベースフォント*/
/* ベースフォント*/
/* ページ全体の横幅*/
/* コンテンツの横幅（$base_widthとの差分がsidebarの幅）*/
/* メインカラー（ベースカラー）*/
/* サブカラー*/
/* アクセントカラー*/
/* ベーステキストカラー*/
/* ベースリンクカラー*/
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  clear: both;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea, label {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text], input[type=search], input[type=password] {
  width: 200px;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  border: 1px solid #000;
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

body {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1.6470588235em;
  min-width: 320px;
}

.collaboration-block {
  padding: 53px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 800px) {
  .collaboration-block {
    padding: 80px 20px;
  }
}
.collaboration-block .collaboration {
  max-width: 100%;
  display: block;
  margin: auto;
}

.sec-header {
  padding-top: 66px;
  margin-bottom: 53px;
}
@media (min-width: 800px) {
  .sec-header {
    padding-top: 100px;
    margin-bottom: 80px;
  }
}
.sec-header h2 {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom 30px;
  text-align: center;
}
.sec-header h2 strong {
  display: block;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 1.3461538462em;
}
@media (min-width: 800px) {
  .sec-header h2 strong {
    font-size: 32px;
    letter-spacing: 0.04em;
    line-height: 1.3125em;
  }
}
.sec-header h2 small {
  display: block;
  font-size: 19px;
  letter-spacing: 0.04em;
  line-height: 1.1578947368em;
  font-family: Asap, sans-serif;
  margin-top: 19px;
}
@media (min-width: 800px) {
  .sec-header h2 small {
    font-size: 21px;
    letter-spacing: 0.04em;
    line-height: 1em;
  }
}
.sec-header.h-about h2 {
  background-image: url(/images/aboutline_sp.svg);
}
@media (min-width: 800px) {
  .sec-header.h-about h2 {
    background-image: url(/images/aboutline_pc.svg);
  }
}
.sec-header.h-products h2 {
  background-image: url(/images/productsline_sp.svg);
}
@media (min-width: 800px) {
  .sec-header.h-products h2 {
    background-image: url(/images/productsline_pc.svg);
  }
}
.sec-header.h-recommend h2 {
  background-image: url(/images/recommendline_sp.svg);
}
@media (min-width: 800px) {
  .sec-header.h-recommend h2 {
    background-image: url(/images/recommendline_pc.svg);
  }
}
.sec-header.h-notice h2 {
  background-image: url(/images/noticeline_sp.svg);
}
@media (min-width: 800px) {
  .sec-header.h-notice h2 {
    background-image: url(/images/noticeline_pc.svg);
  }
}

.section {
  background-color: #EAEFF7;
  padding: 0 20px;
}

h3 {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.4em;
}
@media (min-width: 800px) {
  h3 {
    font-size: 25px;
    letter-spacing: 0.04em;
    line-height: 1em;
  }
}

p {
  margin: 20px 0;
}
@media (min-width: 800px) {
  p {
    margin: 30px 0;
  }
}
p + h3 {
  margin-top: 53px;
}
@media (min-width: 800px) {
  p + h3 {
    margin-top: 80px;
  }
}

a {
  color: black;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

br.pc {
  display: none;
}
@media (min-width: 800px) {
  br.pc {
    display: block;
  }
}
br.sp {
  display: block;
}
@media (min-width: 800px) {
  br.sp {
    display: none;
  }
}

.button {
  border: 5px solid #000;
  padding: 15px 40px 16px 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1em;
  font-weight: bold;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: white;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 800px) {
  .button {
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1em;
    padding: 21px 59px 20px 111px;
  }
}
.button .button-content {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.button .button-content:before {
  content: "";
  background-image: url(/images/inquiry_icon_b.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 18px;
  position: absolute;
  top: auto;
  left: auto;
  -webkit-transform: translateX(calc(-100% - 16px));
      -ms-transform: translateX(calc(-100% - 16px));
          transform: translateX(calc(-100% - 16px));
}
@media (min-width: 800px) {
  .button .button-content:before {
    width: 32px;
    height: 23px;
    -webkit-transform: translateX(calc(-100% - 20px));
        -ms-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
  }
}
.button:hover {
  background-color: black;
}
.button:hover .button-content {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.icon-block {
  display: block;
}
.icon-block .text-icon {
  text-decoration: none;
  font-style: normal;
  padding: 8px;
  margin: 0;
  text-align: center;
  background-color: #035AB5;
  color: white;
  border-radius: 6px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 64px;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1em;
}
@media (min-width: 800px) {
  .icon-block .text-icon {
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1em;
  }
}
.icon-block .text-icon.inversion {
  background-color: white;
  color: #035AB5;
  border: 2px solid #035AB5;
}

.size-icon {
  width: 64px;
  height: 60px;
}
@media (min-width: 800px) {
  .size-icon {
    width: 81px;
    height: 75px;
  }
}

.goto_shop_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 53px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 800px) {
  .goto_shop_block {
    margin-top: 80px;
  }
}
.goto_shop_block .goto_shop {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #005AB5;
  color: white;
  border-radius: 32px;
  padding: 9px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1.3529411765em;
}
@media (min-width: 800px) {
  .goto_shop_block .goto_shop {
    font-size: 25px;
    letter-spacing: 0.04em;
    line-height: 1.36em;
    padding: 23px 30px;
    border-radius: 42px;
  }
}
.goto_shop_block .goto_shop:hover {
  background-color: black;
}
.goto_shop_block .goto_shop:before, .goto_shop_block .goto_shop:after {
  content: "";
  display: block;
  background: center/contain url(/images/reserve_arrow_L.svg) no-repeat;
  width: 38px;
  height: 23px;
  padding: 0 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 800px) {
  .goto_shop_block .goto_shop:before, .goto_shop_block .goto_shop:after {
    width: 64px;
    height: 38px;
    padding: 0 30px;
  }
}
.goto_shop_block .goto_shop:after {
  background-image: url(/images/reserve_arrow_R.svg);
}
.goto_shop_block .goto_shop span {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.page-header {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 4;
}
@media (min-width: 800px) {
  .page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-header .global-menu-block-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 70px;
}
@media (min-width: 800px) {
  .page-header .global-menu-block-wrap {
    height: 80px;
    position: static;
  }
}
.page-header .global-menu-block {
  position: fixed;
  width: 100%;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 800px) {
  .page-header .global-menu-block {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px 20px;
    background-color: #EAEFF7;
  }
}
.page-header .global-menu-block > .view > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 800px) {
  .page-header .global-menu-block > .view > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
  }
}
.page-header .global-menu-block .logo-block {
  margin-right: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: all;
}
@media (min-width: 800px) {
  .page-header .global-menu-block .logo-block {
    display: none;
  }
}
.page-header .global-menu-block .logo-block .logo {
  height: 38px;
}
.page-header .global-menu-block .global-menu-wrap {
  display: none;
}
@media (min-width: 800px) {
  .page-header .global-menu-block .global-menu-wrap {
    display: block;
    width: 100%;
  }
}
@media (min-width: 800px) {
  .page-header .global-menu-block .global-menu-wrap .global-menu {
    width: 100%;
  }
}
.page-header .global-menu-block .global-menu-wrap .global-menu .global-menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
}
@media (min-width: 800px) {
  .page-header .global-menu-block .global-menu-wrap .global-menu .global-menu-items {
    padding-top: 0;
  }
}
@media (min-width: 800px) {
  .page-header .global-menu-block .global-menu-wrap .global-menu .global-menu-items .global-menu-item {
    margin: 0 3vw;
  }
}
@media (min-width: 1080px) {
  .page-header .global-menu-block .global-menu-wrap .global-menu .global-menu-items .global-menu-item {
    margin: 0 35px;
  }
}
.page-header .global-menu-block .global-menu-wrap .global-menu .global-menu-items .global-menu-item .menu-anchor {
  color: black;
  text-decoration: none;
  font-weight: 700;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.3333333333em;
}
.page-header .global-menu-block .global-menu-wrap .global-menu .global-menu-items .global-menu-item .menu-anchor:hover {
  border-bottom: 2px solid black;
}
@media (min-width: 800px) {
  .page-header .global-menu-block .global-menu-wrap .global-menu .global-menu-items .global-menu-item .menu-anchor {
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1em;
  }
}
.page-header .global-menu-block .global-menu-wrap .global-menu .global-menu-items .global-menu-item.mobile {
  display: block;
}
@media (min-width: 800px) {
  .page-header .global-menu-block .global-menu-wrap .global-menu .global-menu-items .global-menu-item.mobile {
    display: none;
  }
}
.page-header .global-menu-block .global-menu-wrap .global-menu .global-menu-items .global-menu-item .goto_shop_block {
  margin: 0;
  padding: 0 25px;
}
.page-header .global-menu-block .global-menu-wrap .global-menu .global-menu-items .global-menu-item .goto_shop_block .goto_shop {
  color: white;
}
.page-header .global-menu-block .global-menu-switch {
  display: none;
}
.page-header .global-menu-block .global-menu-switch-appearance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  width: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: transparent;
  position: relative;
  z-index: 9;
}
@media (min-width: 800px) {
  .page-header .global-menu-block .global-menu-switch-appearance {
    display: none;
  }
}
.page-header .global-menu-block .global-menu-switch-appearance:before, .page-header .global-menu-block .global-menu-switch-appearance:after {
  content: "";
  position: absolute;
  top: auto;
  width: 34px;
  height: 3px;
  background-color: black;
  border-radius: 1.5px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.page-header .global-menu-block .global-menu-switch-appearance:after {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
.page-header .global-menu-block .global-menu-switch-appearance:before {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
.page-header .global-menu-block .global-menu-switch:checked + .global-menu-switch-appearance {
  position: fixed;
  top: 17px;
}
.page-header .global-menu-block .global-menu-switch:checked + .global-menu-switch-appearance:after {
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}
.page-header .global-menu-block .global-menu-switch:checked + .global-menu-switch-appearance:before {
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg);
}
@media (max-width: 800px) {
  .page-header .global-menu-block .global-menu-switch:checked ~ .global-menu-wrap {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    background-color: #EAEFF7;
  }
  .page-header .global-menu-block .global-menu-switch:checked ~ .global-menu-wrap .global-menu {
    height: 100%;
  }
  .page-header .global-menu-block .global-menu-switch:checked ~ .global-menu-wrap .global-menu .global-menu-items {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-header .global-menu-block .global-menu-switch:checked ~ .global-menu-wrap .global-menu .global-menu-items .global-menu-item {
    margin-top: 50px;
  }
  .page-header .global-menu-block .global-menu-switch:checked ~ .global-menu-wrap .global-menu .global-menu-items .global-menu-item:first-child {
    margin-top: 0px;
  }
}
.page-header.fixed .global-menu-block {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #EAEFF7;
  -webkit-box-shadow: 0 3px 6px #00000029;
          box-shadow: 0 3px 6px #00000029;
  z-index: 11;
}
@media (min-width: 800px) {
  .page-header.fixed .global-menu-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
    margin: auto;
    height: 76px;
    -webkit-animation: global-menu-animation 0.3s forwards;
            animation: global-menu-animation 0.3s forwards;
  }
  @-webkit-keyframes global-menu-animation {
    0% {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes global-menu-animation {
    0% {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
.page-header.fixed .global-menu-block > .view {
  width: 100%;
  max-width: 1380px;
  margin: auto;
}
.page-header.fixed .global-menu-block .logo-block {
  opacity: 1;
}
@media (min-width: 800px) {
  .page-header.fixed .global-menu-block .logo-block {
    display: block;
  }
}
.page-header.fixed .global-menu-block .global-menu-wrap .global-menu .global-menu-items {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 650px) {
  .page-header.fixed .global-menu-block .global-menu-wrap .global-menu .global-menu-items .global-menu-item {
    margin: 0 1vw;
  }
}
@media (min-width: 1080px) {
  .page-header.fixed .global-menu-block .global-menu-wrap .global-menu .global-menu-items .global-menu-item {
    margin: 0 30px;
  }
}
.page-header .visual {
  padding: 10px 20px 0;
}
@media (min-width: 800px) {
  .page-header .visual {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 56px 20px 0;
  }
}
.page-header .visual > .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 800px) {
  .page-header .visual > .view > .inner {
    position: relative;
  }
}
.page-header .visual img {
  width: auto;
  height: auto;
}
@media (min-width: 800px) {
  .page-header .visual .patenticon-block {
    position: absolute;
    left: -50px;
    top: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.page-header .visual .patenticon-block .patenticon {
  width: 28%;
  max-width: 155px;
}
@media (min-width: 800px) {
  .page-header .visual .patenticon-block .patenticon {
    width: 155px;
  }
}
@media (min-width: 800px) {
  .page-header .visual .catch-copy-block {
    padding-top: 24px;
  }
}
.page-header .visual .catch-copy-block .catch-copy {
  display: block;
  margin: auto;
}
.page-header .visual .main-visual-block {
  margin-top: 28px;
  margin-bottom: 30px;
  padding: 0 40px;
}
@media (min-width: 800px) {
  .page-header .visual .main-visual-block {
    margin-top: 60px;
    margin-bottom: 0;
    padding: 0;
  }
}
.page-header .visual .main-visual-block .main-visual {
  display: block;
  margin: auto;
}
.page-header .collaboration-block {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 800px) {
  .page-header .collaboration-block {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.page-header .selspoint {
  padding: 0 20px 30px;
}
@media (min-width: 800px) {
  .page-header .selspoint {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 100px 20px;
    margin: auto;
  }
}
.page-header .selspoint > .view {
  max-width: 1080px;
  margin: auto;
}
@media (min-width: 800px) {
  .page-header .selspoint > .view > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.page-header .selspoint .selspoint-slider {
  position: relative;
  max-width: 598px;
}
@media (min-width: 800px) {
  .page-header .selspoint .selspoint-slider {
    max-width: 56%;
  }
}
.page-header .selspoint .selspoint-slider .selspoint-images-block {
  margin: 30px auto;
  max-width: 100%;
}
@media (min-width: 800px) {
  .page-header .selspoint .selspoint-slider .selspoint-images-block {
    margin: 0;
  }
}
.page-header .selspoint .selspoint-slider .selspoint-images-block > .view {
  position: relative;
  z-index: -1;
  -webkit-mask-image: url(/images/main/mainv_00.svg);
          mask-image: url(/images/main/mainv_00.svg);
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  max-width: 800px;
  overflow: hidden;
}
.page-header .selspoint .selspoint-slider .selspoint-images-block > .view > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  aspect-ratio: 280/216;
  width: 100%;
  height: auto;
}
.page-header .selspoint .selspoint-slider .selspoint-images-block .slide-image-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.page-header .selspoint .selspoint-slider .selspoint-images-block .slide-image-item .mainv {
  display: block;
  width: 100%;
  height: 100%;
}
.page-header .selspoint .selspoint-slider .selspoint-images-block .slide-image-item .mainv img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.page-header .selspoint .selspoint-slider .button-area-wrap {
  display: block;
  position: absolute;
  top: 30%;
  left: 66%;
  -webkit-transform: translate3d(-50%, 0, 0) rotateZ(40.744deg);
          transform: translate3d(-50%, 0, 0) rotateZ(40.744deg);
}
.page-header .selspoint .selspoint-slider .button-area-wrap .button-area {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-header .selspoint .selspoint-slider .button-area-wrap .button-area li {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 8px;
}
.page-header .selspoint .selspoint-slider .button-area-wrap .button-area li button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #777777;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
}
.page-header .selspoint .selspoint-slider .button-area-wrap .button-area li button.active {
  opacity: 1;
  cursor: auto;
}
@media (min-width: 800px) {
  .page-header .selspoint .checkpoint {
    margin-right: auto;
    margin-left: 20px;
  }
}
.page-header .selspoint .checkpoint img {
  display: block;
  margin: auto;
  width: auto;
  height: auto;
}
.page-header .selspoint .checkpoint picture {
  display: block;
}
.page-header .selspoint .checkpoint .selfcare-picture {
  margin-top: 24px;
}

.page-footer {
  background-color: #F5F5F5;
  padding: 66px 20px 22px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.6666666667em;
}
@media (min-width: 800px) {
  .page-footer {
    padding: 100px 20px 52px;
  }
}
.page-footer img {
  display: block;
}
.page-footer .top-link-block {
  display: none;
  position: absolute;
}
@media (min-width: 800px) {
  .page-footer .top-link-block {
    display: block;
    max-width: 1394px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page-footer .top-link-block > .view {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 20px;
  top: 0;
}
.page-footer .top-link-block .top-link .top-link-icon {
  width: 110px;
  height: 110px;
}
.page-footer .footer-text {
  margin: 0;
}
.page-footer .footer-logo {
  display: block;
  margin: 7px auto 58px;
  max-width: 236px;
}
@media (min-width: 800px) {
  .page-footer .footer-logo {
    margin: 20px auto 103px;
    max-width: 370px;
  }
}
.page-footer .sec-blog-posts {
  border: 5px solid #000;
  border-radius: 7px;
  position: relative;
  padding: 44px 15px 22px;
  margin: 114px auto 0;
  max-width: 708px;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 650px) {
  .page-footer .sec-blog-posts {
    padding: 62px 76px 35px;
  }
}
.page-footer .sec-blog-posts .header-blog-posts {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  z-index: 2;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 650px) {
  .page-footer .sec-blog-posts .header-blog-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -33px;
    width: 499px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-footer .sec-blog-posts .header-blog-posts:before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 650px) {
  .page-footer .sec-blog-posts .header-blog-posts:before {
    height: 30px;
    width: 100%;
    background-color: white;
    left: 0px;
    top: auto;
    bottom: 0;
  }
}
.page-footer .sec-blog-posts .header-blog-posts img {
  display: block;
  margin: 0 auto 10px;
}
@media (min-width: 650px) {
  .page-footer .sec-blog-posts .header-blog-posts img {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page-footer .sec-blog-posts .header-blog-posts h3 {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.4666666667em;
  white-space: nowrap;
}
@media (min-width: 650px) {
  .page-footer .sec-blog-posts .header-blog-posts h3 {
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.45em;
    margin: 0 0 0 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page-footer .sec-blog-posts .blog-posts {
  list-style: none;
  text-align: left;
}
.page-footer .sec-blog-posts .blog-posts .blog-post {
  border-top: 1px solid #A0A0A0;
  padding: 5px 0;
}
@media (min-width: 800px) {
  .page-footer .sec-blog-posts .blog-posts .blog-post {
    padding: 12px 20px;
  }
}
.page-footer .sec-blog-posts .blog-posts .blog-post:first-child {
  border-top: 0px none;
}
.page-footer .sec-blog-posts .blog-posts .blog-post .blog-post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.page-footer .sec-blog-posts .blog-posts .blog-post .blog-post-link .pubDate {
  display: block;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-footer .contact-block {
  margin-top: 50px;
}
@media (min-width: 800px) {
  .page-footer .contact-block {
    margin-top: 82px;
  }
}
.page-footer .contact-block > .view > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-footer .copylight {
  margin-top: 72px;
}
@media (min-width: 800px) {
  .page-footer .copylight {
    margin-top: 106px;
  }
}
.page-footer .copylight small {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1em;
}

.sec-about {
  text-align: center;
  padding-bottom: 53px;
}
@media (min-width: 650px) {
  .sec-about {
    padding-bottom: 80px;
  }
}
.sec-about > .view {
  max-width: 1080px;
  margin: auto;
}
.sec-about .owner-message {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.6666666667em;
  text-align: left;
  margin-top: 53px;
}
@media (min-width: 650px) {
  .sec-about .owner-message {
    margin-top: 80px;
  }
}
@media (min-width: 650px) {
  .sec-about .owner-message > .view > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-about .owner-message .owner-image {
  display: block;
  margin-bottom: 27px;
}
@media (min-width: 650px) {
  .sec-about .owner-message .owner-image {
    margin-right: 80px;
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.sec-about .owner-message .owner-image img {
  display: block;
  margin: auto;
  width: auto;
  height: auto;
}
.sec-products {
  padding-bottom: 53px;
}
.sec-products .products {
  position: relative;
  background-color: white;
  text-align: center;
  padding: 27px 20px 1px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 450px;
  margin: 27px auto auto;
}
@media (min-width: 800px) {
  .sec-products .products {
    max-width: 1080px;
    padding: 40px;
  }
}
.sec-products .products .products_hashtag {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px);
}
.sec-products .products h3 {
  font-weight: 800;
}
.sec-products .products h4 {
  margin-bottom: 27px;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1em;
}
@media (min-width: 800px) {
  .sec-products .products h4 {
    margin-bottom: 40px;
    margin-top: 80px;
    font-size: 25px;
    letter-spacing: 0.04em;
    line-height: 1em;
  }
}
.sec-products .products p {
  margin: 27px 0;
}
@media (min-width: 800px) {
  .sec-products .products p {
    margin: 40px 0;
  }
}
.sec-products .products img {
  max-width: 100%;
  display: block;
  margin: auto;
  border-radius: 6px;
}
.sec-products .products ul {
  list-style: none;
}
.sec-products .products ul li {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.sec-products .products ul li:first-child {
  margin-top: 0px;
}
@media (min-width: 800px) {
  .sec-products .products ul li:first-child {
    margin: 0;
  }
}
@media (min-width: 800px) {
  .sec-products .products ul.product-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}
@media (min-width: 800px) {
  .sec-products .products ul.product-images .product-image-item {
    margin: 0;
    width: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 800px) {
  .sec-products .products ul.product-images .product-image-item .product-image {
    width: 100%;
    height: 100%;
  }
}
.sec-products .products ul.product-images .product-image-item .product-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.sec-products .products ul.product-usage-steps {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.4666666667em;
  max-width: 712px;
  margin: auto;
}
@media (min-width: 800px) {
  .sec-products .products ul.product-usage-steps {
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.45em;
  }
}
@media (min-width: 800px) {
  .sec-products .products ul.product-usage-steps .product-usage-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
  }
}
@media (min-width: 800px) {
  .sec-products .products ul.product-usage-steps .product-usage-step img {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px;
  }
}
@media (min-width: 800px) {
  .sec-products .products ul.product-usage-steps .product-usage-step p {
    margin: 0;
  }
}
.sec-products .products ul.product-usage-steps .product-usage-step p small {
  font-weight: normal;
}
.sec-products .products ul.product-usage-warns {
  text-align: left;
  padding-bottom: 27px;
  max-width: 712px;
  margin: auto;
  list-style: outside;
}
@media (min-width: 800px) {
  .sec-products .products ul.product-usage-warns {
    margin-top: 40px;
    padding-bottom: 0;
  }
}
.sec-products .products ul.product-usage-warns .product-usage-warn {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.6666666667em;
  font-weight: 400;
  margin-top: 0px;
  padding-left: 17px;
  position: relative;
}
@media (min-width: 800px) {
  .sec-products .products ul.product-usage-warns .product-usage-warn {
    margin-top: 7px;
  }
}
.sec-products .products ul.product-usage-warns .product-usage-warn:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}
.sec-products .products ul.product-usage-warns .product-usage-warn:first-child {
  margin-top: 0px;
}
.sec-products .products ul.product-usage-warns + h3 {
  margin-top: 54px;
}
@media (min-width: 800px) {
  .sec-products .products ul.product-usage-warns + h3 {
    margin-top: 80px;
  }
}
.sec-products .products .product-figure .product-image img {
  width: auto;
  height: auto;
}
.sec-products .products .product-figure figcaption {
  margin: 10px 0 27px;
}
@media (min-width: 800px) {
  .sec-products .products .product-figure figcaption {
    margin: 20px 0 0;
  }
}
.sec-products .products .product-material {
  margin: 27px auto;
}
@media (min-width: 800px) {
  .sec-products .products .product-material > .view > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
  }
}
.sec-products .products .product-material .icon-block {
  margin: 0 auto 13px;
}
@media (min-width: 800px) {
  .sec-products .products .product-material .icon-block {
    margin: 0 20px 10px 0;
  }
}
.sec-products .products .product-material .product-material-detail p {
  margin: 11px auto;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1em;
}
@media (min-width: 800px) {
  .sec-products .products .product-material .product-material-detail p {
    text-align: left;
    margin: 8px auto 16px;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1em;
  }
}
.sec-products .products .product-material .product-material-detail p.maid-of {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.6666666667em;
}
.sec-products .products .product-sizes .product-size {
  margin: 27px 0;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.4666666667em;
}
@media (min-width: 800px) {
  .sec-products .products .product-sizes .product-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 632px;
    margin: 12px auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.45em;
  }
}
.sec-products .products .product-sizes .product-size .size-icon-block {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 800px) {
  .sec-products .products .product-sizes .product-size .size-icon-block {
    width: 113px;
    padding: 5px;
  }
}
.sec-products .products .product-sizes .product-size .size-icon-block .size-icon {
  display: block;
}
.sec-products .products .product-sizes .product-size .size-detail {
  text-align: center;
}
@media (min-width: 800px) {
  .sec-products .products .product-sizes .product-size .size-detail {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.sec-products .products .product-sizes .product-size .target {
  color: #005AB5;
  margin: 11px auto;
}
@media (min-width: 800px) {
  .sec-products .products .product-sizes .product-size .target {
    margin-top: 10px;
  }
}
.sec-products .products .product-sizes .product-size .size {
  margin: 13px auto;
}
.sec-products .products .product-sizes .product-size .size span {
  display: block;
}
@media (min-width: 800px) {
  .sec-products .products .product-sizes .product-size .size span {
    margin-top: 5px;
  }
}
.sec-products .products .product-sizes .product-size .price {
  margin: 13px auto;
  font-weight: normal;
}
@media (min-width: 800px) {
  .sec-products .products .product-sizes .product-size .price {
    text-align: right;
  }
}
@media (min-width: 800px) {
  .sec-products .products .product-cover-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 800px) {
  .sec-products .products .product-cover-wrap .product-figure {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 490px;
  }
}
.sec-products .products .product-cover-wrap .product-figure .product-image {
  display: block;
  height: 100%;
}
.sec-products .products .product-cover-wrap .product-figure .product-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 800px) {
  .sec-products .products .product-cover-block {
    max-width: 437px;
    margin-left: auto;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 800px) {
  .sec-products .products .product-cover-block .product-cover-details .product-cover-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
  }
}
.sec-products .products .product-cover-block .product-cover-details .product-cover-detail:first-child {
  margin-top: 0;
}
.sec-products .products .product-cover-block .product-cover-details .product-cover-detail .icon-block {
  margin-top: 26px;
}
@media (min-width: 800px) {
  .sec-products .products .product-cover-block .product-cover-details .product-cover-detail .icon-block {
    margin-top: 0;
    margin-right: 10px;
    min-width: 95px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
  }
}
.sec-products .products .product-cover-block .product-cover-details .product-cover-detail .icon-block .text-icon {
  margin-left: 0;
  min-width: 64px;
}
@media (min-width: 800px) {
  .sec-products .products .product-cover-block .product-cover-details .product-cover-detail .icon-block .text-icon {
    min-width: 80px;
  }
}
@media (min-width: 800px) {
  .sec-products .products .product-cover-block .product-cover-details .product-cover-detail .product-cover-detail-text {
    text-align: left;
  }
}
.sec-products .products .product-cover-block .product-cover-details .product-cover-detail .product-cover-supports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 13px;
}
@media (min-width: 800px) {
  .sec-products .products .product-cover-block .product-cover-details .product-cover-detail .product-cover-supports {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
.sec-products .products .product-cover-block .product-cover-details .product-cover-detail .product-cover-supports .product-cover-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 4px;
}
.sec-products .products .product-cover-block .product-cover-details .product-cover-detail .product-cover-supports .product-cover-support img {
  display: block;
  border-radius: 0;
}
.sec-products .products .product-cover-block .product-cover-details .product-cover-detail p {
  margin: 13px auto;
}
@media (min-width: 800px) {
  .sec-products .products .product-cover-block .product-cover-details .product-cover-detail p {
    margin-top: 4px;
    margin-bottom: 0px;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.45em;
  }
}
.sec-products .products .product-cover-block .product-cover-details .product-cover-detail .product-cover-maid {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.6666666667em;
}
.sec-products .products .product-cover-block .product-cover-details .product-cover-detail .product-cover-point {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.6666666667em;
}
.sec-products .products .product-usage-movie {
  aspect-ratio: 1080/607;
  margin: 27px 0;
}
@media (min-width: 800px) {
  .sec-products .products .product-usage-movie {
    margin: 40px 0;
  }
}
.sec-products .products .product-usage-movie .product-usage-movie-iframe {
  display: block;
  width: 100%;
  height: 100%;
  background: black;
}

.sec-recommend {
  padding-bottom: 53px;
}
.sec-recommend .recommend-check-list {
  padding: 30px;
  background-color: white;
  border-radius: 6px;
  max-width: 1080px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 650px) {
  .sec-recommend .recommend-check-list {
    padding: 44px 0 7px 0;
  }
}
@media (min-width: 650px) {
  .sec-recommend .recommend-check-list .recommend-check-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    padding: 0 10% 0 12%;
  }
}
@media (min-width: 800px) {
  .sec-recommend .recommend-check-list .recommend-check-items {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }
}
.sec-recommend .recommend-check-list .recommend-check-items .recommend-check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.4666666667em;
  font-weight: bold;
  margin-top: 26px;
}
@media (min-width: 650px) {
  .sec-recommend .recommend-check-list .recommend-check-items .recommend-check-item {
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1em;
    margin-top: 0px;
    margin-bottom: 36px;
    margin-right: 36px;
  }
}
.sec-recommend .recommend-check-list .recommend-check-items .recommend-check-item:first-child {
  margin-top: 0px;
}
@media (min-width: 650px) {
  .sec-recommend .recommend-check-list .recommend-check-items .recommend-check-item:first-child {
    margin-top: 0;
  }
}
.sec-recommend .recommend-check-list .recommend-check-items .recommend-check-item .check-icon {
  width: 26px;
  margin-right: 18px;
}
@media (min-width: 650px) {
  .sec-recommend .recommend-check-list .recommend-check-items .recommend-check-item .check-icon {
    width: 33px;
  }
}
.sec-recommend .product-check-warn-block {
  margin: auto;
  margin-top: 53px;
  max-width: 450px;
  padding-bottom: 27px;
}
@media (min-width: 800px) {
  .sec-recommend .product-check-warn-block {
    max-width: 712px;
  }
}
.sec-recommend .product-check-warn-block h3 {
  text-align: center;
  margin-bottom: 27px;
}
@media (min-width: 800px) {
  .sec-recommend .product-check-warn-block h3 {
    margin-bottom: 40px;
  }
}
.sec-recommend .product-check-warn-block .product-check-warns {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.6666666667em;
  list-style: none;
}
.sec-recommend .product-check-warn-block .product-check-warns .product-check-warn {
  padding-left: 17px;
  position: relative;
}
.sec-recommend .product-check-warn-block .product-check-warns .product-check-warn:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}

.sec-notice {
  padding-bottom: 53px;
}
.sec-notice .notice {
  background: white;
  max-width: 1080px;
  margin: auto;
  border-radius: 6px;
}
.sec-notice .notice > .view {
  padding: 27px 20px;
}
@media (min-width: 800px) {
  .sec-notice .notice > .view {
    padding: 40px 20px;
  }
}
.sec-notice .notice > .view > .inner {
  max-width: 712px;
  margin: auto;
}
@media (min-width: 800px) {
  .sec-notice .notice > .view > .inner {
    text-align: center;
  }
}
.sec-notice .notice p {
  margin: 0;
}
