@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Poppins:wght@300;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

body {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', 'Zen Maru Gothic',"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" on; }

html {
  font-size: 18px; }

@media screen and (max-width: 1440px) {
  html {
    font-size: 16px; } }
@media screen and (max-width: 800px) {
  html {
    font-size: 14px; } }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/************************************************************

    Genaral Settings

************************************************************/
.svgLoad {
  display: none; }

/*
    Links
******************************/
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  a img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  a:hover {
    color: #f8B500; }
    a:hover img {
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      -o-opacity: 0.5;
      filter: alpha(opacity=50);
      -ms-filter: "alpha(opacity=50)";
      opacity: 0.5; }

/*
    Images
******************************/
img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 0 auto; }

/*
    Clear Fix
******************************/
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/*
    Fonts and Text
******************************/
h1, h2, h3, h4, h5 {
  font-weight: 700; }

/*
    Fonts and Text
******************************/
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/*
    Column width
******************************/
.col__1of1 {
  width: 100%; }

.col__1of3 {
  width: 33.333%; }

.col__2of3 {
  width: 66.666%; }

.col__1of2 {
  width: 50%; }

.col__1of4 {
  width: 25%; }

.col__3of4 {
  width: 75%; }

/*
    Form
******************************/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea, input[type="text"], input[type="submit"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  font-family: inherit;
  font-size: 1.0em;
  letter-spacing: inherit; }

::placeholder {
  font-size: 0.75em;
  color: #333;
  opacity: 1; }

/*
    Other
******************************/
.__sp {
  display: none; }

.__pc {
  display: block; }

.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; }

/************************************************************

     Wrapper

************************************************************/
#wrapper {
  width: 100%;
  position: relative; }

/************************************************************

      Header

************************************************************/
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: .3s;
  background-color: white;
  height: 100px; }
  .c-header__links {
    position: absolute;
    height: 36px;
    top: 50%;
    right: 128px;
    transform: translate(0, -50%); }
    .c-header__links ul {
      display: flex;
      flex-wrap: wrap; }
      .c-header__links ul li {
        border-left: 1px solid #ccc; }
        .c-header__links ul li a {
          display: block;
          font-size: .75em;
          font-weight: 700;
          line-height: 36px;
          padding: 0 1.5em; }

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: all .4s ease 0s,background .4s ease .2s;
  transition: all .4s ease 0s,background .4s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 64px; }
  .is-fixed .o-nav__btn {
    transition: all .4s ease 0s, background .4s ease .2s;
    height: 64px;
    padding: 24px 28px; }

.c-header .c-logo {
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -20px;
  left: 30px; }

