@charset "UTF-8";
/*　*/
/* RESET*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/* PROJECT SET*/
img {
  vertical-align: bottom; }

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

button {
  border: none;
  cursor: pointer;
  outline: none; }

img {
  vertical-align: bottom; }

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="text"] {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + .check-box .check-box-icon {
    position: relative;
    line-height: 44px;
    white-space: nowrap;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em; }
    input[type="radio"] + .check-box .check-box-icon::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0px;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      background-color: #fff;
      border-radius: 50%;
      border-width: 1px;
      border-style: solid;
      border-color: #cecece;
      border-image: initial;
      box-sizing: border-box; }
    input[type="radio"] + .check-box .check-box-icon::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 10px;
      height: 10px;
      background-color: #fff;
      border-radius: 50%;
      transition: all 200ms; }
  input[type="radio"]:checked + .check-box .check-box-icon::after {
    background-color: #ea9793; }

.select-box {
  position: relative; }
  .select-box::after {
    content: "";
    display: block;
    border-bottom: 1px solid #afadad;
    border-right: 1px solid #afadad;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 22px;
    margin: -7px auto 0;
    width: 8px;
    height: 8px; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  padding-left: 24px;
  padding-right: 47px;
  border: 1px solid #afadad;
  height: 46px;
  color: #afadad;
  font-size: 1.3rem;
  letter-spacing: .35em;
  cursor: pointer; }
  select::-ms-expand {
    display: none; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + .check-box .check-box-icon {
    position: relative;
    line-height: 44px;
    white-space: nowrap;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: .5em;
    margin-top: .3em; }
    input[type="checkbox"] + .check-box .check-box-icon::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0px;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      background-color: #fff;
      border-width: 1px;
      border-style: solid;
      border-color: #dcdfe6;
      border-image: initial;
      box-sizing: border-box;
      border-radius: 4px; }
    input[type="checkbox"] + .check-box .check-box-icon::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 10px;
      height: 10px;
      background-color: #fff;
      border-radius: 2px;
      transition: all 200ms; }
  input[type="checkbox"] + .check-box .check-box-text {
    display: inline-block;
    vertical-align: top; }
  input[type="checkbox"]:checked + .check-box .check-box-icon::after {
    background-color: #ea9793; }

textarea {
  background: #fff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  height: 10em;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #606266; }

.unactive {
  pointer-events: none; }

/* LIBRALY*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list *:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 39%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "";
    border-top: 10px solid #afadad;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #afadad;
    transform: rotate(-45deg);
    display: inline-block; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "";
    border-top: 10px solid #afadad;
    border-right: 10px solid #afadad;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    transform: rotate(45deg);
    display: inline-block; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/** ==================================================*/
/*	SetBody*/
/*================================================== */
/**/
html, body {
  width: 100%;
  height: auto;
  color: #231815;
  min-width: 1490px; }

body {
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

a {
  color: inherit;
  text-decoration: none; }

::selection {
  background: #e80411;
  color: #ffffff; }

/** FontSet---------------------------------------- */
/**/
html {
  font-size: 62.5%;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  line-height: 1.6;
  font-weight: 300; }
  html body {
    font-size: 14px;
    font-size: 1.4em; }

html[lang="en"] {
  font-size: 62.5%;
  font-family: AvenirNext-Regular, AvenirNextLTPro-Regular, Arial, Verdana, san-serif;
  line-height: 1.6; }
  html[lang="en"] body {
    font-size: 14px;
    font-size: 1.4em; }

/** ==================================================*/
/*	Z-index*/
/*	100: base(.page-wrap)*/
/*		1: lower*/
/*		50: contents*/
/*		100: middler*/
/*		200: upper*/
/*		300: topper*/
/*		500 ~ 999: parts*/
/*	1000: header*/
/*================================================== */
/**/
/** wap*/
/**------------------------------------------------------------------------------*/
/**/
/** ==================================================*/
/*	Common Layout*/
/*================================================== */
/**/
/** header*/
/**------------------------------------------------------------------------------*/
/**/
.header {
  background: #ffffff; }
  .header .header-body {
    width: 1124px;
    margin: auto;
    text-align: center;
    position: relative;
    padding-bottom: 34px; }
  .header .header-maker {
    position: absolute;
    bottom: 35px;
    right: 24px; }
  .header .header-nav {
    background: #f7f7f7;
    padding-top: 29px;
    padding-bottom: 23px; }
  .header .header-nav-list {
    width: 1124px;
    margin: auto;
    border: 1px solid #afadad;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden; }
  .header .header-nav-item {
    width: calc(100% / 4);
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #afadad;
    font-size: 2.1rem; }
    .header .header-nav-item:last-child {
      border-right: none; }
    .header .header-nav-item a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 3px 0;
      box-sizing: border-box;
      background: linear-gradient(0deg, #bcbdbd 0%, #e3e4e4 40%, #fdfdfd 40%, #efefef 100%); }
      .header .header-nav-item a:hover {
        opacity: .7; }

/** main*/
/**------------------------------------------------------------------------------*/
/**/
.main {
  padding-bottom: 60px;
  display: block; }
  .main .article {
    padding-top: 25px;
    width: 1190px;
    margin: auto; }
  .main .article-title {
    background: #221816;
    color: #ffffff;
    font-size: 1.9rem;
    text-align: center;
    letter-spacing: 2em;
    padding-top: 11px;
    padding-bottom: 13px;
    font-weight: bold;
    padding-left: 2em;
    margin-bottom: 66px; }
  .main .lower-section {
    text-align: center; }

/** footer*/
/**------------------------------------------------------------------------------*/
/**/
.footer {
  background: #231815;
  color: #ffffff;
  padding: 6.5em 0;
  text-align: center; }
  .footer .footer-copyright {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .2em; }

/** ==================================================*/
/*	status .style--*/
/*================================================== */
/**/
.style--column {
  display: flex;
  flex-wrap: wrap; }

html:not(.ie) .style--text-en {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal; }

.style--btn {
  display: inline-block;
  height: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  background: linear-gradient(0deg, #bcbdbd 0%, #e3e4e4 40%, #fdfdfd 40%, #efefef 100%);
  font-size: 1.4rem;
  border-radius: 4px;
  border: 1px solid #afadad; }
  .style--btn:hover {
    opacity: .7; }

.style--product-btn {
  background: #000;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  font-size: 3.0rem;
  text-align: center;
  cursor: pointer;
  transition: all 200ms; }
  .style--product-btn:hover {
    opacity: .7; }

.style--anchor-link {
  padding-top: 40px;
  margin-top: -40px; }

.style--object-fit {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 75%;
  display: block; }
  .style--object-fit img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%; }

.js--objectfit {
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: bottom;'; }

.js--objectfit-cover {
  opacity: 0;
  max-width: 100% !important;
  height: auto !important; }

.js--objectfit-cover.medium-zoom-image--opened {
  opacity: 1; }

.style--objectfit-wrap {
  position: relative;
  display: block;
  width: 100%; }

.style--objectfit-wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  vertical-align: bottom; }

/** ==================================================*/
/*	status .is-- || script */
/*================================================== */
/**/
.medium-zoom-addbutton {
  z-index: 1000;
  position: fixed;
  width: 100%;
  bottom: -200px;
  transition: bottom 200ms 200ms; }
  .medium-zoom-addbutton.active {
    bottom: 0; }

/** ==================================================*/
/*	overwrite*/
/*================================================== */
/**/
/** ==================================================*/
/*	animation Effects*/
/*================================================== */
/**/
/** ==================================================*/
/*	page include*/
/*================================================== */
/**/
/*　*/
/* @import "../projectset";*/
/**------------------------------------------------------------------------------*/
/**/
/** index.scss*/
/**------------------------------------------------------------------------------*/
/**/
body#page--index .mainvisual {
  padding-bottom: 30px; }
  body#page--index .mainvisual .mainvisual-slider img {
    width: 100%;
    height: auto; }

body#page--index .section {
  margin: 0 13px; }
  body#page--index .section + .section {
    margin-top: 110px; }

body#page--index .section-head {
  border-bottom: 2px solid #231815;
  align-items: flex-end;
  line-height: 1;
  justify-content: space-between;
  padding-bottom: 7px; }

body#page--index .section-title {
  font-size: 3.9rem; }

body#page--index .section-type {
  font-size: 3.0rem; }

body#page--index .section-contents-list {
  justify-content: center; }

