@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+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
@import url("https://use.typekit.net/wyp5blh.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;700;800&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
@import url("https://use.typekit.net/wyp5blh.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','Zen Kaku Gothic New',"游ゴシック", 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:first-child {
          border-left: none; }
        .c-header__links ul li a {
          display: block;
          font-size: .75em;
          font-weight: 700;
          line-height: 36px;
          padding: 0 1.5em; }
          .c-header__links ul li a .__logo {
            width: 30%;
            margin-right: 0;
            padding: 4% 0; }

.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/logo_bk.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 100;
  margin-top: 2%; }

/*
    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 a {
    display: inline-block;
    border-left: 3px solid #fff;
    padding-left: 1.0em;
    line-height: 40px; }
    .o-nav__head .__left a img {
      margin-left: 0;
      width: 60%; }
  .o-nav__head .__right {
    position: absolute;
    top: -20%;
    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;
    font-family: 'Zen Kaku Gothic New', sans-serif; }
    .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;
  background: #F9F9F9; }

.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: 840px) {
  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; }
        .o-nav__item.__links ul li a {
          display: block;
          background: #ffffff;
          padding: 1.2em 0.6em;
          font-weight: 600;
          font-size: 0.8em;
          border-radius: 3px; }

  /* 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: 767px) {
  .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: #393A3E;
  font-family: 'Poppins','Zen Kaku Gothic New', "游ゴシック", 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; }
  .content h2, .content .__ttl-lineup {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    position: relative;
    font-size: 1.5em;
    font-weight: 900;
    line-height: 1.4; }
    .content h2 span, .content .__ttl-lineup span {
      font-size: 3em; }
    .content h2::after, .content .__ttl-lineup::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1em;
      width: 1.5em;
      border: 3px solid #FFF100; }

.break_pc {
  display: block; }

.break_sp {
  display: none; }

.break_tb {
  display: none; }

.break_tb2 {
  display: none; }

.is-hide {
  display: none; }

.c-hero {
  background: #F9F9F9; }
  .c-hero__pc {
    display: block;
    position: relative; }
    .c-hero__pc figure {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .c-hero__pc figure img {
        animation: animationZoom1 4.5s ease-out forwards; }
    .c-hero__pc h1 {
      position: absolute;
      width: 28vw;
      top: 50%;
      right: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      animation: animationFadeIn 3s ease-out forwards; }
  .c-hero__sp {
    display: none; }

.c-topics {
  padding: 12% 0;
  background: #F9F9F9; }
  .c-topics__inner {
    display: flex;
    padding-left: 6.94vw; }
  .c-topics__head {
    width: 23.73%; }
  .c-topics__body {
    width: 76.27%;
    padding-right: 6.94vw; }
    .c-topics__body .slider .item__inner {
      margin: 10px 0; }
      .c-topics__body .slider .item__inner .__item {
        display: flex;
        flex-direction: column;
        padding: 4%;
        margin: 0 4%;
        height: 100%;
        background: #fff;
        border-radius: 0 0 20px 0;
        box-shadow: 2px 2px 2px rgba(217, 218, 222, 0.7); }
        .c-topics__body .slider .item__inner .__item h3 {
          padding-top: 4%;
          font-weight: 700;
          font-family: 'Zen Kaku Gothic New', sans-serif; }
        .c-topics__body .slider .item__inner .__item p {
          flex-grow: 1; }
        .c-topics__body .slider .item__inner .__item .__eclinks {
          margin-top: auto; }
          .c-topics__body .slider .item__inner .__item .__eclinks ul {
            display: flex;
            justify-content: space-between;
            margin-top: 4%; }
            .c-topics__body .slider .item__inner .__item .__eclinks ul li {
              width: 45%; }
              .c-topics__body .slider .item__inner .__item .__eclinks ul li a {
                display: block;
                padding: 4.8%;
                background: #FFF100;
                border: 3px solid #FFF100;
                border-radius: 0 0 20px 0;
                color: #393A3E;
                font-weight: 700;
                font-family: 'Zen Kaku Gothic New', sans-serif;
                text-align: center; }
                .c-topics__body .slider .item__inner .__item .__eclinks ul li a span {
                  display: inline-block;
                  vertical-align: middle;
                  color: #fff;
                  line-height: 1;
                  margin-left: 0.5em;
                  margin-bottom: 0.2em;
                  position: relative;
                  width: 0.8em;
                  height: 0.8em;
                  border: 0.075em solid currentColor;
                  background: currentColor;
                  border-radius: 50%;
                  box-sizing: content-box; }
                  .c-topics__body .slider .item__inner .__item .__eclinks ul li a span::before {
                    content: '';
                    color: #393A3E;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-color: transparent;
                    border-width: 0.18em 0.31177em;
                    border-left-color: currentColor;
                    border-right: 0;
                    transform: translateX(15%);
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto; }
                .c-topics__body .slider .item__inner .__item .__eclinks ul li a:hover {
                  background: #D9DBDE;
                  border: 3px solid #D9DBDE; }
          .c-topics__body .slider .item__inner .__item .__eclinks .__probtn {
            margin-top: 4%;
            font-family: 'Zen Kaku Gothic New', sans-serif; }
            .c-topics__body .slider .item__inner .__item .__eclinks .__probtn a {
              display: block;
              padding: 2%;
              background: #FFF100;
              border: 3px solid #FFF100;
              border-radius: 0 0 20px 0;
              color: #393A3E;
              font-weight: 700;
              text-align: center; }
              .c-topics__body .slider .item__inner .__item .__eclinks .__probtn a span {
                display: inline-block;
                vertical-align: middle;
                color: #fff;
                line-height: 1;
                margin-left: 0.5em;
                margin-bottom: 0.2em;
                position: relative;
                width: 0.8em;
                height: 0.8em;
                border: 0.075em solid currentColor;
                background: currentColor;
                border-radius: 50%;
                box-sizing: content-box; }
                .c-topics__body .slider .item__inner .__item .__eclinks .__probtn a span::before {
                  content: '';
                  color: #393A3E;
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-color: transparent;
                  border-width: 0.18em 0.31177em;
                  border-left-color: currentColor;
                  border-right: 0;
                  transform: translateX(15%);
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  margin: auto; }
              .c-topics__body .slider .item__inner .__item .__eclinks .__probtn a:hover {
                background: #D9DBDE;
                border: 3px solid #D9DBDE;
                color: #393A3E; }

.c-about {
  padding-left: 6.94vw;
  background: #F9F9F9; }
  .c-about__inner {
    padding: 32% 6.94vw 4% 0;
    background: #D9DBDE;
    background-image: url("../images/c-about_01.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; }
  .c-about__head {
    color: #fff; }
    .c-about__head figure {
      width: 60.82%;
      margin-left: 0; }
    .c-about__head h2 {
      margin-right: 0;
      text-align: right; }
      .c-about__head h2::after {
        right: 0;
        left: auto; }
  .c-about__body p {
    padding: 5% 0 0;
    text-align: right;
    line-height: 2;
    color: #fff; }

.c-features {
  padding-left: 6.94vw;
  background: #F9F9F9; }
  .c-features__inner {
    padding-top: 10%;
    padding-right: 6.94vw;
    padding-bottom: 10%;
    background: #D9DBDE;
    border-radius: 0 0 0 20px; }
  .c-features__head {
    padding-left: 7.91%; }
    .c-features__head p {
      padding: 5% 0 10%;
      line-height: 2; }
  .c-features__body ul {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 40px);
    margin-left: -40px; }
    .c-features__body ul li {
      width: 31.04%;
      background: #F9F9F9; }
      .c-features__body ul li figure {
        width: 92.54%;
        margin-left: 0; }
      .c-features__body ul li h3 {
        padding: 8% 8% 4%;
        font-size: 1.1em; }
      .c-features__body ul li p {
        padding: 0 8% 8%; }

.c-workstyle {
  padding-right: 6.94vw;
  padding-bottom: 10%;
  background: #D9DBDE; }
  .c-workstyle__inner {
    padding-left: 6.94vw;
    background: #F9F9F9;
    border-radius: 0 0 20px 0; }
  .c-workstyle__head {
    padding: 10% 0; }
  .c-workstyle__body {
    position: relative;
    padding-bottom: 100%;
    padding-top: 4%; }
    .c-workstyle__body .__item figure {
      position: relative; }
      .c-workstyle__body .__item figure::before {
        position: absolute;
        font-size: 4em;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-weight: 700;
        color: #D8D9DC; }
    .c-workstyle__body .__item a {
      display: block;
      padding: 4%;
      background: #393A3E;
      border: 3px solid #393A3E;
      font-size: 0.9em;
      font-weight: 700;
      letter-spacing: 0.02em;
      color: #F9F9F9;
      text-align: center; }
      .c-workstyle__body .__item a span {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 1;
        margin-left: 0.5em;
        margin-bottom: 0.2em;
        position: relative;
        width: 0.9em;
        height: 0.9em;
        border: 0.075em solid currentColor;
        background: currentColor;
        border-radius: 50%;
        box-sizing: content-box; }
        .c-workstyle__body .__item a span::before {
          content: '';
          color: #393A3E;
          width: 0;
          height: 0;
          border-style: solid;
          border-color: transparent;
          border-width: 0.24em 0.36em;
          border-left-color: currentColor;
          border-right: 0;
          transform: translateX(15%);
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
      .c-workstyle__body .__item a:hover {
        background: #F9F9F9;
        border: 3px solid #D9DBDE;
        color: #393A3E; }
        .c-workstyle__body .__item a:hover span {
          border: 0.075em solid #393A3E; }
    .c-workstyle__body .__01 {
      width: 52.43%; }
      .c-workstyle__body .__01 figure::before {
        content: "Meeting";
        top: -1.5em;
        right: 0; }
      .c-workstyle__body .__01 a {
        border-radius: 0 0 20px 0; }
    .c-workstyle__body .__02 {
      position: absolute;
      top: 15%;
      right: 5%;
      width: 29.10%; }
      .c-workstyle__body .__02 figure::before {
        content: "Idea";
        top: 0;
        left: -1.4em;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
      .c-workstyle__body .__02 a {
        border-radius: 0 0 0 20px; }
    .c-workstyle__body .__03 {
      position: absolute;
      top: 45%;
      left: 5%;
      width: 29.10%; }
      .c-workstyle__body .__03 figure::before {
        content: "Memo";
        top: 0;
        right: -1.5em;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
      .c-workstyle__body .__03 a {
        border-radius: 0 0 20px 0; }
    .c-workstyle__body .__04 {
      position: absolute;
      top: 60%;
      right: 5%;
      width: 51.19%; }
      .c-workstyle__body .__04 figure::before {
        content: "Schedule＆Task";
        top: -1.5em;
        left: 0; }
      .c-workstyle__body .__04 a {
        border-radius: 0 0 0 20px; }

.c-products-anker, .c-anker {
  padding: 10% 0;
  background: #F9F9F9; }
  .c-products-anker__head, .c-anker__head {
    padding-left: 6.94vw; }
  .c-products-anker__body ul, .c-anker__body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10% 0 6%; }
    .c-products-anker__body ul li, .c-anker__body ul li {
      width: 17.22%;
      margin-right: 1.11%;
      margin-bottom: 4%; }
      .c-products-anker__body ul li a, .c-anker__body ul li a {
        display: block;
        position: relative;
        text-align: center;
        font-weight: 700;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        left: 50%;
        transform: translatex(-50%); }
        .c-products-anker__body ul li a:hover, .c-anker__body ul li a:hover {
          color: #393A3E;
          -webkit-opacity: 0.5;
          -moz-opacity: 0.5;
          -o-opacity: 0.5;
          filter: alpha(opacity=50);
          -ms-filter: "alpha(opacity=50)";
          opacity: 0.5; }
          .c-products-anker__body ul li a:hover img, .c-anker__body ul li a:hover img {
            opacity: 1; }
    .c-products-anker__body ul .__03 a p, .c-products-anker__body ul .__04 a p, .c-products-anker__body ul .__05 a p, .c-anker__body ul .__03 a p, .c-anker__body ul .__04 a p, .c-anker__body ul .__05 a p {
      position: absolute;
      top: 10%;
      width: 100%;
      line-height: 1.4; }
      .c-products-anker__body ul .__03 a p span, .c-products-anker__body ul .__04 a p span, .c-products-anker__body ul .__05 a p span, .c-anker__body ul .__03 a p span, .c-anker__body ul .__04 a p span, .c-anker__body ul .__05 a p span {
        font-size: 0.8em;
        font-weight: 500; }
    .c-products-anker__body ul .__01 a p, .c-products-anker__body ul .__02 a p, .c-products-anker__body ul .__06 a p, .c-products-anker__body ul .__07 a p, .c-products-anker__body ul .__08 a p, .c-products-anker__body ul .__09 a p, .c-anker__body ul .__01 a p, .c-anker__body ul .__02 a p, .c-anker__body ul .__06 a p, .c-anker__body ul .__07 a p, .c-anker__body ul .__08 a p, .c-anker__body ul .__09 a p {
      position: absolute;
      width: 100%;
      top: 15%;
      line-height: 1.4; }
  .c-products-anker__body .__probtn a, .c-anker__body .__probtn a {
    display: block;
    margin: 0 auto;
    padding: 2%;
    width: 22.22%;
    background: #393A3E;
    border-radius: 0 0 20px 0;
    border: 3px solid #393A3E;
    color: #F9F9F9;
    font-weight: 700;
    text-align: center; }
    .c-products-anker__body .__probtn a span, .c-anker__body .__probtn a span {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      line-height: 1;
      margin-left: 0.5em;
      margin-bottom: 0.2em;
      position: relative;
      width: 0.9em;
      height: 0.9em;
      border: 0.075em solid currentColor;
      background: currentColor;
      border-radius: 50%;
      box-sizing: content-box; }
      .c-products-anker__body .__probtn a span::before, .c-anker__body .__probtn a span::before {
        content: '';
        color: #393A3E;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 0.24em 0.36em;
        border-left-color: currentColor;
        border-right: 0;
        transform: translateX(15%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .c-products-anker__body .__probtn a:hover, .c-anker__body .__probtn a:hover {
      background: #F9F9F9;
      border: 3px solid #D9DBDE;
      color: #393A3E; }
      .c-products-anker__body .__probtn a:hover span, .c-anker__body .__probtn a:hover span {
        border: 0.075em solid #393A3E; }

.c-other {
  padding: 10% 0;
  background: #F9F9F9; }
  .c-other h2 {
    text-align: center;
    font-size: 1.2em;
    padding-bottom: 4%; }
    .c-other h2 .txt {
      font-size: 3em;
      padding-right: 0.2em; }
    .c-other h2::after {
      border: 0; }
  .c-other__inner-ec {
    padding-bottom: 12%; }
    .c-other__inner-ec .__head {
      display: flex;
      justify-content: center;
      align-items: center; }
      .c-other__inner-ec .__head figure {
        width: 4em;
        margin-bottom: 2%; }
      .c-other__inner-ec .__head h2 {
        width: 20em; }
    .c-other__inner-ec .__body ul {
      display: flex;
      justify-content: center; }
      .c-other__inner-ec .__body ul li {
        width: 19.86%;
        margin-right: 2.22%; }
        .c-other__inner-ec .__body ul li a {
          display: block;
          padding: 8%;
          border-radius: 0 0 20px 0;
          font-weight: 700;
          font-family: 'Zen Kaku Gothic New', sans-serif;
          text-align: center; }
      .c-other__inner-ec .__body ul .__ecbtn a {
        background: #FFF100;
        border: 3px solid #FFF100;
        color: #393A3E; }
        .c-other__inner-ec .__body ul .__ecbtn a span {
          display: inline-block;
          vertical-align: middle;
          color: #fff;
          line-height: 1;
          margin-left: 0.5em;
          margin-bottom: 0.2em;
          position: relative;
          width: 0.9em;
          height: 0.9em;
          border: 0.075em solid currentColor;
          background: currentColor;
          border-radius: 50%;
          box-sizing: content-box; }
          .c-other__inner-ec .__body ul .__ecbtn a span::before {
            content: '';
            color: #393A3E;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent;
            border-width: 0.24em 0.36em;
            border-left-color: currentColor;
            border-right: 0;
            transform: translateX(15%);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto; }
        .c-other__inner-ec .__body ul .__ecbtn a:hover {
          background: #D9DBDE;
          border: 3px solid #D9DBDE; }
      .c-other__inner-ec .__body ul .__storebtn a {
        background: #393A3E;
        border: 3px solid #393A3E;
        color: #F9F9F9; }
        .c-other__inner-ec .__body ul .__storebtn a span {
          display: inline-block;
          vertical-align: middle;
          color: #fff;
          line-height: 1;
          margin-left: 0.5em;
          margin-bottom: 0.2em;
          position: relative;
          width: 0.9em;
          height: 0.9em;
          border: 0.075em solid currentColor;
          background: currentColor;
          border-radius: 50%;
          box-sizing: content-box; }
          .c-other__inner-ec .__body ul .__storebtn a span::before {
            content: '';
            color: #393A3E;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent;
            border-width: 0.24em 0.36em;
            border-left-color: currentColor;
            border-right: 0;
            transform: translateX(15%);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto; }
        .c-other__inner-ec .__body ul .__storebtn a:hover {
          background: #F9F9F9;
          border: 3px solid #D9DBDE;
          color: #393A3E; }
          .c-other__inner-ec .__body ul .__storebtn a:hover span {
            border: 0.075em solid #393A3E; }
  .c-other__inner-inst {
    padding: 0 6.94vw; }
    .c-other__inner-inst .__body {
      width: 100%;
      height: 100%; }
      .c-other__inner-inst .__body .__grid-container {
        display: grid;
        grid-template-columns: 31.85% 14.83% 14.83% 31.85%;
        grid-template-rows: 1fr 0.5fr;
        grid-template-areas: "__01 __02 __04 __06" "__01 __03 __05 __06";
        gap: 2.5%; }
        .c-other__inner-inst .__body .__grid-container .__01 {
          grid-area: __01; }
        .c-other__inner-inst .__body .__grid-container .__02 {
          grid-area: __02; }
        .c-other__inner-inst .__body .__grid-container .__03 {
          grid-area: __03; }
        .c-other__inner-inst .__body .__grid-container .__04 {
          grid-area: __04; }
        .c-other__inner-inst .__body .__grid-container .__05 {
          grid-area: __05; }
        .c-other__inner-inst .__body .__grid-container .__06 {
          grid-area: __06; }
  .c-other .__guide-btn {
    width: 24%;
    margin: 0 auto 16%; }
    .c-other .__guide-btn a {
      display: block;
      padding: 8%;
      border-radius: 0 0 20px 0;
      font-weight: 700;
      text-align: center;
      border: 3px solid #D9DBDE;
      color: #393A3E; }
      .c-other .__guide-btn a span {
        display: inline-block;
        vertical-align: middle;
        color: #393A3E;
        line-height: 1;
        margin-left: 0.5em;
        margin-bottom: 0.2em;
        position: relative;
        width: 0.9em;
        height: 0.9em;
        border: 0.09em solid currentColor;
        border-radius: 50%;
        box-sizing: content-box; }
        .c-other .__guide-btn a span::before {
          content: '';
          color: #393A3E;
          width: 0;
          height: 0;
          border-style: solid;
          border-color: transparent;
          border-width: 0.24em 0.36em;
          border-left-color: currentColor;
          border-right: 0;
          transform: translateX(15%);
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
      .c-other .__guide-btn a:hover {
        border: 3px solid #393A3E;
        color: #F9F9F9;
        background: #393A3E; }
        .c-other .__guide-btn a:hover span {
          background: #F9F9F9; }

.c-banner {
  padding: 0 6.94vw 5%;
  background: #F9F9F9; }

.c-products {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background: #D9DBDE; }
  .c-products__side {
    width: 5.55%;
    height: 100vh;
    background: #222;
    position: sticky;
    top: 64px;
    left: 0; }
    .c-products__side ul {
      display: flex;
      flex-flow: column;
      padding: 40% 0 0 35%; }
      .c-products__side ul li a {
        display: inline-block;
        padding: 40% 0;
        font-size: 0.7em;
        color: #F9F9F9;
        text-align: center;
        writing-mode: vertical-rl;
        text-orientation: sideways;
        border-bottom: 1px solid #fff; }
        .c-products__side ul li a:hover {
          color: #FFF000; }
      .c-products__side ul li .current {
        color: #FFF000;
        font-weight: 700; }
  .c-products__main {
    width: 95.55%; }
    .c-products__main .__main-ttl {
      display: flex;
      align-items: center; }
      .c-products__main .__main-ttl figure {
        width: 8em;
        margin-right: 2em;
        margin-bottom: 2.4em;
        margin-top: 0; }
      .c-products__main .__main-ttl h2 {
        font-size: 2.4em;
        line-height: 1.2; }
        .c-products__main .__main-ttl h2::after {
          border: none; }
        .c-products__main .__main-ttl h2 span {
          font-size: 0.6em; }
    .c-products__main .__sub-ttl {
      padding: 0.5em 0 0.5em 1em;
      font-size: 1.1em;
      line-height: 1.6; }
    .c-products__main .__product {
      display: flex;
      flex-flow: column; }
      .c-products__main .__product h4 {
        font-family: "century-gothic", sans-serif;
        font-weight: 700;
        font-style: italic;
        color: #C5C7C9;
        font-size: 1.8em;
        line-height: 1.1;
        margin: 10% 0 0 10%; }
        .c-products__main .__product h4 span {
          margin-left: 2%;
          font-size: 0.6em;
          color: #FFF100; }
      .c-products__main .__product figure {
        width: 80%;
        margin: 0 auto; }
      .c-products__main .__product .__detail {
        flex-grow: 1;
        margin: 0 10% 10%;
        text-align: center; }
        .c-products__main .__product .__detail .__size {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          flex-grow: 1;
          width: 100%; }
          .c-products__main .__product .__detail .__size li {
            background: #F9F9F9;
            padding: 2%;
            margin: 2%;
            width: 30%;
            color: #393A3E;
            border-radius: 30px;
            text-align: center; }
        .c-products__main .__product .__detail .__sheets {
          padding: 8% 0; }
        .c-products__main .__product .__detail .__guide-popup a {
          text-decoration: underline; }
          .c-products__main .__product .__detail .__guide-popup a:hover {
            color: #FFF100; }
      .c-products__main .__product .__probtn {
        position: relative;
        margin-left: auto;
        margin-top: auto;
        width: 48%;
        font-weight: 700; }
        .c-products__main .__product .__probtn a {
          display: block;
          padding: 10%;
          background: #F9F9F9;
          border-radius: 20px 0 0 0;
          text-align: center; }
          .c-products__main .__product .__probtn a span {
            display: inline-block;
            vertical-align: middle;
            color: #393A3E;
            line-height: 1;
            margin-left: 0.5em;
            margin-bottom: 0.2em;
            position: relative;
            width: 0.9em;
            height: 0.9em;
            border: 0.075em solid currentColor;
            background: currentColor;
            border-radius: 50%;
            box-sizing: content-box; }
            .c-products__main .__product .__probtn a span::before {
              content: '';
              color: #F9F9F9;
              width: 0;
              height: 0;
              border-style: solid;
              border-color: transparent;
              border-width: 0.24em 0.36em;
              border-left-color: currentColor;
              border-right: 0;
              transform: translateX(15%);
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto; }
          .c-products__main .__product .__probtn a:hover {
            background: #393A3E;
            color: #F9F9F9; }
            .c-products__main .__product .__probtn a:hover span {
              color: #F9F9F9; }
              .c-products__main .__product .__probtn a:hover span::before {
                color: #393A3E; }
    .c-products__main .n174 figure, .c-products__main .n166 figure, .c-products__main .n180a figure, .c-products__main .n181a figure, .c-products__main .n186 figure, .c-products__main .n162 figure, .c-products__main .n178a figure, .c-products__main .n184a figure, .c-products__main .n161 figure, .c-products__main .n192a figure {
      position: relative; }
      .c-products__main .n174 figure::after, .c-products__main .n166 figure::after, .c-products__main .n180a figure::after, .c-products__main .n181a figure::after, .c-products__main .n186 figure::after, .c-products__main .n162 figure::after, .c-products__main .n178a figure::after, .c-products__main .n184a figure::after, .c-products__main .n161 figure::after, .c-products__main .n192a figure::after {
        position: absolute;
        content: "";
        background-image: url("../images/lineup/c-prod_n174_icon.png");
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 20%;
        height: 50%;
        bottom: -28%;
        right: 10%;
        z-index: 2; }
    .c-products__main .n166 figure::after {
      background-image: url("../images/lineup/c-prod_n166_icon.png"); }
    .c-products__main .n180a figure::after {
      background-image: url("../images/lineup/c-prod_n180a_icon.png");
      right: 0; }
    .c-products__main .n181a figure::after {
      background-image: url("../images/lineup/c-prod_n181a_icon.png");
      right: 0; }
    .c-products__main .n186 figure::after {
      background-image: url("../images/lineup/c-prod_memo-h_icon.png");
      right: 0; }
    .c-products__main .n162 figure::after, .c-products__main .n161 figure::after {
      background-image: url("../images/lineup/c-prod_memo-h_icon.png");
      right: 22%; }
    .c-products__main .n178a figure::after, .c-products__main .n184a figure::after {
      background-image: url("../images/lineup/c-prod_memo-th_icon.png");
      right: 15%; }
    .c-products__main .n192a figure::after {
      background-image: url("../images/lineup/c-prod_memo-ty_icon.png");
      right: 15%; }
    .c-products__main .__howto {
      display: flex;
      flex-flow: column; }
      .c-products__main .__howto h4 {
        font-family: "century-gothic", sans-serif;
        font-weight: 700;
        font-style: italic;
        color: #C5C7C9;
        font-size: 1.8em;
        line-height: 1.1;
        margin: 10% 0 0 10%; }
      .c-products__main .__howto .__txt {
        text-align: center;
        padding-top: 40%;
        font-weight: 700; }
      .c-products__main .__howto .__probtn {
        position: relative;
        margin-left: auto;
        margin-top: auto;
        width: 56%;
        font-weight: 700; }
        .c-products__main .__howto .__probtn a {
          display: block;
          padding: 10%;
          background: #F9F9F9;
          border-radius: 20px 0 0 0;
          text-align: center; }
          .c-products__main .__howto .__probtn a span {
            display: inline-block;
            vertical-align: middle;
            color: #393A3E;
            line-height: 1;
            margin-left: 0.5em;
            margin-bottom: 0.2em;
            position: relative;
            width: 0.9em;
            height: 0.9em;
            border: 0.075em solid currentColor;
            background: currentColor;
            border-radius: 50%;
            box-sizing: content-box; }
            .c-products__main .__howto .__probtn a span::before {
              content: '';
              color: #F9F9F9;
              width: 0;
              height: 0;
              border-style: solid;
              border-color: transparent;
              border-width: 0.24em 0.36em;
              border-left-color: currentColor;
              border-right: 0;
              transform: translateX(15%);
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto; }
          .c-products__main .__howto .__probtn a:hover {
            background: #393A3E;
            color: #F9F9F9; }
            .c-products__main .__howto .__probtn a:hover span {
              color: #F9F9F9; }
              .c-products__main .__howto .__probtn a:hover span::before {
                color: #393A3E; }
    .c-products__main .__product-n295, .c-products__main .__product-ph169 {
      display: flex;
      flex-flow: column; }
      .c-products__main .__product-n295 h4, .c-products__main .__product-ph169 h4 {
        font-family: "century-gothic", sans-serif;
        font-weight: 700;
        font-style: italic;
        color: #C5C7C9;
        font-size: 1.8em;
        line-height: 1.1;
        margin: auto 0 2% 4%;
        padding-top: 2%; }
        .c-products__main .__product-n295 h4 span, .c-products__main .__product-ph169 h4 span {
          font-size: 0.6em;
          margin-left: 1%;
          color: #FFF100; }
      .c-products__main .__product-n295 .__detail-wrap, .c-products__main .__product-ph169 .__detail-wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
        .c-products__main .__product-n295 .__detail-wrap .__detail, .c-products__main .__product-ph169 .__detail-wrap .__detail {
          width: 40%; }
          .c-products__main .__product-n295 .__detail-wrap .__detail ul, .c-products__main .__product-ph169 .__detail-wrap .__detail ul {
            display: flex;
            justify-content: center;
            padding-bottom: 2%; }
            .c-products__main .__product-n295 .__detail-wrap .__detail ul .__size, .c-products__main .__product-ph169 .__detail-wrap .__detail ul .__size {
              background: #F9F9F9;
              border-radius: 30px;
              padding: 2%;
              margin: 2%;
              width: 32%;
              text-align: center; }
            .c-products__main .__product-n295 .__detail-wrap .__detail ul .__sheets, .c-products__main .__product-ph169 .__detail-wrap .__detail ul .__sheets {
              padding: 2%;
              margin: 2%;
              width: 35%;
              text-align: center; }
        .c-products__main .__product-n295 .__detail-wrap .__img, .c-products__main .__product-ph169 .__detail-wrap .__img {
          width: 50%;
          position: relative; }
          .c-products__main .__product-n295 .__detail-wrap .__img .__probtn, .c-products__main .__product-ph169 .__detail-wrap .__img .__probtn {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 50%; }
            .c-products__main .__product-n295 .__detail-wrap .__img .__probtn a, .c-products__main .__product-ph169 .__detail-wrap .__img .__probtn a {
              display: block;
              padding: 10%;
              background: #F9F9F9;
              border-radius: 20px 0 0 0;
              text-align: center;
              font-weight: 700; }
              .c-products__main .__product-n295 .__detail-wrap .__img .__probtn a span, .c-products__main .__product-ph169 .__detail-wrap .__img .__probtn a span {
                display: inline-block;
                vertical-align: middle;
                color: #393A3E;
                line-height: 1;
                margin-left: 0.5em;
                margin-bottom: 0.2em;
                position: relative;
                width: 0.9em;
                height: 0.9em;
                border: 0.075em solid currentColor;
                background: currentColor;
                border-radius: 50%;
                box-sizing: content-box; }
                .c-products__main .__product-n295 .__detail-wrap .__img .__probtn a span::before, .c-products__main .__product-ph169 .__detail-wrap .__img .__probtn a span::before {
                  content: '';
                  color: #F9F9F9;
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-color: transparent;
                  border-width: 0.24em 0.36em;
                  border-left-color: currentColor;
                  border-right: 0;
                  transform: translateX(15%);
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  margin: auto; }
              .c-products__main .__product-n295 .__detail-wrap .__img .__probtn a:hover, .c-products__main .__product-ph169 .__detail-wrap .__img .__probtn a:hover {
                background: #393A3E;
                color: #F9F9F9; }
                .c-products__main .__product-n295 .__detail-wrap .__img .__probtn a:hover span, .c-products__main .__product-ph169 .__detail-wrap .__img .__probtn a:hover span {
                  color: #F9F9F9; }
                  .c-products__main .__product-n295 .__detail-wrap .__img .__probtn a:hover span::before, .c-products__main .__product-ph169 .__detail-wrap .__img .__probtn a:hover span::before {
                    color: #393A3E; }
    .c-products__main .__product-n187A, .c-products__main .__product-n888, .c-products__main .__product-n177a {
      display: flex;
      flex-flow: column; }
      .c-products__main .__product-n187A h4, .c-products__main .__product-n888 h4, .c-products__main .__product-n177a h4 {
        font-family: "century-gothic", sans-serif;
        font-weight: 700;
        font-style: italic;
        color: #C5C7C9;
        font-size: 1.8em;
        line-height: 1.1;
        margin: auto 0 2% 4%;
        padding-top: 2%; }
        .c-products__main .__product-n187A h4 span, .c-products__main .__product-n888 h4 span, .c-products__main .__product-n177a h4 span {
          font-size: 0.6em;
          margin-left: 1%;
          color: #FFF100; }
      .c-products__main .__product-n187A .__detail-wrap, .c-products__main .__product-n888 .__detail-wrap, .c-products__main .__product-n177a .__detail-wrap {
        position: relative; }
        .c-products__main .__product-n187A .__detail-wrap .__detail, .c-products__main .__product-n888 .__detail-wrap .__detail, .c-products__main .__product-n177a .__detail-wrap .__detail {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 5%; }
          .c-products__main .__product-n187A .__detail-wrap .__detail .__img, .c-products__main .__product-n888 .__detail-wrap .__detail .__img, .c-products__main .__product-n177a .__detail-wrap .__detail .__img {
            width: 20%; }
          .c-products__main .__product-n187A .__detail-wrap .__detail .__txt, .c-products__main .__product-n888 .__detail-wrap .__detail .__txt, .c-products__main .__product-n177a .__detail-wrap .__detail .__txt {
            width: 30%; }
            .c-products__main .__product-n187A .__detail-wrap .__detail .__txt .__size, .c-products__main .__product-n888 .__detail-wrap .__detail .__txt .__size, .c-products__main .__product-n177a .__detail-wrap .__detail .__txt .__size {
              display: flex;
              justify-content: center; }
              .c-products__main .__product-n187A .__detail-wrap .__detail .__txt .__size li, .c-products__main .__product-n888 .__detail-wrap .__detail .__txt .__size li, .c-products__main .__product-n177a .__detail-wrap .__detail .__txt .__size li {
                background: #F9F9F9;
                border-radius: 30px;
                padding: 2%;
                margin: 4%;
                width: 40%;
                text-align: center; }
            .c-products__main .__product-n187A .__detail-wrap .__detail .__txt .__sheets, .c-products__main .__product-n888 .__detail-wrap .__detail .__txt .__sheets, .c-products__main .__product-n177a .__detail-wrap .__detail .__txt .__sheets {
              text-align: center; }
        .c-products__main .__product-n187A .__detail-wrap .__probtn, .c-products__main .__product-n888 .__detail-wrap .__probtn, .c-products__main .__product-n177a .__detail-wrap .__probtn {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 24%; }
          .c-products__main .__product-n187A .__detail-wrap .__probtn a, .c-products__main .__product-n888 .__detail-wrap .__probtn a, .c-products__main .__product-n177a .__detail-wrap .__probtn a {
            display: block;
            padding: 10%;
            background: #F9F9F9;
            border-radius: 20px 0 0 0;
            text-align: center;
            font-weight: 700; }
            .c-products__main .__product-n187A .__detail-wrap .__probtn a span, .c-products__main .__product-n888 .__detail-wrap .__probtn a span, .c-products__main .__product-n177a .__detail-wrap .__probtn a span {
              display: inline-block;
              vertical-align: middle;
              color: #393A3E;
              line-height: 1;
              margin-left: 0.5em;
              margin-bottom: 0.2em;
              position: relative;
              width: 0.9em;
              height: 0.9em;
              border: 0.075em solid currentColor;
              background: currentColor;
              border-radius: 50%;
              box-sizing: content-box; }
              .c-products__main .__product-n187A .__detail-wrap .__probtn a span::before, .c-products__main .__product-n888 .__detail-wrap .__probtn a span::before, .c-products__main .__product-n177a .__detail-wrap .__probtn a span::before {
                content: '';
                color: #F9F9F9;
                width: 0;
                height: 0;
                border-style: solid;
                border-color: transparent;
                border-width: 0.24em 0.36em;
                border-left-color: currentColor;
                border-right: 0;
                transform: translateX(15%);
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto; }
            .c-products__main .__product-n187A .__detail-wrap .__probtn a:hover, .c-products__main .__product-n888 .__detail-wrap .__probtn a:hover, .c-products__main .__product-n177a .__detail-wrap .__probtn a:hover {
              background: #393A3E;
              color: #F9F9F9; }
              .c-products__main .__product-n187A .__detail-wrap .__probtn a:hover span, .c-products__main .__product-n888 .__detail-wrap .__probtn a:hover span, .c-products__main .__product-n177a .__detail-wrap .__probtn a:hover span {
                color: #F9F9F9; }
                .c-products__main .__product-n187A .__detail-wrap .__probtn a:hover span::before, .c-products__main .__product-n888 .__detail-wrap .__probtn a:hover span::before, .c-products__main .__product-n177a .__detail-wrap .__probtn a:hover span::before {
                  color: #393A3E; }
    .c-products__main .__product-n888 .__detail-wrap .__detail .__img {
      width: 40%; }
    .c-products__main .__product-n177a .__detail-wrap .__detail .__txt .__size li {
      width: 100%; }
    .c-products__main #area-a {
      width: 100%;
      height: 100%; }
      .c-products__main #area-a .__grid-container {
        display: grid;
        grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
        grid-template-rows: 0.18fr 0.01fr 1fr 0.18fr 0.01fr 1fr 0.18fr 0.01fr 1fr;
        grid-template-areas: "area-a__grid01 area-a__grid01 area-a__grid01 area-a__grid01" "area-a__grid02 area-a__grid02 area-a__grid02 area-a__grid02" "area-a__grid019 area-a__grid03 area-a__grid04 area-a__grid05" "area-a__grid06 area-a__grid06 area-a__grid06 area-a__grid06" "area-a__grid07 area-a__grid07 area-a__grid018 area-a__grid08" "area-a__grid09 area-a__grid09 area-a__grid010 area-a__grid011" "area-a__grid012 area-a__grid012 area-a__grid012 area-a__grid012" "area-a__grid013 area-a__grid013 area-a__grid014 area-a__grid014" "area-a__grid015 area-a__grid016 area-a__grid017 area-a__grid017"; }
        .c-products__main #area-a .__grid-container .area-a__grid01 {
          grid-area: area-a__grid01;
          border-bottom: 2px solid #F9F9F9; }
        .c-products__main #area-a .__grid-container .area-a__grid02 {
          grid-area: area-a__grid02;
          border-bottom: 2px solid #F9F9F9; }
        .c-products__main #area-a .__grid-container .area-a__grid03 {
          grid-area: area-a__grid03;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-a .__grid-container .area-a__grid04 {
          grid-area: area-a__grid04;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-a .__grid-container .area-a__grid05 {
          grid-area: area-a__grid05; }
        .c-products__main #area-a .__grid-container .area-a__grid06 {
          grid-area: area-a__grid06;
          border-bottom: 2px solid #F9F9F9;
          border-top: 2px solid #333438; }
        .c-products__main #area-a .__grid-container .area-a__grid07 {
          grid-area: area-a__grid07;
          border-bottom: 2px solid #F9F9F9; }
        .c-products__main #area-a .__grid-container .area-a__grid08 {
          grid-area: area-a__grid08;
          border-bottom: 2px solid #F9F9F9; }
        .c-products__main #area-a .__grid-container .area-a__grid09 {
          grid-area: area-a__grid09;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-a .__grid-container .area-a__grid010 {
          grid-area: area-a__grid010;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-a .__grid-container .area-a__grid011 {
          grid-area: area-a__grid011; }
        .c-products__main #area-a .__grid-container .area-a__grid012 {
          grid-area: area-a__grid012;
          border-bottom: 2px solid #F9F9F9;
          border-top: 2px solid #333438; }
        .c-products__main #area-a .__grid-container .area-a__grid013 {
          grid-area: area-a__grid013;
          border-bottom: 2px solid #F9F9F9;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-a .__grid-container .area-a__grid014 {
          grid-area: area-a__grid014;
          border-bottom: 2px solid #F9F9F9; }
        .c-products__main #area-a .__grid-container .area-a__grid015 {
          grid-area: area-a__grid015;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-a .__grid-container .area-a__grid016 {
          grid-area: area-a__grid016;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-a .__grid-container .area-a__grid017 {
          grid-area: area-a__grid017; }
        .c-products__main #area-a .__grid-container .area-a__grid018 {
          grid-area: area-a__grid018;
          border-bottom: 2px solid #F9F9F9;
          border-right: 2px solid #F9F9F9;
          color: #D9DBDE; }
        .c-products__main #area-a .__grid-container .area-a__grid019 {
          grid-area: area-a__grid019;
          border-right: 2px solid #F9F9F9; }
    .c-products__main #area-b {
      width: 100%;
      height: 100%; }
      .c-products__main #area-b .__grid-container {
        display: grid;
        grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
        grid-template-rows: 0.18fr 0.01fr 1fr 0.18fr 0.01fr 1fr;
        grid-template-areas: "area-b__grid01 area-b__grid01 area-b__grid02 area-b__grid02" "area-b__grid03 area-b__grid03 area-b__grid04 area-b__grid05" "area-b__grid06 area-b__grid07 area-b__grid08 area-b__grid09" "area-b__grid010 area-b__grid010 area-b__grid010 area-b__grid010" "area-b__grid011 area-b__grid011 area-b__grid016 area-b__grid012" "area-b__grid013 area-b__grid013 area-b__grid014 area-b__grid015"; }
        .c-products__main #area-b .__grid-container .area-b__grid01 {
          grid-area: area-b__grid01;
          border-bottom: 2px solid #F9F9F9;
          border-top: 2px solid #333438;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-b .__grid-container .area-b__grid02 {
          grid-area: area-b__grid02;
          border-bottom: 2px solid #F9F9F9;
          border-top: 2px solid #333438; }
        .c-products__main #area-b .__grid-container .area-b__grid03 {
          grid-area: area-b__grid03;
          border-bottom: 2px solid #F9F9F9;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-b .__grid-container .area-b__grid04 {
          grid-area: area-b__grid04;
          border-bottom: 2px solid #F9F9F9;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-b .__grid-container .area-b__grid05 {
          grid-area: area-b__grid05;
          border-bottom: 2px solid #F9F9F9; }
        .c-products__main #area-b .__grid-container .area-b__grid06 {
          grid-area: area-b__grid06;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-b .__grid-container .area-b__grid07 {
          grid-area: area-b__grid07;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-b .__grid-container .area-b__grid08 {
          grid-area: area-b__grid08;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-b .__grid-container .area-b__grid09 {
          grid-area: area-b__grid09; }
        .c-products__main #area-b .__grid-container .area-b__grid010 {
          grid-area: area-b__grid010;
          border-bottom: 2px solid #F9F9F9;
          border-top: 2px solid #333438; }
        .c-products__main #area-b .__grid-container .area-b__grid011 {
          grid-area: area-b__grid011;
          border-bottom: 2px solid #F9F9F9; }
        .c-products__main #area-b .__grid-container .area-b__grid012 {
          grid-area: area-b__grid012;
          border-bottom: 2px solid #F9F9F9; }
        .c-products__main #area-b .__grid-container .area-b__grid013 {
          grid-area: area-b__grid013;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-b .__grid-container .area-b__grid014 {
          grid-area: area-b__grid014;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-b .__grid-container .area-b__grid015 {
          grid-area: area-b__grid015; }
        .c-products__main #area-b .__grid-container .area-b__grid016 {
          grid-area: area-b__grid016;
          border-bottom: 2px solid #F9F9F9;
          border-right: 2px solid #F9F9F9;
          color: #D9DBDE; }
    .c-products__main #area-c {
      width: 100%;
      height: 100%; }
      .c-products__main #area-c .__grid-container {
        display: grid;
        grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
        grid-template-rows: 0.18fr 0.01fr 1fr;
        grid-template-areas: "area-c__grid01 area-c__grid01 area-c__grid01 area-c__grid02" "area-c__grid03 area-c__grid04 area-c__grid04 area-c__grid05" "area-c__grid06 area-c__grid07 area-c__grid08 area-c__grid09"; }
        .c-products__main #area-c .__grid-container .area-c__grid01 {
          grid-area: area-c__grid01;
          border-bottom: 2px solid #F9F9F9;
          border-top: 2px solid #333438;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-c .__grid-container .area-c__grid02 {
          grid-area: area-c__grid02;
          border-bottom: 2px solid #F9F9F9;
          border-top: 2px solid #333438; }
        .c-products__main #area-c .__grid-container .area-c__grid03 {
          grid-area: area-c__grid03;
          border-bottom: 2px solid #F9F9F9;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-c .__grid-container .area-c__grid04 {
          grid-area: area-c__grid04;
          border-bottom: 2px solid #F9F9F9;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-c .__grid-container .area-c__grid05 {
          grid-area: area-c__grid05;
          border-bottom: 2px solid #F9F9F9; }
        .c-products__main #area-c .__grid-container .area-c__grid06 {
          grid-area: area-c__grid06;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-c .__grid-container .area-c__grid07 {
          grid-area: area-c__grid07;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-c .__grid-container .area-c__grid08 {
          grid-area: area-c__grid08;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-c .__grid-container .area-c__grid09 {
          grid-area: area-c__grid09; }
    .c-products__main #area-d {
      width: 100%;
      height: 100%; }
      .c-products__main #area-d .__grid-container {
        display: grid;
        grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
        grid-template-rows: 0.18fr 0.01fr 1fr 0.01fr 1fr;
        grid-template-areas: "area-d__grid01 area-d__grid01 area-d__grid01 area-d__grid01" "area-d__grid02 area-d__grid02 area-d__grid03 area-d__grid03" "area-d__grid04 area-d__grid05 area-d__grid06 area-d__grid06" "area-d__grid07 area-d__grid07 area-d__grid08 area-d__grid09" "area-d__grid010 area-d__grid011 area-d__grid012 area-d__grid013"; }
        .c-products__main #area-d .__grid-container .area-d__grid01 {
          grid-area: area-d__grid01;
          border-bottom: 2px solid #F9F9F9;
          border-top: 2px solid #333438; }
        .c-products__main #area-d .__grid-container .area-d__grid02 {
          grid-area: area-d__grid02;
          border-bottom: 2px solid #F9F9F9;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-d .__grid-container .area-d__grid03 {
          grid-area: area-d__grid03;
          border-bottom: 2px solid #F9F9F9; }
        .c-products__main #area-d .__grid-container .area-d__grid04 {
          grid-area: area-d__grid04;
          border-bottom: 2px solid #F9F9F9;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-d .__grid-container .area-d__grid05 {
          grid-area: area-d__grid05;
          border-bottom: 2px solid #F9F9F9;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-d .__grid-container .area-d__grid06 {
          grid-area: area-d__grid06;
          border-bottom: 2px solid #F9F9F9; }
        .c-products__main #area-d .__grid-container .area-d__grid07 {
          grid-area: area-d__grid07;
          border-bottom: 2px solid #F9F9F9;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-d .__grid-container .area-d__grid08 {
          grid-area: area-d__grid08;
          border-bottom: 2px solid #F9F9F9;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-d .__grid-container .area-d__grid09 {
          grid-area: area-d__grid09;
          border-bottom: 2px solid #F9F9F9; }
        .c-products__main #area-d .__grid-container .area-d__grid010 {
          grid-area: area-d__grid010;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-d .__grid-container .area-d__grid011 {
          grid-area: area-d__grid011;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-d .__grid-container .area-d__grid012 {
          grid-area: area-d__grid012;
          border-right: 2px solid #F9F9F9; }
        .c-products__main #area-d .__grid-container .area-d__grid013 {
          grid-area: area-d__grid013; }

.c-story {
  background: #F9F9F9;
  padding: 10% 6.94vw 0; }
  .c-story__body {
    padding-top: 10%; }
  .c-story__conte {
    padding: 0 0 10%;
    position: relative; }
    .c-story__conte::before {
      position: absolute;
      font-weight: 700;
      font-size: 4em;
      font-family: 'Zen Kaku Gothic New', sans-serif;
      color: #D9DBDE;
      top: -0.9em; }
    .c-story__conte .__rev {
      display: flex; }
      .c-story__conte .__rev h3 {
        width: 42.74%; }
      .c-story__conte .__rev .__txt {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        width: 57.26%;
        padding: 4%;
        background: #fff; }
        .c-story__conte .__rev .__txt .__product {
          display: flex;
          justify-content: space-between; }
          .c-story__conte .__rev .__txt .__product figure {
            width: 22.22%; }
          .c-story__conte .__rev .__txt .__product .__detail {
            width: 72.69%; }
            .c-story__conte .__rev .__txt .__product .__detail .__tx span {
              font-weight: 700; }
            .c-story__conte .__rev .__txt .__product .__detail .__probtn a {
              display: block;
              margin-top: 3%;
              color: #393A3E;
              font-weight: 700;
              text-align: right; }
              .c-story__conte .__rev .__txt .__product .__detail .__probtn a span {
                display: inline-block;
                vertical-align: middle;
                color: #393A3E;
                line-height: 1;
                margin-left: 0.5em;
                margin-bottom: 0.2em;
                position: relative;
                width: 0.9em;
                height: 0.9em;
                border: 0.075em solid currentColor;
                background: currentColor;
                border-radius: 50%;
                box-sizing: content-box; }
                .c-story__conte .__rev .__txt .__product .__detail .__probtn a span::before {
                  content: '';
                  color: #F9F9F9;
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-color: transparent;
                  border-width: 0.24em 0.36em;
                  border-left-color: currentColor;
                  border-right: 0;
                  transform: translateX(15%);
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  margin: auto; }
              .c-story__conte .__rev .__txt .__product .__detail .__probtn a:hover {
                color: #D9DBDE; }
                .c-story__conte .__rev .__txt .__product .__detail .__probtn a:hover span {
                  color: #D9DBDE; }
                  .c-story__conte .__rev .__txt .__product .__detail .__probtn a:hover span::before {
                    color: #393A3E; }
        .c-story__conte .__rev .__txt hr {
          width: 100%;
          height: 1px;
          background-color: #D9DBDE;
          border: none; }
        .c-story__conte .__rev .__txt .__user {
          display: flex;
          justify-content: space-between; }
          .c-story__conte .__rev .__txt .__user figure {
            width: 22.22%; }
          .c-story__conte .__rev .__txt .__user p {
            width: 72.69%;
            font-size: 0.9em; }
            .c-story__conte .__rev .__txt .__user p span {
              font-weight: 700;
              display: inline-block;
              padding-bottom: 0.6em; }
    .c-story__conte .__recomend {
      padding: 10% 2%;
      background: #D9DBDE; }
      .c-story__conte .__recomend .__txt {
        text-align: center; }
        .c-story__conte .__recomend .__txt h3 {
          font-weight: 700;
          padding-bottom: 1rem;
          position: relative; }
          .c-story__conte .__recomend .__txt h3::before {
            content: '';
            color: #F9F9F9;
            position: absolute;
            top: -2em;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-right: 0.5em solid transparent;
            border-left: 0.5em solid transparent;
            border-top: 0.8em solid #F9F9F9;
            border-bottom: 0; }
      .c-story__conte .__recomend .__img {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 4% 0; }
        .c-story__conte .__recomend .__img .__point {
          display: flex;
          width: 45.16%; }
          .c-story__conte .__recomend .__img .__point li {
            margin: 0 1%; }
      .c-story__conte .__recomend .__probtn a {
        display: block;
        margin: 4% auto 0;
        padding: 2%;
        width: 22.22%;
        background: #F9F9F9;
        border-radius: 0 0 20px 0;
        border: 3px solid #F9F9F9;
        color: #393A3E;
        font-weight: 700;
        text-align: center; }
        .c-story__conte .__recomend .__probtn a span {
          display: inline-block;
          vertical-align: middle;
          color: #393A3E;
          line-height: 1;
          margin-left: 0.5em;
          margin-bottom: 0.2em;
          position: relative;
          width: 0.9em;
          height: 0.9em;
          border: 0.075em solid currentColor;
          background: currentColor;
          border-radius: 50%;
          box-sizing: content-box; }
          .c-story__conte .__recomend .__probtn a span::before {
            content: '';
            color: #F9F9F9;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent;
            border-width: 0.24em 0.36em;
            border-left-color: currentColor;
            border-right: 0;
            transform: translateX(15%);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto; }
        .c-story__conte .__recomend .__probtn a:hover {
          background: #393A3E;
          border: 3px solid #393A3E;
          color: #F9F9F9; }
          .c-story__conte .__recomend .__probtn a:hover span {
            color: #F9F9F9; }
            .c-story__conte .__recomend .__probtn a:hover span::before {
              color: #393A3E; }
  .c-story .user01::before {
    content: "01";
    right: 2%; }
  .c-story .user01 .__recomend .__img .__product {
    width: 19.75%;
    margin-right: 5%; }
  .c-story .user02::before {
    content: "02";
    left: 2%; }
  .c-story .user02 .__recomend .__img .__product {
    width: 30.48%;
    margin-right: 5%; }
  .c-story .user02 .__rev {
    flex-direction: row-reverse; }
  .c-story .user03::before {
    content: "03";
    right: 2%; }
  .c-story .user03 .__recomend .__img .__product {
    width: 20.56%;
    margin-right: 5%; }

.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(-50px, 0, 0);
  transition: 1.8s;
  opacity: 0; }
  .fadeIn-ri.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.fadeIn-le {
  transform: translate3d(50px, 0, 0);
  transition: 1.8s;
  opacity: 0; }
  .fadeIn-le.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

@keyframes animationZoom1 {
  0% {
    transform: scale(1.4); } }
@keyframes animationFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media screen and (max-width: 1280px) {
  .content {
    font-size: 14px; }

  .c-products__main .__main-ttl h2 {
    font-size: 1.9em; }
  .c-products__main .__sub-ttl {
    font-size: 0.9em; }
  .c-products__main .__product .__detail .__size li {
    width: 36%; }
  .c-products__main .__product .__probtn {
    width: 56%; }
  .c-products__main .__howto .__probtn {
    width: 64%; }

  .c-other .__guide-btn {
    width: 28%; }

  .c-story__conte .__rev {
    font-size: 0.95em; }
    .c-story__conte .__rev .__txt {
      padding: 3% 2%; }
      .c-story__conte .__rev .__txt .__product figure {
        width: 16%; }
      .c-story__conte .__rev .__txt .__product .__detail {
        width: 80%; }
      .c-story__conte .__rev .__txt .__user figure {
        width: 16%; }
      .c-story__conte .__rev .__txt .__user p {
        width: 80%; } }
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px; }

  .break_tb {
    display: block; }

  .break_tb2 {
    display: block; }

  .content h2 {
    font-size: 1.1em; }
  .content .__ttl-lineup {
    font-size: 1.1em; }

  .c-topics__body .slider .item__inner .__item .__eclinks ul li a {
    font-size: 0.8em; }

  .c-features ul li {
    width: 32.04%; }
    .c-features ul li h3 {
      font-size: 1.0em; }

  .c-products-anker__body .__probtn a {
    width: 30%; }

  .c-products__main .__main-ttl h2 {
    font-size: 1.4em; }
  .c-products__main .__main-ttl figure {
    width: 7em;
    margin-right: 1.1em; }
  .c-products__main .__sub-ttl {
    font-size: 0.72em; }
  .c-products__main .__product h4 {
    font-size: 1.2em; }
  .c-products__main .__product .__detail .__size li {
    width: 42%; }
  .c-products__main .__product .__probtn {
    width: 64%; }
  .c-products__main .__howto h4 {
    font-size: 1.4em; }
  .c-products__main .__howto .__probtn {
    width: 82%; }
  .c-products__main .__howto .__txt {
    font-size: 0.9em; }
  .c-products__main .__product-n295 h4, .c-products__main .__product-ph169 h4 {
    font-size: 1.4em; }
  .c-products__main .__product-n295 .__detail-wrap .__img .__probtn, .c-products__main .__product-ph169 .__detail-wrap .__img .__probtn {
    width: 64%; }
  .c-products__main .__product-n187A h4, .c-products__main .__product-n888 h4, .c-products__main .__product-n177a h4 {
    font-size: 1.4em; }
  .c-products__main .__product-n187A .__detail-wrap .__detail, .c-products__main .__product-n888 .__detail-wrap .__detail, .c-products__main .__product-n177a .__detail-wrap .__detail {
    margin-bottom: 11%; }
  .c-products__main .__product-n187A .__detail-wrap .__probtn, .c-products__main .__product-n888 .__detail-wrap .__probtn, .c-products__main .__product-n177a .__detail-wrap .__probtn {
    width: 32%; }
  .c-products__main .__product-n177a .__detail-wrap .__detail .__txt {
    width: 40%; }

  .c-other .__guide-btn {
    width: 36%; }

  .c-story__conte::before {
    top: -1em; }
  .c-story__conte .__rev {
    font-size: 0.7em; }
    .c-story__conte .__rev .__txt .__product figure {
      width: 16%; }
    .c-story__conte .__rev .__txt .__product .__detail {
      width: 82%; }
    .c-story__conte .__rev .__txt .__user figure {
      width: 14%; }
    .c-story__conte .__rev .__txt .__user p {
      width: 82%; }
  .c-story__conte .__recomend .__probtn a {
    width: 32%; } }
@media screen and (max-width: 767px) {
  html {
    font-size: 14px; }

  .break_tb {
    display: block; }

  .break_tb2 {
    display: none; }

  .break_sp {
    display: block; }

  .break_pc {
    display: none; }

  .c-hero__inner {
    padding-bottom: 24%; }
  .c-hero__pc {
    display: none; }
  .c-hero__sp {
    display: block;
    position: relative; }
    .c-hero__sp figure {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .c-hero__sp figure img {
        animation: animationZoom1 3s ease-out forwards; }
    .c-hero__sp h1 {
      position: absolute;
      width: 100%;
      top: 80%;
      animation: animationFadeIn 3s ease-out forwards; }

  .c-topics {
    padding-bottom: 12%; }
    .c-topics__inner {
      flex-flow: column;
      padding-right: 6.94vw; }
    .c-topics__head {
      width: 100%; }
    .c-topics__body {
      width: 100%;
      padding-top: 16%;
      padding-right: 0; }

  .c-about__inner {
    padding: 30% 6.94vw 25% 0;
    background-position: 30% 60%; }
  .c-about__head {
    flex-flow: column; }
    .c-about__head figure {
      width: 100%; }
    .c-about__head h2 {
      margin: 8% auto 0 7.91vw;
      text-align: left; }
      .c-about__head h2::after {
        left: 0; }
  .c-about__body p {
    padding: 10% 0 0 7.91vw;
    text-align: left; }

  .c-features__inner {
    padding-top: 20%; }
  .c-features__head {
    text-align: right; }
    .c-features__head h2::after {
      right: 0;
      left: auto; }
    .c-features__head p {
      padding: 10% 0 10%; }
  .c-features__body ul {
    flex-flow: column;
    width: 100%;
    margin-left: 0; }
    .c-features__body ul li {
      width: 100%;
      margin-bottom: 10%; }
      .c-features__body ul li h3 {
        padding: 5% 8% 3%; }

  .c-workstyle__inner {
    padding-left: 0; }
  .c-workstyle__head {
    padding: 24% 0 0 6.94vw; }
  .c-workstyle__body {
    padding-top: 24%;
    padding-bottom: 360%; }
    .c-workstyle__body .__item figure::before {
      font-size: 2.4em; }
    .c-workstyle__body .__item a {
      font-size: 1em; }
    .c-workstyle__body .__01 {
      width: 90%; }
    .c-workstyle__body .__02 {
      width: 60%;
      top: 27%;
      right: 0; }
    .c-workstyle__body .__03 {
      width: 60%;
      top: 52%;
      left: 0; }
    .c-workstyle__body .__04 {
      width: 90%;
      top: 79%;
      right: 0; }

  .c-products-anker, .c-anker {
    padding: 24% 0; }
    .c-products-anker__body ul, .c-anker__body ul {
      padding-top: 16%; }
      .c-products-anker__body ul li, .c-anker__body ul li {
        width: 27.73%;
        font-size: 0.8em; }

  .c-products-anker__body .__probtn a {
    width: 75%;
    padding: 5%; }
  .c-products-anker__body ul .__01 a p, .c-products-anker__body ul .__03 a p, .c-products-anker__body ul .__04 a p, .c-products-anker__body ul .__05 a p {
    line-height: 1.2; }
    .c-products-anker__body ul .__01 a p span, .c-products-anker__body ul .__03 a p span, .c-products-anker__body ul .__04 a p span, .c-products-anker__body ul .__05 a p span {
      font-size: 0.75em; }

  .c-other {
    padding: 16% 0; }
    .c-other h2 {
      font-size: 1.0em; }
    .c-other__inner-ec .__head figure {
      width: 3em; }
    .c-other__inner-ec .__body ul {
      flex-flow: column; }
      .c-other__inner-ec .__body ul li {
        width: 76.26%;
        margin: 2% auto; }
    .c-other__inner-inst .__body .__grid-container {
      grid-template-columns: 0.33fr 0.33fr 0.33fr;
      grid-template-rows: 1fr 1fr;
      grid-template-areas: "__01 __01 __02" "__01 __01 __03" "__04 __06 __06" "__05 __06 __06";
      gap: 3%;
      justify-content: center; }
    .c-other .__guide-btn {
      width: 76.26%; }

  .c-products__side {
    width: 10%; }
    .c-products__side ul {
      padding: 50% 0 0 30%; }
      .c-products__side ul li a {
        font-size: 0.68em;
        padding: 80% 0; }
  .c-products__main .__sub-ttl {
    padding-left: 0.5em;
    font-size: 1em; }
  .c-products__main .__main-ttl h2 {
    font-size: 1.8em; }
  .c-products__main .__howto .__txt {
    padding-top: 0; }
  .c-products__main .__howto .__probtn a {
    padding: 8%; }
  .c-products__main .hown167 h4 {
    margin: 5% 0 0 10%; }
  .c-products__main .hown167 .__txt {
    padding: 8% 0;
    font-size: 1.0em; }
  .c-products__main .hown167 .__probtn {
    width: 50%; }
  .c-products__main .hown888 .__txt {
    padding: 45% 0; }
  .c-products__main .hown888 .__probtn {
    width: 89%; }
  .c-products__main .n174 figure::after, .c-products__main .n166 figure::after, .c-products__main .n180a figure::after, .c-products__main .n181a figure::after, .c-products__main .n186 figure::after, .c-products__main .n162 figure::after, .c-products__main .n178a figure::after, .c-products__main .n184a figure::after, .c-products__main .n161 figure::after, .c-products__main .n192a figure::after {
    width: 25%; }
  .c-products__main .__product .__detail .__size li {
    width: 46%; }
  .c-products__main .__product-n295 .__detail-wrap .__img, .c-products__main .__product-ph169 .__detail-wrap .__img {
    width: 55%; }
  .c-products__main .__product-n187A .__detail-wrap .__detail, .c-products__main .__product-n888 .__detail-wrap .__detail, .c-products__main .__product-n177a .__detail-wrap .__detail {
    margin-bottom: 15%; }
  .c-products__main .__product-n187A .__detail-wrap .__probtn, .c-products__main .__product-n888 .__detail-wrap .__probtn, .c-products__main .__product-n177a .__detail-wrap .__probtn {
    width: 36%; }
  .c-products__main #area-a .__grid-container {
    grid-template-columns: 0.5fr 0.5fr;
    grid-template-rows: 0.18fr 0.01fr 1fr 1fr 0.18fr 0.01fr 1fr 0.01fr 1fr 0.18fr 0.01fr 1fr 0.01fr 1fr;
    grid-template-areas: "area-a__grid01 area-a__grid01" "area-a__grid02 area-a__grid02" "area-a__grid019 area-a__grid03" "area-a__grid04 area-a__grid05" "area-a__grid06 area-a__grid06" "area-a__grid07 area-a__grid07" "area-a__grid09 area-a__grid09" "area-a__grid018 area-a__grid08" "area-a__grid010 area-a__grid011" "area-a__grid012 area-a__grid012" "area-a__grid013 area-a__grid013" "area-a__grid015 area-a__grid016" "area-a__grid014 area-a__grid014" "area-a__grid017 area-a__grid017"; }
    .c-products__main #area-a .__grid-container .area-a__grid03 {
      border-right: 0;
      border-bottom: 2px solid #F9F9F9; }
    .c-products__main #area-a .__grid-container .area-a__grid09 {
      border-right: 0;
      border-bottom: 2px solid #F9F9F9; }
    .c-products__main #area-a .__grid-container .area-a__grid013 {
      border-right: 0; }
    .c-products__main #area-a .__grid-container .area-a__grid015 {
      border-bottom: 2px solid #F9F9F9; }
    .c-products__main #area-a .__grid-container .area-a__grid016 {
      border-right: 0;
      border-bottom: 2px solid #F9F9F9; }
    .c-products__main #area-a .__grid-container .area-a__grid018 {
      color: #393A3E; }
    .c-products__main #area-a .__grid-container .area-a__grid019 {
      border-bottom: 2px solid #F9F9F9; }
  .c-products__main #area-b .__grid-container {
    grid-template-columns: 0.5fr 0.5fr;
    grid-template-rows: 0.18fr 0.01fr 1fr 0.18fr 0.01fr 1fr 0.18fr 0.01fr 1fr 0.01fr 1fr;
    grid-template-areas: "area-b__grid01 area-b__grid01" "area-b__grid03 area-b__grid03" "area-b__grid06 area-b__grid07" "area-b__grid02 area-b__grid02" "area-b__grid04 area-b__grid05" "area-b__grid08 area-b__grid09" "area-b__grid010 area-b__grid010" "area-b__grid011 area-b__grid011" "area-b__grid013 area-b__grid013" "area-b__grid016 area-b__grid012" "area-b__grid014 area-b__grid015"; }
    .c-products__main #area-b .__grid-container .area-b__grid01 {
      border-right: 0; }
    .c-products__main #area-b .__grid-container .area-b__grid03 {
      border-right: 0; }
    .c-products__main #area-b .__grid-container .area-b__grid07 {
      border-right: 0; }
    .c-products__main #area-b .__grid-container .area-b__grid011 {
      border-right: 0; }
    .c-products__main #area-b .__grid-container .area-b__grid013 {
      border-right: 0;
      border-bottom: 2px solid #F9F9F9; }
  .c-products__main #area-c .__grid-container {
    grid-template-columns: 0.5fr 0.5fr;
    grid-template-rows: 0.18fr 0.01fr 1fr 1fr 0.18fr 0.01fr 1fr;
    grid-template-areas: "area-c__grid01 area-c__grid01" "area-c__grid03 area-c__grid04" "area-c__grid06 area-c__grid07" "area-c__grid08 area-c__grid08" "area-c__grid02 area-c__grid02" "area-c__grid05 ." "area-c__grid09 ."; }
    .c-products__main #area-c .__grid-container .area-c__grid01 {
      border-right: 0; }
    .c-products__main #area-c .__grid-container .area-c__grid04 {
      border-right: 0; }
    .c-products__main #area-c .__grid-container .area-c__grid05 {
      border-right: 2px solid #F9F9F9; }
    .c-products__main #area-c .__grid-container .area-c__grid06 {
      border-bottom: 2px solid #F9F9F9; }
    .c-products__main #area-c .__grid-container .area-c__grid07 {
      border-right: 0;
      border-bottom: 2px solid #F9F9F9; }
    .c-products__main #area-c .__grid-container .area-c__grid08 {
      border-right: 0; }
    .c-products__main #area-c .__grid-container .area-c__grid09 {
      border-right: 2px solid #F9F9F9; }
  .c-products__main #area-d .__grid-container {
    grid-template-columns: 0.5fr 0.5fr;
    grid-template-rows: 0.18fr 0.01fr 1fr 0.01fr 1fr 0.01fr 1fr 0.01fr 1fr;
    grid-template-areas: "area-d__grid01 area-d__grid01" "area-d__grid02 area-d__grid02" "area-d__grid04 area-d__grid05" "area-d__grid03 area-d__grid03" "area-d__grid06 area-d__grid06" "area-d__grid07 area-d__grid07" "area-d__grid010 area-d__grid011" "area-d__grid08 area-d__grid09" "area-d__grid012 area-d__grid013"; }
    .c-products__main #area-d .__grid-container .area-d__grid02 {
      border-right: 0; }
    .c-products__main #area-d .__grid-container .area-d__grid05 {
      border-right: 0; }
    .c-products__main #area-d .__grid-container .area-d__grid07 {
      border-right: 0; }
    .c-products__main #area-d .__grid-container .area-d__grid010 {
      border-bottom: 2px solid #F9F9F9; }
    .c-products__main #area-d .__grid-container .area-d__grid011 {
      border-right: 0;
      border-bottom: 2px solid #F9F9F9; }

  .c-story {
    padding: 24% 0 0; }
    .c-story__head {
      padding-left: 6.94vw; }
    .c-story__conte {
      padding: 0; }
      .c-story__conte::before {
        display: none; }
      .c-story__conte .__rev {
        flex-direction: column;
        font-size: 1em; }
        .c-story__conte .__rev h3 {
          width: 100%; }
        .c-story__conte .__rev .__txt {
          width: 100%;
          padding: 10% 5%;
          position: relative; }
          .c-story__conte .__rev .__txt::before {
            position: absolute;
            top: -10%;
            left: 5%;
            font-weight: 700;
            font-size: 6em;
            font-family: 'Zen Kaku Gothic New', sans-serif;
            color: #D9DBDE; }
          .c-story__conte .__rev .__txt .__product {
            flex-direction: column-reverse; }
            .c-story__conte .__rev .__txt .__product figure {
              width: 37.33%;
              margin: 5% auto; }
            .c-story__conte .__rev .__txt .__product .__detail {
              width: 100%; }
              .c-story__conte .__rev .__txt .__product .__detail .__probtn a {
                margin-top: 5%; }
          .c-story__conte .__rev .__txt hr {
            margin: 10% 0; }
          .c-story__conte .__rev .__txt .__user figure {
            width: 24%; }
          .c-story__conte .__rev .__txt .__user p {
            width: 70%; }
      .c-story__conte .__recomend {
        padding: 15% 5%; }
        .c-story__conte .__recomend .__txt p {
          text-align: left; }
        .c-story__conte .__recomend .__img {
          flex-direction: column;
          padding: 10% 0; }
          .c-story__conte .__recomend .__img .__point {
            width: 100%;
            padding: 10% 0; }
        .c-story__conte .__recomend .__probtn a {
          width: 75%;
          padding: 5%; }
    .c-story .user01::before {
      display: none; }
    .c-story .user01 .__recomend .__img .__product {
      width: 80%;
      margin-right: 0; }
    .c-story .user01 .__rev .__txt::before {
      content: "01"; }
    .c-story .user02::before {
      display: none; }
    .c-story .user02 .__recomend .__img .__product {
      width: 80%;
      margin-right: 0; }
    .c-story .user02 .__rev {
      flex-direction: column; }
      .c-story .user02 .__rev .__txt::before {
        content: "02";
        color: #DEDFE1; }
    .c-story .user03::before {
      display: none; }
    .c-story .user03 .__recomend .__img .__product {
      width: 80%;
      margin-right: 0; }
    .c-story .user03 .__rev .__txt::before {
      content: "03"; } }
@media screen and (max-width: 600px) {
  .content {
    margin: 80px 0 0 0; } }
@media screen and (max-width: 375px) {
  html {
    font-size: 13px; }

  .c-products__side ul li a {
    font-size: 0.7em; }
  .c-products__main .__main-ttl h2 {
    font-size: 1.5em; }
  .c-products__main .__product .__probtn {
    width: 68%;
    font-size: 0.9em; } }
@media screen and (min-width: 1800px) {
  .c-products__main .__main-ttl figure {
    margin-bottom: 5em; } }
