@charset "UTF-8";
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  overflow-x: hidden;
}

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

html, body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.clrfx::after {
  content: "";
  display: block;
  clear: both;
}

p {
  margin: 0;
  line-height: 0;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

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

caption, th {
  text-align: left;
}

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

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  line-height: 0;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  width: 100%;
  height: auto;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.05em;
}

*:focus {
  outline: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
FONT
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@font-face {
  font-family: "Shippori Mincho B1";
  src: url("../fonts/ShipporiMinchoB1-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Afacad Flux";
  src: url("../fonts/AfacadFlux-Regular.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.f_mincho {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.f_en {
  font-family: "Afacad Flux", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMON
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.sailor__pc {
  display: none;
}

.salior__sp {
  display: block;
}

@media screen and (min-width: 500px) {
  .salior__pc {
    display: block;
  }
  .salior__sp {
    display: none;
  }
}
.jsIn.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.jsIn.js-fadein.is-inview {
  -webkit-animation: fadeInAnime 1s forwards;
          animation: fadeInAnime 1s forwards;
}

@-webkit-keyframes fadeInAnime {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInAnime {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SP_CONTENTS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.sp_contents {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  z-index: 500;
  background: #fff;
}

@media screen and (min-width: 500px) {
  .sp_contents {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    max-width: 460px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
HEADER
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.header .menubar {
  display: block;
  width: 100%;
  max-width: 460px;
  height: 45px;
  position: fixed;
  top: -45px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  z-index: 1000;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 1;
  background: #132e3d;
}
.header .menubar.is-active {
  top: 0;
}
.header .menubar .header_logo {
  width: 90px;
  height: 18px;
  background-image: url(../img/salior_logo_wh.svg);
  background-size: cover;
}
.header .menubar .header_logo a {
  display: block;
}
.header .menubar .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .menubar .header_nav #nav-drawer {
  width: 18px;
  height: 18px;
  z-index: 999;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.header .menubar .header_nav #nav-drawer .nav_line {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.header .menubar .header_nav #nav-drawer .nav_line:nth-of-type(1) {
  top: 4px;
}
.header .menubar .header_nav #nav-drawer .nav_line:nth-of-type(2) {
  top: 8px;
}
.header .menubar .header_nav #nav-drawer .nav_line:nth-of-type(3) {
  top: 12px;
}
.header .menubar.is-light .header_logo {
  background-image: url(../img/sailor_logo_navy.svg);
}
.header .menubar.is-light .header_nav p {
  color: #07293c;
}
.header .menubar.is-light .header_nav #nav-drawer .nav_line {
  background-color: #07293c;
}
.header .menubar.nav_open .header_nav #nav-drawer .nav_line:nth-of-type(1) {
  top: 8px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.header .menubar.nav_open .header_nav #nav-drawer .nav_line:nth-of-type(2) {
  opacity: 0;
}
.header .menubar.nav_open .header_nav #nav-drawer .nav_line:nth-of-type(3) {
  top: 8px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.header .menubar.nav_open.is-light .header_logo {
  background-image: url(../img/salior_logo_wh.svg);
}
.header .menubar.nav_open.is-light .header_nav p {
  color: #fff;
}
.header .menubar.nav_open.is-light .header_nav #nav-drawer .nav_line {
  background-color: #fff;
}
.header #nav-content {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #132e3d;
  z-index: 500;
  display: none;
}
.header #nav-content .nav_inner {
  margin-top: 150px;
  margin-bottom: 80px;
}
.header #nav-content .nav_inner .nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 280px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.header #nav-content .nav_inner .nav_menu li {
  width: 32px;
}
.header #nav-content .nav_inner .nav_menu li a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  letter-spacing: 0.15em;
  line-height: 1.2;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}
.header #nav-content .nav_inner .nav_menu li a .num_jp {
  text-combine-upright: all;
  margin-bottom: 5px;
}
.header #nav-content .nav_inner .nav_menu li a .menu_en {
  color: #b59c2b;
  font-size: 8px;
  font-size: 0.5rem;
  letter-spacing: 0.1em;
}
.header #nav-content .nav_inner .logo_21k {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95px;
  bottom: 80px;
}

