@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,700,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Poppins:wght@400;700&display=swap");
@import url("https://use.typekit.net/sdu4tkp.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

body {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" on; }

html {
  font-size: 18px; }

@media screen and (max-width: 1440px) {
  html {
    font-size: 16px; } }
@media screen and (max-width: 800px) {
  html {
    font-size: 14px; } }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/************************************************************

    Genaral Settings

************************************************************/
.svgLoad {
  display: none; }

/*
    Links
******************************/
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  a img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  a:hover {
    color: #f8B500; }
    a:hover img {
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      -o-opacity: 0.5;
      filter: alpha(opacity=50);
      -ms-filter: "alpha(opacity=50)";
      opacity: 0.5; }

/*
    Images
******************************/
img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 0 auto; }

/*
    Clear Fix
******************************/
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/*
    Fonts and Text
******************************/
h1, h2, h3, h4, h5 {
  font-weight: 700; }

/*
    Fonts and Text
******************************/
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/*
    Column width
******************************/
.col__1of1 {
  width: 100%; }

.col__1of3 {
  width: 33.333%; }

.col__2of3 {
  width: 66.666%; }

.col__1of2 {
  width: 50%; }

.col__1of4 {
  width: 25%; }

.col__3of4 {
  width: 75%; }

/*
    Form
******************************/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea, input[type="text"], input[type="submit"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  font-family: inherit;
  font-size: 1.0em;
  letter-spacing: inherit; }

::placeholder {
  font-size: 0.75em;
  color: #333;
  opacity: 1; }

/*
    Other
******************************/
.__sp {
  display: none; }

.__pc {
  display: block; }

.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; }

/************************************************************

     Wrapper

************************************************************/
#wrapper {
  width: 100%;
  position: relative; }

/************************************************************

      Header

************************************************************/
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: .3s;
  background-color: white;
  height: 100px; }
  .c-header__links {
    position: absolute;
    height: 36px;
    top: 50%;
    right: 128px;
    transform: translate(0, -50%); }
    .c-header__links ul {
      display: flex;
      flex-wrap: wrap; }
      .c-header__links ul li {
        border-left: 1px solid #ccc; }
        .c-header__links ul li a {
          display: block;
          font-size: .75em;
          font-weight: 700;
          line-height: 36px;
          padding: 0 1.5em; }

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: all .4s ease 0s,background .4s ease .2s;
  transition: all .4s ease 0s,background .4s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 64px; }
  .is-fixed .o-nav__btn {
    transition: all .4s ease 0s, background .4s ease .2s;
    height: 64px;
    padding: 24px 28px; }

.c-header .c-logo {
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -20px;
  left: 30px; }