body#page--index .section-contents-item {
  width: 33.333333%;
  padding: 0 1% 60px;
  box-sizing: border-box;
  margin-top: 68px;
  margin-bottom: 82px;
  position: relative; }

body#page--index .section-contents-list-type2column .section-contents-item {
  width: 50%;
  padding: 0 9% 60px; }

body#page--index .section-contens-color {
  font-size: 2.0rem;
  text-align: right;
  position: absolute;
  bottom: 27px;
  right: 22px;
  line-height: 1.2; }

body#page--index .section-contents-image img {
  max-width: 350px; }

body#page--index .section-contents-detail {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 2px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 22px; }

body#page--index .section-contents-btn {
  position: absolute;
  bottom: -40px;
  right: 22px; }
  body#page--index .section-contents-btn a {
    padding: 10px 20px;
    box-sizing: border-box;
    background: linear-gradient(0deg, #bcbdbd 0%, #e3e4e4 40%, #fdfdfd 40%, #efefef 100%);
    font-size: 1.4rem;
    border-radius: 4px;
    border: 1px solid #afadad; }
    body#page--index .section-contents-btn a:hover {
      opacity: .7; }

body#page--index .section-contents-num {
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 1em;
  margin-bottom: -2px; }

body#page--index .section-contents-price {
  font-size: 2.0rem;
  margin-right: .5em;
  font-weight: bold;
  margin-top: 0; }