@media screen and (min-width: 400px) {
  .header #nav-content .nav_inner .nav_menu li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 500px) {
  .header .menubar {
    display: none;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
背景
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.bg_navy {
  background-color: #132e3d;
  padding-top: 900px;
}
.bg_navy::before {
  content: "";
  position: absolute;
  width: 100%;
  inset: 0;
  background: url("../img/bg_paper.webp");
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}

.bg_navy,
.bg_wh {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

#sec__imgfixed {
  position: relative;
  opacity: 0;
  pointer-events: none;
}
#sec__imgfixed.is-visible {
  opacity: 1;
}
#sec__imgfixed .img_wrap {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 500px;
  height: 100vh;
  background: url("../img/img_fixed.webp") center/cover no-repeat;
  z-index: 0;
}
#sec__imgfixed .logo_21k_wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 420px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
#sec__imgfixed .logo_21k {
  position: absolute;
  top: 80px;
  right: 45px;
  width: 150px;
  height: 107px;
  overflow: hidden;
  background: url(../img/logo_anime.png) no-repeat;
  background-size: 5550px 107px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: background-position;
}
#sec__imgfixed .logo_21k.is-inview {
  -webkit-animation: logoAnime 1.2s steps(36) forwards;
          animation: logoAnime 1.2s steps(36) forwards;
}
#sec__imgfixed .logo_bottom {
  position: absolute;
  top: 205px;
  right: 55px;
  width: 110px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#sec__imgfixed .logo_bottom.is-inview {
  opacity: 1;
}
#sec__imgfixed.logo_fix .logo_21k_wrap {
  position: fixed;
  top: 0;
}

@-webkit-keyframes logoAnime {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -5400px 0;
  }
}

@keyframes logoAnime {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -5400px 0;
  }
}
@media screen and (min-width: 500px) {
  #sec__imgfixed .img_wrap {
    max-width: 460px;
  }
}
.bg_wh {
  margin-top: 100vh;
  background-color: #fff;
}
.bg_wh:before {
  content: "";
  position: absolute;
  width: 100%;
  inset: 0;
  background: url("../img/bg_paper.webp");
  opacity: 0.35;
  pointer-events: none;
  background-size: 300px auto;
  background-repeat: repeat;
  z-index: -1;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PC背景
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#pc__wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pc__wrapper .pc_left,
#pc__wrapper .pc_right {
  width: calc(50% - 230px);
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
}
#pc__wrapper .pc_left .pc_inner,
#pc__wrapper .pc_right .pc_inner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#pc__wrapper .pc_left {
  background-image: url(../img/pc_bg_a.webp);
  left: 0;
  border-right: 1px solid #fff;
}
#pc__wrapper .pc_left .pc_inner .logo_21k_pc {
  width: 140px;
}
#pc__wrapper .pc_right {
  right: 0;
  background-image: url(../img/pc_bg_b.webp);
  border-left: 1px solid #fff;
}
#pc__wrapper .pc_right .pc_inner .sailor_logo_pc {
  width: 100px;
  margin: 0 auto 70px;
}
#pc__wrapper .pc_right .pc_inner .pc_nav {
  text-align: center;
}
#pc__wrapper .pc_right .pc_inner .pc_nav li {
  margin-bottom: 35px;
}
#pc__wrapper .pc_right .pc_inner .pc_nav li a {
  color: #888;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  cursor: pointer;
}
#pc__wrapper .pc_right .pc_inner .pc_nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #b59c2b;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
#pc__wrapper .pc_right .pc_inner .pc_nav li a.active {
  color: #fff;
}
#pc__wrapper .pc_right .pc_inner .pc_nav li a.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media screen and (min-width: 500px) {
  #pc__wrapper {
    display: block;
  }
}
@media screen and (min-width: 1040px) {
  #pc__wrapper {
    display: block;
  }
  #pc__wrapper .pc_left .pc_inner,
  #pc__wrapper .pc_right .pc_inner {
    display: block;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
#sec__21k_writing 共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.js-splitA, .js-splitB {
  position: relative;
}

.js-splitA.is-inview::after,
.js-splitB.is-inview::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.js-splitA .char,
.js-splitB .char {
  opacity: 0;
  display: inline-block;
}