.c-header .c-logo a {
  display: block;
  position: relative;
  width: 200px;
  height: 40px;
  text-indent: -9999px;
  background-image: url(../images/asset/header_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 100; }

/*
    header -> Overlay Navigation
******************************/
.o-nav {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10000; }

.o-nav__btn {
  position: absolute;
  width: 128px;
  height: 100px;
  padding: 42px 28px;
  cursor: pointer;
  z-index: 10001;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: rgba(0, 0, 0, 0.9); }

.o-nav__btn::before {
  content: attr(data-item);
  display: block;
  position: absolute;
  font-size: 0.8em;
  line-height: 1;
  letter-spacing: 0;
  left: 60px;
  top: 50%;
  margin-top: -0.4em;
  font-weight: 700;
  color: #fff; }

.o-nav__btn span {
  position: relative;
  display: block;
  width: 18px;
  height: 3px;
  transition: .3s;
  background: #fff; }

.o-nav__btn span:nth-child(1) {
  top: 0; }

.o-nav__btn span:nth-child(2) {
  top: 3px; }

.o-nav__btn span:nth-child(3) {
  top: 6px; }

.o-nav__menu {
  display: none;
  position: fixed;
  width: 0;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  animation: overlayBg 0.5s forwards cubic-bezier(0.8, 0.01, 0.37, 1); }

@keyframes overlayBg {
  0% {
    width: 0; }
  100% {
    width: 100vw; } }
.o-nav__inner {
  position: relative;
  padding: 6.4vh 3vw;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.o-nav__head {
  position: relative;
  width: 100%;
  z-index: 100002;
  margin-bottom: 2vw;
  padding-bottom: .75em;
  border-bottom: 1px solid #555;
  animation: FadeInHead .4s forwards;
  animation-delay: 0.4s;
  opacity: 0; }
  .o-nav__head .__left p {
    border-left: 3px solid #fff;
    padding-left: 1.0em;
    font-size: 0.8em;
    font-weight: 700;
    color: #fff;
    line-height: 40px; }
  .o-nav__head .__right {
    position: absolute;
    top: 0;
    right: 0; }
    .o-nav__head .__right .__links ul li {
      margin: 0 .1em;
      display: inline-block; }
      .o-nav__head .__right .__links ul li a {
        padding: 0 1.25em;
        font-size: 0.75em;
        font-weight: 700;
        color: #222;
        background: #fff;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        border-radius: 4em; }
        .o-nav__head .__right .__links ul li a:hover {
          color: #222;
          background: #f8B500; }

@keyframes FadeInHead {
  0% {
    opacity: 0;
    margin-left: 20px; }
  100% {
    opacity: 1;
    margin-left: 0px; } }
.o-nav__body {
  width: 100%;
  animation: FadeInBody .4s forwards;
  animation-delay: 0.4s;
  opacity: 0; }

@keyframes FadeInBody {
  0% {
    opacity: 0;
    margin-left: 30px; }
  100% {
    opacity: 1;
    margin-left: 0px; } }
/* Internal / In page links */
.o-nav__item.__internal {
  position: relative;
  margin: 2vw 0; }
  .o-nav__item.__internal .__head h2 {
    position: absolute;
    font-size: 0.7em;
    color: #fff;
    top: 1.8vw;
    left: 0; }
  .o-nav__item.__internal ul {
    position: relative;
    padding-left: calc( 80px + 2.4vw );
    padding-right: 6.4vw;
    padding-top: 0;
    padding-bottom: 0; }
    .o-nav__item.__internal ul li {
      padding: 1vw 0; }
      .o-nav__item.__internal ul li a {
        color: #fff;
        font-size: 1.2em;
        font-weight: 700;
        line-height: 1.8;
        letter-spacing: 0; }
        .o-nav__item.__internal ul li a:hover {
          color: #f8B500; }
      .o-nav__item.__internal ul li.__child {
        padding: .5vw 0; }
        .o-nav__item.__internal ul li.__child a {
          margin: 0 0 0 1.5em;
          font-size: .9em; }

/* Links */
.o-nav__item.__links {
  display: none; }

/* Content */
.o-nav__item.__content {
  margin: 2vw 0 0;
  padding: 2.1vw 0;
  text-align: center; }

.o-nav__item.__content ul li {
  display: inline-block;
  margin: 0 1vw; }

.o-nav__item.__content ul li a {
  display: inline-block;
  font-size: 0.8em;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0; }

.o-nav__item.__content ul li a:hover {
  color: #f8B500; }

/* SNS */
.o-nav__item.__sns {
  text-align: center; }

.o-nav__item.__sns ul li {
  display: inline-block;
  width: 50px;
  height: 50px; }

.o-nav__item.__sns ul li a {
  display: block;
  width: 50px;
  height: 50px; }

.o-nav__item.__sns li a:hover {
  background-color: #444; }

.o-nav__item.__sns ul li.__fb a,
.o-nav__item.__sns li.__tw a,
.o-nav__item.__sns li.__ig a,
.o-nav__item.__sns li.__yt a {
  background-image: url(../images/asset/footer_ico.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border-radius: 100%; }

.o-nav__item.__sns ul li.__fb a {
  background-position: 0px 0px; }

.o-nav__item.__sns ul li.__tw a {
  background-position: -50px 0px; }

.o-nav__item.__sns ul li.__ig a {
  background-position: -100px 0px; }

.o-nav__item.__sns ul li.__yt a {
  background-position: -150px 0px; }

/************************************************************

     Breadcrumb

************************************************************/
.breadcrumbs {
  position: relative;
  margin: 3.2vw 0;
  padding: 0 6.4vw;
  z-index: 50; }

.breadcrumbs ul li {
  display: inline-block; }

.breadcrumbs ul li span {
  font-size: 0.85em;
  letter-spacing: 0.05em; }

.breadcrumbs ul li a {
  position: relative;
  margin: 0 1.5em 0 0;
  color: #222; }

.breadcrumbs ul li a:hover {
  color: #f8B500; }

.breadcrumbs ul li a::after {
  content: ">";
  position: absolute;
  top: 50%;
  margin-top: -0.4em;
  right: -1.25em;
  color: #222; }

/************************************************************

     Footer

************************************************************/
.footer {
  position: relative;
  margin: 3.2vw 0 0;
  padding-left: 6.4vw;
  padding-right: 6.4vw;
  padding-top: calc( 72px + 2.4vw );
  padding-bottom: calc( 72px + 2.4vw );
  background: #1a1a1a;
  z-index: 50; }

.footer .f-logo {
  width: 203px;
  height: 40px;
  overflow: hidden; }

.footer .f-logo a {
  display: block;
  width: 203px;
  height: 40px;
  text-indent: -9999px;
  background-image: url(../images/asset/footer_logo.png);
  background-repeat: no-repeat;
  background-size: 100%; }

/*
    footer -> Navigation
******************************/
.f-nav {
  margin: 1.5em 0 0; }

.f-nav ul li {
  display: inline-block;
  margin: 0 0.5em; }

.f-nav ul li:first-child {
  margin-left: 0; }

.f-nav ul li:last-child {
  margin-right: 0; }

.f-nav a {
  display: inline-block;
  color: #fff;
  font-size: 0.8em; }

/*
    footer -> Follow Us
******************************/
.f-sns {
  position: absolute;
  top: calc( 72px + 2.4vw );
  right: 6.4vw; }

.f-sns ul li {
  display: inline-block;
  width: 50px;
  height: 50px; }

.f-sns ul li a {
  display: block;
  width: 50px;
  height: 50px; }

.f-sns ul li a:hover {
  background-color: #444; }

.f-sns ul li.__fb a,
.f-sns ul li.__tw a,
.f-sns ul li.__ig a,
.f-sns ul li.__yt a {
  background-image: url(../images/asset/footer_ico.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border-radius: 100%; }

.f-sns ul li.__fb a {
  background-position: 0px 0px; }

.f-sns ul li.__tw a {
  background-position: -50px 0px; }

.f-sns ul li.__ig a {
  background-position: -100px 0px; }

.f-sns ul li.__yt a {
  background-position: -150px 0px; }

/*
    footer -> Copyright
******************************/
.footer .f-copyright {
  position: absolute;
  font-size: 0.7em;
  color: #999;
  bottom: calc( 72px + 2.4vw );
  right: 6.4vw; }

/*
    footer -> Page Top
******************************/
.f-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 900;
  display: none; }

.f-pagetop a {
  width: 6vw;
  height: 6vw;
  min-width: 54px;
  min-height: 54px;
  max-width: 72px;
  max-height: 72px;
  position: relative;
  display: block;
  background: #333;
  text-indent: -9999px; }

.f-pagetop a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #fff transparent;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px; }

.f-pagetop a:hover {
  background: #f8B500; }

/* ---------------------------------------
	max-width: 800px
--------------------------------------- */
@media screen and (max-width: 640px) {
  html {
    font-size: 14px; }

    /************************************************************

          Header

    ************************************************************/
  .c-header .c-logo {
    margin-top: -18px;
    left: 30px; }

  .c-header .c-logo a {
    width: 180px;
    height: 36px; }

  .c-header__links {
    right: 100px; }
    .c-header__links ul li a {
      display: block;
      font-size: .8em;
      padding: 0 1.0em; }

  .o-nav__btn {
    width: 100px;
    height: 100px;
    padding: 42px 40px; }

  .o-nav__btn::before {
    display: none; }

  .o-nav__inner {
    padding: 5vh 9.6vw; }

  .o-nav__head {
    font-size: 0.8em;
    padding-top: 60px; }
    .o-nav__head .__left p {
      border-left: 3px solid #fff;
      padding-left: 1.0em;
      font-size: 0.9em;
      font-weight: 700;
      color: #fff;
      line-height: 40px; }
    .o-nav__head .__right {
      position: absolute;
      top: 0;
      right: 0; }
      .o-nav__head .__right .__links {
        display: none; }

  /* Internal / In page links */
  .o-nav__item.__internal {
    position: relative;
    margin: 4.8vw 0; }

  .o-nav__item.__internal .__head h2 {
    position: relative;
    font-size: 0.8em;
    margin-bottom: 1em;
    top: auto;
    left: auto; }

  .o-nav__item.__internal ul {
    position: relative;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
    padding-top: 0;
    padding-bottom: 0; }

  .o-nav__item.__internal ul li {
    border-bottom: 1px solid #333; }

  .o-nav__item.__internal ul li a {
    display: block;
    font-size: 1.1em;
    padding: 2.4vw 0; }

  /* Content */
  .o-nav__item.__content {
    margin: 4.8vw 0 0;
    padding: 4.8vw 0; }

  .o-nav__item.__content ul li {
    display: inline-block;
    margin: 0 1.2vw; }

  .o-nav__item.__content ul li a {
    font-size: .8em;
    line-height: 2.4; }

  /* Links */
  .o-nav__item.__links {
    display: block;
    margin-top: 14%; }
    .o-nav__item.__links ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .o-nav__item.__links ul li {
        margin: 0 0.2em;
        width: 45%; }
        .o-nav__item.__links ul li a {
          display: block;
          background: #ffffff;
          padding: 1.2em;
          font-weight: 600;
          font-size: 0.8em;
          border-radius: 3px;
          text-align: center; }

  /* SNS */
  .o-nav__item.__sns {
    padding-bottom: 64px; }

  .is-fixed .o-nav__btn {
    transition: all .4s ease 0s, background .4s ease .2s;
    height: 64px;
    padding: 24px 40px; }

    /************************************************************

         Breadcrumb

    ************************************************************/
  .breadcrumbs {
    margin: 4.8vw 0; }

  .breadcrumbs ul li {
    display: inline-block; }

  .breadcrumbs ul li span {
    font-size: 0.8em; }

    /************************************************************

         Footer

    ************************************************************/
  .footer {
    margin: 3.2vw 0 0;
    padding-top: 6.4vw;
    padding-bottom: calc( 64px + 2.4vw ); }

  .f-nav ul li {
    margin: 0 0.25em; }

  .f-sns {
    position: relative;
    margin: 1em 0;
    top: auto;
    right: auto; }

  .footer .f-copyright {
    position: relative;
    font-size: 0.7em;
    bottom: auto;
    right: auto; } }
/* max-width: 800px */
@media screen and (max-width: 640px) {
  .c-header__links {
    right: 100px; }
    .c-header__links ul li.__ec {
      display: none; }
    .c-header__links ul li a {
      padding: 0 1.5em; } }
/* ---------------------------------------
	max-width: 600px
--------------------------------------- */
@media screen and (max-width: 600px) {
  /*
      Other
  ******************************/
  .__sp {
    display: block; }

  .__pc {
    display: none; }

    /************************************************************

          Header

    ************************************************************/
  .c-header {
    height: 80px; }

  .c-header .c-logo {
    margin-top: -14px;
    left: 20px; }

  .c-header .c-logo a {
    width: 144px;
    height: 28px; }

  .c-header__links {
    right: 80px; }
    .c-header__links ul li a {
      font-size: .8em;
      padding: 0 1.5em; }

  .o-nav__btn {
    width: 80px;
    height: 80px;
    padding: 32px 30px; }

  .is-fixed .o-nav__btn {
    width: 80px;
    height: 80px;
    padding: 32px 30px; }

    /************************************************************

         Footer

    ************************************************************/
  .footer {
    margin: 4.8vw 0 0;
    padding-top: 9.6vw;
    padding-bottom: calc( 56px + 2.4vw ); }

  .footer .f-logo {
    width: 144px;
    height: 28px; }

  .footer .f-logo a {
    width: 144px;
    height: 28px; }

  .f-nav ul {
    border-top: 1px solid #333; }

  .f-nav ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333; }

  .f-nav ul li a {
    display: block;
    padding: 2.8vw; }

  .footer .f-copyright {
    font-size: 0.65em; } }
/* max-width: 600px */
/* ---------------------------------------
	max-width: 320px
--------------------------------------- */
@media screen and (max-width: 320px) {
  html {
    font-size: 13px; }

    /************************************************************

          Header

    ************************************************************/
  .o-nav__btn {
    position: absolute;
    right: 0px; }

  .o-nav__inner {
    padding: 4vh 9.6vw; }

  .o-nav__head {
    position: relative;
    width: 100%;
    font-size: 0.8em;
    color: #fff;
    z-index: 100002;
    margin-bottom: 4.8vw;
    padding-bottom: 4.8vw;
    border-bottom: 1px solid #555; }

  /* Internal / In page links */
  .o-nav__item.__internal {
    position: relative;
    margin: 3.6vw 0; }

  .o-nav__item.__internal .__head h2 {
    font-size: 0.65em;
    margin-bottom: 0.5em; }

  .o-nav__item.__internal ul li {
    border-bottom: 1px solid #333; }

  .o-nav__item.__internal ul li:last-child {
    border-bottom: none; }

  .o-nav__item.__internal ul li a {
    display: block;
    font-size: 1.0em;
    padding: 2.0vw 0; }

  /* Content */
  .o-nav__item.__content {
    margin: 3.6vw 0 0;
    padding: 3.6vw 0; }

  .o-nav__item.__content ul li {
    display: inline-block;
    margin: 0 1.2vw; }

  .o-nav__item.__content ul li a {
    font-size: 0.9em;
    line-height: 2.0; } }
/* max-width: 320px */
.content {
  position: relative;
  margin: 100px 0 0 0;
  font-family: 'Poppins',"brother-1816", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.05em;
  color: #333;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" on;
  overflow: hidden; }
  .content h2 {
    font-family: "brother-1816", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4.5em;
    padding-top: 0.2em;
    letter-spacing: 0.08em;
    padding-bottom: 3.6%; }
  .content h1 {
    font-weight: 700;
    font-size: 1.4em;
    letter-spacing: 0.1em; }
  .content .__txt {
    line-height: 2.8em; }

.break_sp {
  display: none; }

.is-hide {
  display: none; }

.c-hero__inner {
  margin-left: 11.11vw;
  display: flex;
  flex-direction: row-reverse; }
.c-hero__img.__pc {
  display: block;
  width: 86.39vw; }
.c-hero__img.__sp {
  display: none; }
.c-hero__sub {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-right: 0.8em;
  font-size: 1.0vw; }
  .c-hero__sub p {
    position: relative; }
    .c-hero__sub p::after {
      position: absolute;
      display: block;
      content: "";
      width: 1px;
      height: 15.2vw;
      transform: translate(-50%, 0);
      top: 22vw;
      left: 50%;
      background: #333; }

.c-topcontents {
  background-image: url("../images/bg_about.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.c-topics {
  width: 88.89vw;
  background: #fff;
  padding-left: 11.11vw; }
  .c-topics__inner {
    width: 100%;
    display: flex;
    padding: 4.02% 4.02% 4.02% 0;
    align-items: center; }
  .c-topics__img {
    width: 21.60vw; }
  .c-topics__head {
    width: 28.89vw;
    margin: 0 4.4vw 0 2.7vw; }
    .c-topics__head .__ttl {
      padding-bottom: 1.5em;
      font-family: "brother-1816", sans-serif;
      font-weight: 700;
      font-style: normal; }
    .c-topics__head .__txt {
      line-height: 1.8; }
      .c-topics__head .__txt span {
        font-size: 14px; }
  .c-topics__eclinks {
    text-align: center;
    font-weight: 700; }
    .c-topics__eclinks .__ecbtn {
      margin: 11% 0; }
      .c-topics__eclinks .__ecbtn a {
        display: block;
        width: 15.55vw;
        padding: 1.5em;
        background: #333;
        color: #fff;
        position: relative; }
        .c-topics__eclinks .__ecbtn a::after {
          content: '';
          display: block;
          position: absolute;
          width: 0.6vw;
          height: 0.6vw;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          transform: translateY(-50%) rotate(45deg);
          top: 50%;
          right: 1.23076923vw;
          transition: all .3s ease-out; }
        .c-topics__eclinks .__ecbtn a:hover {
          background: #E3B7BB;
          color: #333; }
          .c-topics__eclinks .__ecbtn a:hover::after {
            border-top: 2px solid #333;
            border-right: 2px solid #333;
            right: 0.83076923vw; }

.c-about {
  padding: 12% 0; }
  .c-about__head {
    margin: 0 auto;
    text-align: center;
    color: #fff; }

.c-color {
  padding-top: 12%; }
  .c-color__head {
    text-align: center;
    margin-bottom: 12%; }
  .c-color__body h3 {
    font-family: "brother-1816", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3vw;
    align-items: center; }
    .c-color__body h3.__wh {
      display: flex; }
      .c-color__body h3.__wh::after {
        border-top: 1px solid #333;
        content: "";
        width: 17.5vw;
        margin-left: 1vw; }
    .c-color__body h3.__bl {
      display: flex;
      flex-direction: row-reverse; }
      .c-color__body h3.__bl::after {
        border-top: 1px solid #333;
        content: "";
        width: 11vw;
        margin-right: 1vw; }
    .c-color__body h3.__pi {
      display: flex; }
      .c-color__body h3.__pi::after {
        border-top: 1px solid #333;
        content: "";
        width: 10vw;
        margin-left: 1vw; }
    .c-color__body h3.__mi {
      display: flex;
      flex-direction: row-reverse; }
      .c-color__body h3.__mi::after {
        border-top: 1px solid #333;
        content: "";
        width: 20vw;
        margin-right: 1vw; }
    .c-color__body h3.__pa {
      display: flex; }
      .c-color__body h3.__pa::after {
        border-top: 1px solid #333;
        content: "";
        width: 5.5vw;
        margin-left: 1vw; }
    .c-color__body h3.__na {
      display: flex;
      flex-direction: row-reverse; }
      .c-color__body h3.__na::after {
        border-top: 1px solid #333;
        content: "";
        width: 19.5vw;
        margin-right: 1vw; }
  .c-color__item.__ri {
    display: flex;
    margin-right: 11.11vw;
    padding-left: 11.11vw;
    flex-direction: row-reverse;
    margin-bottom: 10%; }
    .c-color__item.__ri.__pink {
      background: linear-gradient(0deg, #E3B7BB 0%, #E3B7BB 60%, #ffffff 60%, #ffffff 100%); }
    .c-color__item.__ri.__purple {
      background: linear-gradient(0deg, #C9BED9 0%, #C9BED9 60%, #ffffff 60%, #ffffff 100%); }
    .c-color__item.__ri.__white {
      background: linear-gradient(0deg, #d6d1c8 0%, #d6d1c8 60%, #ffffff 60%, #ffffff 100%); }
  .c-color__item.__le {
    display: flex;
    margin-left: 11.11vw;
    padding-right: 11.11vw;
    flex-direction: row;
    margin-bottom: 10%; }
    .c-color__item.__le.__mint {
      background: linear-gradient(0deg, #ABCBC9 0%, #ABCBC9 60%, #ffffff 60%, #ffffff 100%); }
    .c-color__item.__le.__navy {
      background: linear-gradient(0deg, #57759E 0%, #57759E 60%, #ffffff 60%, #ffffff 100%); }
    .c-color__item.__le.__blue {
      background: linear-gradient(0deg, #BBCADF 0%, #BBCADF 60%, #ffffff 60%, #ffffff 100%); }
    .c-color__item.__le .__txt {
      text-align: right; }
  .c-color__list.__img {
    width: 44.44vw;
    padding-bottom: 6%; }
  .c-color__list.__txt {
    width: 31.11vw;
    margin-top: 24%; }
    .c-color__list.__txt p {
      color: #fff;
      font-weight: 400;
      line-height: 1.8;
      padding-top: 8%;
      font-size: 1.3em; }

.c-features {
  padding-top: 12%; }
  .c-features__head {
    text-align: center;
    margin-bottom: 12%; }
  .c-features__body {
    width: 100%;
    margin: 0;
    position: relative; }
    .c-features__body::before {
      content: '';
      position: absolute;
      top: 10%;
      bottom: 35%;
      left: 0;
      right: 0;
      background-color: #F2F2F2;
      transform: skewY(8deg);
      z-index: -1; }
  .c-features__item {
    display: flex;
    justify-content: center; }
    .c-features__item.__body02 {
      flex-direction: row-reverse; }
  .c-features__list {
    width: 17.78vw;
    margin-left: 2.22vw;
    margin-bottom: 9.2vw; }
    .c-features__list.__ttl {
      padding-top: 6.5vw; }
      .c-features__list.__ttl p {
        font-family: "brother-1816", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 2.4em; }
      .c-features__list.__ttl h3 {
        font-size: 1.4em;
        font-weight: 700;
        padding-bottom: 0.2em; }
    .c-features__list.__ri {
      text-align: right;
      position: relative;
      padding-right: 3vw; }
      .c-features__list.__ri::after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 1px;
        height: 4.6vw;
        top: 6.5vw;
        right: 10%;
        background: #333; }
    .c-features__list.__le {
      position: relative;
      padding-left: 3vw; }
      .c-features__list.__le::after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 1px;
        height: 4.6vw;
        top: 6.5vw;
        left: 10%;
        background: #333; }
    .c-features__list .__txt {
      line-height: 1.6em;
      margin-top: 1.1em; }
      .c-features__list .__txt h4 {
        font-weight: 700;
        padding-bottom: 0.6em;
        border-bottom: 1px dotted #333;
        margin-bottom: 0.6em;
        font-size: 1.1rem; }

.c-lineup {
  padding: 12% 0;
  background-image: url("../images/bg_lineup.jpg"); }
  .c-lineup__head {
    text-align: center;
    margin-bottom: 12%; }
  .c-lineup__body {
    background: #fff;
    padding: 10.34vw 2.22vw;
    width: 77.77vw;
    margin: 0 auto; }
  .c-lineup__item.__img {
    display: flex;
    justify-content: center;
    margin-bottom: 2%; }
    .c-lineup__item.__img figure {
      width: 30.625vw; }
  .c-lineup__item.__color {
    text-align: center;
    padding-right: 1.2vw;
    padding-bottom: 10%; }
    .c-lineup__item.__color .pi {
      color: #E3B7BB; }
    .c-lineup__item.__color .pa {
      color: #C9BED9; }
    .c-lineup__item.__color .mi {
      color: #C9DEDD; }
    .c-lineup__item.__color .na {
      color: #354F73; }
    .c-lineup__item.__color .wh {
      color: #E4E3DD; }
    .c-lineup__item.__color .bl {
      color: #BBCADF; }
  .c-lineup__item.__detail {
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
    position: relative; }
  .c-lineup__item.__eclinks {
    text-align: center;
    margin-top: 8.6vw; }
    .c-lineup__item.__eclinks .__txt {
      font-size: 1.4em;
      font-weight: 700;
      padding-bottom: 0.8em; }
      .c-lineup__item.__eclinks .__txt p {
        position: relative; }
        .c-lineup__item.__eclinks .__txt p::before {
          position: absolute;
          display: block;
          content: url("../images/ec_btn_icon.svg");
          width: 2.8vw;
          top: -50%;
          left: 48%; }
    .c-lineup__item.__eclinks .__ecbtn {
      display: flex;
      justify-content: center; }
      .c-lineup__item.__eclinks .__ecbtn .__btn {
        margin: 0 2%; }
        .c-lineup__item.__eclinks .__ecbtn .__btn a {
          display: block;
          width: 19.37vw;
          color: #fff;
          background: #333;
          padding: 1.5em;
          font-weight: 700;
          position: relative; }
          .c-lineup__item.__eclinks .__ecbtn .__btn a::after {
            content: '';
            display: block;
            position: absolute;
            width: 0.6vw;
            height: 0.6vw;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            transform: translateY(-50%) rotate(45deg);
            top: 50%;
            right: 1.23076923vw;
            transition: all .3s ease-out; }
          .c-lineup__item.__eclinks .__ecbtn .__btn a:hover {
            background: #E3B7BB;
            color: #333; }
            .c-lineup__item.__eclinks .__ecbtn .__btn a:hover::after {
              border-top: 2px solid #333;
              border-right: 2px solid #333;
              right: 0.83076923vw; }
  .c-lineup__list.__ttl {
    width: 30.62vw;
    margin-bottom: 3em; }
  .c-lineup__list.__txt-wrap {
    display: flex;
    flex-flow: column;
    width: 46%; }
    .c-lineup__list.__txt-wrap .__productslinks {
      width: 31.11vw;
      text-align: center; }
      .c-lineup__list.__txt-wrap .__productslinks .__probtn {
        display: flex;
        justify-content: center;
        margin-top: 4%; }
        .c-lineup__list.__txt-wrap .__productslinks .__probtn .__btn {
          margin-right: 0.9em; }
          .c-lineup__list.__txt-wrap .__productslinks .__probtn .__btn:last-child {
            margin-right: 0; }
          .c-lineup__list.__txt-wrap .__productslinks .__probtn .__btn a {
            display: block;
            width: 15vw;
            border: 1px solid #333;
            padding: 1em;
            font-size: 1.2rem;
            position: relative; }
            .c-lineup__list.__txt-wrap .__productslinks .__probtn .__btn a::after {
              content: '';
              display: block;
              position: absolute;
              width: 0.6vw;
              height: 0.6vw;
              border-top: 2px solid #333;
              border-right: 2px solid #333;
              transform: translateY(-50%) rotate(45deg);
              top: 50%;
              right: 1.23076923vw;
              transition: all .3s ease-out; }
            .c-lineup__list.__txt-wrap .__productslinks .__probtn .__btn a:hover {
              background: #ABCBC9;
              color: #333;
              border: #ABCBC9; }
              .c-lineup__list.__txt-wrap .__productslinks .__probtn .__btn a:hover::after {
                right: 0.83076923vw; }
    .c-lineup__list.__txt-wrap .__txt {
      flex-grow: 1;
      margin-top: 1em; }
      .c-lineup__list.__txt-wrap .__txt .__Annotation {
        font-size: 0.8rem;
        line-height: 1.6;
        margin-top: 2em; }
      .c-lineup__list.__txt-wrap .__txt table .__pr {
        padding-right: 1.2vw; }
    .c-lineup__list.__txt-wrap .__img {
      width: 80%;
      margin: 0 auto; }
  .c-lineup__list.__le::after {
    position: absolute;
    top: 0;
    left: 50%;
    border-right: 1px dotted #333;
    content: "";
    height: 100%; }

.c-recommend {
  padding-top: 16%; }
  .c-recommend__head {
    text-align: center;
    margin-bottom: 12%; }
  .c-recommend__item.__body01 {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 14%; }
  .c-recommend__item.__body02 ul {
    display: flex;
    justify-content: center; }
    .c-recommend__item.__body02 ul li {
      width: 17.77vw;
      margin-right: 2.22vw; }
      .c-recommend__item.__body02 ul li:last-child {
        margin-right: 0; }
      .c-recommend__item.__body02 ul li .__txt {
        line-height: 1.6;
        padding: 1.5em 0 2.0em; }
        .c-recommend__item.__body02 ul li .__txt h3 {
          font-weight: 700; }
        .c-recommend__item.__body02 ul li .__txt p {
          font-size: 14px; }
      .c-recommend__item.__body02 ul li .__btn-wrap {
        text-align: center;
        font-weight: 700; }
        .c-recommend__item.__body02 ul li .__btn-wrap .__probtn {
          margin-bottom: 0.6em; }
          .c-recommend__item.__body02 ul li .__btn-wrap .__probtn a {
            display: block;
            padding: 1.2em;
            border: 1px solid #333;
            position: relative; }
            .c-recommend__item.__body02 ul li .__btn-wrap .__probtn a::after {
              content: '';
              display: block;
              position: absolute;
              width: 0.6vw;
              height: 0.6vw;
              border-top: 2px solid #333;
              border-right: 2px solid #333;
              transform: translateY(-50%) rotate(45deg);
              top: 50%;
              right: 1.23076923vw;
              transition: all .3s ease-out; }
            .c-recommend__item.__body02 ul li .__btn-wrap .__probtn a:hover {
              background: #ABCBC9;
              border: #ABCBC9;
              color: #333; }
              .c-recommend__item.__body02 ul li .__btn-wrap .__probtn a:hover::after {
                right: 0.83076923vw; }
        .c-recommend__item.__body02 ul li .__btn-wrap .__ecbtn {
          margin-bottom: 0.6em; }
          .c-recommend__item.__body02 ul li .__btn-wrap .__ecbtn a {
            display: block;
            padding: 1.2em;
            background: #333;
            color: #fff;
            position: relative; }
            .c-recommend__item.__body02 ul li .__btn-wrap .__ecbtn a::after {
              content: '';
              display: block;
              position: absolute;
              width: 0.6vw;
              height: 0.6vw;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              transform: translateY(-50%) rotate(45deg);
              top: 50%;
              right: 1.23076923vw;
              transition: all .3s ease-out; }
            .c-recommend__item.__body02 ul li .__btn-wrap .__ecbtn a:hover {
              background: #E3B7BB;
              color: #333; }
              .c-recommend__item.__body02 ul li .__btn-wrap .__ecbtn a:hover::after {
                border-top: 2px solid #333;
                border-right: 2px solid #333;
                right: 0.83076923vw; }
  .c-recommend__item.__productlinks {
    text-align: center;
    font-weight: 700;
    margin: 5% 0; }
    .c-recommend__item.__productlinks .__probtn a {
      display: block;
      width: 33.68vw;
      border: 1px solid #333;
      padding: 1.2em;
      margin: 1em auto;
      position: relative; }
      .c-recommend__item.__productlinks .__probtn a::before {
        position: absolute;
        content: url(../images/product_btn_icon.svg);
        width: 1.8vw;
        top: 25%;
        left: 5.5vw; }
      .c-recommend__item.__productlinks .__probtn a::after {
        content: '';
        display: block;
        position: absolute;
        width: 0.6vw;
        height: 0.6vw;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: translateY(-50%) rotate(45deg);
        top: 50%;
        right: 1.23076923vw;
        transition: all .3s ease-out; }
      .c-recommend__item.__productlinks .__probtn a:hover {
        background: #ABCBC9;
        border: #ABCBC9;
        color: #333; }
        .c-recommend__item.__productlinks .__probtn a:hover::after {
          right: 0.83076923vw; }
  .c-recommend__list.__img {
    width: 53.47vw;
    display: flex;
    flex-direction: row-reverse; }
    .c-recommend__list.__img .__sub {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-family: "brother-1816", sans-serif;
      font-weight: 700;
      font-style: normal;
      padding-right: 0.8em;
      font-size: 1.0vw;
      position: relative; }
      .c-recommend__list.__img .__sub::after {
        position: absolute;
        display: block;
        content: "";
        width: 1px;
        height: 13vw;
        transform: translate(-50%, 0);
        top: 22vw;
        left: 30%;
        background: #333; }
  .c-recommend__list.__txt {
    padding-top: 9.5vw;
    margin-right: 9.86vw;
    text-align: center; }

/************************************************************

     animation

************************************************************/
.fadeIn {
  transform: translate3d(0, 30px, 0);
  transition: 1.5s;
  opacity: 0; }
  .fadeIn.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.fadeIn-ri {
  transform: translate3d(200px, 0, 0);
  transition: 1.5s;
  opacity: 0; }
  .fadeIn-ri.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.fadeIn-le {
  transform: translate3d(-200px, 0, 0);
  transition: 1.5s;
  opacity: 0; }
  .fadeIn-le.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.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; }

.anim-hero__01 {
  opacity: 0;
  animation: hero__01 1.2s forwards;
  animation-delay: 2.2s; }

@keyframes hero__01 {
  0% {
    opacity: 0;
    transform: translate(1em, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.anim-hero__02 {
  opacity: 0;
  animation: hero__03 1.25s forwards;
  animation-delay: 2.4s; }

@keyframes hero__02 {
  0% {
    opacity: 0;
    transform: translate(1em, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.anim-hero__03 {
  opacity: 0;
  animation: hero__03 1.25s forwards;
  animation-delay: 2.5s; }

@keyframes hero__03 {
  0% {
    opacity: 0;
    transform: translate(1em, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.anim-hero__04 {
  opacity: 1;
  animation: hero__04 2s forwards cubic-bezier(0.8, 0.01, 0.37, 1);
  animation-delay: 0s; }

@keyframes hero__04 {
  0% {
    opacity: 1;
    top: 0; }
  100% {
    opacity: .7;
    top: -100%; } }
.anim-hero__05 {
  opacity: 0;
  animation: hero__05 6.0s forwards;
  animation-delay: 0s; }

@keyframes hero__05 {
  0% {
    opacity: 0;
    transform: scale(1.1); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.anim-hero__06 {
  opacity: 1;
  animation: hero__06 2s forwards cubic-bezier(0.8, 0.01, 0.37, 1);
  animation-delay: 1.0s; }

@keyframes hero__06 {
  0% {
    opacity: 1;
    top: 0; }
  100% {
    opacity: .7;
    top: -80vw; } }
.anim-hero__07 {
  opacity: 0;
  animation: hero__07 6.0s forwards;
  animation-delay: 1.0s; }

@keyframes hero__07 {
  0% {
    opacity: 0;
    transform: scale(1.05); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@media screen and (max-width: 1180px) {
  html {
    font-size: 14px; }

  .c-features .__txt h4 {
    font-size: 1rem; }

  .c-lineup__list.__txt-wrap .__productslinks .__txt p {
    font-size: 1.0rem; } }
@media screen and (max-width: 940px) {
  html {
    font-size: 13px; }

  .c-hero__sub {
    font-size: 1.2vw; }
    .c-hero__sub p::after {
      height: 11.2vw;
      top: 26vw; }

  .c-topics__head {
    margin: 0 3vw 0 2.7vw; }
  .c-topics__eclinks .__ecbtn a {
    width: 18.55vw; }

  .c-color__list.__txt p {
    font-size: 1.1em; }

  .c-features__list.__ttl p {
    font-size: 2.0em; }
  .c-features__list.__ttl h3 {
    font-size: 1.2em; }
  .c-features__list.__ri::after {
    height: 6.6vw;
    top: 6vw; }
  .c-features__list.__le::after {
    height: 6.6vw;
    top: 6vw; }
  .c-features__list .__txt h4 {
    font-size: 1.0rem; }
  .c-features .__eclinks02 {
    width: 80%;
    margin: 0 auto; }

  .c-lineup__item.__img figure {
    width: 30.625vw; }
  .c-lineup__item.__detail {
    width: 100%; }
  .c-lineup__item.__eclinks .__txt {
    font-size: 1.4em;
    padding-bottom: 0.8em; }
    .c-lineup__item.__eclinks .__txt p::before {
      width: 2.8vw;
      top: -50%;
      left: 48%; }
  .c-lineup__item.__eclinks .__ecbtn .__btn {
    margin: 0 2%;
    width: 50%; }
    .c-lineup__item.__eclinks .__ecbtn .__btn a {
      width: 100%;
      padding: 1.5em; }
      .c-lineup__item.__eclinks .__ecbtn .__btn a::after {
        width: 1vw;
        height: 1vw; }
  .c-lineup__list.__txt-wrap {
    flex-wrap: wrap; }
    .c-lineup__list.__txt-wrap .__productslinks {
      width: 100%;
      margin: 8% 0; }
      .c-lineup__list.__txt-wrap .__productslinks .__probtn .__btn {
        width: 100%; }
        .c-lineup__list.__txt-wrap .__productslinks .__probtn .__btn a {
          width: 100%; }
          .c-lineup__list.__txt-wrap .__productslinks .__probtn .__btn a::after {
            width: 1vw;
            height: 1vw; }
      .c-lineup__list.__txt-wrap .__productslinks .__txt::before, .c-lineup__list.__txt-wrap .__productslinks .__txt::after {
        width: 20.84vw; }
    .c-lineup__list.__txt-wrap .__txt table {
      line-height: 2.4; }
      .c-lineup__list.__txt-wrap .__txt table .__pr {
        width: 16%; }

  .c-recommend__item.__body02 ul li {
    width: 21vw; }
    .c-recommend__item.__body02 ul li .__btn-wrap .__probtn {
      margin-bottom: 0.6em; }
      .c-recommend__item.__body02 ul li .__btn-wrap .__probtn a::after {
        width: 1vw;
        height: 1vw; }
    .c-recommend__item.__body02 ul li .__btn-wrap .__ecbtn {
      margin-bottom: 0.6em; }
      .c-recommend__item.__body02 ul li .__btn-wrap .__ecbtn a::after {
        width: 1vw;
        height: 1vw; }
  .c-recommend__item.__productlinks {
    margin: 5% 0; }
    .c-recommend__item.__productlinks .__probtn a {
      width: 33.68vw;
      padding: 1.2em;
      margin: 1em auto; }
      .c-recommend__item.__productlinks .__probtn a::before {
        width: 2vw;
        top: 30%;
        left: 4vw; }
      .c-recommend__item.__productlinks .__probtn a::after {
        width: 1vw;
        height: 1vw; } }
@media screen and (max-width: 640px) {
  html {
    font-size: 14px; }

  .break_sp {
    display: block; }

  .content {
    margin: 80px 0 0 0; }
    .content h2 {
      font-size: 3.2em; }

  .c-hero {
    height: auto;
    margin-bottom: 50%; }
    .c-hero__img.__pc {
      display: none; }
    .c-hero__img.__sp {
      display: block; }
    .c-hero__sub {
      font-size: 3.2vw; }
      .c-hero__sub p::after {
        height: 84vw;
        top: 70vw; }

  .c-topics {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding-left: 6vw;
    padding-right: 6vw; }
    .c-topics__inner {
      display: block;
      padding: 0;
      position: relative;
      padding-bottom: 124%; }
    .c-topics__img {
      width: 100%;
      position: absolute;
      top: -30%; }
    .c-topics__head {
      width: 100%;
      margin: 5vw 0 0 0;
      position: absolute;
      top: 24%; }
    .c-topics__eclinks {
      position: absolute;
      width: 100%;
      top: 60%; }
      .c-topics__eclinks .__ecbtn {
        margin: 4% 0; }
        .c-topics__eclinks .__ecbtn a {
          width: 100%; }
          .c-topics__eclinks .__ecbtn a::after {
            width: 2vw;
            height: 2vw;
            right: 3.23076923vw; }
          .c-topics__eclinks .__ecbtn a:hover::after {
            right: 1.83076923vw; }

  .c-topcontents {
    background-position-x: 85%; }

  .c-about {
    padding: 30% 0; }

  .c-recommend__item.__productlinks .__probtn a::before {
    left: 3vw; }
  .c-recommend__list.__img .__sub::after {
    height: 3.8vw;
    top: 31vw; }

  .c-color {
    padding-top: 28%; }
    .c-color__head {
      margin-bottom: 20%; }
    .c-color__body h3 {
      font-size: 8vw; }
      .c-color__body h3.__pi {
        display: flex; }
        .c-color__body h3.__pi::after {
          width: 35vw; }
      .c-color__body h3.__mi {
        display: flex; }
        .c-color__body h3.__mi::after {
          width: 65vw; }
      .c-color__body h3.__pa {
        display: flex; }
        .c-color__body h3.__pa::after {
          width: 25vw; }
      .c-color__body h3.__na {
        display: flex; }
        .c-color__body h3.__na::after {
          width: 60vw; }
      .c-color__body h3.__wh {
        display: flex; }
        .c-color__body h3.__wh::after {
          width: 60vw; }
      .c-color__body h3.__bl {
        display: flex; }
        .c-color__body h3.__bl::after {
          width: 40vw; }
    .c-color__item.__ri {
      display: block;
      margin-right: 6vw;
      padding-left: 11.11vw;
      margin-bottom: 20%;
      padding-bottom: 10%; }
    .c-color__item.__le {
      display: block;
      margin-left: 6vw;
      padding-right: 11.11vw;
      margin-bottom: 20%;
      padding-bottom: 10%; }
    .c-color__list.__img {
      width: 100%;
      padding-bottom: 6%; }
    .c-color__list.__txt {
      width: 100%;
      margin-top: 10%; }
      .c-color__list.__txt p {
        padding-top: 8%;
        font-size: 1.2em; }

  .c-features {
    padding-top: 28%; }
    .c-features__head {
      margin-bottom: 20%; }
    .c-features__body::before {
      background-color: #fff; }
    .c-features__item {
      flex-wrap: wrap; }
      .c-features__item.__body01 {
        margin-top: 20%;
        position: relative; }
        .c-features__item.__body01::before {
          content: '';
          position: absolute;
          top: 5%;
          bottom: 55%;
          left: 0;
          right: 0;
          background-color: #F2F2F2;
          transform: skewY(20deg);
          z-index: -1; }
      .c-features__item.__body02 {
        position: relative;
        margin: 20% 0; }
        .c-features__item.__body02::before {
          content: '';
          position: absolute;
          top: 5%;
          bottom: 55%;
          left: 0;
          right: 0;
          background-color: #F2F2F2;
          transform: skewY(-20deg);
          z-index: -1; }
    .c-features__list {
      width: 40%;
      margin-left: 6%;
      margin-bottom: 9.2vw; }
      .c-features__list.__spml {
        margin-left: 0; }
      .c-features__list.__ttl {
        padding-top: 13.5vw; }
        .c-features__list.__ttl p {
          font-size: 2.0em; }
        .c-features__list.__ttl h3 {
          font-size: 1.2em;
          padding-bottom: 0.2em; }
      .c-features__list.__ri {
        padding-right: 5%; }
        .c-features__list.__ri::after {
          width: 1px;
          height: 13vw;
          top: 13vw;
          right: 5%; }
      .c-features__list.__le {
        position: relative;
        padding-left: 6%; }
        .c-features__list.__le::after {
          height: 13vw;
          top: 13vw;
          left: 5%; }
      .c-features__list .__txt h4 {
        font-size: 1.0rem; }

  .c-lineup {
    padding: 28% 0 20%; }
    .c-lineup__head {
      margin-bottom: 20%; }
    .c-lineup__body {
      padding: 16vw 3vw;
      width: 86%; }
    .c-lineup__item.__img figure {
      width: 70%; }
    .c-lineup__item.__detail {
      width: 100%;
      flex-direction: column; }
    .c-lineup__item.__eclinks {
      margin-top: 15vw; }
      .c-lineup__item.__eclinks .__txt {
        font-size: 1.4em;
        padding-bottom: 0.8em; }
        .c-lineup__item.__eclinks .__txt p::before {
          width: 8vw;
          top: -50%;
          left: 45%; }
      .c-lineup__item.__eclinks .__ecbtn {
        flex-wrap: wrap; }
        .c-lineup__item.__eclinks .__ecbtn .__btn {
          margin: 0 2% 4%;
          width: 100%; }
          .c-lineup__item.__eclinks .__ecbtn .__btn a {
            display: block;
            width: 100%;
            padding: 1.5em; }
            .c-lineup__item.__eclinks .__ecbtn .__btn a::after {
              width: 2vw;
              height: 2vw;
              right: 3.23076923vw; }
            .c-lineup__item.__eclinks .__ecbtn .__btn a:hover::after {
              right: 1.83076923vw; }
    .c-lineup__list.__ttl {
      width: 80%;
      margin-bottom: 2em; }
    .c-lineup__list.__txt-wrap {
      width: 96%; }
      .c-lineup__list.__txt-wrap .__productslinks {
        width: 100%; }
        .c-lineup__list.__txt-wrap .__productslinks .__probtn .__btn {
          width: 50%; }
          .c-lineup__list.__txt-wrap .__productslinks .__probtn .__btn a {
            width: 100%; }
            .c-lineup__list.__txt-wrap .__productslinks .__probtn .__btn a::after {
              width: 2vw;
              height: 2vw;
              right: 3.23076923vw; }
            .c-lineup__list.__txt-wrap .__productslinks .__probtn .__btn a:hover::after {
              right: 1.83076923vw; }
      .c-lineup__list.__txt-wrap .__txt table .__pr {
        width: 18%; }
    .c-lineup__list.__le::after {
      border-right: none; }

  .c-recommend {
    padding-top: 28%; }
    .c-recommend__head {
      margin-bottom: 20%; }
    .c-recommend__item.__body01 {
      flex-wrap: wrap;
      margin-bottom: 14%; }
    .c-recommend__item.__body02 ul {
      flex-wrap: wrap;
      justify-content: flex-start; }
      .c-recommend__item.__body02 ul li {
        width: 42%;
        margin: 4% 4%; }
        .c-recommend__item.__body02 ul li .__txt h3 {
          font-size: 0.8em; }
        .c-recommend__item.__body02 ul li .__btn-wrap .__probtn a {
          padding: 1.2em; }
          .c-recommend__item.__body02 ul li .__btn-wrap .__probtn a::after {
            width: 2vw;
            height: 2vw;
            right: 3.23076923vw; }
          .c-recommend__item.__body02 ul li .__btn-wrap .__probtn a:hover::after {
            right: 1.83076923vw; }
        .c-recommend__item.__body02 ul li .__btn-wrap .__ecbtn a {
          padding: 1.2em; }
          .c-recommend__item.__body02 ul li .__btn-wrap .__ecbtn a::after {
            width: 2vw;
            height: 2vw;
            right: 3.23076923vw; }
          .c-recommend__item.__body02 ul li .__btn-wrap .__ecbtn a:hover::after {
            right: 1.83076923vw; }
    .c-recommend__item.__productlinks {
      margin: 12% 0; }
      .c-recommend__item.__productlinks .__probtn {
        width: 90%;
        margin: 0 auto; }
        .c-recommend__item.__productlinks .__probtn a {
          width: 100%; }
          .c-recommend__item.__productlinks .__probtn a::before {
            width: 5vw;
            left: 15vw; }
          .c-recommend__item.__productlinks .__probtn a::after {
            width: 2vw;
            height: 2vw;
            right: 3.23076923vw; }
          .c-recommend__item.__productlinks .__probtn a:hover::after {
            right: 1.83076923vw; }
    .c-recommend__list.__img {
      width: 90%;
      margin: 0 auto; }
      .c-recommend__list.__img .__sub {
        font-size: 2.4vw; }
        .c-recommend__list.__img .__sub::after {
          height: 8vw;
          top: 50vw; }
    .c-recommend__list.__txt {
      margin: 0 auto; } }
@media screen and (max-width: 375px) {
  html {
    font-size: 13px; }

  .c-color__list.__txt p {
    font-size: 1.1em; }

  .c-features .__txt h4 {
    font-size: 0.9rem; }

  .c-lineup__list.__txt-wrap .__productslinks .__txt {
    justify-content: space-between; }
    .c-lineup__list.__txt-wrap .__productslinks .__txt::before, .c-lineup__list.__txt-wrap .__productslinks .__txt::after {
      width: 16vw; } }
@media screen and (min-width: 1900px) {
  .c-lineup__item.__eclinks .__txt p::before {
    top: -60%; }

  .c-recommend__item.__productlinks .__probtn a::before {
    top: 20%;
    left: 8vw; } }