.c-header .c-logo a {
  display: block;
  position: relative;
  width: 200px;
  height: 40px;
  text-indent: -9999px;
  background-image: url(../images/asset/header_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 100; }

/*
    header -> Overlay Navigation
******************************/
.o-nav {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10000; }

.o-nav__btn {
  position: absolute;
  width: 128px;
  height: 100px;
  padding: 42px 28px;
  cursor: pointer;
  z-index: 10001;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: rgba(0, 0, 0, 0.9); }

.o-nav__btn::before {
  content: attr(data-item);
  display: block;
  position: absolute;
  font-size: 1em;
  line-height: 1.4;
  letter-spacing: 0;
  left: 60px;
  top: 50%;
  margin-top: -0.4em;
  font-weight: 700;
  color: #fff; }

.o-nav__btn span {
  position: relative;
  display: block;
  width: 18px;
  height: 3px;
  transition: .3s;
  background: #fff; }

.o-nav__btn span:nth-child(1) {
  top: 0; }

.o-nav__btn span:nth-child(2) {
  top: 3px; }

.o-nav__btn span:nth-child(3) {
  top: 6px; }

.o-nav__menu {
  display: none;
  position: fixed;
  width: 0;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  animation: overlayBg 0.5s forwards cubic-bezier(0.8, 0.01, 0.37, 1); }

@keyframes overlayBg {
  0% {
    width: 0; }
  100% {
    width: 100vw; } }
.o-nav__inner {
  position: relative;
  padding: 6.4vh 3vw;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.o-nav__head {
  position: relative;
  width: 100%;
  z-index: 100002;
  margin-bottom: 2vw;
  padding-bottom: .75em;
  border-bottom: 1px solid #555;
  animation: FadeInHead .4s forwards;
  animation-delay: 0.4s;
  opacity: 0; }
  .o-nav__head .__left p {
    border-left: 3px solid #fff;
    padding-left: 1.0em;
    font-size: 0.8em;
    font-weight: 700;
    color: #fff;
    line-height: 40px; }
  .o-nav__head .__right {
    position: absolute;
    top: 0;
    right: 0; }
    .o-nav__head .__right .__links ul li {
      margin: 0 .1em;
      display: inline-block; }
      .o-nav__head .__right .__links ul li a {
        padding: 0 1.25em;
        font-size: 0.75em;
        font-weight: 700;
        color: #222;
        background: #fff;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        border-radius: 4em; }
        .o-nav__head .__right .__links ul li a:hover {
          color: #222;
          background: #f8B500; }

@keyframes FadeInHead {
  0% {
    opacity: 0;
    margin-left: 20px; }
  100% {
    opacity: 1;
    margin-left: 0px; } }
.o-nav__body {
  width: 100%;
  animation: FadeInBody .4s forwards;
  animation-delay: 0.4s;
  opacity: 0; }

@keyframes FadeInBody {
  0% {
    opacity: 0;
    margin-left: 30px; }
  100% {
    opacity: 1;
    margin-left: 0px; } }
/* Internal / In page links */
.o-nav__item.__internal {
  position: relative;
  margin: 2vw 0; }
  .o-nav__item.__internal .__head h2 {
    position: absolute;
    font-size: 0.7em;
    color: #fff;
    top: 1.8vw;
    left: 0; }
  .o-nav__item.__internal ul {
    position: relative;
    padding-left: calc( 80px + 2.4vw );
    padding-right: 6.4vw;
    padding-top: 0;
    padding-bottom: 0; }
    .o-nav__item.__internal ul li {
      padding: 1vw 0; }
      .o-nav__item.__internal ul li a {
        color: #fff;
        font-size: 1.2em;
        font-weight: 700;
        line-height: 1.8;
        letter-spacing: 0; }
        .o-nav__item.__internal ul li a:hover {
          color: #f8B500; }
      .o-nav__item.__internal ul li.__child {
        padding: .5vw 0; }
        .o-nav__item.__internal ul li.__child a {
          margin: 0 0 0 1.5em;
          font-size: .9em; }
      .o-nav__item.__internal ul li.small {
        padding: 0.5vw 0; }
        .o-nav__item.__internal ul li.small a {
          margin: 0 0 0 1.5em;
          font-size: 0.9em; }

/* Links */
.o-nav__item.__links {
  display: none; }

/* Content */
.o-nav__item.__content {
  margin: 2vw 0 0;
  padding: 2.1vw 0;
  text-align: center; }

.o-nav__item.__content ul li {
  display: inline-block;
  margin: 0 1vw; }

.o-nav__item.__content ul li a {
  display: inline-block;
  font-size: 0.8em;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0; }

.o-nav__item.__content ul li a:hover {
  color: #f8B500; }

/* SNS */
.o-nav__item.__sns {
  text-align: center; }

.o-nav__item.__sns ul li {
  display: inline-block;
  width: 50px;
  height: 50px; }

.o-nav__item.__sns ul li a {
  display: block;
  width: 50px;
  height: 50px; }

.o-nav__item.__sns li a:hover {
  background-color: #444; }

.o-nav__item.__sns ul li.__fb a,
.o-nav__item.__sns li.__tw a,
.o-nav__item.__sns li.__ig a,
.o-nav__item.__sns li.__yt a {
  background-image: url(../images/asset/footer_ico.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border-radius: 100%; }

.o-nav__item.__sns ul li.__fb a {
  background-position: 0px 0px; }

.o-nav__item.__sns ul li.__tw a {
  background-position: -50px 0px; }

.o-nav__item.__sns ul li.__ig a {
  background-position: -100px 0px; }

.o-nav__item.__sns ul li.__yt a {
  background-position: -150px 0px; }

/************************************************************

     Breadcrumb

************************************************************/
.breadcrumbs {
  position: relative;
  margin: 3.2vw 0;
  padding: 0 6.4vw;
  z-index: 50; }

.breadcrumbs ul li {
  display: inline-block; }

.breadcrumbs ul li span {
  font-size: 0.85em;
  letter-spacing: 0.05em; }

.breadcrumbs ul li a {
  position: relative;
  margin: 0 1.5em 0 0;
  color: #222; }

.breadcrumbs ul li a:hover {
  color: #f8B500; }

.breadcrumbs ul li a::after {
  content: ">";
  position: absolute;
  top: 50%;
  margin-top: -0.4em;
  right: -1.25em;
  color: #222; }

/************************************************************

     Footer

************************************************************/
.footer {
  position: relative;
  margin: 3.2vw 0 0;
  padding-left: 6.4vw;
  padding-right: 6.4vw;
  padding-top: calc( 72px + 2.4vw );
  padding-bottom: calc( 72px + 2.4vw );
  background: #1a1a1a;
  z-index: 50; }

.footer .f-logo {
  width: 203px;
  height: 40px;
  overflow: hidden; }

.footer .f-logo a {
  display: block;
  width: 203px;
  height: 40px;
  text-indent: -9999px;
  background-image: url(../images/asset/footer_logo.png);
  background-repeat: no-repeat;
  background-size: 100%; }

/*
    footer -> Navigation
******************************/
.f-nav {
  margin: 1.5em 0 0; }

.f-nav ul li {
  display: inline-block;
  margin: 0 0.5em; }

.f-nav ul li:first-child {
  margin-left: 0; }

.f-nav ul li:last-child {
  margin-right: 0; }

.f-nav a {
  display: inline-block;
  color: #fff;
  font-size: 0.8em; }

/*
    footer -> Follow Us
******************************/
.f-sns {
  position: absolute;
  top: calc( 72px + 2.4vw );
  right: 6.4vw; }

.f-sns ul li {
  display: inline-block;
  width: 50px;
  height: 50px; }

.f-sns ul li a {
  display: block;
  width: 50px;
  height: 50px; }

.f-sns ul li a:hover {
  background-color: #444; }

.f-sns ul li.__fb a,
.f-sns ul li.__tw a,
.f-sns ul li.__ig a,
.f-sns ul li.__yt a {
  background-image: url(../images/asset/footer_ico.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border-radius: 100%; }

.f-sns ul li.__fb a {
  background-position: 0px 0px; }

.f-sns ul li.__tw a {
  background-position: -50px 0px; }

.f-sns ul li.__ig a {
  background-position: -100px 0px; }

.f-sns ul li.__yt a {
  background-position: -150px 0px; }

/*
    footer -> Copyright
******************************/
.footer .f-copyright {
  position: absolute;
  font-size: 0.7em;
  color: #999;
  bottom: calc( 72px + 2.4vw );
  right: 6.4vw; }

/*
    footer -> Page Top
******************************/
.f-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 900;
  display: none; }

.f-pagetop a {
  width: 6vw;
  height: 6vw;
  min-width: 54px;
  min-height: 54px;
  max-width: 72px;
  max-height: 72px;
  position: relative;
  display: block;
  background: #333;
  text-indent: -9999px; }

.f-pagetop a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #fff transparent;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px; }

.f-pagetop a:hover {
  background: #f8B500; }

/* ---------------------------------------
	max-width: 800px
--------------------------------------- */
@media screen and (max-width: 640px) {
  html {
    font-size: 14px; }

    /************************************************************

          Header

    ************************************************************/
  .c-header .c-logo {
    margin-top: -18px;
    left: 30px; }

  .c-header .c-logo a {
    width: 180px;
    height: 36px; }

  .c-header__links {
    right: 100px; }
    .c-header__links ul li a {
      display: block;
      font-size: .8em;
      padding: 0 1.0em; }

  .o-nav__btn {
    width: 100px;
    height: 100px;
    padding: 42px 40px; }

  .o-nav__btn::before {
    display: none; }

  .o-nav__inner {
    padding: 5vh 9.6vw; }

  .o-nav__head {
    font-size: 0.8em;
    padding-top: 60px; }
    .o-nav__head .__left p {
      border-left: 3px solid #fff;
      padding-left: 1.0em;
      font-size: 0.9em;
      font-weight: 700;
      color: #fff;
      line-height: 40px; }
    .o-nav__head .__right {
      position: absolute;
      top: 0;
      right: 0; }
      .o-nav__head .__right .__links {
        display: none; }

  /* Internal / In page links */
  .o-nav__item.__internal {
    position: relative;
    margin: 4.8vw 0; }

  .o-nav__item.__internal .__head h2 {
    position: relative;
    font-size: 0.8em;
    margin-bottom: 1em;
    top: auto;
    left: auto; }

  .o-nav__item.__internal ul {
    position: relative;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
    padding-top: 0;
    padding-bottom: 0; }

  .o-nav__item.__internal ul li {
    border-bottom: 1px solid #333; }

  .o-nav__item.__internal ul li a {
    display: block;
    font-size: 1.1em;
    padding: 2.4vw 0; }

  /* Content */
  .o-nav__item.__content {
    margin: 4.8vw 0 0;
    padding: 4.8vw 0; }

  .o-nav__item.__content ul li {
    display: inline-block;
    margin: 0 1.2vw; }

  .o-nav__item.__content ul li a {
    font-size: .8em;
    line-height: 2.4; }

  /* Links */
  .o-nav__item.__links {
    display: block;
    margin-top: 14%; }
    .o-nav__item.__links ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .o-nav__item.__links ul li {
        margin: 0 0.2em;
        width: 45%; }
        .o-nav__item.__links ul li a {
          display: block;
          background: #ffffff;
          padding: 1.2em;
          font-weight: 600;
          font-size: 0.8em;
          border-radius: 3px;
          text-align: center; }

  /* SNS */
  .o-nav__item.__sns {
    padding-bottom: 64px; }

  .is-fixed .o-nav__btn {
    transition: all .4s ease 0s, background .4s ease .2s;
    height: 64px;
    padding: 24px 40px; }

    /************************************************************

         Breadcrumb

    ************************************************************/
  .breadcrumbs {
    margin: 4.8vw 0; }

  .breadcrumbs ul li {
    display: inline-block; }

  .breadcrumbs ul li span {
    font-size: 0.8em; }

    /************************************************************

         Footer

    ************************************************************/
  .footer {
    margin: 3.2vw 0 0;
    padding-top: 6.4vw;
    padding-bottom: calc( 64px + 2.4vw ); }

  .f-nav ul li {
    margin: 0 0.25em; }

  .f-sns {
    position: relative;
    margin: 1em 0;
    top: auto;
    right: auto; }

  .footer .f-copyright {
    position: relative;
    font-size: 0.7em;
    bottom: auto;
    right: auto; } }
/* max-width: 800px */
@media screen and (max-width: 640px) {
  .c-header__links {
    right: 100px; }
    .c-header__links ul li.__ec {
      display: none; }
    .c-header__links ul li a {
      padding: 0 1.5em; } }
/* ---------------------------------------
	max-width: 600px
--------------------------------------- */
@media screen and (max-width: 600px) {
  /*
      Other
  ******************************/
  .__sp {
    display: block; }

  .__pc {
    display: none; }

    /************************************************************

          Header

    ************************************************************/
  .c-header {
    height: 80px; }

  .c-header .c-logo {
    margin-top: -14px;
    left: 20px; }

  .c-header .c-logo a {
    width: 144px;
    height: 28px; }

  .c-header__links {
    right: 80px; }
    .c-header__links ul li a {
      font-size: .8em;
      padding: 0 1.5em; }

  .o-nav__btn {
    width: 80px;
    height: 80px;
    padding: 32px 30px; }

  .is-fixed .o-nav__btn {
    width: 80px;
    height: 80px;
    padding: 32px 30px; }

    /************************************************************

         Footer

    ************************************************************/
  .footer {
    margin: 4.8vw 0 0;
    padding-top: 9.6vw;
    padding-bottom: calc( 56px + 2.4vw ); }

  .footer .f-logo {
    width: 144px;
    height: 28px; }

  .footer .f-logo a {
    width: 144px;
    height: 28px; }

  .f-nav ul {
    border-top: 1px solid #333; }

  .f-nav ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333; }

  .f-nav ul li a {
    display: block;
    padding: 2.8vw; }

  .footer .f-copyright {
    font-size: 0.65em; } }
/* max-width: 600px */
/* ---------------------------------------
	max-width: 320px
--------------------------------------- */
@media screen and (max-width: 320px) {
  html {
    font-size: 13px; }

    /************************************************************

          Header

    ************************************************************/
  .o-nav__btn {
    position: absolute;
    right: 0px; }

  .o-nav__inner {
    padding: 4vh 9.6vw; }

  .o-nav__head {
    position: relative;
    width: 100%;
    font-size: 0.8em;
    color: #fff;
    z-index: 100002;
    margin-bottom: 4.8vw;
    padding-bottom: 4.8vw;
    border-bottom: 1px solid #555; }

  /* Internal / In page links */
  .o-nav__item.__internal {
    position: relative;
    margin: 3.6vw 0; }

  .o-nav__item.__internal .__head h2 {
    font-size: 0.65em;
    margin-bottom: 0.5em; }

  .o-nav__item.__internal ul li {
    border-bottom: 1px solid #333; }

  .o-nav__item.__internal ul li:last-child {
    border-bottom: none; }

  .o-nav__item.__internal ul li a {
    display: block;
    font-size: 1.0em;
    padding: 2.0vw 0; }

  /* Content */
  .o-nav__item.__content {
    margin: 3.6vw 0 0;
    padding: 3.6vw 0; }

  .o-nav__item.__content ul li {
    display: inline-block;
    margin: 0 1.2vw; }

  .o-nav__item.__content ul li a {
    font-size: 0.9em;
    line-height: 2.0; } }
/* max-width: 320px */
button:focus {
  border: 2px solid #F5CF2A; }

.content {
  color: #333F48;
  font-family: 'Poppins','Zen Maru Gothic', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 100px 0 0 0;
  overflow: hidden;
  position: relative;
  text-align: left; }
  .content h2 {
    font-weight: 700;
    font-size: 3.2em;
    line-height: 1.2;
    padding-top: 0.2em;
    padding-bottom: 4%; }

.break_sp {
  display: none; }

.break_tb {
  display: none; }

.is-hide {
  display: none; }

.c-hero {
  padding-bottom: 10%; }
  .c-hero__inner {
    position: relative; }
  .c-hero__img.__pc {
    display: block;
    height: auto;
    width: 100%; }
  .c-hero__img.__sp {
    display: none;
    height: auto;
    width: 100%; }
  .c-hero__anime {
    width: 60%;
    position: absolute;
    top: 14%;
    right: 0; }
  .c-hero__txt {
    color: #0033A0;
    font-size: 3.6em;
    position: absolute;
    text-align: center;
    line-height: 1.4;
    right: 2%;
    top: 18%; }
    .c-hero__txt .__small {
      font-size: 0.6em; }
    .c-hero__txt .__pink {
      color: #EB6E64; }
    .c-hero__txt .__large {
      font-size: 1.8em; }
  .c-hero__datail {
    position: absolute;
    right: 10%;
    top: 65%;
    width: 24.44vw; }
    .c-hero__datail .__eclinks {
      display: flex;
      justify-content: center;
      margin: 4% 0; }
      .c-hero__datail .__eclinks .__ecbtn {
        width: 48%; }
        .c-hero__datail .__eclinks .__ecbtn a {
          background: #0033A0;
          border-radius: 43px;
          color: #fff;
          display: block;
          font-weight: 700;
          padding: 10%;
          position: relative;
          text-align: center; }
          .c-hero__datail .__eclinks .__ecbtn a::after {
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            content: '';
            display: block;
            height: 0.5vw;
            position: absolute;
            right: 1.23076923vw;
            transform: translateY(-50%) rotate(45deg);
            top: 50%;
            transition: all .3s ease-out;
            width: 0.5vw; }
          .c-hero__datail .__eclinks .__ecbtn a:hover {
            background: #EFC925; }

.c-about {
  background: url("../images/bg_about.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8% 0;
  position: relative; }
  .c-about__inner {
    background: rgba(255, 255, 255, 0.8);
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;
    margin-left: 37.77vw;
    width: 62.22vw; }
    .c-about__inner .__anime-tri {
      position: absolute;
      top: 76%;
      right: 5%;
      width: 13%; }
    .c-about__inner .__anime-single {
      position: absolute;
      right: 10%;
      top: 15%;
      transform: rotate(30deg);
      width: 15%; }
  .c-about__head {
    padding: 8% 18.3% 8% 17.86%; }
    .c-about__head .__txt {
      line-height: 2; }
    .c-about__head .__ttl h2 {
      font-size: 3.2em; }

.c-series {
  padding-top: 10%; }
  .c-series__head {
    padding: 4% 0 8%;
    position: relative;
    text-align: center; }
    .c-series__head .__ttl h2 {
      font-size: 3.2em; }
    .c-series__head .__anime-tri {
      position: absolute;
      top: 65%;
      left: 5%;
      width: 13%; }
    .c-series__head .__anime-double {
      position: absolute;
      top: 0;
      right: 2%;
      width: 18%; }
    .c-series__head .__anchor ul {
      display: flex;
      justify-content: space-between;
      margin: 2% 11.39vw 10%; }
      .c-series__head .__anchor ul li {
        align-items: center;
        display: flex;
        justify-content: center; }
        .c-series__head .__anchor ul li a {
          border-radius: 50px;
          color: #ffffff;
          display: block;
          padding: 8%;
          position: relative;
          width: 24.44vw; }
          .c-series__head .__anchor ul li a::after {
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            content: '';
            display: block;
            height: 0.6vw;
            left: 50%;
            position: absolute;
            right: 50%;
            transform: translate(-50%, -50%) rotate(135deg);
            top: 90%;
            transition: all .3s ease-out;
            width: 0.6vw; }
          .c-series__head .__anchor ul li a:hover {
            filter: opacity(70%); }
          .c-series__head .__anchor ul li a .__ttl {
            font-size: 0.8em; }
          .c-series__head .__anchor ul li a .__logo {
            margin: 2% auto 6%;
            width: 100%; }
          .c-series__head .__anchor ul li a dl {
            align-items: center;
            display: flex;
            justify-content: center; }
            .c-series__head .__anchor ul li a dl dd {
              padding-left: 4%;
              text-align: left;
              line-height: 1.2; }
    .c-series__head .__anchor .__01 a {
      background: #0033A0; }
      .c-series__head .__anchor .__01 a figure img {
        width: 55%; }
    .c-series__head .__anchor .__02 a {
      background: #CBB981; }
      .c-series__head .__anchor .__02 a figure img {
        width: 44%; }
    .c-series__head .__anchor .__03 a {
      background: #EFC925; }
  .c-series__product {
    padding-bottom: 8%; }
    .c-series__product .__ttlwrap {
      align-items: center;
      display: flex; }
      .c-series__product .__ttlwrap .__img {
        width: 53.11vw; }
      .c-series__product .__ttlwrap .__txt {
        padding-top: 3vw;
        padding-bottom: 3vw;
        width: 48.88vw; }
        .c-series__product .__ttlwrap .__txt h3 {
          width: 69.49%; }
          .c-series__product .__ttlwrap .__txt h3 span {
            color: #fff;
            display: inline-block;
            padding-bottom: 3%; }
        .c-series__product .__ttlwrap .__txt .__ttl {
          color: #fff;
          font-size: 1.5em;
          font-weight: 700;
          line-height: 1.6;
          padding: 4% 0; }
        .c-series__product .__ttlwrap .__txt ul {
          display: flex;
          justify-content: flex-start; }
          .c-series__product .__ttlwrap .__txt ul li {
            align-items: center;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 10px;
            display: flex;
            font-weight: 700;
            justify-content: center;
            line-height: 1.4;
            margin-right: 1.47%;
            padding: 2.4%;
            position: relative;
            text-align: center;
            width: 28.31%; }
    .c-series__product .__ri {
      flex-direction: row-reverse;
      padding-left: 11.39vw; }
    .c-series__product .__le {
      padding-right: 11.39vw; }
      .c-series__product .__le .__txt h3 {
        width: 50%;
        margin: 0 0 0 auto;
        text-align: right; }
      .c-series__product .__le .__txt .__ttl {
        text-align: right; }
      .c-series__product .__le .__txt ul {
        justify-content: flex-end; }
    .c-series__product .__01 {
      background: #0033A0;
      position: relative; }
      .c-series__product .__01 .__txt ul li {
        color: #0033A0; }
        .c-series__product .__01 .__txt ul li::before {
          content: "";
          width: 0.5em;
          height: 0.5em;
          background: #0033A0;
          border-radius: 50%;
          position: absolute;
          left: 0.5em;
          top: 0.5em; }
    .c-series__product .__02 {
      background: #CBB981; }
      .c-series__product .__02 .__txt ul li {
        color: #AE9E6C; }
        .c-series__product .__02 .__txt ul li::before {
          content: "";
          width: 0.5em;
          height: 0.5em;
          background: #AE9E6C;
          border-radius: 50%;
          position: absolute;
          left: 0.5em;
          top: 0.5em; }
    .c-series__product .__03 {
      background: #EFC925; }
      .c-series__product .__03 .__txt ul li {
        color: #D5B322; }
        .c-series__product .__03 .__txt ul li::before {
          content: "";
          width: 0.5em;
          height: 0.5em;
          background: #D5B322;
          border-radius: 50%;
          position: absolute;
          left: 0.5em;
          top: 0.5em; }
  .c-series #c-03 {
    background: #F5F7FC; }
    .c-series #c-03 .__ttlwrap {
      position: relative; }
      .c-series #c-03 .__ttlwrap .__anime-geo {
        right: 5%;
        top: 90%;
        position: absolute;
        width: 10%; }
    .c-series #c-03 .__mainitem .__item {
      position: relative; }
      .c-series #c-03 .__mainitem .__item .__deco-cir {
        right: 5%;
        position: absolute;
        top: 100%;
        width: 4%; }
      .c-series #c-03 .__mainitem .__item .__anime-double {
        right: 0;
        position: absolute;
        top: 95%;
        width: 18%; }
      .c-series #c-03 .__mainitem .__item .__anime-single {
        position: absolute;
        left: 0;
        top: 35%;
        transform: rotate(30deg);
        width: 15%; }
      .c-series #c-03 .__mainitem .__item .__list .__card01 .__head {
        background: #0033A0; }
      .c-series #c-03 .__mainitem .__item .__deco-triple {
        right: 0;
        position: absolute;
        top: 60%;
        width: 10%; }
    .c-series #c-03 .__subitem {
      position: relative; }
      .c-series #c-03 .__subitem .__anime-tri {
        left: 5%;
        position: absolute;
        top: 85%;
        width: 13%; }
  .c-series #c-04 {
    background: #F6F4EE; }
    .c-series #c-04 .__ttlwrap {
      position: relative; }
      .c-series #c-04 .__ttlwrap .__deco-triple {
        position: absolute;
        right: 0;
        top: 92%;
        width: 10%; }
    .c-series #c-04 .__mainitem .__item {
      position: relative; }
      .c-series #c-04 .__mainitem .__item .__anime-tri {
        position: absolute;
        left: 5%;
        top: 85%;
        width: 13%; }
      .c-series #c-04 .__mainitem .__item .__anime-dots {
        position: absolute;
        right: 0;
        top: 90%;
        width: 13%; }
      .c-series #c-04 .__mainitem .__item .__list .__card01 .__head {
        background: #CBB981; }
  .c-series #c-05 {
    background: #FFFDE6; }
    .c-series #c-05 .__ttlwrap {
      position: relative; }
      .c-series #c-05 .__ttlwrap .__anime-tri {
        right: 5%;
        top: 90%;
        position: absolute;
        width: 13%; }
    .c-series #c-05 .__mainitem .__item {
      position: relative; }
      .c-series #c-05 .__mainitem .__item .__anime-geo {
        left: 5%;
        position: absolute;
        top: 100%;
        width: 10%; }
      .c-series #c-05 .__mainitem .__item .__list .__card01 .__head {
        background: #EFC925; }
    .c-series #c-05 .__subitem {
      position: relative; }
      .c-series #c-05 .__subitem .__anime-single {
        position: absolute;
        right: 5%;
        transform: rotate(30deg);
        top: 90%;
        width: 15%; }
  .c-series .__mainitem {
    padding-top: 8%; }
    .c-series .__mainitem .__item dl {
      align-items: center;
      display: flex;
      margin: 0 11.39vw;
      padding-bottom: 1.2%; }
      .c-series .__mainitem .__item dl dt {
        display: table-cell;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 8em;
        font-weight: 900;
        padding-bottom: 1.5%;
        vertical-align: middle; }
        .c-series .__mainitem .__item dl dt span {
          font-size: 0.3em;
          vertical-align: 70%; }
      .c-series .__mainitem .__item dl dd {
        display: table-cell;
        padding-left: 2%;
        vertical-align: middle; }
        .c-series .__mainitem .__item dl dd h4 {
          font-size: 3.2em;
          font-weight: 700; }
    .c-series .__mainitem .__item .dotsline {
      margin: 0 11.39vw 8%; }
      .c-series .__mainitem .__item .dotsline .line {
        fill: none;
        stroke: #333F48;
        stroke-width: 1;
        stroke-linecap: round;
        stroke-dasharray: 0,2;
        stroke-dashoffset: -5; }
    .c-series .__mainitem .__item .__list {
      display: flex;
      justify-content: space-between;
      margin: 0 15.55vw; }
      .c-series .__mainitem .__item .__list .__card01 .__head {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        color: #fff;
        font-size: 1.1em;
        font-weight: 700;
        letter-spacing: 0.03em;
        padding: 3%;
        text-align: center; }
      .c-series .__mainitem .__item .__list .__card01 .__body {
        background: #fff;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        color: #333F48;
        line-height: 1.6; }
        .c-series .__mainitem .__item .__list .__card01 .__body h5 {
          font-weight: 900;
          padding-bottom: 4%;
          text-align: center; }
        .c-series .__mainitem .__item .__list .__card01 .__body dl {
          border-bottom: none;
          justify-content: center;
          margin: 0 auto;
          width: 100%; }
          .c-series .__mainitem .__item .__list .__card01 .__body dl dt {
            padding-bottom: 0; }
      .c-series .__mainitem .__item .__list .__card01 a:hover {
        color: #333F48; }
        .c-series .__mainitem .__item .__list .__card01 a:hover h5 {
          color: #f8B500; }
        .c-series .__mainitem .__item .__list .__card01 a:hover dl dd {
          color: #f8B500; }
      .c-series .__mainitem .__item .__list .__col01 {
        flex-flow: column; }
        .c-series .__mainitem .__item .__list .__col01 .__body figure {
          align-items: flex-start;
          display: flex; }
          .c-series .__mainitem .__item .__list .__col01 .__body figure img {
            width: 50%; }
        .c-series .__mainitem .__item .__list .__col01 .__body .__datail {
          display: flex;
          justify-content: space-between;
          padding: 4% 4% 2%; }
          .c-series .__mainitem .__item .__list .__col01 .__body .__datail .__txt {
            width: 70%; }
            .c-series .__mainitem .__item .__list .__col01 .__body .__datail .__txt h5 {
              padding-bottom: 4%; }
          .c-series .__mainitem .__item .__list .__col01 .__body .__datail figure {
            width: 30%; }
            .c-series .__mainitem .__item .__list .__col01 .__body .__datail figure img {
              margin: 0;
              width: 100%; }
        .c-series .__mainitem .__item .__list .__col01 .__body dl {
          justify-content: flex-end;
          padding: 0 4% 4% 0; }
      .c-series .__mainitem .__item .__list .__col02 {
        width: 41.93%; }
        .c-series .__mainitem .__item .__list .__col02 .__body {
          display: flex;
          flex-flow: column;
          height: 100%;
          padding: 6%; }
          .c-series .__mainitem .__item .__list .__col02 .__body figure {
            width: 100%;
            margin: 8% auto; }
          .c-series .__mainitem .__item .__list .__col02 .__body p {
            flex-grow: 1; }
          .c-series .__mainitem .__item .__list .__col02 .__body h5 {
            font-family: 'Zen Maru Gothic',sans-serif; }
      .c-series .__mainitem .__item .__list .__col03 {
        width: 31.42%; }
        .c-series .__mainitem .__item .__list .__col03 .__body {
          display: flex;
          flex-flow: column;
          height: 100%;
          padding: 6%; }
          .c-series .__mainitem .__item .__list .__col03 .__body figure {
            width: 100%;
            margin: 8% auto; }
          .c-series .__mainitem .__item .__list .__col03 .__body p {
            flex-grow: 1; }
          .c-series .__mainitem .__item .__list .__col03 .__body h5 {
            font-family: 'Zen Maru Gothic',sans-serif; }
    .c-series .__mainitem .__item .__other {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin: -4% 15.55vw 0; }
      .c-series .__mainitem .__item .__other figure {
        width: 50%; }
      .c-series .__mainitem .__item .__other .__txt {
        padding-top: 8%;
        width: 50%; }
        .c-series .__mainitem .__item .__other .__txt a {
          color: #333F48;
          display: block; }
          .c-series .__mainitem .__item .__other .__txt a:hover {
            color: #f8B500; }
          .c-series .__mainitem .__item .__other .__txt a h5 {
            font-size: 1.5em;
            margin-left: 7vw;
            padding-bottom: 2%; }
          .c-series .__mainitem .__item .__other .__txt a dl {
            border-bottom: none;
            margin: 0 0 0 7vw; }
            .c-series .__mainitem .__item .__other .__txt a dl dt {
              font-size: 1em;
              font-family: 'Zen Maru Gothic',sans-serif; }
  .c-series .__subitem {
    padding-top: 8%;
    position: relative; }
    .c-series .__subitem h4 {
      font-family: 'Zen Maru Gothic',"sans-serif";
      font-size: 3.2em;
      padding-bottom: 4%;
      text-align: center; }
    .c-series .__subitem .__item {
      display: flex;
      justify-content: center;
      margin: 0 15.55vw; }
      .c-series .__subitem .__item .__card02 {
        margin: 4% 2%;
        position: relative;
        width: 31.42%; }
        .c-series .__subitem .__item .__card02 a {
          border-radius: 50%;
          background: #fff;
          display: block;
          height: 0;
          padding-top: 100%;
          position: relative;
          width: 100%; }
          .c-series .__subitem .__item .__card02 a::before {
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url("../images/btn_arrow02.svg");
            content: '';
            height: 5em;
            left: 50%;
            position: absolute;
            top: 102%;
            transform: translate(-50%, -50%);
            width: 5em;
            z-index: 1; }
          .c-series .__subitem .__item .__card02 a .circle {
            left: 0;
            margin: 0;
            position: absolute;
            right: 0;
            top: 0; }
            .c-series .__subitem .__item .__card02 a .circle .__datail h5 {
              text-align: center;
              padding-top: 4%; }
            .c-series .__subitem .__item .__card02 a .circle .__datail figure {
              margin: 4% auto 0;
              width: 64%; }
  .c-series .__eclinks {
    margin: 4% 0; }
    .c-series .__eclinks .__txt {
      font-size: 1.5em;
      font-weight: 700;
      text-align: center; }
    .c-series .__eclinks .__ecbtn {
      display: flex;
      justify-content: center; }
      .c-series .__eclinks .__ecbtn .__btn {
        margin: 4% 2%; }
        .c-series .__eclinks .__ecbtn .__btn a {
          align-items: center;
          background: #0033A0;
          border-radius: 50px;
          color: #fff;
          display: flex;
          font-weight: 700;
          justify-content: center;
          padding: 8% 4%;
          position: relative;
          text-align: center;
          width: 24.44vw; }
          .c-series .__eclinks .__ecbtn .__btn a span {
            padding: 0 4% 2% 0; }
          .c-series .__eclinks .__ecbtn .__btn a::after {
            content: url("../images/btn_arrow01.svg");
            right: 1vw;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            vertical-align: middle; }
          .c-series .__eclinks .__ecbtn .__btn a:hover {
            background: #EFC925; }
            .c-series .__eclinks .__ecbtn .__btn a:hover span img {
              filter: none;
              opacity: 1.0; }
            .c-series .__eclinks .__ecbtn .__btn a:hover::after {
              content: url("../images/btn_arrow03.svg"); }
  .c-series .__modalbtn a {
    background: #fff;
    border: 1px solid #CBB981;
    border-radius: 43px;
    color: #CBB981;
    display: block;
    margin: 0 auto;
    padding: 1.4% 2%;
    position: relative;
    text-align: center;
    width: 26vw; }
    .c-series .__modalbtn a::after {
      border-top: 1px solid #CBB981;
      border-right: 1px solid #CBB981;
      content: '';
      display: block;
      height: 0.6vw;
      position: absolute;
      right: 1.23076923vw;
      transform: translateY(-50%) rotate(45deg);
      top: 50%;
      transition: all .3s ease-out;
      width: 0.6vw; }
    .c-series .__modalbtn a:hover {
      background: #CBB981;
      color: #fff; }
      .c-series .__modalbtn a:hover::after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff; }

.c-other {
  background: url("../images/bg_other.jpg");
  background-size: contain;
  padding-top: 10%;
  width: 100%; }
  .c-other__head {
    text-align: center;
    padding-top: 4%; }
  .c-other__product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 15.55vw; }
    .c-other__product .__card03 {
      background: #fff;
      border-radius: 40px;
      box-shadow: 3px 3px 6px 2px rgba(172, 155, 103, 0.16);
      margin: 8% 2.27%;
      padding: 2% 2% 10% 2%;
      width: 25.89%; }
      .c-other__product .__card03 .__datail {
        display: flex;
        flex-flow: column; }
        .c-other__product .__card03 .__datail .__txt {
          align-items: center;
          display: flex;
          padding-top: 8%; }
          .c-other__product .__card03 .__datail .__txt h3 {
            line-height: 1.4;
            padding-right: 4%;
            width: 90%; }
      .c-other__product .__card03 span {
        align-items: center;
        background: #CBB981;
        border-radius: 31% 69% 71% 29%/41% 46% 54% 59%;
        color: #fff;
        display: flex;
        font-weight: 500;
        height: 50%;
        justify-content: center;
        line-height: 1.6;
        margin: -30% 0 8%;
        padding: 2%;
        text-align: center;
        width: 100%; }
  .c-other .__eclinks {
    margin: 4% 0; }
    .c-other .__eclinks .__txt {
      font-size: 1.5em;
      font-weight: 700;
      text-align: center; }
    .c-other .__eclinks .__ecbtn {
      display: flex;
      justify-content: center; }
      .c-other .__eclinks .__ecbtn .__btn {
        margin: 4% 2%; }
        .c-other .__eclinks .__ecbtn .__btn a {
          align-items: center;
          background: #0033A0;
          border-radius: 50px;
          color: #fff;
          display: flex;
          font-weight: 700;
          justify-content: center;
          padding: 8% 4%;
          position: relative;
          text-align: center;
          width: 24.44vw; }
          .c-other .__eclinks .__ecbtn .__btn a span {
            padding: 0 4% 2% 0; }
          .c-other .__eclinks .__ecbtn .__btn a::after {
            content: url("../images/btn_arrow01.svg");
            right: 1vw;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            vertical-align: middle; }
          .c-other .__eclinks .__ecbtn .__btn a:hover {
            background: #EFC925; }
            .c-other .__eclinks .__ecbtn .__btn a:hover span img {
              filter: none;
              opacity: 1.0; }
            .c-other .__eclinks .__ecbtn .__btn a:hover::after {
              content: url("../images/btn_arrow03.svg"); }

.c-banner {
  margin: 8% 11.39vw; }

.js-anim {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.8, 0.01, 0.37, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0); }
  .js-anim.is-active {
    opacity: 1; }

#text {
  mask: url(#mask); }

.handwritingText {
  width: 100%;
  height: auto; }
  .handwritingText__textPath {
    fill: #f5cf2a; }
  .handwritingText__maskLine {
    fill: none;
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 140;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
    animation: handwriting 1.4s ease-in;
    animation-fill-mode: forwards; }

#text02 {
  mask: url(#mask02); }

.handwritingText02 {
  width: 100%;
  height: auto; }
  .handwritingText02__textPath02 {
    fill: #f5cf2a; }
  .handwritingText02__maskLine02 {
    fill: none;
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 14;
    stroke-dasharray: 500px;
    stroke-dashoffset: 500px; }
    .handwritingText02__maskLine02.animated {
      animation: handwriting02 1.3s ease-in;
      animation-fill-mode: forwards; }

.fadeIn {
  display: inline-block;
  opacity: 0; }
  .fadeIn.animated {
    animation: textFadeUp .3s forwards .4s; }

.scaleup {
  display: inline-block; }
  .scaleup.animated {
    animation: scaleup .4s; }

.fadeIn-ri {
  transform: translate3d(200px, 0, 0);
  transition: 1.5s;
  opacity: 0; }
  .fadeIn-ri.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

#text03 {
  mask: url(#mask03); }

.handwritingText03 {
  width: 100%;
  height: auto; }
  .handwritingText03__textPath03 {
    fill: #f5cf2a; }
  .handwritingText03__maskLine03 {
    fill: none;
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 14;
    stroke-dasharray: 500px;
    stroke-dashoffset: 500px; }
    .handwritingText03__maskLine03.animated {
      animation: handwriting03 1.3s ease-in;
      animation-fill-mode: forwards; }

#text04 {
  mask: url(#mask04); }

.handwritingText04 {
  width: 100%;
  height: auto; }
  .handwritingText04__textPath04-01 {
    fill: #f5cf2a; }
  .handwritingText04__textPath04-02 {
    fill: #0033A0; }
  .handwritingText04__maskLine04 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 38;
    stroke-dasharray: 500px;
    stroke-dashoffset: 500px; }
    .handwritingText04__maskLine04.animated {
      animation: handwriting04 1.4s ease-in;
      animation-fill-mode: forwards; }

#text05 {
  mask: url(#mask05); }

.handwritingText05 {
  width: 100%;
  height: auto; }
  .handwritingText05__textPath05-01 {
    fill: #f5cf2a; }
  .handwritingText05__textPath05-02 {
    fill: #0033A0; }
  .handwritingText05__maskLine05 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 38;
    stroke-dasharray: 500px;
    stroke-dashoffset: 500px; }
    .handwritingText05__maskLine05.animated {
      animation: handwriting05 1.4s ease-in;
      animation-fill-mode: forwards; }

#text06 {
  mask: url(#mask06); }

.handwritingText06 {
  width: 100%;
  height: auto; }
  .handwritingText06__textPath06 {
    fill: #f5cf2a; }
  .handwritingText06__maskLine06 {
    fill: none;
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 14;
    stroke-dasharray: 500px;
    stroke-dashoffset: 500px; }
    .handwritingText06__maskLine06.animated {
      animation: handwriting06 1.3s ease-in;
      animation-fill-mode: forwards; }

@keyframes textFadeUp {
  0% {
    opacity: 0;
    transform: translateY(0); }
  50% {
    opacity: 1;
    transform: translateY(-0.3em); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes scaleup {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes handwriting {
  0% {
    stroke-dashoffset: 1000px; }
  100% {
    stroke-dashoffset: 0px; } }
@keyframes handwriting02 {
  0% {
    stroke-dashoffset: 500px; }
  100% {
    stroke-dashoffset: 0px; } }
@keyframes handwriting03 {
  0% {
    stroke-dashoffset: 500px; }
  100% {
    stroke-dashoffset: 0px; } }
@keyframes handwriting04 {
  0% {
    stroke-dashoffset: 500px; }
  100% {
    stroke-dashoffset: 0px; } }
@keyframes handwriting05 {
  0% {
    stroke-dashoffset: 500px; }
  100% {
    stroke-dashoffset: 0px; } }
@keyframes handwriting06 {
  0% {
    stroke-dashoffset: 500px; }
  100% {
    stroke-dashoffset: 0px; } }
@media screen and (max-width: 1280px) {
  .content {
    font-size: 16px; }

  .c-hero__txt {
    font-size: 3em; }

  .c-about__head .__ttl h2 {
    font-size: 2.6em; }

  .c-series__head .__anchor ul li a dl dd {
    font-size: 0.9em; }
  .c-series__product .__ttlwrap .__txt ul li {
    font-size: 0.8em; }
  .c-series__product .__ttlwrap .__img {
    width: 58vw; }
  .c-series__product .__mainitem .__item dl dd h4 {
    font-size: 2.6em; } }
@media screen and (max-width: 1080px) {
  .break_tb {
    display: block; }

  .content {
    font-size: 14px; }

  .c-hero__txt {
    font-size: 2.4em; }

  .c-about__inner {
    width: 80vw;
    margin-left: 30vw; }
  .c-about__head .__ttl h2 {
    font-size: 2.6em; }

  .c-series__head .__anchor ul li a {
    border-radius: 30px; }
    .c-series__head .__anchor ul li a dl dt {
      width: 16%; }
    .c-series__head .__anchor ul li a::after {
      height: 0.8vw;
      width: 0.8vw; }
  .c-series__product .__ttlwrap .__img {
    width: 64vw; }
  .c-series__product .__mainitem .__item .dotsline .line {
    fill: none;
    stroke: #333F48;
    stroke-width: 0.5;
    stroke-linecap: round;
    stroke-dasharray: 0,3;
    stroke-dashoffset: -5; }

  .c-other__product .__card03 .__datail .__txt h3 {
    font-size: 0.8em; } }
@media screen and (max-width: 840px) {
  html {
    font-size: 14px; }

  .c-hero__txt {
    font-size: 2.2em; }
  .c-hero__datail {
    width: 30vw; }
    .c-hero__datail .__eclinks .__ecbtn a::after {
      height: 0.8vw;
      width: 0.8vw; }

  .c-about__inner {
    width: 90vw;
    margin-left: 15vw; }

  .c-series__head .__anime-tri {
    top: 70%; }
  .c-series__head .__anchor ul {
    margin: 2% 4vw 10%; }
    .c-series__head .__anchor ul li a {
      width: 30vw; }
  .c-series__product {
    padding-bottom: 15%; }
    .c-series__product .__ttlwrap .__img {
      width: 64vw; }
    .c-series__product .__ttlwrap .__txt ul li {
      font-size: 0.6em;
      width: 31%; }
    .c-series__product .__ri {
      padding-left: 4vw; }
    .c-series__product .__le {
      padding-right: 4vw; }
      .c-series__product .__le .__txt h3 {
        width: 50%; }
    .c-series__product .__mainitem .__item dl {
      margin: 0 4vw; }
      .c-series__product .__mainitem .__item dl dt {
        font-size: 6.5em; }
    .c-series__product .__mainitem .__item .dotsline {
      margin: 0 4vw 8%; }
    .c-series__product .__mainitem .__item .__list {
      margin: 0 8vw; }
      .c-series__product .__mainitem .__item .__list .__col02 {
        width: 45%; }
        .c-series__product .__mainitem .__item .__list .__col02 .__body dl dt {
          width: 16%; }
      .c-series__product .__mainitem .__item .__list .__col01 .__body dl dt {
        width: 7%; }
      .c-series__product .__mainitem .__item .__list .__col03 {
        width: 32%; }
        .c-series__product .__mainitem .__item .__list .__col03 .__body dl dt {
          width: 22%; }
    .c-series__product .__subitem h4 {
      font-size: 3.0em; }
    .c-series__product .__subitem .__item {
      margin: 0 8vw; }
      .c-series__product .__subitem .__item .__card02 {
        width: 35%; }
        .c-series__product .__subitem .__item .__card02 a::before {
          top: 105%;
          width: 4em; }
    .c-series__product .__eclinks .__ecbtn .__btn a {
      width: 35vw; }
    .c-series__product .__modalbtn a {
      width: 36vw; }

  .c-other__head .__ttl h2 {
    font-size: 3.0em; }
  .c-other__product {
    margin: 0 4vw; }
    .c-other__product .__card03 {
      margin: 8% 2%;
      width: 28%; }
  .c-other .__eclinks .__ecbtn .__btn a {
    width: 35vw; } }
@media screen and (max-width: 640px) {
  html {
    font-size: 14px; }

  .break_tb, .break_pc {
    display: none; }

  .break_sp {
    display: block; }

  .content {
    margin: 80px 0 0 0; }

  .c-hero__inner {
    position: relative;
    padding-bottom: 100%; }
  .c-hero__img.__pc {
    display: none; }
  .c-hero__img.__sp {
    display: block; }
  .c-hero__anime {
    width: 90%;
    top: 50%; }
  .c-hero__txt {
    font-size: 2em;
    left: 0;
    right: 0;
    top: 52%; }
  .c-hero__datail {
    left: 10%;
    right: 10%;
    top: 75%;
    width: 80%; }
    .c-hero__datail h2 {
      width: 70%;
      margin: 0 auto; }
    .c-hero__datail .__eclinks .__ecbtn a::after {
      height: 1.8vw;
      right: 2.8vw;
      width: 1.8vw; }

  .c-about {
    margin-bottom: 8%;
    padding: 20% 0; }
    .c-about__inner {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-left: 0;
      width: 100%; }
      .c-about__inner .__anime-tri {
        top: 85%;
        right: 5%;
        width: 30%; }
      .c-about__inner .__anime-single {
        right: 10%;
        top: 13%;
        width: 36%; }
    .c-about__head {
      padding: 10% 8%; }
      .c-about__head .__ttl h2 {
        font-size: 2.1em;
        line-height: 1.4; }
      .c-about__head .__txt {
        line-height: 1.6; }

  .c-series__head {
    padding: 15% 0 15%; }
    .c-series__head .__ttl h2 {
      font-size: 2.4em; }
    .c-series__head .__anchor ul {
      flex-wrap: wrap;
      justify-content: center; }
      .c-series__head .__anchor ul li a {
        margin: 4% auto;
        width: 80vw; }
        .c-series__head .__anchor ul li a::after {
          height: 2vw;
          width: 2vw; }
        .c-series__head .__anchor ul li a dl dt {
          width: 12%; }
    .c-series__head .__anime-double {
      right: -5%;
      width: 34%; }
    .c-series__head .__anime-tri {
      top: 88%;
      width: 25%; }
  .c-series__product .__ttlwrap {
    flex-wrap: wrap;
    justify-content: center; }
    .c-series__product .__ttlwrap .__img {
      width: 100%; }
    .c-series__product .__ttlwrap .__txt {
      width: 82%;
      padding-bottom: 12%;
      padding-top: 12%;
      margin: 0 auto; }
      .c-series__product .__ttlwrap .__txt ul {
        flex-wrap: wrap; }
        .c-series__product .__ttlwrap .__txt ul li {
          width: 100%;
          font-size: 0.9em;
          margin: 1% 0;
          justify-content: flex-start;
          padding: 2.4% 2.4% 2.4% 10%; }
  .c-series__product .__ri {
    padding-left: 0; }
  .c-series__product .__le {
    padding-right: 0; }
  .c-series__product .__01 .__txt ul li::before, .c-series__product .__02 .__txt ul li::before, .c-series__product .__03 .__txt ul li::before {
    top: 50%;
    transform: translateY(-50%); }
  .c-series__product .__mainitem {
    padding-top: 15%; }
    .c-series__product .__mainitem .__item dl {
      margin: 0 4vw; }
      .c-series__product .__mainitem .__item dl dt {
        font-size: 4.5em;
        width: 24%; }
      .c-series__product .__mainitem .__item dl dd h4 {
        font-size: 1.7em;
        line-height: 1.1; }
    .c-series__product .__mainitem .__item .dotsline .line {
      stroke-width: 1.5;
      stroke-dasharray: 0,3;
      stroke-dashoffset: -5; }
    .c-series__product .__mainitem .__item .__list {
      flex-wrap: wrap; }
      .c-series__product .__mainitem .__item .__list .__card01 .__head {
        line-height: 1.2;
        padding: 6%; }
      .c-series__product .__mainitem .__item .__list .__card01 .__body .__datail {
        flex-wrap: wrap;
        justify-content: center; }
        .c-series__product .__mainitem .__item .__list .__card01 .__body .__datail figure {
          width: 70%;
          padding: 4% 0; }
        .c-series__product .__mainitem .__item .__list .__card01 .__body .__datail .__txt {
          width: 100%; }
      .c-series__product .__mainitem .__item .__list .__card01 .__body dl {
        margin: 4% auto 0; }
      .c-series__product .__mainitem .__item .__list .__col01 .__body dl {
        justify-content: center;
        padding: 8% 0; }
        .c-series__product .__mainitem .__item .__list .__col01 .__body dl dt {
          width: 11%; }
        .c-series__product .__mainitem .__item .__list .__col01 .__body dl dd {
          width: 30%; }
      .c-series__product .__mainitem .__item .__list .__col02 {
        width: 100%; }
        .c-series__product .__mainitem .__item .__list .__col02 .__body {
          height: auto;
          margin-bottom: 12%; }
          .c-series__product .__mainitem .__item .__list .__col02 .__body dl dt {
            width: 12%; }
          .c-series__product .__mainitem .__item .__list .__col02 .__body dl dd {
            width: 30%; }
      .c-series__product .__mainitem .__item .__list .__col03 {
        width: 100%; }
        .c-series__product .__mainitem .__item .__list .__col03 .__body {
          height: auto;
          margin-bottom: 12%; }
          .c-series__product .__mainitem .__item .__list .__col03 .__body dl dt {
            width: 12%; }
          .c-series__product .__mainitem .__item .__list .__col03 .__body dl dd {
            width: 30%; }
    .c-series__product .__mainitem .__item .__other {
      flex-wrap: wrap;
      margin: -4% 8vw 0; }
      .c-series__product .__mainitem .__item .__other figure {
        width: 100%; }
      .c-series__product .__mainitem .__item .__other .__txt {
        width: 100%; }
        .c-series__product .__mainitem .__item .__other .__txt a h5 {
          font-size: 1.4em; }
        .c-series__product .__mainitem .__item .__other .__txt a dl dt {
          width: 70%; }
        .c-series__product .__mainitem .__item .__other .__txt a dl dd {
          width: 14%; }
  .c-series__product .__subitem {
    padding-top: 15%; }
    .c-series__product .__subitem h4 {
      font-size: 2.4em;
      line-height: 1.4; }
    .c-series__product .__subitem .__item {
      flex-wrap: wrap; }
      .c-series__product .__subitem .__item .__card02 {
        margin: 4% 2% 8%;
        width: 45%; }
        .c-series__product .__subitem .__item .__card02 a::before {
          width: 3.2em; }
        .c-series__product .__subitem .__item .__card02 a .circle .__datail h5 {
          font-size: 0.8em; }
  .c-series__product .__modalbtn a {
    padding: 6%;
    width: 80vw; }
    .c-series__product .__modalbtn a::after {
      height: 2vw;
      width: 2vw;
      right: 4vw; }
  .c-series__product .__eclinks .__txt {
    font-size: 1.0em; }
  .c-series__product .__eclinks .__ecbtn {
    flex-wrap: wrap; }
    .c-series__product .__eclinks .__ecbtn .__btn a {
      width: 80vw; }
      .c-series__product .__eclinks .__ecbtn .__btn a::after {
        right: 2vw; }
  .c-series #c-03 .__ttlwrap .__anime-geo {
    top: 98%;
    width: 18%; }
  .c-series #c-03 .__mainitem .__item .__deco-cir {
    top: 95%;
    width: 10%; }
  .c-series #c-03 .__mainitem .__item .__anime-double {
    right: -5%;
    width: 34%; }
  .c-series #c-03 .__mainitem .__item .__deco-triple {
    top: 67%;
    width: 20%; }
  .c-series #c-03 .__mainitem .__item .__anime-single {
    left: -5%;
    top: 48%;
    width: 36%; }
  .c-series #c-03 .__subitem .__anime-tri {
    width: 25%; }
  .c-series #c-04 .__ttlwrap .__deco-triple {
    top: 98%;
    width: 20%; }
  .c-series #c-04 .__mainitem .__item .__anime-tri {
    top: 91%;
    width: 25%; }
  .c-series #c-04 .__mainitem .__item .__anime-dots {
    top: 93%;
    width: 20%; }
  .c-series #c-05 .__ttlwrap .__anime-tri {
    top: 98%;
    width: 25%; }
  .c-series #c-05 .__mainitem .__item .__anime-geo {
    top: 93%;
    width: 18%; }
  .c-series #c-05 .__subitem .__anime-single {
    top: 3%;
    width: 36%; }

  .c-other__head .__ttl h2 {
    font-size: 2.4em;
    line-height: 1.4;
    padding: 8% 0 12%; }
  .c-other__product .__card03 {
    border-radius: 30px;
    padding: 2% 2% 20% 2%;
    width: 45%; }
    .c-other__product .__card03 .__datail .__txt figure {
      width: 20%; }
  .c-other .__eclinks .__txt {
    font-size: 1.0em; }
  .c-other .__eclinks .__ecbtn {
    flex-wrap: wrap; }
    .c-other .__eclinks .__ecbtn .__btn a {
      width: 80vw; }
      .c-other .__eclinks .__ecbtn .__btn a::after {
        right: 2vw; }

  .c-banner {
    margin: 8% 4%; } }
@media screen and (max-width: 375px) {
  html {
    font-size: 13px; }

  .c-series__product .__mainitem .__item .dotsline .line {
    stroke-width: 0.5;
    stroke-dasharray: 0,2; } }