.under_line {
  display: inline;
}

.js-splitA.is-inview .char,
.js-splitB.is-inview .char {
  -webkit-animation: charFade 0.6s forwards;
          animation: charFade 0.6s forwards;
}

@-webkit-keyframes charFade {
  to {
    opacity: 1;
  }
}

@keyframes charFade {
  to {
    opacity: 1;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SMOOTHEHITING
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#sec__smoothwriting {
  padding: 80px 25px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#sec__smoothwriting .sec_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec__smoothwriting .sec_inner .txt_area {
  width: 70%;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 0.8;
  letter-spacing: 0.05em;
}
#sec__smoothwriting .sec_inner .txt_area .under_line {
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid #1f4255;
}
#sec__smoothwriting .sec_inner .ttl_area .sec_ttl_1 {
  width: 88px;
  height: 262px;
  overflow: hidden;
  background: url(../img/sec_ttl_1.png) no-repeat;
  background-size: 3872px 262px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: background-position;
}
#sec__smoothwriting .sec_inner .ttl_area .sec_ttl_1.is-inview {
  -webkit-animation: txtAnimeA 2s steps(43) forwards;
          animation: txtAnimeA 2s steps(43) forwards;
}
#sec__smoothwriting .img_handclip {
  position: absolute;
  width: 275px;
  right: 0;
  bottom: -375px;
}

@-webkit-keyframes txtAnimeA {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3784px 0;
  }
}

@keyframes txtAnimeA {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3784px 0;
  }
}
@media screen and (min-width: 400px) {
  #sec__smoothwriting .sec_inner .txt_area {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 265px;
  }
  #sec__smoothwriting .sec_inner .ttl_area .sec_ttl_1 {
    width: 100px;
    height: 262px;
    background-size: 4400px 262px;
  }
  @-webkit-keyframes txtAnimeA {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -4300px 0;
    }
  }
  @keyframes txtAnimeA {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -4300px 0;
    }
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SPECIALNIB & WRITINGEXP
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#sec__specialnib .ttl_area, #sec__writingexp .ttl_area {
  padding: 0 25px;
}
#sec__specialnib .ttl_area .ttl_en, #sec__writingexp .ttl_area .ttl_en {
  color: #b59c2b;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  margin-left: 25px;
}
#sec__specialnib .ttl_area .ttl_en:before, #sec__writingexp .ttl_area .ttl_en:before {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 6px;
  left: -25px;
  background-color: #b59c2b;
}
#sec__specialnib .txt_area, #sec__writingexp .txt_area {
  margin: 20px 25px;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.5;
  text-align: justify;
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent calc(2.5em - 1px), #1f4255 calc(2.5em - 1px), #1f4255 2.5em);
  padding-bottom: 0.3em;
  line-break: strict;
  word-break: keep-all;
}
#sec__specialnib .txt_area .char, #sec__writingexp .txt_area .char {
  margin-right: 0.07em;
}
#sec__specialnib .img_illust, #sec__writingexp .img_illust {
  margin: 0 20px;
  position: relative;
  margin-top: 40px;
}

#sec__specialnib {
  margin-top: 420px;
}
#sec__specialnib .ttl_area .sec_ttl_2 {
  width: 223px;
  height: 90px;
  overflow: hidden;
  background: url(../img/sec_ttl_2.png) no-repeat;
  background-size: 8920px 90px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: background-position;
}
#sec__specialnib .ttl_area .sec_ttl_2.is-inview {
  -webkit-animation: txtAnimeB 2s steps(39) forwards;
          animation: txtAnimeB 2s steps(39) forwards;
}
#sec__specialnib .img_illust {
  position: relative;
}
#sec__specialnib .img_illust .img_illust_a {
  width: 82%;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#sec__specialnib .img_illust .pen_nib {
  width: 80%;
  position: absolute;
  bottom: 70px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec__specialnib .img_illust .pen_nib li {
  width: 18%;
  max-width: 55px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#sec__specialnib .img_illust .pen_nib li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#sec__specialnib .img_illust .pen_nib li:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#sec__specialnib .img_illust .pen_nib li:nth-child(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#sec__specialnib .img_illust .pen_nib li:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#sec__specialnib .img_illust.is-inview .pen_nib li {
  opacity: 1;
}
#sec__specialnib .img_sustainable {
  margin: 20px 0 0 25px;
}

