@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
@keyframes animation {
  0% {
    -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
    transform: matrix(0, 0, 0, 0, 0, 0); }
  3.4% {
    -webkit-transform: matrix(0.316, 0, 0, 0.407, 0, 0);
    transform: matrix(0.316, 0, 0, 0.407, 0, 0); }
  4.7% {
    -webkit-transform: matrix(0.45, 0, 0, 0.599, 0, 0);
    transform: matrix(0.45, 0, 0, 0.599, 0, 0); }
  6.81% {
    -webkit-transform: matrix(0.659, 0, 0, 0.893, 0, 0);
    transform: matrix(0.659, 0, 0, 0.893, 0, 0); }
  9.41% {
    -webkit-transform: matrix(0.883, 0, 0, 1.168, 0, 0);
    transform: matrix(0.883, 0, 0, 1.168, 0, 0); }
  10.21% {
    -webkit-transform: matrix(0.942, 0, 0, 1.226, 0, 0);
    transform: matrix(0.942, 0, 0, 1.226, 0, 0); }
  13.61% {
    -webkit-transform: matrix(1.123, 0, 0, 1.332, 0, 0);
    transform: matrix(1.123, 0, 0, 1.332, 0, 0); }
  14.11% {
    -webkit-transform: matrix(1.141, 0, 0, 1.331, 0, 0);
    transform: matrix(1.141, 0, 0, 1.331, 0, 0); }
  17.52% {
    -webkit-transform: matrix(1.208, 0, 0, 1.239, 0, 0);
    transform: matrix(1.208, 0, 0, 1.239, 0, 0); }
  18.72% {
    -webkit-transform: matrix(1.212, 0, 0, 1.187, 0, 0);
    transform: matrix(1.212, 0, 0, 1.187, 0, 0); }
  21.32% {
    -webkit-transform: matrix(1.196, 0, 0, 1.069, 0, 0);
    transform: matrix(1.196, 0, 0, 1.069, 0, 0); }
  24.32% {
    -webkit-transform: matrix(1.151, 0, 0, 0.96, 0, 0);
    transform: matrix(1.151, 0, 0, 0.96, 0, 0); }
  25.23% {
    -webkit-transform: matrix(1.134, 0, 0, 0.938, 0, 0);
    transform: matrix(1.134, 0, 0, 0.938, 0, 0); }
  29.03% {
    -webkit-transform: matrix(1.063, 0, 0, 0.897, 0, 0);
    transform: matrix(1.063, 0, 0, 0.897, 0, 0); }
  29.93% {
    -webkit-transform: matrix(1.048, 0, 0, 0.899, 0, 0);
    transform: matrix(1.048, 0, 0, 0.899, 0, 0); }
  35.54% {
    -webkit-transform: matrix(0.979, 0, 0, 0.962, 0, 0);
    transform: matrix(0.979, 0, 0, 0.962, 0, 0); }
  36.74% {
    -webkit-transform: matrix(0.972, 0, 0, 0.979, 0, 0);
    transform: matrix(0.972, 0, 0, 0.979, 0, 0); }
  41.04% {
    -webkit-transform: matrix(0.961, 0, 0, 1.022, 0, 0);
    transform: matrix(0.961, 0, 0, 1.022, 0, 0); }
  44.44% {
    -webkit-transform: matrix(0.966, 0, 0, 1.032, 0, 0);
    transform: matrix(0.966, 0, 0, 1.032, 0, 0); }
  52.15% {
    -webkit-transform: matrix(0.991, 0, 0, 1.006, 0, 0);
    transform: matrix(0.991, 0, 0, 1.006, 0, 0); }
  59.86% {
    -webkit-transform: matrix(1.006, 0, 0, 0.99, 0, 0);
    transform: matrix(1.006, 0, 0, 0.99, 0, 0); }
  63.26% {
    -webkit-transform: matrix(1.007, 0, 0, 0.992, 0, 0);
    transform: matrix(1.007, 0, 0, 0.992, 0, 0); }
  75.28% {
    -webkit-transform: matrix(1.001, 0, 0, 1.003, 0, 0);
    transform: matrix(1.001, 0, 0, 1.003, 0, 0); }
  85.49% {
    -webkit-transform: matrix(0.999, 0, 0, 1, 0, 0);
    transform: matrix(0.999, 0, 0, 1, 0, 0); }
  90.69% {
    -webkit-transform: matrix(0.999, 0, 0, 0.999, 0, 0);
    transform: matrix(0.999, 0, 0, 0.999, 0, 0); }
  to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); } }

@keyframes bounceIn {
  0%,
  60%,
  80%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  60% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  80% {
    transform: scale3d(0.9, 0.9, 0.9); }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1; } }

@keyframes satori__popup_max_br {
  0%,
  60%,
  75%,
  90%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  100% {
    transform: translate3d(0, -5px, 0); } }

@keyframes float {
  0% {
    transform: translate3D(0, 0, 0); }
  100% {
    transform: translate3D(0, 10px, 0); } }

.letter {
  display: inline-block; }

#isAnimated,
#isAnimated1 {
  opacity: 0; }