body#page--index .section-contetnts-attention {
  color: #9f9e9f;
  font-size: 1.6rem; }

body#page--index .information + .information {
  margin-top: 40px; }

body#page--index .information-title {
  background: #231815;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
  padding: .1em 0 .1em 1em;
  margin-bottom: 10px; }

body#page--index .information-item {
  font-size: 1.3rem; }
  body#page--index .information-item:nth-child(even) {
    background: #efefef; }
  body#page--index .information-item a {
    display: block;
    padding: .5em; }
    body#page--index .information-item a .information-item-title {
      text-decoration: underline; }

body#page--index .information-item-date {
  display: inline-block;
  margin-right: 1em; }

body#page--index .information-btn {
  margin: 10px auto 0;
  text-align: center; }

body#page--index .information-pager-list {
  justify-content: center; }

body#page--index .information-pager-item {
  margin: 10px 1% 0; }

body#page--index .information-pager-omitted {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

body#page--index .section-topic {
  width: 1124px;
  margin: auto; }

body#page--index .information-detail a {
  color: #e80411;
  text-decoration: underline; }
  body#page--index .information-detail a:hover {
    text-decoration: none; }

body#page--index .information-detail img {
  max-width: 100%;
  height: auto; }

body#page--index .information-detail table th,
body#page--index .information-detail table td {
  padding: .5em; }

/**------------------------------------------------------------------------------*/
/**/
/** hover Effects*/
/**------------------------------------------------------------------------------*/
/**/
body#page--index {
  /* Component*/ }

/* [end] body#page--index*/
/*　*/
body#page--contact .contents-subvisual .contents-subvisual-image {
  background: url(/assets/images/contact/bg_contact.jpg) no-repeat center 70%;
  background-size: cover;
  background-blend-mode: multiply; }

body#page--contact .contactform-title {
  text-align: center;
  margin-bottom: 40px; }
  body#page--contact .contactform-title .section-head-title {
    color: #231815; }
    body#page--contact .contactform-title .section-head-title span {
      color: #afadad; }
  body#page--contact .contactform-title .section-head-sub {
    color: #231815; }