@-webkit-keyframes txtAnimeB {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -8697px 0;
  }
}

@keyframes txtAnimeB {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -8697px 0;
  }
}
#sec__writingexp {
  margin-top: 135px;
  padding-bottom: 90px;
}
#sec__writingexp .ttl_area .sec_ttl_3 {
  margin: 0 0 0 auto;
  width: 196px;
  height: 143px;
  overflow: hidden;
  background: url(../img/sec_ttl_3.png) no-repeat;
  background-size: 7643px 143px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: background-position;
}
#sec__writingexp .ttl_area .sec_ttl_3.is-inview {
  -webkit-animation: txtAnimeC 2s steps(38) forwards;
          animation: txtAnimeC 2s steps(38) forwards;
}
#sec__writingexp .img_award {
  width: 275px;
  margin: 0 auto;
}

@-webkit-keyframes txtAnimeC {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -7448px 0;
  }
}

@keyframes txtAnimeC {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -7448px 0;
  }
}
@media screen and (min-width: 400px) {
  #sec__specialnib .txt_area, #sec__writingexp .txt_area {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 0.5em;
  }
  #sec__specialnib .ttl_area .sec_ttl_2 {
    width: 260px;
    height: 110px;
    background-size: 10400px 100px;
  }
  @-webkit-keyframes txtAnimeB {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -10140px 0;
    }
  }
  @keyframes txtAnimeB {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -10140px 0;
    }
  }
  #sec__specialnib .img_illust .pen_nib {
    bottom: 90px;
  }
  #sec__writingexp .img_award {
    width: 300px;
  }
  #sec__writingexp .ttl_area .sec_ttl_3 {
    width: 230px;
    height: 170px;
    background-size: 9008px 170px;
  }
  @-webkit-keyframes txtAnimeC {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -8778px 0;
    }
  }
  @keyframes txtAnimeC {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -8778px 0;
    }
  }
}
@media screen and (min-width: 500px) {
  #sec__specialnib .img_illust .pen_nib {
    bottom: 105px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
.bg_wh 共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.ttl_area_wh {
  padding-top: 80px;
  padding-bottom: 12px;
  margin: 0 25px 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.ttl_area_wh::before, .ttl_area_wh::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
}
.ttl_area_wh::before {
  bottom: 3px;
}
.ttl_area_wh::after {
  bottom: 0;
}
.ttl_area_wh .sec_ttl {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.ttl_area_wh .sec_ttl.is-inview {
  -webkit-animation: ttlFade 1s forwards;
          animation: ttlFade 1s forwards;
}
.ttl_area_wh .en_dec {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #b59c2b;
  line-height: 1;
}
.ttl_area_wh .en_dec span {
  opacity: 0;
}
.ttl_area_wh .en_dec.is-inview span {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ttl_area_wh .en_dec.is-inview span:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.ttl_area_wh .en_dec.is-inview span:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.ttl_area_wh .en_dec.is-inview span:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.ttl_area_wh .en_dec.is-inview span:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.ttl_area_wh .en_dec.is-inview span:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.ttl_area_wh .en_dec.is-inview span:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@-webkit-keyframes ttlFade {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes ttlFade {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
VOICE
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#sec__voice .swiper-voice .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
#sec__voice .swiper-voice .swiper-wrapper .swiper-slide {
  width: calc(100% - 50px);
  position: relative;
}
#sec__voice .swiper-voice .swiper-wrapper .swiper-slide:after {
  content: "";
  position: absolute;
  left: 1%;
  right: 1%;
  bottom: -15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
MAKING
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#sec__making .ttl_area_wh .sec_ttl span {
  font-size: 17px;
  font-size: 1.0625rem;
}
#sec__making .swiper-making {
  margin-left: 25px;
}
#sec__making .swiper-making .swiper-wrapper .swiper-slide {
  width: calc(100% - 25px);
}
#sec__making .swiper-making .swiper-wrapper .swiper-slide:last-child {
  margin-right: 25px;
}
#sec__making .swiper-nav {
  margin: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