/*.top {
  .header {
    transition: all 1s ease-out;
    filter: blur(2);
    opacity: 0;
    transform: translateY(-30px);
    &.views {
      filter: blur(0);
      opacity: 1;
      transform: translateY(0);
    }
  }
  .bg_fixed,
  .c-slide,
  .c-box,
  .c-section {
    transition: all 1s ease-out;
    filter: blur(2);
    opacity: 0;
    &.views {
      filter: blur(0);
      opacity: 1;
    }
  }
  .c-sns__list {
    opacity: 0;
  }
}*/
.animated {
  opacity: 0; }
  .animated.isViews {
    opacity: 1;
    animation: bounceIn;
    animation-duration: 1s;
    animation-fill-mode: forwards; }

/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0; }

.clearfix {
  display: inline-block; }

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* end MacIE5 */
/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

input,
textarea {
  margin: 0;
  font-size: 100%;
  resize: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

dl,
dt,
dd,
th,
td {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: 100%;*/
  font-weight: normal;
  margin: 0;
  padding: 0; }

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

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto; }

table img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0; }

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*:focus {
  outline: none !important; }

label,
select,
button {
  cursor: pointer; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select::-ms-expand {
    display: none; } }

@media screen\0 {
  select::-ms-expand {
    display: none; } }

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  outline: none;
  transition: 0.3s; }
  @media only screen and (min-width: 1025px) {
    a:hover {
      text-decoration: none;
      opacity: 0.5; } }

a:link,
a:visited,
a:active {
  color: #222222;
  text-decoration: none; }

/*-----------------------------------------------------------
FONT family
------------------------------------------------------------*/
.ffN {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.ffM {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; }

.ffYG {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; }

.ffYM {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.ffHelvetica {
  font-family: 'Helvetica', 'Arial', sans-serif; }

@media (max-width: 1023px) {
  .pc {
    display: none !important; } }

@media (min-width: 1024px) {
  .sp {
    display: none !important; } }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  color: #222222;
  margin: 0;
  padding: 0;
  line-height: 32px;
  letter-spacing: 0.01em;
  height: 100%;
  word-break: break-word;
  overflow-x: hidden; }
  @media (max-width: 1023px) {
    body {
      padding-top: 70px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 30px;
      letter-spacing: 0.02em; } }
  body.opened {
    position: fixed;
    overflow: hidden; }

/*-----------------------------------------------------------
Lazyload
-------------------------------------------------------------*/
.lazy {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0; }

.lazy[data-ll-status="loaded"] {
  opacity: 1; }

/*-----------------------------------------------------------
width - md
-------------------------------------------------------------*/
.w1180 {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto; }

.w1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%; }

.w1070 {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto; }

.container {
  padding: 0 20px; }