body#page--contact .contents-contactform {
  width: 700px;
  margin: auto; }
  body#page--contact .contents-contactform .section-body {
    background: #ffffff;
    padding: 50px 30px;
    margin: 0 10px; }
  body#page--contact .contents-contactform .form-body {
    text-align: center; }
  body#page--contact .contents-contactform .form-title-sub {
    background: #e6e9e8;
    padding: 5px 10px;
    margin-bottom: 10px; }
  body#page--contact .contents-contactform .contents-form-item {
    align-items: center;
    border-top: 1px dashed #ddd;
    padding: 15px 0; }
    body#page--contact .contents-contactform .contents-form-item:first-child {
      border-top: none; }
    body#page--contact .contents-contactform .contents-form-item.is--wide .contents-form-head {
      width: 100%;
      text-align: left;
      padding-left: 0;
      border-bottom: 1px dashed #ddd;
      padding-bottom: 10px;
      margin-bottom: 10px;
      padding-right: 0; }
    body#page--contact .contents-contactform .contents-form-item.is--wide .contents-form-head-title {
      display: inline-block; }
    body#page--contact .contents-contactform .contents-form-item.is--wide .contents-form-head-icon {
      position: static;
      margin-left: 5px; }
    body#page--contact .contents-contactform .contents-form-item.is--wide .contents-form-body {
      width: 100%;
      padding-right: 0; }
  body#page--contact .contents-contactform .contents-form-head {
    padding-right: 70px;
    padding-left: 30px;
    position: relative;
    text-align: right;
    width: 225px;
    box-sizing: border-box; }
  body#page--contact .contents-contactform .contents-form-head-icon {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #231815;
    color: #ffffff;
    border-radius: 3px;
    margin-left: 15px;
    font-size: 10px;
    text-align: center;
    padding: 0 3px; }
  body#page--contact .contents-contactform .contents-form-body {
    width: calc(100% - 225px);
    padding-right: 30px;
    box-sizing: border-box; }
  body#page--contact .contents-contactform .contents-form-body .contents-form-sup {
    font-size: 1.1rem; }
  body#page--contact .contents-contactform .contents-form-body-column .contents-form-input {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    text-align: left; }
    body#page--contact .contents-contactform .contents-form-body-column .contents-form-input:last-child {
      margin-right: 0; }
  body#page--contact .contents-contactform .contents-form-body-column .contents-form-radio {
    margin-right: 20px; }
    body#page--contact .contents-contactform .contents-form-body-column .contents-form-radio:last-child {
      margin-right: 0; }
  body#page--contact .contents-contactform .contents-form-body-column .contents-form-checkbox {
    margin-right: 20px;
    margin-bottom: 10px; }
    body#page--contact .contents-contactform .contents-form-body-column .contents-form-checkbox:last-child {
      margin-right: 0; }
  body#page--contact .contents-contactform .contents-form-entrytype {
    margin-top: 20px; }
    body#page--contact .contents-contactform .contents-form-entrytype:first-child {
      margin-top: 0; }
  body#page--contact .contents-contactform .contents-form-body-entrytype {
    padding-left: 20px; }
    body#page--contact .contents-contactform .contents-form-body-entrytype .contents-form-checkbox {
      width: calc((100% - 40px) / 2); }
    body#page--contact .contents-contactform .contents-form-body-entrytype .check-box {
      flex-wrap: nowrap; }
    body#page--contact .contents-contactform .contents-form-body-entrytype .check-box-text {
      width: calc(100% - 20px - .5em);
      font-size: 1.2rem; }
  body#page--contact .contents-contactform .contents-form-select {
    margin-right: 20px; }
  body#page--contact .contents-contactform .contents-form-item-button {
    text-align: center; }
    body#page--contact .contents-contactform .contents-form-item-button .contents-form-item-text {
      margin-bottom: 20px; }

/*　*/
/* @import "../projectset";*/
/**------------------------------------------------------------------------------*/
/**/
/** product.scss*/
/**------------------------------------------------------------------------------*/
/**/
body#page--product .article {
  width: 1490px; }

body#page--product .lower-section {
  background: #221715;
  padding: 98px 99px 101px 99px;
  max-width: 1340px;
  margin: auto;
  box-sizing: border-box; }

body#page--product .section-image {
  position: relative; }
  body#page--product .section-image + .section-image {
    margin-top: 60px; }