#sec__making .swiper-nav .swiper-pagination {
  font-family: "Afacad Flux", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #999;
}
#sec__making .swiper-nav .swiper_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sec__making .swiper-nav .swiper_button .swiper-button-prev,
#sec__making .swiper-nav .swiper_button .swiper-button-next {
  height: 38px;
  width: 38px;
  background-size: cover;
  cursor: pointer;
}
#sec__making .swiper-nav .swiper_button .swiper-button-prev {
  background-image: url(../img/arrow_left.png);
  margin-right: 8px;
}
#sec__making .swiper-nav .swiper_button .swiper-button-next {
  background-image: url(../img/arrow_right.png);
}
#sec__making .swiper-nav .swiper_button .swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
LINEUP
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#sec__lineup {
  padding-bottom: 80px;
}
#sec__lineup .tab_wrap {
  position: relative;
  overflow: hidden;
}
#sec__lineup .tab_wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  pointer-events: none;
}
#sec__lineup .tab_wrap .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0 25px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  position: relative;
  border-bottom: 1px solid #ddd;
}
#sec__lineup .tab_wrap .tabs .tab {
  display: inline-block;
  padding: 12px 13px;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sec__lineup .tab_wrap .tabs .tab.select {
  color: #000;
}
#sec__lineup .tab_wrap .tabs .tab_line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #072b3e;
  -webkit-transition: width 0.35s ease, -webkit-transform 0.35s ease;
  transition: width 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, width 0.35s ease;
  transition: transform 0.35s ease, width 0.35s ease, -webkit-transform 0.35s ease;
}
#sec__lineup .tab_wrap .tab_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f5f5f5;
  height: 13px;
  width: 25px;
  border: none;
  cursor: pointer;
}
#sec__lineup .tab_wrap .tab_arrow:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin: auto;
}
#sec__lineup .tab_wrap .tab_arrow.prev {
  left: 0;
}
#sec__lineup .tab_wrap .tab_arrow.prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#sec__lineup .tab_wrap .tab_arrow.next {
  right: 0;
}
#sec__lineup .tab_wrap .tab_arrow.next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#sec__lineup .tab_list .contents_hide {
  display: none;
}
#sec__lineup .tab_list .tab_contents .tab_inner {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
#sec__lineup .tab_list .tab_contents .tab_inner a, #sec__lineup .tab_list .tab_contents .tab_inner .no_anchor {
  width: 47%;
  min-width: 170px;
  margin-bottom: 38px;
}
#sec__lineup .tab_list .tab_contents .tab_inner a .product_img, #sec__lineup .tab_list .tab_contents .tab_inner .no_anchor .product_img {
  height: 145px;
  margin: 0 auto;
}
#sec__lineup .tab_list .tab_contents .tab_inner a .product_img img, #sec__lineup .tab_list .tab_contents .tab_inner .no_anchor .product_img img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
#sec__lineup .tab_list .tab_contents .tab_inner a p, #sec__lineup .tab_list .tab_contents .tab_inner .no_anchor p {
  color: #000;
  line-height: 1.5;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  margin-top: 13px;
  letter-spacing: 0.02em;
}
#sec__lineup .tab_list .tab_contents .tab_inner a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 375px) {
  #sec__lineup .tab_list .tab_contents .tab_inner a, #sec__lineup .tab_list .tab_contents .tab_inner .no_anchor {
    min-width: 0;
    width: 47%;
  }
  #sec__lineup .tab_list .tab_contents .tab_inner a p, #sec__lineup .tab_list .tab_contents .tab_inner .no_anchor p {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 430px) {
  #sec__lineup .tab_list .tab_contents .tab_inner {
    padding: 0 25px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
STATEMENT
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#sec__statement {
  background: -webkit-gradient(linear, left top, left bottom, from(#07293c), color-stop(75%, #4482a3), to(#a3c6d9));
  background: linear-gradient(to bottom, #07293c 0%, #4482a3 75%, #a3c6d9 100%);
  padding: 80px 0;
  color: #fff;
  text-align: center;
}
#sec__statement .logo_statement {
  width: 70px;
  margin: 0 auto 50px;
}
#sec__statement .statement_h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  opacity: 0;
}
#sec__statement .statement_h2.is-inview {
  -webkit-animation: lineFade 1s forwards;
          animation: lineFade 1s forwards;
}
#sec__statement .statement_p {
  margin-bottom: 18px;
}
#sec__statement .statement_p p {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.15em;
  line-height: 2.15;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#sec__statement .statement_p p.is-inview {
  -webkit-animation: lineFade 1s forwards;
          animation: lineFade 1s forwards;
}