/*-----------------------------------------------------------
u - color
-------------------------------------------------------------*/
.u-white {
  width: 217px; }
  .u-white a {
    background: #ffffff; }

.u-blue {
  width: 86px; }
  .u-blue a {
    background: #0077cf; }
  .u-blue--type1 {
    background: #0077cf; }

.u-green {
  width: 78px; }
  .u-green a {
    background: #00bf6f; }
  .u-green--type1 {
    background: #00bf6f; }

.u-red {
  width: 126px; }
  .u-red a {
    background: #df1213; }

.u-light {
  width: 114px; }
  .u-light a {
    background: #41b6e6; }

.u-organ {
  width: 117px; }
  .u-organ a {
    background: #ff6912; }
  .u-organ--type1 {
    background: #ff6912; }

.u-yellow {
  background: #ffd12d; }

.thumb {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.c-btn01 .btn_link {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  letter-spacing: 0.12em;
  padding-top: 2px;
  position: relative;
  border: 1px solid #9B9B9B;
  border-radius: 30px;
  color: #363636;
  background: #fff;
  padding-bottom: 1px; }
  .c-btn01 .btn_link:after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #363636;
    border-right: 1px solid #363636;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .c-btn01 .btn_link {
      padding-top: 2px; } }
  @media (max-width: 1023px) {
    .c-btn01 .btn_link {
      max-width: 300px; } }

.c-ttlmain {
  text-align: center; }
  @media (max-width: 1023px) {
    .c-ttlmain {
      padding-right: 20px; } }
  .c-ttlmain span {
    display: inline-block;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 47px;
    letter-spacing: 0.03em;
    padding: 0 20px 15px;
    border-bottom: 1px solid #707070;
    position: relative; }
    .c-ttlmain span:after {
      content: "";
      display: block;
      width: 66px;
      height: 79px;
      position: absolute;
      bottom: -17px;
      right: -64px;
      background: url("/digital-paper/gen2/images/index/icon_pen.svg") top left no-repeat;
      background-size: 66px 79px; }
    @media (max-width: 1023px) {
      .c-ttlmain span {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 36px;
        padding: 0 10px 15px;
        letter-spacing: 0;
        display: block; }
        .c-ttlmain span:after {
          width: 45px;
          height: 60px;
          bottom: -15px;
          right: -43px;
          background: url("/digital-paper/gen2/images/index/icon_pen.svg") top left no-repeat;
          background-size: 45px 60px; } }
    @media only screen and (max-width: 360px) {
      .c-ttlmain span {
        font-size: 20px;
        font-size: 2rem;
        line-height: 32px; } }

.c-popup_wrap .bg_pop {
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 98;
  transition: 0.3s all ease;
  display: none;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(14.7382px);
  -webkit-backdrop-filter: blur(14.7382px);
  background-color: rgba(0, 0, 0, 0.4);
  /* (plus shape's fill blended on top as a separate layer with 29.88% opacity) */ }
  .c-popup_wrap .bg_pop.active {
    display: block; }

.c-popup_wrap .modal_body {
  position: relative;
  padding: 45px 45px 100px;
  overflow-y: auto;
  height: 100%; }
  .c-popup_wrap .modal_body .headbox {
    padding: 0 44px 44px;
    border-bottom: 1px solid #C6C6C6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .c-popup_wrap .modal_body .headbox .ttlbox .ttl {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 36px;
      letter-spacing: 0.03em;
      font-weight: 500; }
    .c-popup_wrap .modal_body .headbox .ttlbox .txt {
      font-size: 20px;
      font-size: 2rem;
      line-height: 32px;
      letter-spacing: 0.02em;
      margin-top: 5px; }
  @media (max-width: 1023px) {
    .c-popup_wrap .modal_body {
      padding: 25px 20px 55px;
      -webkit-overflow-scrolling: touch;
      overflow-y: scroll; }
      .c-popup_wrap .modal_body .headbox {
        padding: 0 15px 25px; }
        .c-popup_wrap .modal_body .headbox .ttlbox .ttl {
          font-size: 22px;
          font-size: 2.2rem; }
        .c-popup_wrap .modal_body .headbox .ttlbox .txt {
          font-size: 16px;
          font-size: 1.6rem;
          margin-top: 0; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .c-popup_wrap .modal_body .innerbox {
      padding-bottom: 30px; } }

.c-popup_wrap .modal {
  position: fixed;
  max-width: 1070px;
  width: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 6px 10px 16px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  height: 100%;
  max-height: 80vh;
  top: calc(50% - 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
  display: none; }
  @media only screen and (max-width: 1100px) {
    .c-popup_wrap .modal {
      max-width: calc(100% - 40px); } }
  @media only screen and (max-width: 1060px) {
    .c-popup_wrap .modal {
      max-height: 70vh; } }
  .c-popup_wrap .modal .btn_close {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    transition: 0.3s all ease; }
    .c-popup_wrap .modal .btn_close.btn1 {
      top: -20px;
      right: -11px; }
    @media only screen and (min-width: 1025px) {
      .c-popup_wrap .modal .btn_close:hover {
        opacity: 0.7; } }
    .c-popup_wrap .modal .btn_close.btn2 {
      bottom: -85px;
      left: 50%;
      display: block;
      max-width: 285px;
      width: 100%;
      transform: translateX(-50%);
      border: 1px solid #9B9B9B;
      background: #fff;
      border-radius: 30px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 43px;
      letter-spacing: 0.12em;
      color: #363636;
      text-align: center; }
  .c-popup_wrap .modal.active {
    display: block; }
  @media (max-width: 1023px) {
    .c-popup_wrap .modal .btn_close.btn1 {
      top: -18px;
      right: -8px; }
      .c-popup_wrap .modal .btn_close.btn1 img {
        max-width: 72px;
        width: 100%; }
    .c-popup_wrap .modal .btn_close.btn2 {
      bottom: -75px; } }

.imagetb {
  display: block;
  position: relative;
  overflow: hidden;
  background: center no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.imagetb img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  display: none; }

.c-mainbox {
  position: relative; }
  .c-mainbox .innerbox {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    background-image: linear-gradient(to right, #f5f7fb, #e1e2e9);
    position: relative;
    z-index: 1; }
  .c-mainbox .txtbox {
    position: absolute;
    top: 140px;
    left: 90px;
    max-width: 385px;
    width: 100%; }
    .c-mainbox .txtbox .ttl {
      text-align: center; }
      .c-mainbox .txtbox .ttl .ttlen {
        display: block; }
      .c-mainbox .txtbox .ttl .txtjp {
        display: block;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 22px;
        letter-spacing: 0.1em;
        color: #585858;
        margin-top: 18px; }
    .c-mainbox .txtbox .txt {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 30px;
      letter-spacing: 0.1em;
      margin-top: 30px; }
  .c-mainbox .img img {
    width: 100%; }
  @media (max-width: 1023px) {
    .c-mainbox .innerbox {
      padding: 45px 0 0; }
    .c-mainbox .txtbox {
      position: static;
      max-width: 100%;
      padding: 0 35px; }
      .c-mainbox .txtbox .txt {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 28px;
        margin-top: 20px; }
      .c-mainbox .txtbox .ttl .txtjp {
        margin-top: 8px; }
    .c-mainbox .img {
      margin-top: 18px; } }

.c-spec_table .spec_table {
  border: 1px solid #D1CFCE;
  margin-top: 87px; }

.c-spec_table .accessories_attention {
  margin-top: 15px;
  max-width: none;
  font-size: 12px; }
  .c-spec_table .accessories_attention a {
    text-decoration: underline; }

.c-spec_table .txtbox {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
  margin-top: 32px; }
  @media (max-width: 1023px) {
    .c-spec_table .txtbox {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 26px;
      margin-top: 20px; } }

.c-spec_table .spec_table_section:not(:first-of-type) {
  border-top: 1px solid #D1CFCE; }

.c-spec_table .spec_table_section[data-section-type="product_image"] .spec_table_th {
  background-color: transparent; }

.c-spec_table .spec_table_product_image {
  max-width: 152px;
  width: 100%; }
  .c-spec_table .spec_table_product_image img {
    width: 100%; }

@media (max-width: 1100px) {
  .c-spec_table .spec_table_section[data-section-type="product_image"] .spec_table_tr {
    position: relative; }
  .c-spec_table .spec_table_section[data-section-type="product_image"] .spec_table_tr::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 1px;
    background-color: #D1CFCE; } }

@media (min-width: 831px) {
  .c-spec_table .spec_table_section {
    position: relative; } }

.c-spec_table .spec_table_section_header {
  text-align: center;
  background-color: #EEECEB;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500; }

@media (min-width: 831px) {
  .c-spec_table .spec_table_section_header {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 140px;
    padding-top: 18px;
    border-right: 1px solid #D1CFCE; } }

@media (max-width: 830px) {
  .c-spec_table .spec_table_section_header {
    padding: 24px 12px;
    border-bottom: 1px solid #D1CFCE; } }

.c-spec_table .spec_table_tr {
  display: -ms-flexbox;
  display: flex; }

.c-spec_table .spec_table_tr:not(:first-of-type) {
  border-top: 1px solid #D1CFCE; }

@media (min-width: 831px) {
  .c-spec_table .spec_table_tr {
    margin-left: 140px; } }

@media (max-width: 1100px) {
  .c-spec_table .spec_table_tr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.c-spec_table .spec_table_th,
.c-spec_table .spec_table_td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px; }

.c-spec_table .spec_table_th {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.c-spec_table .spec_table_th:not([data-no-background-color]) {
  background-color: #F5F5F5; }

@media (max-width: 1100px) {
  .c-spec_table .spec_table_th[data-no-background-color] {
    display: none; } }

@media (min-width: 1101px) {
  .c-spec_table .spec_table_th {
    max-width: 310px;
    width: 100%;
    padding: 20px 15px;
    border-right: 1px solid #D1CFCE;
    letter-spacing: 0; } }

@media (max-width: 1100px) {
  .c-spec_table .spec_table_th {
    width: calc(100% - 32px);
    text-align: center;
    padding: 10px 20px;
    margin: 10px auto 0; } }

.c-spec_table .spec_table_td {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  padding: 20px 15px; }

@media (min-width: 1101px) {
  .c-spec_table .spec_table_td:not(:first-of-type) {
    border-left: 1px solid #D1CFCE; } }

@media (max-width: 1100px) {
  .c-spec_table .spec_table_td:not(:first-of-type) {
    position: relative; }
  .c-spec_table .spec_table_td:not(:first-of-type)::before {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 12px;
    width: 1px;
    background-color: #D1CFCE; } }

@media (min-width: 831px) {
  .c-spec_table .spec_table_product_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 11px 20px 35px; } }

@media (max-width: 830px) {
  .c-spec_table .spec_table_product_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 8px 20px; } }

.c-spec_table .spec_table_product_description {
  margin-bottom: 18px; }

.c-spec_table .spec_table_product_title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500; }

.c-spec_table .spec_table_product_sub_title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  margin-top: 20px; }

.c-spec_table .spec_table_product_image {
  background-size: contain; }

.c-spec_table .spec_note_list {
  width: 90%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px; }

.c-spec_table .spec_note {
  font-size: 0.8125rem;
  line-height: 2; }

.c-spec_table .sub_spec_table {
  margin-top: 50px;
  border: 1px solid #D1CFCE; }

.c-spec_table .sub_spec_table_section {
  position: relative; }

.c-spec_table .sub_spec_table_section_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 831px) {
  .c-spec_table .sub_spec_table_section_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 270px;
    border-right: 1px solid #D1CFCE; } }

@media (max-width: 1100px) {
  .c-spec_table .sub_spec_table_section_header {
    padding-top: 28px;
    padding-bottom: 28px; } }

@media (max-width: 830px) {
  .c-spec_table .sub_spec_table_section_header {
    border-bottom: 1px solid #D1CFCE; } }

.c-spec_table .sub_spec_table_section_header_image {
  margin-right: 24px; }
  .c-spec_table .sub_spec_table_section_header_image img {
    width: 8px; }

.c-spec_table .sub_spec_table_section_header_text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center; }

.c-spec_table .sub_spec_table_section_header_text span {
  display: block;
  font-size: 0.75rem;
  font-weight: 300; }

.c-spec_table .sub_spec_table_tr {
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 831px) {
  .c-spec_table .sub_spec_table_tr {
    margin-left: 270px; } }

@media (min-width: 1101px) {
  .c-spec_table .sub_spec_table_tr:not(:first-of-type) {
    border-top: 1px solid #D1CFCE; } }

@media (max-width: 1100px) {
  .c-spec_table .sub_spec_table_tr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .c-spec_table .sub_spec_table_tr:not(:first-of-type) {
    border-top: 1px solid #D1CFCE; } }

.c-spec_table .sub_spec_table_th,
.c-spec_table .sub_spec_table_td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px; }
  @media (max-width: 1023px) {
    .c-spec_table .sub_spec_table_th,
    .c-spec_table .sub_spec_table_td {
      font-size: 0.875rem;
      line-height: 1.7;
      font-size: 100%; } }

.c-spec_table .sub_spec_table_th {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  background-color: #EEECEB; }

@media (min-width: 1101px) {
  .c-spec_table .sub_spec_table_th {
    max-width: 180px;
    width: 100%;
    padding: 20px;
    border-right: 1px solid #D1CFCE;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 500; } }

@media (max-width: 1100px) {
  .c-spec_table .sub_spec_table_th {
    width: calc(100% - 32px);
    text-align: center;
    padding: 10px 20px;
    margin: 10px auto 0; } }

.c-spec_table .sub_spec_table_td {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px; }

@media (max-width: 1100px) {
  .c-spec_table .sub_spec_table_td {
    text-align: center; } }

input,
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent; }

button {
  cursor: pointer; }

em {
  font-style: normal; }

.modal_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s; }
  @media (max-width: 1023px) {
    .modal_area {
      padding: 0 20px; } }
  .modal_area .modal {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1070px;
    width: 100%;
    height: 100%;
    max-height: 80vh;
    background-color: #fff; }
    @media only screen and (max-width: 1140px) {
      .modal_area .modal {
        max-width: 100%;
        width: calc(100% - 40px); } }
    @media (max-width: 1023px) {
      .modal_area .modal {
        max-height: 70vh;
        width: calc(100% - 40px); } }
  .modal_area .modal_body > * {
    display: block;
    width: 100%;
    height: 100%; }
  .modal_area .btn_close.btn2 {
    bottom: -85px;
    left: 50%;
    display: block;
    max-width: 285px;
    width: 100%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 9;
    cursor: pointer;
    transition: 0.3s all ease;
    background-image: url("/digital-paper/gen2/images/icon/btn_close_pop.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: 45px; }
    @media only screen and (min-width: 1025px) {
      .modal_area .btn_close.btn2:hover {
        opacity: 0.7; } }

.modal_body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%; }

.modal_area.is_show {
  visibility: visible;
  opacity: 1; }

.modal_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(14.7382px);
  -webkit-backdrop-filter: blur(14.7382px);
  background-color: rgba(0, 0, 0, 0.4);
  /* (plus shape's fill blended on top as a separate layer with 29.88% opacity) */ }

.modal_image {
  position: relative;
  z-index: 9;
  max-height: calc(100vh - 120px); }

.btn_close_modal {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background-image: url("/digital-paper/gen2/images/icon/x.png");
  background-repeat: no-repeat;
  background-size: 100%; }

.btn_close_modal_1 {
  top: -10px;
  right: -16px;
  width: 93px;
  height: 36px;
  background-image: url("/digital-paper/gen2/images/products/popup/icon_close2.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.3s all ease; }
  @media only screen and (min-width: 1025px) {
    .btn_close_modal_1:hover {
      opacity: 0.7; } }

.c-bnr {
  position: absolute;
  bottom: 70px;
  z-index: 3;
  left: 0; }
  @media (min-width: 1024px) {
    .c-bnr {
      text-align: right;
      max-width: calc( (100% + 1225px ) / 2);
      width: 100%; } }
  @media only screen and (min-width: 1024px) and (max-width: 1240px) {
    .c-bnr {
      max-width: 1240px;
      width: 100%; } }
  .c-bnr.remove {
    display: none; }
  .c-bnr a {
    display: inline-block;
    width: 320px; }
  .c-bnr img {
    max-width: 320px;
    width: 100%; }
  @media (max-width: 1023px) {
    .c-bnr {
      max-width: 100%;
      width: 100%;
      text-align: center;
      bottom: 15px; }
      .c-bnr a {
        width: 300px; }
      .c-bnr img {
        max-width: 300px;
        width: 100%; } }

.c-bnr_fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  /*display: none;
  @include PC {
    text-align: right;
    max-width: calc( (100% + 1225px ) / 2 );
    width: 100%;
    @include max-screen(1240px) {
      max-width: 1240px;
      width: 100%;
    }
  }*/ }
  .c-bnr_fixed.active {
    display: block; }
  .c-bnr_fixed.close_btn {
    display: none !important; }
  .c-bnr_fixed .innerbox {
    position: relative;
    width: 320px;
    display: inline-block; }
    @media (max-width: 1023px) {
      .c-bnr_fixed .innerbox {
        width: 300px; } }
  .c-bnr_fixed a {
    display: inline-block; }
    .c-bnr_fixed a img {
      width: 100%; }
  .c-bnr_fixed .iconclose {
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    top: -12px;
    cursor: pointer;
    transition: 0.3s; }
    @media only screen and (min-width: 1025px) {
      .c-bnr_fixed .iconclose:hover {
        opacity: 0.5; } }
    .c-bnr_fixed .iconclose img {
      width: 100%; }
  @media (max-width: 1023px) {
    .c-bnr_fixed {
      left: 0;
      margin: 0 auto;
      right: 0;
      bottom: 0;
      width: 300px; } }

.footer {
  background: #F5F5F5;
  padding: 85px 15px 45px;
  text-align: center; }
  .footer .logo {
    /*img{
      max-width: 280px;
      width: 100%;
    }*/ }
    .footer .logo a, .footer .logo img {
      display: inline-block; }
    .footer .logo a {
      max-width: 280px;
      width: 100%; }
  .footer .listlink {
    margin-top: 28px;
    position: relative; }
    .footer .listlink a,
    .footer .listlink .line {
      display: inline-block;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 22px;
      letter-spacing: 0.03em; }
    .footer .listlink .line {
      padding: 0 15px; }
    .footer .listlink .line_pc {
      display: inline-block !important; }
      @media (max-width: 1023px) {
        .footer .listlink .line_pc {
          display: none !important; } }
  .footer .btnbox {
    font-size: 0;
    letter-spacing: 0;
    max-width: 841px;
    width: 100%;
    margin: 46px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .footer .btnbox li {
      width: 33.3333%;
      padding: 0 10px; }
      .footer .btnbox li .item {
        display: block;
        max-width: 260px;
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 54px;
        letter-spacing: 0.12em;
        text-align: center;
        color: #363636;
        border: 1px solid #9B9B9B;
        border-radius: 28px;
        background: #fff; }
      .footer .btnbox li .other_item {
        line-height: 20px;
        background: #E1E2E9;
        padding-top: 9px;
        padding-bottom: 10px; }
        .footer .btnbox li .other_item small {
          font-size: 10px;
          line-height: 15px;
          display: block; }
  .footer .txt {
    margin-top: 79px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 19px;
    letter-spacing: 0.03em; }
  .footer .txtcopy {
    margin-top: 17px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 13px;
    letter-spacing: 0.03em;
    font-family: 'Helvetica', 'Arial', sans-serif; }
  @media (max-width: 1023px) {
    .footer {
      padding: 80px 20px 30px; }
      .footer .logo img {
        max-width: 240px;
        width: 100%; }
      .footer .listlink {
        margin-top: 50px; }
        .footer .listlink a,
        .footer .listlink .line {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 36px;
          letter-spacing: 0.03em; }
        .footer .listlink .line {
          padding: 0 10px; }
        .footer .listlink .pc {
          display: none; }
      .footer .btnbox {
        max-width: 100%;
        margin-top: 50px;
        display: block; }
        .footer .btnbox li {
          width: 100%;
          padding: 0;
          margin-bottom: 20px; }
          .footer .btnbox li:last-child {
            margin-bottom: 0; }
          .footer .btnbox li .item {
            max-width: 100%; }
      .footer .txt {
        margin-top: 75px;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 26px;
        letter-spacing: 0.03em; } }
    @media only screen and (max-width: 1023px) and (max-width: 360px) {
      .footer .txt {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 24px; } }
  @media (max-width: 1023px) {
      .footer .txtcopy {
        margin-top: 25px;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 13px;
        letter-spacing: 0.03em; } }
    @media only screen and (max-width: 1023px) and (max-width: 360px) {
      .footer .txtcopy {
        font-size: 10px; } }

.bg_head_show {
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  position: fixed;
  z-index: -1;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(14.7382px);
  -webkit-backdrop-filter: blur(14.7382px);
  background-color: rgba(0, 0, 0, 0.1);
  /* (plus shape's fill blended on top as a separate layer with 29.88% opacity) */ }
  .bg_head_show.active {
    opacity: 1;
    visibility: visible;
    z-index: 8; }

.header {
  position: relative;
  padding: 0 80px; }
  @media only screen and (max-width: 1200px) {
    .header {
      padding: 0 15px; } }
  .header .innerbox {
    position: relative;
    padding-top: 27px;
    padding-bottom: 46px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .header .logo {
    position: relative;
    max-width: 235px;
    width: 100%;
    padding-top: 25px; }
    .header .logo a, .header .logo img {
      display: inline-block; }
  @media (max-width: 1023px) {
    .header {
      position: fixed;
      padding: 20px;
      top: 0;
      left: 0;
      width: 100%;
      /*-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);*/
      z-index: 92;
      background: #fff; }
      .header .innerbox {
        padding-top: 0;
        padding-bottom: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
      .header .logo {
        max-width: 120px;
        padding-top: 0;
        font-size: 0;
        line-height: 1; } }
  .header .menubox {
    max-width: calc(100% - 235px);
    width: 100%; }
    @media (max-width: 1023px) {
      .header .menubox {
        max-width: calc(100% - 120px);
        font-size: 0;
        line-height: 1;
        padding-top: 2px; } }
    .header .menubox .box1 {
      margin-bottom: 20px;
      text-align: right; }
      .header .menubox .box1 .listlink {
        display: inline-block;
        text-align: right;
        vertical-align: middle;
        position: relative;
        top: -2px;
        right: 175px; }
        .header .menubox .box1 .listlink a, .header .menubox .box1 .listlink .line {
          display: inline-block;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 20px;
          color: #363636;
          padding: 0 1px; }
      .header .menubox .box1 .btnbox {
        display: inline-block;
        vertical-align: middle;
        position: fixed;
        top: 27px;
        right: 80px;
        z-index: 91; }
        @media only screen and (max-width: 1200px) {
          .header .menubox .box1 .btnbox {
            right: 15px; } }
        .header .menubox .box1 .btnbox .btnMenu {
          display: inline-block;
          vertical-align: middle;
          cursor: pointer;
          position: relative;
          z-index: -1;
          opacity: 0;
          visibility: hidden;
          transition: 0.3s all ease; }
          .header .menubox .box1 .btnbox .btnMenu.show {
            z-index: 9;
            opacity: 1;
            visibility: visible; }
          @media only screen and (min-width: 1025px) {
            .header .menubox .box1 .btnbox .btnMenu:hover, .header .menubox .box1 .btnbox .btnMenu.show:hover {
              opacity: 0.5; } }
          .header .menubox .box1 .btnbox .btnMenu .th {
            display: block;
            width: 20px;
            height: 2px;
            margin-bottom: 4px;
            background: #222;
            font-size: 0; }
            .header .menubox .box1 .btnbox .btnMenu .th:last-child {
              margin-bottom: 0; }
          .header .menubox .box1 .btnbox .btnMenu.active {
            top: -3px;
            z-index: 9;
            opacity: 1;
            visibility: visible; }
            .header .menubox .box1 .btnbox .btnMenu.active:after {
              content: "";
              position: absolute;
              display: block;
              width: 36px;
              height: 36px;
              top: -11px;
              left: -9px;
              border-radius: 50%;
              border: 1px solid #222222; }
            @media only screen and (min-width: 1025px) {
              .header .menubox .box1 .btnbox .btnMenu.active:hover {
                opacity: 0.5; } }
            .header .menubox .box1 .btnbox .btnMenu.active .th {
              width: 18px; }
            .header .menubox .box1 .btnbox .btnMenu.active .th2 {
              display: none; }
            .header .menubox .box1 .btnbox .btnMenu.active .th1 {
              -webkit-transform: rotate(45deg) translateY(4px) translateX(4px);
              -moz-transform: rotate(45deg) translateY(4px) translateX(4px);
              -ms-transform: rotate(45deg) translateY(4px) translateX(4px);
              -o-transform: rotate(45deg) translateY(4px) translateX(4px);
              transform: rotate(45deg) translateY(4px) translateX(4px); }
            .header .menubox .box1 .btnbox .btnMenu.active .th3 {
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
        .header .menubox .box1 .btnbox .btnbuy {
          display: inline-block;
          vertical-align: top;
          padding-left: 20px;
          font-size: 0; }
          .header .menubox .box1 .btnbox .btnbuy.active {
            display: none; }
          .header .menubox .box1 .btnbox .btnbuy a {
            display: inline-block;
            width: 150px;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 12px;
            line-height: 32px;
            padding-top: 2px;
            border-radius: 20px;
            text-align: center;
            width: 150px;
            border-radius: 18px;
            box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
            position: relative; }
            .header .menubox .box1 .btnbox .btnbuy a:before, .header .menubox .box1 .btnbox .btnbuy a:after {
              content: '';
              display: block;
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              z-index: -1;
              border-radius: 18px;
              transition: 0.5s; }
            .header .menubox .box1 .btnbox .btnbuy a:before {
              background: linear-gradient(90deg, #D3EFFF 0%, #EDDFFC 100%); }
            .header .menubox .box1 .btnbox .btnbuy a:after {
              background: linear-gradient(90deg, #ddffd9 0%, #c8eaf4 100%); }
            @media only screen and (min-width: 1025px) {
              .header .menubox .box1 .btnbox .btnbuy a:hover {
                opacity: 1;
                transform: translateY(0);
                background: transparent; }
                .header .menubox .box1 .btnbox .btnbuy a:hover:after {
                  opacity: 0; } }
      @media (max-width: 1023px) {
        .header .menubox .box1 {
          margin-bottom: 0;
          font-size: 0;
          line-height: 1; }
          .header .menubox .box1 .btnbox {
            display: inline-block;
            vertical-align: middle;
            position: static; }
            .header .menubox .box1 .btnbox .btnMenu {
              z-index: 9;
              opacity: 1;
              visibility: visible;
              vertical-align: top;
              padding: 10px;
              transition: none; }
              .header .menubox .box1 .btnbox .btnMenu .th {
                border-radius: 2px; }
              .header .menubox .box1 .btnbox .btnMenu.active {
                top: 9px;
                padding-top: 0;
                z-index: 999;
                right: 7px;
                padding: 0; }
                .header .menubox .box1 .btnbox .btnMenu.active:after {
                  width: 31px;
                  height: 31px;
                  top: -9px;
                  left: -8px; }
                .header .menubox .box1 .btnbox .btnMenu.active .th {
                  width: 16px; }
            .header .menubox .box1 .btnbox .btnbuy {
              padding-left: 0;
              padding-right: 20px;
              font-size: 0;
              line-height: 1; }
              .header .menubox .box1 .btnbox .btnbuy a {
                width: 113px;
                font-size: 10px;
                font-size: 1rem;
                line-height: 25px; } }
    @media (min-width: 1024px) {
      .header .menubox .box2 {
        margin-right: -3px; } }
    .header .menubox .box2 .list {
      display: flex;
      justify-content: flex-end; }
      .header .menubox .box2 .list li {
        padding-left: 24px; }
        .header .menubox .box2 .list li:first-child {
          padding-left: 0; }
      .header .menubox .box2 .list .item {
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        letter-spacing: 0.03em;
        padding: 0 3px;
        position: relative; }
        .header .menubox .box2 .list .item:after {
          content: "";
          display: block;
          width: 0;
          height: 3px;
          background: #222;
          position: absolute;
          left: 0;
          bottom: -15px;
          transition: 0.3s all ease; }
        .header .menubox .box2 .list .item.active:after {
          width: 100%; }
        .header .menubox .box2 .list .item.new {
          position: relative; }
          .header .menubox .box2 .list .item.new:before {
            content: 'NEW';
            position: absolute;
            background: #E5F2E3;
            border-radius: 50%;
            color: #222;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 38.75px;
            width: 38.75px;
            font-size: 10px;
            font-size: 1rem;
            transform: scale(0.8);
            z-index: -1;
            top: -20px;
            left: -14px;
            font-weight: bold; }
        @media only screen and (min-width: 1025px) {
          .header .menubox .box2 .list .item:hover {
            opacity: 1; }
            .header .menubox .box2 .list .item:hover:after {
              width: 100%; } }

.bg_lock {
  overflow: hidden; }

.submenu {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 690px;
  width: 100%;
  z-index: 90;
  height: 100vh;
  z-index: -1;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden; }
  .submenu.active {
    opacity: 1;
    visibility: visible;
    z-index: 9; }
  @media only screen and (max-width: 1200px) {
    .submenu {
      max-width: 50%; } }
  .submenu .inner {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 175px 15px 50px;
    background: #fff;
    float: right;
    position: relative;
    z-index: 1; }
  .submenu .logobox {
    text-align: center; }
    .submenu .logobox a, .submenu .logobox img {
      display: inline-block; }
  .submenu .list {
    margin-top: 65px;
    text-align: center; }
    .submenu .list li {
      margin-bottom: 30px; }
      .submenu .list li:last-child {
        margin-bottom: 0; }
    .submenu .list .item {
      display: inline-block;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 32px;
      letter-spacing: 0.03em; }
      .submenu .list .item.new {
        position: relative; }
        .submenu .list .item.new:before {
          content: 'NEW';
          position: absolute;
          background: #E5F2E3;
          border-radius: 50%;
          color: #222;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 38.75px;
          width: 38.75px;
          font-size: 10px;
          font-size: 1rem;
          transform: scale(0.8);
          z-index: -1;
          top: -20px;
          left: -14px;
          font-weight: bold; }
  .submenu .listlink {
    margin-top: 45px;
    text-align: center; }
    .submenu .listlink a, .submenu .listlink .line {
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 20px;
      color: #363636; }
  .submenu .copy {
    margin-top: 100px;
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 13px;
    letter-spacing: 0.03em; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .submenu .copy {
        padding-bottom: 20px; } }
  @media (max-width: 1023px) {
    .submenu {
      padding: 20px;
      max-width: 100%;
      width: 100%;
      height: 100%; }
      .submenu:before {
        background: rgba(0, 0, 0, 0.7); }
      .submenu .inner {
        width: 100%;
        padding: 45px 20px 20px;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll; } }
    @media only screen and (max-width: 1023px) and (max-width: 360px) {
      .submenu .inner {
        padding-top: 35px 0 10px; } }
  @media (max-width: 1023px) {
      .submenu .sub_inner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        left: 0; }
      .submenu .logobox img {
        max-width: 178px;
        width: 100%; }
      .submenu .btnbuy {
        text-align: center;
        margin-top: 22px;
        font-size: 0;
        line-height: 1; }
        .submenu .btnbuy a {
          width: 113px;
          font-size: 10px;
          font-size: 1rem;
          line-height: 25px;
          line-height: 25px;
          display: inline-block;
          text-align: center;
          border-radius: 20px;
          background: linear-gradient(90deg, #ddffd9 0%, #c8eaf4 100%);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
          padding-top: 2px; } }
    @media only screen and (max-width: 1023px) and (max-width: 360px) {
      .submenu .btnbuy {
        margin-top: 15px; } }
  @media (max-width: 1023px) {
      .submenu .list {
        margin-top: 30px; }
        .submenu .list li {
          margin-bottom: 15px; }
        .submenu .list .item {
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 25px; } }
    @media only screen and (max-width: 1023px) and (max-width: 360px) {
      .submenu .list {
        margin-top: 15px; }
        .submenu .list li {
          margin-bottom: 5px; } }
  @media (max-width: 1023px) {
      .submenu .listlink {
        margin-top: 37px; }
        .submenu .listlink a, .submenu .listlink .line {
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 16px; } }
    @media only screen and (max-width: 1023px) and (max-width: 360px) {
      .submenu .listlink {
        margin-top: 20px; } }
  @media (max-width: 1023px) {
      .submenu .copy {
        margin-top: 40px;
        font-size: 10px;
        font-size: 1rem;
        line-height: 12px; } }
    @media only screen and (max-width: 1023px) and (max-width: 360px) {
      .submenu .copy {
        margin-top: 25px;
        font-size: 9px; } }
  @media (max-width: 1023px) {
      .submenu .sns_list {
        margin-top: 10px;
        text-align: center;
        font-size: 0;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px; }
        .submenu .sns_list .icon {
          display: inline-block;
          font-size: 0;
          line-height: 1;
          vertical-align: middle; }
          .submenu .sns_list .icon.icon2 {
            transform: translateY(1px); }
          .submenu .sns_list .icon.icon3 {
            transform: translateY(1px); } }

.followbox {
  position: fixed;
  bottom: 34px;
  left: 20px;
  z-index: 9999; }
  .followbox .txt {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    transform: rotate(90deg);
    transform-origin: 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    letter-spacing: 0.03em;
    position: relative;
    left: 20px; }
  .followbox .list {
    position: relative;
    font-size: 0;
    padding-top: 125px; }
    .followbox .list:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 56px;
      background: #000;
      left: 10px;
      top: 60px;
      display: block; }
    .followbox .list li {
      margin-bottom: 10px;
      font-size: 0;
      line-height: 1; }
      .followbox .list li:last-child {
        margin-bottom: 0; }
      .followbox .list li a.icon1 {
        transform: translateX(1px); }
    .followbox .list a, .followbox .list img {
      font-size: 0;
      line-height: 1;
      display: inline-block; }