body#page--product .section-image-item {
  position: absolute;
  top: 0;
  left: 0; }
  body#page--product .section-image-item img {
    width: 100%;
    height: auto; }
  body#page--product .section-image-item.item01 {
    left: 581px;
    top: 0;
    width: 285px; }
  body#page--product .section-image-item.item02 {
    left: 581px;
    top: 205px;
    width: 285px; }
  body#page--product .section-image-item.item03 {
    left: 866px;
    top: 0;
    width: 285px; }
  body#page--product .section-image-item.item04 {
    left: 866px;
    top: 205px;
    width: 285px; }
  body#page--product .section-image-item.item05 {
    left: 296px;
    top: 407px;
    width: 285px; }
  body#page--product .section-image-item.item06 {
    left: 296px;
    top: 609px;
    width: 285px; }
  body#page--product .section-image-item.item07 {
    left: 581px;
    top: 407px;
    width: 285px; }
  body#page--product .section-image-item.item08 {
    left: 581px;
    top: 609px;
    width: 285px; }
  body#page--product .section-image-item.item09 {
    left: 866px;
    top: 407px;
    width: 285px; }
  body#page--product .section-image-item.item10 {
    left: 866px;
    top: 609px;
    width: 285px; }
  body#page--product .section-image-item.item11 {
    left: 1px;
    top: 170px;
    width: 384px; }
  body#page--product .section-image-item.item12 {
    left: 1px;
    top: 444px;
    width: 384px; }
  body#page--product .section-image-item.item13 {
    left: 384px;
    top: 170px;
    width: 384px; }
  body#page--product .section-image-item.item14 {
    left: 384px;
    top: 444px;
    width: 384px; }
  body#page--product .section-image-item.item15 {
    left: auto;
    right: -11px;
    top: 170px;
    width: 384px; }
  body#page--product .section-image-item.item16 {
    left: auto;
    right: -11px;
    top: 444px;
    width: 384px; }
  body#page--product .section-image-item.item17 {
    left: 0;
    top: 0;
    width: 286px; }
  body#page--product .section-image-item.item18 {
    left: 0;
    top: 201px;
    width: 286px; }
  body#page--product .section-image-item.item19 {
    left: 286px;
    top: 0;
    width: 286px; }
  body#page--product .section-image-item.item20 {
    left: 286px;
    top: 201px;
    width: 286px; }
  body#page--product .section-image-item.item21 {
    left: 0;
    top: 404px;
    width: 286px; }
  body#page--product .section-image-item.item22 {
    left: 0;
    top: 610px;
    width: 286px; }
  body#page--product .section-image-item.item23 {
    left: 286px;
    top: 404px;
    width: 286px; }
  body#page--product .section-image-item.item24 {
    left: 286px;
    top: 610px;
    width: 286px; }
  body#page--product .section-image-item.item25 {
    left: 572px;
    top: 404px;
    width: 286px; }
  body#page--product .section-image-item.item26 {
    left: 572px;
    top: 610px;
    width: 286px; }
  body#page--product .section-image-item.item27 {
    left: 1px;
    top: 85px;
    width: 384px; }
  body#page--product .section-image-item.item28 {
    left: 1px;
    top: 359px;
    width: 384px; }
  body#page--product .section-image-item.item29 {
    left: 385px;
    top: 85px;
    width: 384px; }
  body#page--product .section-image-item.item30 {
    left: 385px;
    top: 359px;
    width: 384px; }
  body#page--product .section-image-item.item31 {
    left: auto;
    right: -11px;
    top: 85px;
    width: 384px; }
  body#page--product .section-image-item.item32 {
    left: auto;
    right: -11px;
    top: 359px;
    width: 384px; }
  body#page--product .section-image-item.item33 {
    left: 1px;
    top: 171px;
    width: 384px; }
  body#page--product .section-image-item.item34 {
    left: 1px;
    top: 443px;
    width: 384px; }
  body#page--product .section-image-item.item35 {
    left: 385px;
    top: 171px;
    width: 384px; }
  body#page--product .section-image-item.item36 {
    left: 385px;
    top: 443px;
    width: 384px; }
  body#page--product .section-image-item.item37 {
    left: auto;
    right: -11px;
    top: 171px;
    width: 384px; }
  body#page--product .section-image-item.item38 {
    left: auto;
    right: -11px;
    top: 443px;
    width: 384px; }
  body#page--product .section-image-item.item39 {
    left: 1px;
    top: 195px;
    width: 288px; }
  body#page--product .section-image-item.item40 {
    left: 1px;
    top: 401px;
    width: 288px; }
  body#page--product .section-image-item.item41 {
    left: 288px;
    top: 195px;
    width: 288px; }
  body#page--product .section-image-item.item42 {
    left: 288px;
    top: 401px;
    width: 288px; }
  body#page--product .section-image-item.item43 {
    left: 576px;
    top: 195px;
    width: 288px; }
  body#page--product .section-image-item.item44 {
    left: 576px;
    top: 401px;
    width: 288px; }
  body#page--product .section-image-item.item45 {
    left: 864px;
    top: 195px;
    width: 288px; }
  body#page--product .section-image-item.item46 {
    left: 864px;
    top: 401px;
    width: 288px; }
  body#page--product .section-image-item.item47 {
    left: 1px;
    top: 206px;
    width: 288px; }
  body#page--product .section-image-item.item48 {
    left: 1px;
    top: 412px;
    width: 288px; }
  body#page--product .section-image-item.item49 {
    left: 288px;
    top: 206px;
    width: 288px; }
  body#page--product .section-image-item.item50 {
    left: 288px;
    top: 412px;
    width: 288px; }
  body#page--product .section-image-item.item51 {
    left: 576px;
    top: 206px;
    width: 288px; }
  body#page--product .section-image-item.item52 {
    left: 576px;
    top: 412px;
    width: 288px; }
  body#page--product .section-image-item.item53 {
    left: 864px;
    top: 206px;
    width: 288px; }
  body#page--product .section-image-item.item54 {
    left: 864px;
    top: 412px;
    width: 288px; }
  body#page--product .section-image-item.item55 {
    left: 97px;
    top: 94px;
    width: 282px; }
  body#page--product .section-image-item.item56 {
    left: 386px;
    top: 94px;
    width: 282px; }