@-webkit-keyframes lineFade {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes lineFade {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
FOOTER
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.footer {
  position: relative;
  z-index: 2;
}
.footer .footer_img {
  overflow: hidden;
  width: 100%;
  height: 250px;
}
.footer .footer_img img {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.footer .footer_img.is-inview img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.footer .footer_21k_logo {
  width: 100px;
  margin: 50px auto;
}
.footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px 80px;
}
.footer .footer_nav ul {
  border-left: 1px solid #b59c2b;
}
.footer .footer_nav ul li {
  margin-bottom: 24px;
}
.footer .footer_nav ul li a {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 1.3;
  margin-left: 15px;
  cursor: pointer;
}
.footer .footer_nav ul li a span {
  font-size: 8px;
  font-size: 0.5rem;
  letter-spacing: 0.05em;
  color: #999;
}
.footer .footer_nav ul li a:hover {
  opacity: 0.5;
}
.footer .footer_nav ul li:last-child {
  margin-bottom: 0;
}
.footer .footer_nav ul:first-child {
  width: 57%;
}
.footer .footer_nav ul:last-child {
  width: 45%;
}
.footer .footer_logo {
  width: 140px;
  margin: 0 auto 15px;
}
.footer .footer_copyright {
  line-height: 1;
  font-size: 8px;
  font-size: 0.5rem;
  text-align: center;
  color: #ccc;
  padding-bottom: 25px;
}

/*========================
newMv
==========================*/
#newMv {
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
}

#newMv_galleryFin #newMv {
  -webkit-transform: scale(1, 1) !important;
          transform: scale(1, 1) !important;
  border-radius: 0px !important;
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

.mvfin #newMv {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#newMv #newMv_gallery {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: 0.01s;
  transition: 0.01s;
}

#newMv_gallery {
  will-change: transform, opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

#newMv #newMv_gallery .new_mvItem {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#newMv #newMv_gallery .new_mvItem.play {
  z-index: 20;
}

#newMv #newMv_gallery .new_mvItem.play-after {
  z-index: 15;
}

#newMv #newMv_gallery .new_mvItem .mvArea {
  -webkit-mask-image: none;
          mask-image: none;
  min-width: 100%;
  min-height: 100vh;
  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;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 100;
}

#newMv #newMv_gallery #newMV0.new_mvItem.play .mvArea {
  mask-repeat: no-repeat;
  -webkit-mask-position: 0% 0;
          mask-position: 0% 0;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 3% 0;
  -webkit-mask-size: cover;
}

.mv_img_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.mv_img_wrap .mv_img {
  width: 50%;
  height: 50.1%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  opacity: 0;
  -webkit-animation: fvImg 0.8s ease 2.2s forwards;
          animation: fvImg 0.8s ease 2.2s forwards;
}
.mv_img_wrap .mv_img.mv_img-a {
  background-image: url(../img/fv_img_sp-a.webp);
  left: 0;
  top: 0;
}
.mv_img_wrap .mv_img.mv_img-b {
  background-image: url(../img/fv_img_sp-b.webp);
  right: 0;
  top: 0;
}
.mv_img_wrap .mv_img.mv_img-c {
  background-image: url(../img/fv_img_sp-c.webp);
  left: 0;
  bottom: 0;
}
.mv_img_wrap .mv_img.mv_img-d {
  background-image: url(../img/fv_img_sp-d.webp);
  right: 0;
  bottom: 0;
}

