@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@400;600;700&family=Poppins:wght@300;700;800&display=swap");
@import url("https://use.typekit.net/jge2lie.css");
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',"游ゴシック", 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: 16px; }

@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;
  padding: 3.2vw 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;
  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 ul li {
    display: inline-block; }

  .breadcrumbs ul li span {
    font-size: 0.8em; }

    /************************************************************

         Footer

    ************************************************************/
  .footer {
    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 {
    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: #222222;
  font-family: 'Poppins','Noto Sans JP', "游ゴシック", 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.1em;
  line-height: 1.6;
  margin: 100px 0 0 0;
  overflow: hidden; }
  .content h2 {
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-size: 4em;
    line-height: 1.6;
    padding-bottom: 4%; }

.break_sp {
  display: none; }

.break_tb {
  display: block; }

.is-hide {
  display: none; }

.c-hero__inner {
  display: flex; }
  .c-hero__inner .__item .__img {
    display: flex; }
    .c-hero__inner .__item .__img figure {
      margin-left: 2%; }
    .c-hero__inner .__item .__img .__img01 {
      width: 26.25vw; }
    .c-hero__inner .__item .__img .__img02 {
      position: relative;
      width: 68.75vw; }
      .c-hero__inner .__item .__img .__img02 img {
        position: absolute;
        width: 100%;
        object-fit: cover;
        opacity: 0;
        left: 0;
        top: 0;
        animation: change-img-anim 10s 0s linear infinite; }
        .c-hero__inner .__item .__img .__img02 img:nth-of-type(1) {
          animation-delay: 0s; }
        .c-hero__inner .__item .__img .__img02 img:nth-of-type(2) {
          animation-delay: 5s; }
  .c-hero__inner .__logo {
    margin: 8% auto;
    text-align: center; }
    .c-hero__inner .__logo h1 {
      width: 36%;
      margin: 0 auto; }
    .c-hero__inner .__logo p {
      font-size: 1.2em;
      font-weight: 700;
      margin: 0 auto 4%; }
.c-hero .__01 {
  width: 55.56vw;
  height: auto;
  overflow: hidden; }
  .c-hero .__01 img {
    animation: animationZoom1 5s ease-in-out forwards; }
.c-hero .__02 {
  width: 44.44vw; }

.c-news {
  background: #EFEFEC; }
  .c-news__inner {
    align-items: center;
    display: flex;
    margin: 0 11.11vw;
    padding: 4% 0; }
  .c-news__head {
    width: 30%; }
    .c-news__head h2 {
      margin: 18% 0; }
  .c-news__body {
    align-items: center;
    display: flex;
    width: 77.14%; }
    .c-news__body figure {
      width: 43.27%; }
    .c-news__body .__detail {
      width: 56.73%;
      padding-left: 8%; }
      .c-news__body .__detail .__txt {
        border-bottom: 1px solid #fff;
        padding-bottom: 6%; }
        .c-news__body .__detail .__txt a h3 {
          font-family: "din-2014", sans-serif;
          font-weight: 700;
          padding-bottom: 2%; }
        .c-news__body .__detail .__txt a p {
          text-decoration: underline; }
      .c-news__body .__detail .__eclinks {
        margin-top: 4%; }
        .c-news__body .__detail .__eclinks h3 {
          font-family: "din-2014", sans-serif;
          font-weight: 700;
          padding-bottom: 2%; }
        .c-news__body .__detail .__eclinks .__ecbtn {
          display: flex; }
          .c-news__body .__detail .__eclinks .__ecbtn .__btn {
            width: 50%; }
            .c-news__body .__detail .__eclinks .__ecbtn .__btn a {
              display: flex;
              font-weight: 700; }
              .c-news__body .__detail .__eclinks .__ecbtn .__btn a p {
                align-items: center;
                display: flex; }
              .c-news__body .__detail .__eclinks .__ecbtn .__btn a .__icon {
                margin-left: 4%;
                width: 30%; }
                .c-news__body .__detail .__eclinks .__ecbtn .__btn a .__icon .__img {
                  border-radius: 50%;
                  background: #222222;
                  padding-top: 100%;
                  position: relative;
                  width: 100%; }
                  .c-news__body .__detail .__eclinks .__ecbtn .__btn a .__icon .__img img {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    width: 25%; }
              .c-news__body .__detail .__eclinks .__ecbtn .__btn a:hover {
                color: #FDCD00; }
                .c-news__body .__detail .__eclinks .__ecbtn .__btn a:hover .__icon .__img {
                  background: #FDCD00; }
                  .c-news__body .__detail .__eclinks .__ecbtn .__btn a:hover .__icon .__img img {
                    opacity: 1.0; }

.c-concept {
  background: url("../images/c-concept_bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4% 0; }
  .c-concept__inner {
    width: 50%;
    margin-right: 50%;
    background: rgba(255, 255, 255, 0.8);
    border-left: 20px solid rgba(0, 0, 0, 0.8);
    padding: 8% 11.11%; }
  .c-concept__body {
    line-height: 1.9;
    font-family: 'Noto Sans JP',sans-serif; }
    .c-concept__body figure {
      padding-top: 8%;
      width: 80%; }

.c-style {
  background: #EFEFEC;
  padding: 4% 0; }
  .c-style__head h2 {
    color: #EFEFEC;
    font-size: 1em;
    padding-bottom: 0; }
  .c-style__item {
    display: flex;
    margin: 10% 0; }
    .c-style__item .__detail {
      background: #fff;
      display: flex;
      flex-direction: column;
      width: 34.11%; }
      .c-style__item .__detail .__table {
        display: table;
        border-bottom: 1px solid #BDB9B0; }
        .c-style__item .__detail .__table .__cell {
          border-right: 1px solid #BDB9B0;
          color: #BDB9B0;
          display: table-cell;
          font-size: 0.8em;
          font-family: "din-2014", sans-serif;
          padding: 4% 2%;
          text-align: center;
          white-space: nowrap;
          width: 10%; }
          .c-style__item .__detail .__table .__cell:last-of-type {
            border-right: none; }
      .c-style__item .__detail .__txt {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        padding: 8%; }
        .c-style__item .__detail .__txt h3 {
          font-size: 1.5em;
          padding-bottom: 8%; }
        .c-style__item .__detail .__txt p {
          flex-grow: 1; }
        .c-style__item .__detail .__txt .__point {
          display: flex;
          justify-content: center; }
          .c-style__item .__detail .__txt .__point figure {
            margin: 0 2%;
            width: 40.28%; }
    .c-style__item .__prolinks a {
      background: #BDB9B0;
      color: #fff;
      display: flex;
      justify-content: center;
      padding: 4% 0; }
      .c-style__item .__prolinks a figure {
        align-items: center;
        display: flex;
        padding-left: 2%; }
      .c-style__item .__prolinks a:hover {
        background: #FDCD00; }
        .c-style__item .__prolinks a:hover img {
          opacity: 1; }
  .c-style .__ri {
    flex-direction: row-reverse; }
    .c-style .__ri .__img {
      height: auto;
      overflow: hidden;
      position: relative;
      width: 42.29%; }
      .c-style .__ri .__img::before {
        background: #BDB9B0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: translatex(-100%);
        width: 100%;
        z-index: 1; }
      .c-style .__ri .__img img {
        width: 100%;
        height: 100%; }
    .c-style .__ri .__detail .__txt .__point figure {
      position: relative; }
      .c-style .__ri .__detail .__txt .__point figure::before {
        border-bottom: 1px solid #222222;
        content: "Point";
        font-family: "din-2014", sans-serif;
        font-weight: 700;
        left: 0;
        position: absolute;
        top: 5%; }
  .c-style .__le .__img {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 55.69%; }
    .c-style .__le .__img::before {
      background: #BDB9B0;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transform: translatex(-100%);
      width: 100%;
      z-index: 1; }
    .c-style .__le .__img img {
      width: 100%;
      height: 100%; }
  .c-style .__le .__detail .__txt .__point figure {
    position: relative; }
    .c-style .__le .__detail .__txt .__point figure::before {
      border-bottom: 1px solid #222222;
      content: "Point";
      font-family: "din-2014", sans-serif;
      font-weight: 700;
      right: -5%;
      position: absolute;
      top: 5%; }

.c-products__head {
  display: flex; }
  .c-products__head .__txt {
    background: url("../images/c-products_ttl_01.jpg") no-repeat;
    background-size: cover;
    border-left: 20px solid #FDCD00;
    color: #fff;
    padding: 8% 11.11%;
    width: 57.78vw; }
    .c-products__head .__txt p {
      line-height: 1.9; }
  .c-products__head .__img {
    background: #FDCD00;
    padding: 8% 11.11%;
    position: relative;
    width: 42.22vw; }
    .c-products__head .__img figure {
      display: flex;
      position: absolute;
      top: 50%;
      transform: translatey(-50%);
      left: -14%; }
      .c-products__head .__img figure img {
        margin: 0 2%;
        width: 32.84%; }
.c-products__body .__list {
  display: flex;
  justify-content: space-around;
  padding: 8% 11.11%; }
  .c-products__body .__list .__item {
    background: #EFEFEC;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 40%; }
    .c-products__body .__list .__item a .__detail h3 {
      background: #222222;
      color: #fff;
      display: inline-block;
      font-family: "din-2014", 'Noto Sans JP',sans-serif;
      padding: 2% 4%; }
    .c-products__body .__list .__item a .__detail ul {
      display: flex;
      padding: 2% 4%; }
      .c-products__body .__list .__item a .__detail ul li {
        font-size: 0.8em; }
      .c-products__body .__list .__item a .__detail ul .red {
        color: #FF5853; }
      .c-products__body .__list .__item a .__detail ul .yellow {
        color: #FDCD00; }
      .c-products__body .__list .__item a .__detail ul .green {
        color: #6FE78E; }
      .c-products__body .__list .__item a .__detail ul .blue {
        color: #30C9E8; }
      .c-products__body .__list .__item a .__detail ul .navy {
        color: #1C223E; }
    .c-products__body .__list .__item a figure {
      align-items: center;
      flex-grow: 1; }
    .c-products__body .__list .__item a .__probtn .__btn {
      display: flex;
      justify-content: flex-end; }
      .c-products__body .__list .__item a .__probtn .__btn p {
        align-items: center;
        display: flex;
        font-size: 0.9em;
        font-weight: 700; }
      .c-products__body .__list .__item a .__probtn .__btn .__icon {
        margin: 0 4% 0;
        width: 16%; }
        .c-products__body .__list .__item a .__probtn .__btn .__icon .__img {
          border-radius: 50%;
          border: 1px solid #222222;
          padding-top: 100%;
          position: relative;
          width: 100%; }
          .c-products__body .__list .__item a .__probtn .__btn .__icon .__img img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 25%; }
    .c-products__body .__list .__item a:hover .__probtn .__btn .__icon .__img {
      border: 1px solid #FDCD00;
      background: #FDCD00; }
      .c-products__body .__list .__item a:hover .__probtn .__btn .__icon .__img img {
        opacity: 1; }
  .c-products__body .__list .__01 figure {
    margin: 5% auto;
    width: 40.08%; }
  .c-products__body .__list .__01 .__probtn .__btn .__icon figure {
    margin: 8% auto; }
  .c-products__body .__list .__02 figure {
    margin: 16.5% auto;
    width: 43.75%; }
  .c-products__body .__list .__02 .__probtn .__btn .__icon figure {
    margin: 8% auto; }
.c-products__inner .slider .__item {
  margin: 0 4px; }

.c-ec {
  margin-top: 10%; }
  .c-ec__inner {
    display: flex;
    justify-content: center;
    margin: 0 11.11%; }
  .c-ec__head {
    align-items: center;
    background: #222222;
    display: flex;
    justify-content: center;
    padding: 6%;
    position: relative;
    width: 34.29%; }
    .c-ec__head::after {
      background: #EFEFEC;
      content: "Online shop";
      color: #222222;
      font-family: "din-2014",sans-serif;
      font-weight: 700;
      font-size: 0.8em;
      right: 0;
      position: absolute;
      padding: 2% 4%;
      top: 0; }
    .c-ec__head h2 {
      color: #fff;
      font-family: 'Noto Sans JP',sans-serif;
      font-weight: 700;
      font-size: 1.2em;
      line-height: 1.6;
      padding: 0 4% 0; }
    .c-ec__head figure {
      display: flex;
      width: 20%; }
  .c-ec__body {
    background: #EFEFEC;
    padding: 6%;
    width: 35%; }
    .c-ec__body .__ecbtn {
      display: flex;
      justify-content: center; }
      .c-ec__body .__ecbtn .__btn {
        width: 100%; }
        .c-ec__body .__ecbtn .__btn a {
          display: flex;
          font-weight: 700;
          justify-content: center; }
          .c-ec__body .__ecbtn .__btn a p {
            align-items: center;
            display: flex; }
          .c-ec__body .__ecbtn .__btn a .__icon {
            margin-left: 4%;
            width: 21%; }
            .c-ec__body .__ecbtn .__btn a .__icon .__img {
              border-radius: 50%;
              background: #222222;
              padding-top: 100%;
              position: relative;
              width: 100%; }
              .c-ec__body .__ecbtn .__btn a .__icon .__img img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                width: 25%; }
          .c-ec__body .__ecbtn .__btn a:hover {
            color: #FDCD00; }
            .c-ec__body .__ecbtn .__btn a:hover .__icon .__img {
              background: #FDCD00; }
              .c-ec__body .__ecbtn .__btn a:hover .__icon .__img img {
                opacity: 1.0; }

.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; }

.fadeIn-up {
  transform: translate3d(0, 20px, 0);
  transition: 1.5s;
  opacity: 0; }
  .fadeIn-up.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.fadeIn {
  transform: translate3d(0, 0, 0);
  transition: 1.1s;
  opacity: 0; }
  .fadeIn.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.fadeIn-ri {
  transform: translate3d(200px, 0, 0);
  transition: 1.5s;
  opacity: 0; }
  .fadeIn-ri.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

@keyframes textFadeUp {
  0% {
    opacity: 0;
    transform: translateY(0); }
  50% {
    opacity: 1;
    transform: translateY(-0.3em); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes change-img-anim {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0;
    z-index: 9; }
  100% {
    opacity: 0; } }
@keyframes animationZoom1 {
  0% {
    transform: scale(1.1); } }
@keyframes showMask {
  0% {
    transform: translateX(-100%); }
  45%,50% {
    transform: translate(0%); }
  100% {
    transform: translateX(100%); } }
@keyframes showMask2 {
  0% {
    transform: translateX(100%); }
  45%,50% {
    transform: translate(0%); }
  100% {
    transform: translateX(-100%); } }
.anime-inner01.show::before {
  animation: showMask 1.2s forwards; }

.anime-inner01, .anime-inner02 {
  opacity: 0; }

.anime-inner02.show::before {
  animation: showMask2 1.2s forwards; }

@keyframes showElements {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.anime-inner01.show, .anime-inner02.show {
  animation: showElements .01s .6s forwards; }

@media screen and (max-width: 1280px) {
  .content {
    font-size: 14px; }

  .c-news__inner {
    margin: 0 8vw; }
  .c-news__head {
    width: 24%; }

  .c-concept__inner {
    padding: 8% 8%; }

  .c-style__item .__detail .__table .__cell {
    font-size: 0.65em; }
  .c-style .__le .__img {
    width: 68%; }
  .c-style .__le .__detail .__txt .__point {
    margin: 4% 0; }
    .c-style .__le .__detail .__txt .__point figure::before {
      right: -15%; }

  .c-products__head .__txt {
    padding: 8%; }

  .c-ec__head h2 {
    font-size: 1.0em; } }
@media screen and (max-width: 840px) {
  html {
    font-size: 14px; }

  .break_tb {
    display: none; }

  .c-hero__inner .__item .__logo {
    margin: 6% auto; }

  .c-news__head h2 {
    font-size: 3.0em; }
  .c-news__body .__detail {
    padding-left: 6%; }

  .c-style .__ri {
    flex-direction: column; }
    .c-style .__ri .__img {
      width: 70%;
      margin-left: auto; }
    .c-style .__ri .__detail {
      width: 70%;
      margin-left: auto; }
  .c-style .__le {
    flex-direction: column; }
    .c-style .__le .__img {
      width: 70%; }
    .c-style .__le .__detail {
      width: 70%;
      margin-right: auto; }
      .c-style .__le .__detail .__txt .__point {
        margin: 0; }
        .c-style .__le .__detail .__txt .__point figure::before {
          right: -16%; }
  .c-style .__detail .__table .__cell {
    font-size: 0.7em;
    padding: 2% 2%; }
  .c-style .__detail .__txt .__point figure {
    margin: 6% 2% 0;
    width: 24%; }
  .c-style__item .__prolinks a {
    padding: 2% 0; }

  .c-ec__inner {
    margin: 0 8vw; }
  .c-ec__head h2 {
    font-size: 0.9em; } }
@media screen and (max-width: 640px) {
  html {
    font-size: 14px; }

  .break_tb {
    display: block; }

  .break_sp {
    display: block; }

  .content {
    margin: 80px 0 0 0; }
    .content h2 {
      font-size: 3.0em; }

  .c-hero__inner {
    flex-direction: column; }
    .c-hero__inner .__item {
      width: 100%; }
    .c-hero__inner .__02 {
      flex-direction: column; }
      .c-hero__inner .__02 .__img {
        justify-content: space-around;
        margin-top: 2%;
        width: 100%; }

  .c-news__inner {
    flex-direction: column;
    padding: 4% 0 8%; }
  .c-news__head {
    width: 100%; }
    .c-news__head h2 {
      margin: 12% 0 4%; }
  .c-news__body {
    flex-direction: column;
    width: 100%; }
    .c-news__body figure {
      width: 100%; }
    .c-news__body .__detail {
      padding: 6% 0;
      width: 100%; }

  .c-concept {
    background-size: contain;
    background-position: top center;
    background-color: #EFEFEC;
    padding: 30% 0 10%; }
    .c-concept__inner {
      width: 90%; }

  .c-style {
    padding: 4% 0 8%; }
    .c-style__item .__detail .__table .__cell {
      font-size: 0.6em; }
    .c-style__item .__detail .__txt .__point figure {
      width: 40%; }
    .c-style .__le .__img {
      width: 90%; }
    .c-style .__le .__detail {
      width: 90%; }
      .c-style .__le .__detail .__txt .__point figure::before {
        right: -15%; }
    .c-style .__ri .__img {
      width: 90%; }
    .c-style .__ri .__detail {
      width: 90%; }

  .c-products__head {
    flex-direction: column; }
    .c-products__head .__txt {
      padding: 12% 8% 24%;
      width: 100%; }
    .c-products__head .__img {
      padding: 30% 11.11%;
      width: 100%; }
      .c-products__head .__img figure {
        left: 45%;
        top: -20%;
        transform: translateX(-50%); }
        .c-products__head .__img figure img {
          width: 60%; }
  .c-products__body .__list {
    flex-direction: column; }
    .c-products__body .__list .__item {
      width: 90%;
      margin: 4% auto; }

  .c-ec__inner {
    flex-direction: column;
    margin: 0 0 10%; }
  .c-ec__head {
    padding: 12% 0;
    width: 100%; }
    .c-ec__head::after {
      bottom: 0;
      left: 0;
      right: auto;
      top: auto; }
    .c-ec__head h2 {
      font-size: 1.4em; }
    .c-ec__head figure {
      width: 12%; }
  .c-ec__body {
    padding: 12% 6%;
    width: 100%; } }
@media screen and (max-width: 375px) {
  html {
    font-size: 13px; } }