/**------------------------------------------------------------------------------*/
/**/
/** hover Effects*/
/**------------------------------------------------------------------------------*/
/**/
body#page--product {
  /* Component*/ }

/* [end] body#page--product*/
/*　*/
/* @import "../projectset";*/
/**------------------------------------------------------------------------------*/
/**/
/** topics.scss*/
/**------------------------------------------------------------------------------*/
/**/
body#page--topics .information + .information {
  margin-top: 40px; }

body#page--topics .information-title {
  background: #231815;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
  padding: .1em 0 .1em 1em;
  margin-bottom: 10px; }

body#page--topics .information-item {
  font-size: 1.3rem; }
  body#page--topics .information-item:nth-child(even) {
    background: #efefef; }
  body#page--topics .information-item a {
    display: block;
    padding: .5em; }
    body#page--topics .information-item a .information-item-title {
      text-decoration: underline; }

body#page--topics .information-item-date {
  display: inline-block;
  margin-right: 1em; }

body#page--topics .information-btn {
  margin: 10px auto 0;
  text-align: center; }

body#page--topics .information-pager-list {
  justify-content: center; }

body#page--topics .information-pager-item {
  margin: 10px 1% 0; }

body#page--topics .information-pager-omitted {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

body#page--topics .section-topic {
  width: 1124px;
  margin: auto; }

body#page--topics .information-detail {
  line-height: 2.2;
  letter-spacing: .05em; }
  body#page--topics .information-detail a {
    color: #e80411;
    text-decoration: underline; }
    body#page--topics .information-detail a:hover {
      text-decoration: none; }
  body#page--topics .information-detail img {
    max-width: 100%;
    height: auto; }
  body#page--topics .information-detail table th,
  body#page--topics .information-detail table td {
    padding: .5em; }

/**------------------------------------------------------------------------------*/
/**/
/** hover Effects*/
/**------------------------------------------------------------------------------*/
/**/
body#page--topics {
  /* Component*/ }

/* [end] body#page--topics*/
/*　*/
/* @import "../projectset";*/
/**------------------------------------------------------------------------------*/
/**/
/** concept.scss*/
/**------------------------------------------------------------------------------*/
/**/
body#page--concept .article {
  width: 1490px; }

body#page--concept .lower-section {
  background: #221715;
  padding: 98px 99px 101px 99px;
  max-width: 1340px;
  margin: auto;
  box-sizing: border-box; }

body#page--concept .section-image + .section-image {
  margin-top: 60px; }

/**------------------------------------------------------------------------------*/
/**/
/** hover Effects*/
/**------------------------------------------------------------------------------*/
/**/
body#page--concept {
  /* Component*/ }

/* [end] body#page--concept*/
/* @import "_pages/";*/
