@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=Josefin+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

body {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #222;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 18px;
  /* Basic font size */ }

@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; }

::selection {
  background: #af303d;
  color: #000; }

/************************************************************

    Genaral Settings

************************************************************/
.svgLoad {
  display: none; }

/*
    Links
******************************/
a {
  color: #222;
  text-decoration: none; }

@media screen and (min-width: 640px) {
  a {
    -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: #af303d; }

  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; }

  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; } }
/*
    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; }

/*
    Heading
******************************/
/*
    Fonts and Text
******************************/
.fs10 {
  font-size: 10px; }

.fs12 {
  font-size: 12px; }

.fs14 {
  font-size: 14px; }

.fs16 {
  font-size: 16px; }

.fs18 {
  font-size: 18px; }

.fs21 {
  font-size: 21px; }

.fs24 {
  font-size: 24px; }

.fs28 {
  font-size: 28px; }

.fs32 {
  font-size: 32px; }

.fs36 {
  font-size: 36px; }

.fs44 {
  font-size: 44px; }

.fs48 {
  font-size: 48px; }

.fs56 {
  font-size: 56px; }

.fs64 {
  font-size: 64px; }

.fs80 {
  font-size: 80px; }

.lh_15 {
  line-height: 1.5; }

.lh_20 {
  line-height: 2; }

.lh_30 {
  line-height: 3; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/*
    Margin
******************************/
.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mb100 {
  margin-bottom: 100px; }

.mb120 {
  margin-bottom: 120px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 100px; }

.mt120 {
  margin-top: 120px; }

/*
    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; }

/*
    Buttons
******************************/
.c-btn {
  margin: 2.4vw 0; }

.c-btn a {
  position: relative;
  display: inline-block;
  width: 80%;
  min-width: 180px;
  max-width: 360px;
  text-align: center;
  line-height: 64px;
  color: #222;
  border: 4px solid #a28629;
  font-size: 0.85em;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 40px 0 60px;
  transition: all .2s linear; }

.c-btn a:hover,
.c-btn a:focus {
  color: #fff; }

.c-btn a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #a28629;
  left: 20px;
  top: 50%;
  margin-top: -6px;
  transition: all .2s linear; }

.c-btn a:hover::before,
.c-btn a:focus::before {
  border-color: transparent transparent transparent #fff;
  left: 24px; }

.c-btn a::after {
  content: "";
  position: absolute;
  display: block;
  background: #a28629;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .2s linear; }

.c-btn a:hover::after,
.c-btn a:focus::after {
  animation: c-btnHover 0.3s forwards cubic-bezier(0.8, 0.01, 0.37, 1);
  animation-delay: .1s; }

@keyframes c-btnHover {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
/*
    Other
******************************/
.break__sp {
  display: none; }

.break__pc {
  display: block; }

.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; }

.caption__l {
  margin: 24px 0 0 0;
  text-align: left;
  font-size: 0.85em;
  letter-spacing: 0.1em; }

.caption__r {
  margin: 24px 0 0 0;
  text-align: right;
  font-size: 0.85em;
  letter-spacing: 0.1em; }

.caption__c {
  margin: 24px 0 0 0;
  text-align: center;
  font-size: 0.85em;
  letter-spacing: 0.1em; }

/************************************************************

     Wrapper

************************************************************/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

/************************************************************

      Header

************************************************************/
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: .3s;
  background-color: white;
  height: 100px; }

.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; }

.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: 60px;
  height: 60px;
  padding: 22px 18px;
  cursor: pointer;
  z-index: 10001;
  right: 20px;
  top: 50%;
  margin-top: -30px; }

.o-nav__btn::before {
  content: attr(data-item);
  display: block;
  position: absolute;
  font-size: 0.8em;
  line-height: 1;
  letter-spacing: 0;
  right: 56px;
  top: 50%;
  margin-top: -0.4em;
  font-weight: 700; }