@-webkit-keyframes fvImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fvImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv_txt_wrap {
  position: absolute;
  width: 27px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-animation: txtBlur ease 1.8s forwards;
          animation: txtBlur ease 1.8s forwards;
}
.mv_txt_wrap svg {
  -webkit-animation: txtChange 0.2s ease 2.2s forwards;
          animation: txtChange 0.2s ease 2.2s forwards;
  color: #000;
}
.mv_txt_wrap svg#fv_copy_sp {
  display: block;
}
.mv_txt_wrap svg#fv_copy_pc {
  display: none;
}
.mv_txt_wrap:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 5px;
  width: 14px;
  height: 27px;
  background-image: url(../img/icon_pen.png);
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: fvImg 0.4s ease 3s forwards;
          animation: fvImg 0.4s ease 3s forwards;
}

@-webkit-keyframes txtBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes txtBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes txtChange {
  0% {
    color: #000;
  }
  100% {
    color: #fff;
    -webkit-filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
            filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
  }
}
@keyframes txtChange {
  0% {
    color: #000;
  }
  100% {
    color: #fff;
    -webkit-filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
            filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
  }
}
@media screen and (min-width: 900px) {
  .mv_img_wrap .mv_img.mv_img-a {
    background-image: url(../img/fv_img_pc-a.webp);
  }
  .mv_img_wrap .mv_img.mv_img-b {
    background-image: url(../img/fv_img_pc-b.webp);
  }
  .mv_img_wrap .mv_img.mv_img-c {
    background-image: url(../img/fv_img_pc-c.webp);
  }
  .mv_img_wrap .mv_img.mv_img-d {
    background-image: url(../img/fv_img_pc-d.webp);
  }
  .mv_txt_wrap {
    width: 35vw;
    min-width: 450px;
  }
  .mv_txt_wrap svg#fv_copy_sp {
    display: none;
  }
  .mv_txt_wrap svg#fv_copy_pc {
    display: block;
  }
  .mv_txt_wrap:after {
    content: none;
  }
}
/*========================
言語切り替え
==========================*/
.langswich {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.langswich li {
  padding: 0 10px;
  font-family: "Afacad Flux", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
.langswich li:first-child {
  position: relative;
}
.langswich li:first-child:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #888;
}
.langswich li a {
  color: #888;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
.langswich li p.lang_active {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.header .menubar .header_nav .langswich li p.lang_active {
  font-size: 14px;
  font-size: 0.875rem;
}

.langswich_pc {
  margin-top: 70px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
英語版用CSS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*=============HEADER=============*/
.page__en .header #nav-content .nav_inner {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 250px;
}
.page__en .header #nav-content .nav_inner .nav_menu {
  display: block;
  width: 100%;
}
.page__en .header #nav-content .nav_inner .nav_menu li {
  width: auto;
  padding: 18px 0;
}
.page__en .header #nav-content .nav_inner .nav_menu li a {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-orientation: initial;
  letter-spacing: 0.02em;
  padding-left: 30px;
  position: relative;
}
.page__en .header #nav-content .nav_inner .nav_menu li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page__en .header #nav-content .nav_inner .logo_21k {
  position: relative;
  bottom: auto;
  margin-top: 80px;
}

/*=============FOOTER=============*/
.page__en .footer .footer_nav {
  display: block;
}
.page__en .footer .footer_nav ul {
  border-left: none;
  margin: 0 auto;
  width: 280px;
}
.page__en .footer .footer_nav ul:first-child {
  width: 280px;
  border-top: 1px solid #d1dbe0;
}
.page__en .footer .footer_nav ul li {
  border-bottom: 1px solid #d1dbe0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 14px;
}
.page__en .footer .footer_nav ul li a {
  letter-spacing: 0.05em;
  padding-left: 45px;
  margin-left: 0;
  position: relative;
}
.page__en .footer .footer_nav ul li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*=============FV=============*/
.page__en .mv_txt_wrap {
  width: 300px;
}
.page__en .mv_txt_wrap:after {
  content: none;
}

/*======.bg_navy 共通=======*/
.page__en #sec__smoothwriting .txt_area,
.page__en #sec__specialnib .txt_area,
.page__en #sec__writingexp .txt_area {
  letter-spacing: 0;
  overflow: hidden;
}

/*======SMOOTHWRITING=======*/
.page__en #sec__smoothwriting .sec_inner {
  display: block;
}
.page__en #sec__smoothwriting .sec_inner .ttl_area {
  padding: 0;
}
.page__en #sec__smoothwriting .sec_inner .ttl_area .sec_ttl_1 {
  width: 320px;
  height: 95px;
  overflow: hidden;
  background: url(../img/en/sec_ttl_1.png) no-repeat;
  background-size: 8960px 95px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: background-position;
}
.page__en #sec__smoothwriting .sec_inner .ttl_area .sec_ttl_1.is-inview {
  -webkit-animation: txtAnimeEnA 2s steps(27) forwards;
          animation: txtAnimeEnA 2s steps(27) forwards;
}
.page__en #sec__smoothwriting .sec_inner .txt_area {
  width: 80%;
  max-width: 100%;
  min-width: 280px;
  margin: 15px 0 80px;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  /*line-height: 2.5;
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent calc(2.5em - 1px), #1f4255 calc(2.5em - 1px), #1f4255 2.5em);
  padding-bottom: 0.3em;
  line-break: strict;
  word-break: keep-all;*/
}
.page__en #sec__smoothwriting .img_handclip {
  width: 56%;
  bottom: 25px;
}

@-webkit-keyframes txtAnimeEnA {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -8640px 0;
  }
}

@keyframes txtAnimeEnA {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -8640px 0;
  }
}
@media screen and (min-width: 420px) {
  .page__en #sec__smoothwriting .sec_inner .txt_area {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/*======SPECIALNIB & WRITINGEXP=======*/
.page__en #sec__specialnib .img_illust .pen_nib {
  bottom: 65px;
}

@media screen and (min-width: 400px) {
  .page__en #sec__specialnib .img_illust .pen_nib {
    bottom: 85px;
  }
}
@media screen and (min-width: 500px) {
  .page__en #sec__specialnib .img_illust .pen_nib {
    bottom: 95px;
  }
}
.page__en #sec__specialnib {
  margin-top: 30px;
}
.page__en #sec__specialnib .ttl_area .sec_ttl_2 {
  width: 260px;
  height: 95px;
  overflow: hidden;
  background: url(../img/en/sec_ttl_2.png) no-repeat;
  background-size: 7020px 95px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: background-position;
}
.page__en #sec__specialnib .ttl_area .sec_ttl_2.is-inview {
  -webkit-animation: txtAnimeEnB 2s steps(26) forwards;
          animation: txtAnimeEnB 2s steps(26) forwards;
}

@-webkit-keyframes txtAnimeEnB {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -6760px 0;
  }
}

@keyframes txtAnimeEnB {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -6760px 0;
  }
}
.page__en #sec__writingexp .ttl_area .sec_ttl_3 {
  margin: 0;
  width: 265px;
  height: 99px;
  overflow: hidden;
  background: url(../img/en/sec_ttl_3.png) no-repeat;
  background-size: 7950px 99px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: background-position;
}
.page__en #sec__writingexp .ttl_area .sec_ttl_3.is-inview {
  -webkit-animation: txtAnimeEnC 2s steps(29) forwards;
          animation: txtAnimeEnC 2s steps(29) forwards;
}

@-webkit-keyframes txtAnimeEnC {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -7685px 0;
  }
}

@keyframes txtAnimeEnC {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -7685px 0;
  }
}
/*=============.bg_wh 共通=============*/
.page__en .ttl_area_wh .sec_ttl {
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0;
}

/*=============VOICE=============*/
.page__en #sec__voice .swiper-voice-en .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.page__en #sec__voice .swiper-voice-en .swiper-wrapper .swiper-slide {
  width: calc(100% - 50px);
  position: relative;
}
.page__en #sec__voice .swiper-voice-en .swiper-wrapper .swiper-slide:after {
  content: "";
  position: absolute;
  left: 1%;
  right: 1%;
  bottom: -15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

/*=============STATEMENT=============*/
.page__en #sec__statement .statement_h2 {
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0.02em;
}
.page__en #sec__statement .statement_p p {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0;
}

/*=============PC背景=============*/
.page__en #pc__wrapper .pc_right .pc_inner .pc_nav li a {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0;
}

@media screen and (min-width: 1180px) {
  .page__en #pc__wrapper .pc_right .pc_inner .pc_nav li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=global.css.map */