.o-nav__btn span {
  position: relative;
  display: block;
  width: 18px;
  height: 3px;
  transition: .3s;
  background: #707070; }

.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%;
  font-size: 0.8em;
  color: #fff;
  z-index: 100002;
  margin-bottom: 2vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid #555;
  animation: FadeInHead .4s forwards;
  animation-delay: 0.4s;
  opacity: 0; }

@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; }

/* Content */
.o-nav__item.__content {
  margin: 2vw 0 0;
  padding: 2.1vw 0;
  text-align: center;
  border-top: 1px solid #555; }

.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: 800px) {
  html {
    font-size: 14px; }

  /*
      Other
  ******************************/
  .break__sp {
    display: block; }

  .break__pc {
    display: none; }

    /************************************************************

          Header

    ************************************************************/
  .c-header .c-logo {
    margin-top: -18px;
    left: 30px; }

  .c-header .c-logo a {
    width: 180px;
    height: 36px; }

  .o-nav__inner {
    padding: 5vh 9.6vw; }

  .o-nav__head {
    font-size: 0.8em;
    padding-top: 60px; }

  /* 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:last-child {
    border-bottom: none; }

  .o-nav__item.__internal ul li a {
    display: block;
    font-size: 1.2em;
    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: 1em;
    line-height: 2.4; }

  /* SNS */
  .o-nav__item.__sns {
    padding-bottom: 64px; }

    /************************************************************

         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 */
/* ---------------------------------------
	max-width: 600px
--------------------------------------- */
@media screen and (max-width: 600px) {
    /************************************************************

          Header

    ************************************************************/
  .c-header {
    height: 80px; }

  .c-header .c-logo {
    margin-top: -14px;
    left: 20px; }

  .c-header .c-logo a {
    width: 144px;
    height: 28px; }

  .o-nav__btn {
    position: absolute;
    right: 10px; }

    /************************************************************

         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 Settings */
  font-family: 'roboto', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-feature-settings: "palt" 1;
  letter-spacing: .1em; }

@media screen and (max-width: 800px) {
  .content {
    margin: 80px 0 0 0; } }
.is-hide {
  display: none; }

.c-head.__en {
  margin: 0 0 3.6vw; }
  .c-head.__en p {
    font-family: "Josefin Sans", sans-serif;
    color: #d1d1d1;
    font-weight: 700;
    font-size: 4.2em; }
.c-head.__ja {
  margin: 0 0 3.6vw;
  border-left: 1px solid #af303d;
  padding: .6vw 2.4vw; }
  .c-head.__ja h2 {
    color: #af303d;
    margin: 0 0 .5em;
    line-height: 1.35; }
  .c-head.__ja p {
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.35; }

.c-ttl {
  margin: 6.4vw 6.4vw; }
  .c-ttl p {
    font-family: "Josefin Sans", sans-serif;
    color: #d1d1d1;
    font-weight: 700;
    font-size: 4.2em;
    margin: 0 0 3.2vw; }
  .c-ttl h1 {
    padding: .6em 2.0em;
    border-left: 1px solid #af303d; }
    .c-ttl h1 .__en {
      display: block;
      font-family: "Josefin Sans", sans-serif;
      font-size: 1.35em;
      line-height: 1.5;
      color: #af303d; }
    .c-ttl h1 .__ja {
      display: block;
      font-size: .9em;
      line-height: 1.5; }

.c-txt p {
  color: #555;
  line-height: 2.0; }

.c-column {
  display: flex;
  flex-wrap: wrap; }

.c-topics {
  margin: 6.4vw auto;
  max-width: 1280px;
  padding: 3.2vw;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0.3vw 1.2vw 0 rgba(225, 225, 225, 0.8); }
  .c-topics .__img {
    width: 15%; }
  .c-topics .__txt {
    width: 80%; }
    .c-topics .__txt h3 {
      font-size: 1.35em;
      line-height: 1.5;
      margin: 0 0 .5em; }
    .c-topics .__txt p {
      color: #555;
      line-height: 1.8; }

.c-hero {
  position: relative;
  width: 100%;
  height: calc(100% - 100px);
  min-height: calc(100vh - 100px);
  background-image: url(../images/c_hero_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .c-hero .__ttl {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .c-hero .__ttl h1 img {
      width: 100%;
      max-width: 360px; }
    .c-hero .__ttl p {
      margin: 0 0 2.4vw; }
      .c-hero .__ttl p img {
        width: 75vw;
        max-width: 640px;
        height: auto; }
  .c-hero.__lower {
    height: 560px;
    min-height: 560px; }
    .c-hero.__lower .__ttl {
      position: relative;
      width: 100%;
      height: 464px;
      top: auto;
      left: auto;
      transform: translate(0, 0); }
      .c-hero.__lower .__ttl h1 {
        position: absolute;
        margin: 0 0 0 0;
        top: 50%;
        left: 6.4vw;
        transform: translate(0, -50%); }
        .c-hero.__lower .__ttl h1 img {
          width: 100%;
          max-width: 360px; }
      .c-hero.__lower .__ttl p {
        position: absolute;
        margin: 0 0 0 0;
        position: absolute;
        margin: 0 0 0 0;
        top: 50%;
        right: 6.4vw;
        transform: translate(0, -50%); }
        .c-hero.__lower .__ttl p img {
          width: 75vw;
          max-width: 240px;
          height: auto; }

.c-nav {
  position: relative;
  margin: -96px 0 9.6vw; }
  .c-nav ul {
    display: flex;
    flex-wrap: wrap; }
    .c-nav ul li:last-child {
      border-right: none; }
    .c-nav ul li a {
      display: block;
      text-align: center;
      color: #fff;
      font-weight: 700; }
  .c-nav__main li {
    width: 33.333%;
    border-right: 1px solid #666; }
    .c-nav__main li a {
      display: block;
      width: 100%;
      height: 96px;
      line-height: 96px;
      text-align: center;
      color: #fff;
      font-weight: 700;
      background: rgba(0, 0, 0, 0.7); }
      .c-nav__main li a:hover {
        background: rgba(175, 48, 61, 0.9); }
    .c-nav__main li.__active a {
      background: #000; }
      .c-nav__main li.__active a:hover {
        background: rgba(175, 48, 61, 0.9); }
  .c-nav__sub li {
    width: 20%; }
    .c-nav__sub li a {
      height: 96px;
      line-height: 96px;
      background: #000; }
      .c-nav__sub li a:hover {
        background: #af303d; }
    .c-nav__sub li.__active a {
      background: #af303d; }

.c-about {
  position: relative;
  margin: -100px 0 9.6vw;
  padding: 100px 0 0; }
  .c-about .c-head.__en {
    margin: 0 6.4vw 3.6vw; }
  .c-about__column {
    justify-content: space-between; }
    .c-about__column .__txt {
      width: 52%;
      padding: 0 4.8vw 0 6.4vw; }
    .c-about__column .__img {
      width: 48%; }

.c-features {
  position: relative;
  margin: -100px 0 9.6vw;
  padding: 100px 0 0; }
  .c-features__column {
    justify-content: space-between; }
    .c-features__column .__txt {
      width: 52%;
      padding: 0 6.4vw 0 4.8vw; }
    .c-features__column .__img {
      width: 48%; }

.c-lineup {
  position: relative;
  margin: -100px 0 9.6vw;
  padding: 100px 0 0; }
  .c-lineup .c-head {
    position: relative;
    margin: 0 0 6.4vw; }
    .c-lineup .c-head p {
      position: relative;
      line-height: 0;
      padding: 0 6.4vw; }
  .c-lineup__head {
    margin: 0 0 2.4vw;
    text-align: center; }
    .c-lineup__head h2 {
      position: relative;
      font-size: 2.4em;
      line-height: 1.35;
      padding: 0 0 .5em; }
      .c-lineup__head h2::after {
        content: "";
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        background: #af303d;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0); }
  .c-lineup__column {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.4%;
    padding: 0 6.4vw; }
    .c-lineup__column .__item {
      width: 33.333%; }
      .c-lineup__column .__item a {
        display: block;
        padding: 2.4vw; }
        .c-lineup__column .__item a:hover {
          box-shadow: 0 0.3vw 1.2vw 0 rgba(225, 225, 225, 0.8); }
          .c-lineup__column .__item a:hover h3, .c-lineup__column .__item a:hover p {
            color: #af303d; }
      .c-lineup__column .__item .__img {
        margin: 0 0 1.6vw; }
      .c-lineup__column .__item .__txt h3 {
        line-height: 1.35;
        margin: 0 0 .25em; }
      .c-lineup__column .__item .__txt p {
        font-size: .9em;
        color: #555;
        line-height: 1.5; }

.c-ambassador {
  position: relative;
  margin: -100px 6.4vw 10vw;
  padding: 100px 0 0; }
  .c-ambassador h2 {
    margin: 0 0 3.6vw;
    border-left: 1px solid #af303d;
    padding: 0.6vw 2.4vw;
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.35; }
  .c-ambassador__column {
    margin: 0 0 3.6vw; }
    .c-ambassador__column h3 {
      font-size: 1.2em;
      line-height: 1.35;
      margin: 0 0 2.4vw; }
    .c-ambassador__column .__img {
      width: 34%; }
    .c-ambassador__column .__txt {
      width: 66%;
      padding: 0 0 0 4.8vw; }
      .c-ambassador__column .__txt p {
        margin-bottom: 2vw; }
      .c-ambassador__column .__txt ul {
        display: flex;
        justify-content: flex-start; }
        .c-ambassador__column .__txt ul li {
          margin-right: 3vw; }
          .c-ambassador__column .__txt ul li a {
            display: inline-block;
            position: relative;
            text-decoration: underline;
            color: #af303d;
            padding: 0 0 0 1em;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
            .c-ambassador__column .__txt ul li a::before {
              content: "";
              display: block;
              position: absolute;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 3px 0 3px 6px;
              border-color: transparent transparent transparent #af303d;
              top: 50%;
              left: 0;
              -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
            .c-ambassador__column .__txt ul li a:hover {
              text-decoration: none; }
              .c-ambassador__column .__txt ul li a:hover::before {
                left: 0.25em; }
  .c-ambassador__works-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; }
    .c-ambassador__works-img img {
      width: 17%; }

.c-related {
  margin: -100px 6.4vw 12.8vw;
  padding: 100px 0 0; }
  .c-related__column {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
    box-shadow: 0 0.3vw 1.2vw 0 rgba(225, 225, 225, 0.8); }
  .c-related .__item {
    width: 50%; }

.c-detail {
  margin: 0 6.4vw 3.2vw; }
  .c-detail h2 {
    margin: 0 0 1.6vw;
    font-size: 2.4em;
    line-height: 1.35; }
  .c-detail h3 {
    margin: 3.2vw 0 1.2vw;
    font-size: 1.5em;
    color: #af303d;
    line-height: 1.35; }
  .c-detail p {
    color: #555;
    line-height: 2.0; }

.c-spec {
  margin: 0 6.4vw 6.4vw; }
  .c-spec table {
    border-top: 1px solid #ccc;
    width: 100%; }
    .c-spec table tr {
      border-bottom: 1px solid #ccc; }
      .c-spec table tr th, .c-spec table tr td {
        border-bottom: 1px solid #ccc;
        padding: 1.5em; }
      .c-spec table tr th {
        width: 24%; }
        .c-spec table tr th h3 {
          font-size: .9em;
          white-space: nowrap;
          line-height: 1.6; }
      .c-spec table tr td {
        width: 76%; }
        .c-spec table tr td p {
          font-size: .9em;
          line-height: 1.6; }

.c-color {
  margin: 6.4vw 6.4vw; }
  .c-color__head {
    margin: 0 0 2.4vw; }
    .c-color__head h3 {
      text-align: center;
      font-size: 1.5em;
      line-height: 1.35; }
  .c-color__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 66%;
    margin: 0 auto; }
    .c-color__body .__item {
      width: 47%; }
      .c-color__body .__item figure {
        margin: 0 0 1.5em;
        border-radius: 100%;
        overflow: hidden; }
      .c-color__body .__item p {
        font-weight: 700;
        font-size: .9em;
        text-align: center; }

.c-surface {
  margin: 6.4vw 6.4vw; }
  .c-surface__head {
    margin: 0 0 2.4vw; }
    .c-surface__head h3 {
      text-align: center;
      font-size: 1.5em;
      line-height: 1.35; }
  .c-surface__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -1.5%; }
    .c-surface__body .__item {
      width: 30%;
      margin: 0 1.5%; }
      .c-surface__body .__item figure {
        margin: 0 0 1.5em; }
      .c-surface__body .__item p {
        font-weight: 700;
        font-size: .9em;
        text-align: center; }

.c-products {
  margin: 9.6vw 0; }
  .c-products__head {
    margin: 0 0 3.2vw; }
    .c-products__head h2 {
      font-size: 1.5em;
      line-height: 1.35;
      text-align: center; }
  .c-products__tabs {
    margin: 0 6.4vw 4.8vw;
    box-shadow: 0 0.3vw 1.2vw 0 rgba(225, 225, 225, 0.8);
    border-radius: 1.2vw;
    overflow: hidden; }
  .c-products__list {
    margin: 0 6.4vw;
    border-top: 1px solid #bbb; }
  .c-products__item {
    padding: 3.2vw 0;
    border-bottom: 1px solid #bbb; }
    .c-products__item .__head {
      margin: 0 0 2.4vw;
      padding: 0 3.2vw; }
      .c-products__item .__head h3 {
        font-size: 1.35em;
        line-height: 1.5; }
    .c-products__item .__column {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .c-products__item .__column .__img {
        width: 36%;
        padding: 0 3.2vw; }
        .c-products__item .__column .__img figure {
          margin: 0 0 2.4vw; }
        .c-products__item .__column .__img .__meta li {
          margin: 0 0 .5em; }
          .c-products__item .__column .__img .__meta li p {
            display: block;
            width: 100%;
            padding: 1.5em 0;
            text-align: center;
            font-size: .75em;
            border: 1px solid #ddd;
            border-radius: 6.4em;
            box-shadow: 0 0.3vw 0.6vw 0 rgba(225, 225, 225, 0.2); }
      .c-products__item .__column .__data {
        width: 64%; }
        .c-products__item .__column .__data table {
          width: 100%; }
          .c-products__item .__column .__data table tr {
            border-bottom: 1px solid #ccc; }
            .c-products__item .__column .__data table tr th, .c-products__item .__column .__data table tr td {
              width: 25%;
              padding: 1.25em 0;
              text-align: center;
              border-bottom: 1px solid #ccc;
              font-size: .85em;
              line-height: 1.5;
              vertical-align: middle; }
              .c-products__item .__column .__data table tr th a, .c-products__item .__column .__data table tr td a {
                display: inline-block;
                position: relative;
                text-decoration: underline;
                color: #af303d;
                padding: 0 0 0 1.0em;
                transition: all .3s; }
                .c-products__item .__column .__data table tr th a::before, .c-products__item .__column .__data table tr td a::before {
                  content: "";
                  display: block;
                  position: absolute;
                  width: 0;
                  height: 0;
                  border-style: solid;
                  border-width: 3px 0 3px 6px;
                  border-color: transparent transparent transparent #af303d;
                  top: 50%;
                  left: 0;
                  transform: translate(0, -50%);
                  transition: all .3s; }
                .c-products__item .__column .__data table tr th a:hover, .c-products__item .__column .__data table tr td a:hover {
                  text-decoration: none; }
                  .c-products__item .__column .__data table tr th a:hover::before, .c-products__item .__column .__data table tr td a:hover::before {
                    left: .25em; }
            .c-products__item .__column .__data table tr th {
              font-weight: 700; }
            .c-products__item .__column .__data table tr.__last {
              border-bottom: none; }
              .c-products__item .__column .__data table tr.__last th, .c-products__item .__column .__data table tr.__last td {
                border-bottom: none; }
          .c-products__item .__column .__data table.__1of5 th, .c-products__item .__column .__data table.__1of5 td {
            width: 20%; }

.c-search-box {
  display: flex;
  flex-wrap: wrap; }
  .c-search-box .__ttl {
    width: 16%;
    padding: 2.4em 1.2em;
    background: #333; }
    .c-search-box .__ttl h3 {
      color: #fff;
      font-size: 1.0em;
      text-align: center; }
  .c-search-box .__column {
    width: 84%;
    display: flex;
    flex-wrap: wrap; }
    .c-search-box .__column input[type=radio] {
      display: none;
      /* ラジオボタンを非表示にする */ }
    .c-search-box .__column input[type="radio"]:checked + label {
      color: #fff;
      background: #af303d; }
    .c-search-box .__column input[type="radio"]:hover + label {
      color: #fff;
      background: #af303d; }
    .c-search-box .__column .__label {
      display: block;
      padding: 2.4em 1.2em;
      font-size: 1.0em;
      font-weight: 700;
      color: #000;
      text-align: center;
      cursor: pointer; }
    .c-search-box .__column.__1of4 .__label {
      width: 25.0%; }
    .c-search-box .__column.__1of5 .__label {
      width: 20.0%; }

@media screen and (max-width: 800px) {
  .c-head.__en {
    margin: 0 0 4.8vw; }
    .c-head.__en p {
      font-size: 1.8em; }
  .c-head.__ja {
    margin: 0 0 4.8vw;
    border-left: 1px solid #af303d;
    padding: .6vw 1.2em; }
    .c-head.__ja h2 {
      font-size: .9em;
      margin: 0 0 .5em; }
    .c-head.__ja p {
      font-size: 1.5em; }

  .c-ttl {
    margin: 6.4vw 6.4vw; }
    .c-ttl p {
      font-weight: 700;
      font-size: 1.6em;
      margin: 0 0 3.2vw; }
    .c-ttl h1 {
      padding: .4em 1.0em;
      border-left: 1px solid #af303d; }
      .c-ttl h1 .__en {
        font-size: 1.2em;
        line-height: 1.5;
        margin: 0 0 .6vw; }
      .c-ttl h1 .__ja {
        font-size: .85em;
        line-height: 1.5; }

  .c-txt p {
    line-height: 1.8; }

  .c-topics {
    margin: 6.4vw 6.4vw;
    padding: 6.4vw; }
    .c-topics .__img {
      width: 100%;
      padding: 0 16.8vw;
      margin: 0 0 4.8vw; }
    .c-topics .__txt {
      width: 100%; }
      .c-topics .__txt h3 {
        font-size: 1.0em;
        margin: 0 0 .75em; }

  .c-hero .__ttl h1 {
    margin: 0 0 3.0em; }
    .c-hero .__ttl h1 img {
      width: 66vw; }
  .c-hero .__ttl p {
    margin: 0 0 3.2vw; }
    .c-hero .__ttl p img {
      width: 80vw; }
  .c-hero.__lower {
    height: 280px;
    min-height: 280px; }
    .c-hero.__lower .__ttl {
      position: absolute;
      width: 100%;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .c-hero.__lower .__ttl h1 {
        position: relative;
        margin: 0 0 3.6em;
        top: 0;
        left: auto;
        transform: translate(0, 0); }
        .c-hero.__lower .__ttl h1 img {
          width: 54vw; }
      .c-hero.__lower .__ttl p {
        position: relative;
        margin: 0 0 1.2vw;
        top: auto;
        right: auto; }
        .c-hero.__lower .__ttl p img {
          width: 80vw; }

  .c-nav {
    position: relative;
    margin: -64px 0 9.6vw; }
    .c-nav ul li a {
      font-size: .85em; }
    .c-nav__main li a {
      height: 64px;
      line-height: 64px; }
    .c-nav__sub li {
      width: 20%; }
      .c-nav__sub li a {
        height: 64px;
        line-height: 64px;
        font-size: .6em; }
      .c-nav__sub li:nth-child(1), .c-nav__sub li:nth-child(2), .c-nav__sub li:nth-child(4) {
        width: 17%; }
      .c-nav__sub li:nth-child(3) {
        width: 28%; }
      .c-nav__sub li:nth-child(5) {
        width: 21%; }

  .c-about {
    position: relative;
    margin: -80px 0 10.8vw;
    padding: 80px 0 0; }
    .c-about .c-head.__en {
      margin: 0 6.4vw 4.8vw; }
    .c-about__column .__txt {
      width: 100%;
      padding: 0 6.4vw;
      margin: 0 0 6.4vw; }
    .c-about__column .__img {
      width: 100%; }

  .c-features {
    position: relative;
    margin: -80px 0 10.8vw;
    padding: 80px 0 0; }
    .c-features__column .__txt {
      width: 100%;
      padding: 0 6.4vw; }
    .c-features__column .__img {
      width: 100%;
      margin: 0 0 6.4vw; }

  .c-lineup {
    position: relative;
    margin: -80px 0 10.8vw;
    padding: 80px 0 0; }
    .c-lineup .c-head {
      position: relative;
      margin: 0 0 6.4vw; }
      .c-lineup .c-head p {
        position: relative;
        line-height: 0;
        padding: 0 6.4vw; }
    .c-lineup__head {
      margin: 0 0 3.2vw;
      text-align: center; }
      .c-lineup__head h2 {
        font-size: 1.2em; }
        .c-lineup__head h2::after {
          width: 12%;
          height: 1px; }
    .c-lineup__column {
      margin: 0 -3.2%;
      padding: 0 6.4vw; }
      .c-lineup__column .__item {
        width: 50%; }
        .c-lineup__column .__item a {
          display: block;
          padding: 3.2vw; }
        .c-lineup__column .__item .__img {
          margin: 0 0 3.2vw; }
        .c-lineup__column .__item .__txt h3 {
          margin: 0 0 .5em; }
        .c-lineup__column .__item .__txt p {
          font-size: .8em; }

  .c-ambassador {
    position: relative;
    margin: -80px 0 16vw;
    padding: 80px 6.4vw 0; }
    .c-ambassador h2 {
      font-size: 1.5em;
      margin: 0 0 6vw;
      border-left: 1px solid #af303d;
      padding: 0.6vw 0.8em; }
    .c-ambassador__column {
      margin: 0 0 4.8vw; }
      .c-ambassador__column h3 {
        font-size: 1.2em;
        line-height: 1.35;
        margin: 0 0 4.8vw; }
      .c-ambassador__column .__img {
        width: 100%;
        margin: 0 0 6.4vw; }
      .c-ambassador__column .__txt {
        width: 100%;
        padding: 0; }
        .c-ambassador__column .__txt p {
          margin-bottom: 4.6vw; }
        .c-ambassador__column .__txt ul li {
          margin-right: 5vw; }
    .c-ambassador__works-img {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 3vw; }
      .c-ambassador__works-img img {
        flex: 0 0 calc(( 100% -  3vw * 2 ) / 3);
        max-width: 100%;
        margin: 0; }

  .c-related {
    margin: -80px 6.4vw 12.8vw;
    padding: 80px 0 0; }
    .c-related .__item {
      width: 100%; }

  .c-detail {
    margin: 0 6.4vw 4.8vw; }
    .c-detail h2 {
      margin: 0 0 2.4vw;
      font-size: 1.5em; }
    .c-detail h3 {
      margin: 3.2vw 0 1.2vw;
      font-size: 1.2em;
      line-height: 1.35; }
    .c-detail p {
      line-height: 1.8; }

  .c-spec {
    margin: 0 4.8vw 9.6vw; }
    .c-spec table tr th, .c-spec table tr td {
      border-bottom: 1px solid #ccc;
      padding: 1.0em; }
    .c-spec table tr th {
      width: 24%; }
      .c-spec table tr th h3 {
        font-size: .85em;
        line-height: 1.5; }
    .c-spec table tr td {
      width: 76%; }
      .c-spec table tr td p {
        font-size: .85em;
        line-height: 1.5; }

  .c-color {
    margin: 9.6vw 4.8vw; }
    .c-color__head {
      margin: 0 0 4.8vw; }
      .c-color__head h3 {
        font-size: 1.2em; }
    .c-color__body {
      width: 90%; }
      .c-color__body .__item figure {
        margin: 0 0 1.0em; }
      .c-color__body .__item p {
        font-size: .8em; }

  .c-surface {
    margin: 9.6vw 4.8vw; }
    .c-surface__head {
      margin: 0 0 4.8vw; }
      .c-surface__head h3 {
        font-size: 1.2em; }
    .c-surface__body .__item figure {
      margin: 0 0 1.0em; }
    .c-surface__body .__item p {
      font-size: .8em; }

  .c-products {
    margin: 12.8vw 0; }
    .c-products__head {
      margin: 0 0 4.8vw; }
      .c-products__head h2 {
        font-size: 1.2em; }
    .c-products__tabs {
      margin: 0 4.8vw 6.4vw;
      border-radius: 1.6vw;
      overflow: hidden; }
    .c-products__list {
      margin: 0 4.8vw; }
    .c-products__item {
      padding: 6.4vw 0;
      border-bottom: 1px solid #bbb; }
      .c-products__item .__head {
        margin: 0 0 4.8vw;
        padding: 0 2.4vw; }
        .c-products__item .__head h3 {
          font-size: 1.0em; }
      .c-products__item .__column {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .c-products__item .__column .__img {
          width: 106%;
          margin: 0 0 4.8vw;
          padding: 0 10.8vw; }
          .c-products__item .__column .__img figure {
            margin: 0 0 4.8vw; }
          .c-products__item .__column .__img .__meta li {
            margin: 0 0 .5em; }
            .c-products__item .__column .__img .__meta li p {
              width: 100%;
              padding: 1.2em 0;
              font-size: .7em; }
        .c-products__item .__column .__data {
          width: 100%; }
          .c-products__item .__column .__data table {
            width: 100%; }
            .c-products__item .__column .__data table tr {
              border-bottom: 1px solid #ccc; }
              .c-products__item .__column .__data table tr th, .c-products__item .__column .__data table tr td {
                padding: 1.0em 0;
                font-size: .8em; }
            .c-products__item .__column .__data table.__1of5 th, .c-products__item .__column .__data table.__1of5 td {
              width: 20%; }

  .c-search-box {
    align-items: center;
    background: #333; }
    .c-search-box .__ttl {
      width: 25%;
      padding: 1.2em .6em;
      background: #333; }
      .c-search-box .__ttl h3 {
        color: #fff;
        font-size: .8em;
        text-align: center; }
    .c-search-box .__column {
      width: 75%;
      background: #fff; }
      .c-search-box .__column .__label {
        padding: 1.2em .6em;
        font-size: .8em; }
      .c-search-box .__column.__1of4 .__label {
        width: 50.0%; }
      .c-search-box .__column.__1of5 .__label {
        width: 33.333%; } }
